index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
intc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-28
hmp: obsolete "info ioapic"
Peter Xu
1
-11
/
+0
2018-06-28
ioapic: support "info irq"
Peter Xu
2
-0
/
+24
2018-06-28
ioapic: some proper indents when dump info
Peter Xu
1
-4
/
+4
2018-06-28
ioapic: support "info pic"
Peter Xu
1
-0
/
+16
2018-06-22
hw/intc/arm_gicv3_kvm: Get prepared to handle multiple redist regions
Eric Auger
1
-3
/
+34
2018-06-22
hw/intc/arm_gicv3: Introduce redist-region-count array property
Eric Auger
3
-8
/
+51
2018-06-22
target/arm: Allow KVM device address overwriting
Eric Auger
3
-5
/
+5
2018-06-22
hw/intc/arm_gicv3: fix an extra left-shift when reading IPRIORITYR
Amol Surati
2
-2
/
+4
2018-06-16
xics_kvm: fix a build break
Cédric Le Goater
1
-6
/
+4
2018-06-15
arm: Don't crash if user tries to use a Cortex-M CPU without an NVIC
Peter Maydell
1
-1
/
+5
2018-06-15
arm_gicv3_kvm: kvm_dist_get/put_priority: skip the registers banked by GICR_I...
Shannon Zhao
1
-2
/
+16
2018-06-12
xics_kvm: use KVM helpers
Cédric Le Goater
1
-38
/
+14
2018-06-08
arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICR
Shannon Zhao
2
-0
/
+117
2018-06-04
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-2
/
+1
2018-06-01
ioapic: fix up includes
Michael S. Tsirkin
1
-2
/
+1
2018-05-31
KVM: GIC: Fix memory leak due to calling kvm_init_irq_routing twice
Shannon Zhao
2
-2
/
+0
2018-05-31
arm_gicv3_kvm: increase clroffset accordingly
Shannon Zhao
1
-0
/
+1
2018-05-31
hw/intc/arm_gicv3: Fix APxR<n> register dispatching
Jan Kiszka
1
-6
/
+6
2018-04-27
heathrow: remove obsolete heathow_init() function
Mark Cave-Ayland
1
-18
/
+5
2018-04-26
target/arm: Fetch GICv3 state directly from CPUARMState
Aaron Lindsay
1
-8
/
+2
2018-03-23
hw/intc/arm_gicv3: Fix secure-GIC NS ICC_PMR and ICC_RPR accesses
Peter Maydell
1
-3
/
+3
2018-03-06
openpic_kvm: drop address_space_to_flatview call
Paolo Bonzini
1
-4
/
+0
2018-03-06
openpic: move OpenPIC state and related definitions to openpic.h
Mark Cave-Ayland
1
-157
/
+0
2018-03-06
openpic: move KVM-specific declarations into separate openpic_kvm.h file
Mark Cave-Ayland
1
-0
/
+1
2018-03-06
heathrow: change heathrow_pic_init() to return the heathrow device
Mark Cave-Ayland
1
-4
/
+6
2018-03-06
heathrow: convert to trace-events
Mark Cave-Ayland
2
-21
/
+16
2018-03-06
heathrow: QOMify heathrow PIC
Mark Cave-Ayland
1
-56
/
+70
2018-02-26
qmp: expose s390-specific CPU info
Viktor Mihajlovski
1
-2
/
+2
2018-02-15
hw/intc/armv7m_nvic: Fix byte-to-interrupt number conversions
Peter Maydell
1
-4
/
+4
2018-02-15
hw/intc/armv7m_nvic: Implement SCR
Peter Maydell
1
-4
/
+8
2018-02-15
hw/intc/armv7m_nvic: Implement cache ID registers
Peter Maydell
1
-0
/
+16
2018-02-15
hw/intc/armv7m_nvic: Implement v8M CPPWR register
Peter Maydell
1
-0
/
+14
2018-02-15
hw/intc/armv7m_nvic: Implement M profile cache maintenance ops
Peter Maydell
1
-0
/
+12
2018-02-15
hw/intc/armv7m_nvic: Fix ICSR PENDNMISET/CLR handling
Peter Maydell
1
-3
/
+3
2018-02-15
hw/intc/armv7m_nvic: Don't hardcode M profile ID registers in NVIC
Peter Maydell
1
-14
/
+16
2018-02-09
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...
Peter Maydell
2
-2
/
+0
2018-02-09
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180209'...
Peter Maydell
4
-12
/
+218
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2
-2
/
+0
2018-02-09
i.MX: Add code to emulate GPCv2 IP block
Andrey Smirnov
2
-1
/
+126
2018-02-09
target/arm: Split "get pending exception info" from "acknowledge it"
Peter Maydell
2
-8
/
+25
2018-02-09
target/arm: Add armv7m_nvic_set_pending_derived()
Peter Maydell
2
-3
/
+67
2018-02-09
s390x/flic: cache the common flic class in a central function
David Hildenbrand
1
-1
/
+12
2018-02-09
s390x/kvm: cache the kvm flic in a central function
David Hildenbrand
1
-5
/
+16
2018-02-09
s390x/tcg: cache the qemu flic in a central function
David Hildenbrand
1
-6
/
+17
2018-02-09
s390x/flic: optimize CPU wakeup for TCG
David Hildenbrand
1
-2
/
+29
2018-02-09
s390x/flic: implement qemu_s390_clear_io_flic()
David Hildenbrand
1
-2
/
+29
2018-02-09
s390x/flic: make floating interrupts on TCG actually floating
David Hildenbrand
1
-10
/
+134
2018-02-09
s390x/flic: no need to call s390_io_interrupt() from flic
David Hildenbrand
1
-1
/
+2
2018-02-09
s390x/flic: factor out injection of floating interrupts
David Hildenbrand
2
-5
/
+89
2018-02-09
s390x/tcg: simplify lookup of flic
David Hildenbrand
1
-5
/
+3
[next]