Age | Commit message (Expand) | Author |
2022-09-22 | hw/intc/xics: Avoid dynamic stack allocation | Philippe Mathieu-Daudé |
2022-09-07 | hw/intc: Move mtimer/mtimecmp to aclint | Atish Patra |
2022-09-07 | target/riscv: Use official extension names for AIA CSRs | Anup Patel |
2022-08-31 | hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR device | BALATON Zoltan |
2022-08-01 | misc: fix commonly doubled up words | Daniel P. Berrangé |
2022-07-28 | hw/intc: sifive_plic: Fix multi-socket plic configuraiton | Atish Patra |
2022-07-19 | hw/intc/loongarch_pch_pic: Fix bugs for update_irq function | Xiaojuan Yang |
2022-07-18 | ppc64: Allocate IRQ lines with qdev_init_gpio_in() | Cédric Le Goater |
2022-07-18 | hw/intc/armv7m_nvic: ICPRn must not unpend an IRQ that is being held high | Peter Maydell |
2022-07-06 | ppc: Define SETFIELD for the ppc target | Alexey Kardashevskiy |
2022-07-05 | hw/intc/loongarch_ipi: Fix mail send and any send function | Xiaojuan Yang |
2022-07-05 | hw/intc/loongarch_ipi: Fix ipi device access of 64bits | Xiaojuan Yang |
2022-07-04 | hw/intc/loongarch_pch_msi: Fix msi vector convertion | Mao Bibo |
2022-06-28 | Trivial: 3 char repeat typos | Dr. David Alan Gilbert |
2022-06-20 | pnv/xive2: Access direct mapped thread contexts from all chips | Frederic Barrat |
2022-06-10 | hw/intc: sifive_plic: Avoid overflowing the addr_config buffer | Alistair Francis |
2022-06-08 | Fix 'writeable' typos | Peter Maydell |
2022-06-06 | hw/intc: Add LoongArch extioi interrupt controller(EIOINTC) | Xiaojuan Yang |
2022-06-06 | hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI) | Xiaojuan Yang |
2022-06-06 | hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC) | Xiaojuan Yang |
2022-06-06 | hw/loongarch: Add LoongArch ipi interrupt support(IPI) | Xiaojuan Yang |
2022-05-26 | pnv/xive2: Don't overwrite PC registers when writing TCTXT registers | Frederic Barrat |
2022-05-24 | hw/intc: Pass correct hartid while updating mtimecmp | Atish Patra |
2022-05-19 | hw/intc/arm_gicv3: Provide ich_num_aprs() | Peter Maydell |
2022-05-19 | hw/intc/arm_gicv3: Use correct number of priority bits for the CPU | Peter Maydell |
2022-05-19 | hw/intc/arm_gicv3: Support configurable number of physical priority bits | Peter Maydell |
2022-05-19 | hw/intc/arm_gicv3_kvm.c: Stop using GIC_MIN_BPR constant | Peter Maydell |
2022-05-19 | hw/intc/arm_gicv3: report correct PRIbits field in ICV_CTLR_EL1 | Peter Maydell |
2022-05-19 | hw/intc/arm_gicv3_cpuif: Handle CPUs that don't specify GICv3 parameters | Peter Maydell |
2022-05-05 | ppc/xive: Update the state of the External interrupt signal | Frederic Barrat |
2022-05-05 | ppc/xive: Always recompute the PIPR when pushing an OS context | Frederic Barrat |
2022-05-05 | target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h | Richard Henderson |
2022-05-05 | target/arm: Split out cpregs.h | Richard Henderson |
2022-04-26 | hw/intc: Vectored Interrupt Controller (VIC) | Amir Gonnen |
2022-04-22 | Merge tag 'pull-target-arm-20220422-1' of https://git.linaro.org/people/pmayd... | Richard Henderson |
2022-04-22 | hw/intc/arm_gicv3: Allow 'revision' property to be set to 4 | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3: Update ID and feature registers for GICv4 | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_redist: Implement gicv3_redist_inv_vlpi() | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_redist: Implement gicv3_redist_vinvall() | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_redist: Implement gicv3_redist_mov_vlpi() | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_redist: Use set_pending_table_bit() in mov handling | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_redist: Implement gicv3_redist_vlpi_pending() | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_redist: Implement gicv3_redist_process_vlpi() | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_redist: Factor out "update bit in pending table" code | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_redist: Recalculate hppvlpi on VPENDBASER writes | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_redist: Factor out "update hpplpi for all LPIs" logic | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_redist: Factor out "update hpplpi for one LPI" logic | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_cpuif: Don't recalculate maintenance irq unnecessarily | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_cpuif: Support vLPIs | Peter Maydell |
2022-04-22 | hw/intc/arm_gicv3_cpuif: Split "update vIRQ/vFIQ" from gicv3_cpuif_virt_update() | Peter Maydell |