aboutsummaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)Author
2023-06-25pnv/xive2: Check TIMA special ops against a dedicated array for P10Frederic Barrat
2023-06-25pnv/xive2: Add a get_config() method on the presenter classFrederic Barrat
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-19hw/intc/allwinner-a10-pic: Handle IRQ levels other than 0 or 1Peter Maydell
2023-06-16hw/intc: Set physical cpuid route for LoongArch ipi deviceTianrui Zhao
2023-06-14hw/intc: If mmsiaddrcfgh.L == 1, smsiaddrcfg and smsiaddrcfgh are read-only.Tommy Wu
2023-06-10pnv/xive2: Quiet down some error messagesFrederic Barrat
2023-06-10pnv/xive2: Handle TIMA access through all portsFrederic Barrat
2023-06-10pnv/xive2: Introduce macros to manipulate TIMA addressesFrederic Barrat
2023-06-10pnv/xive2: Allow writes to the Physical Thread Enable registersFrederic Barrat
2023-06-10pnv/xive2: Add definition for the ESB cache configuration registerFrederic Barrat
2023-06-10pnv/xive2: Add definition for TCTXT Config registerFrederic Barrat
2023-06-06Merge tag 'pull-request-2023-06-06' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé
2023-06-05hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxesJiaxun Yang
2023-05-15hw/intc: Add NULL pointer check on LoongArch ipi deviceSong Gao
2023-05-15hw/loongarch/virt: Set max 256 cpus support on loongarch virt machineSong Gao
2023-05-15hw/loongarch/virt: Modify ipi as percpu deviceSong Gao
2023-05-15loongarch: mark loongarch_ipi_iocsr re-entrnacy safeAlexander Bulekov
2023-05-06hw/intc: don't use target_ulong for LoongArch ipiAlex Bennée
2023-05-05hw/intc/riscv_aplic: Zero init APLIC internal stateIvan Klokov
2023-05-02hw/intc/allwinner-a10-pic: Don't use set_bit()/clear_bit()Peter Maydell
2023-04-28apic: disable reentrancy detection for apic-msiAlexander Bulekov
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson
2023-03-15hw/intc/ioapic: Update KVM routes before redelivering IRQ, on RTE updateDavid Woodhouse
2023-03-08hw/intc/i8259: Implement legacy LTIM Edge/Level Bank SelectDavid Woodhouse
2023-03-08hw/mips: Declare all length properties as unsignedPhilippe Mathieu-Daudé
2023-03-05hw: intc: Use cpu_by_arch_id to fetch CPU stateMayuresh Chitale
2023-02-27hw/intc/i8259: Document i8259_init()Philippe Mathieu-Daudé
2023-02-27hw: Move ioapic*.h to intc/Bernhard Beschow
2023-02-27hw/intc/armv7m_nvic: Use QOM cast CPU() macroPhilippe Mathieu-Daudé
2023-02-27target/arm: Wrap arm_rebuild_hflags calls with tcg_enabledFabiano Rosas
2023-02-16target/arm: Store CPUARMState::nvic as NVICState*Philippe Mathieu-Daudé
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 36..63Peter Maydell
2023-02-03hvf: arm: Add support for GICv3Alexander Graf
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell
2023-01-20include/hw/ppc: Split pnv_chip.h off pnv.hMarkus Armbruster
2023-01-19Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-16hw/intc: Mark more interrupt-controller files as target independentThomas Huth
2023-01-16hw/intc: Move some files out of the target-specific source setPhilippe Mathieu-Daudé
2023-01-16Merge tag 'mips-20230113' of https://github.com/philmd/qemu into stagingPeter Maydell
2023-01-13hw/intc: Extract the IRQ counting functions into a separate fileThomas Huth
2023-01-13hw/intc/i8259: Make using the isa_pic singleton more type-safeBernhard Beschow
2023-01-12hw/intc/xilinx_intc: Use 'XpsIntc' typedef instead of 'struct xlx_pic'Philippe Mathieu-Daudé
2023-01-12hw/intc/omap_intc: Use CamelCase for TYPE_OMAP_INTC type namePhilippe Mathieu-Daudé
2023-01-12hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé
2023-01-07Merge tag 'pull-loongarch-20230106' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2023-01-06hw/intc/loongarch_pch: Change default irq number of pch irq controllerTianrui Zhao
2023-01-06hw/intc/loongarch_pch_pic: add irq number propertyTianrui Zhao