aboutsummaryrefslogtreecommitdiff
path: root/hw/arm_gic.c
AgeCommit message (Expand)Author
2012-04-13hw/arm_gic: Remove stray hardcoded tabgic-as-devicePeter Maydell
2012-04-13hw/arm_gic: gic_set_pending_private() is NVIC onlyPeter Maydell
2012-04-13hw/arm_gic: Use NVIC instead of LEGACY_INCLUDED_GIC definePeter Maydell
2012-04-13hw/arm_gic: Make gic_reset a sysbus reset functionPeter Maydell
2012-04-13hw/arm_gic: Make the GIC its own sysbus devicePeter Maydell
2012-04-13hw/arm_gic: Expose PPI inputs as gpio inputsPeter Maydell
2012-04-13hw/arm_gic: Move gic_get_current_cpu into arm_gic.cPeter Maydell
2012-04-13hw/arm_gic: Move NCPU definition to arm_gic.cPeter Maydell
2012-03-16ARM: Remove unnecessary subpage workaroundsPeter Maydell
2012-03-02arm: make sure that number of irqs can be represented in GICD_TYPER.Rusty Russell
2012-03-02arm: clean up GIC constantsRusty Russell
2012-01-17arm: make the number of GIC interrupts configurableMark Langsdorf
2012-01-04arm: add dummy gic security registersRob Herring
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori
2011-12-12hw/arm_gic: Expose GIC CPU interfaces as sysbus memory regionsPeter Maydell
2011-12-06fix spelling in hw sub directoryDong Xu Wang
2011-12-05hw/arm_gic.c: Ignore attempts to complete nonexistent IRQsPeter Maydell
2011-11-06arm_gic: handle banked enable bits for per-cpu interruptsRabin Vincent
2011-10-21hw/arm_gic.c: Fix save/load of irq_target arrayDmitry Koshelev
2011-08-22arm_gic: convert to memory APIAvi Kivity
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-03-06target-arm: Fix soft interrupt in GIC distributorAdam Lackorzynski
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-07-06savevm: Add DeviceState paramAlex Williamson
2009-11-19ARM PBX-A9 board supportPaul Brook
2009-11-13ARM MPCore tweaksPaul Brook
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-26Remove qdev irq sink handlingPaul Brook
2009-05-14ARM GIC qdev conversionPaul Brook
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-05-08Replace cpu_abort with hw_errorPaul Brook
2009-03-07arm: Fix gic_irq_state.level bitfield typeaurel32
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-07-02Save/restore for stellaris boards.pbrook
2008-05-06Force correct evaluation order in a a == b != c condition.balrog
2007-11-24ARMv7-M SysTick fix.pbrook
2007-11-11ARMv7 support.pbrook
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-08-26arm_gic.c error message fix, by Adam Lackorzynski.ths
2007-06-03Fix off-by-one memory region sizes.pbrook
2007-04-07Unify IRQ handling.pbrook
2007-01-02Arm GIC stuck interrupt fix.pbrook
2006-10-01ARM GIC bug.pbrook
2006-09-23Add ARM RealView Emulation Baseboard.pbrook