index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: arm/arm64: timer: Allow the timer to control the active state
Marc Zyngier
2015-08-12
1
-7
/
+22
*
KVM: arm/arm64: vgic: Prevent userspace injection of a mapped interrupt
Marc Zyngier
2015-08-12
1
-33
/
+70
*
KVM: arm/arm64: vgic: Add vgic_{get,set}_phys_irq_active
Marc Zyngier
2015-08-12
1
-0
/
+24
*
KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest
Marc Zyngier
2015-08-12
1
-3
/
+86
*
KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts
Marc Zyngier
2015-08-12
1
-1
/
+208
*
KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQs
Marc Zyngier
2015-08-12
1
-1
/
+1
*
KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
Marc Zyngier
2015-08-12
2
-4
/
+33
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2015-06-24
1
-3
/
+0
|
\
|
*
arm64: KVM: Switch vgic save/restore to alternative_insn
Marc Zyngier
2015-06-12
1
-3
/
+0
*
|
KVM: arm/arm64: vgic: Remove useless arm-gic.h #include
Marc Zyngier
2015-06-18
1
-2
/
+0
*
|
KVM: arm/arm64: vgic: Avoid injecting reserved IRQ numbers
Marc Zyngier
2015-06-17
1
-4
/
+1
*
|
KVM: arm: vgic: Drop useless Group0 warning
Marc Zyngier
2015-06-17
1
-2
/
+0
*
|
KVM: arm64: add active register handling to GICv3 emulation as well
Andre Przywara
2015-06-09
1
-4
/
+50
|
/
*
KVM: arm/arm64: check IRQ number on userland injection
Andre Przywara
2015-04-22
1
-0
/
+3
*
KVM: arm: irqfd: fix value returned by kvm_irq_map_gsi
Eric Auger
2015-04-22
1
-1
/
+1
*
Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2015-04-07
5
-296
/
+582
|
\
|
*
KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO bus
Andre Przywara
2015-03-30
4
-144
/
+18
|
*
KVM: arm/arm64: prepare GICv3 emulation to use kvm_io_bus MMIO handling
Andre Przywara
2015-03-30
1
-1
/
+38
|
*
KVM: arm/arm64: merge GICv3 RD_base and SGI_base register frames
Andre Przywara
2015-03-30
1
-91
/
+83
|
*
KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_bus
Andre Przywara
2015-03-26
1
-6
/
+16
|
*
KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGIC
Andre Przywara
2015-03-26
2
-0
/
+136
|
*
KVM: arm/arm64: simplify vgic_find_range() and callers
Andre Przywara
2015-03-26
3
-17
/
+10
|
*
KVM: arm/arm64: rename struct kvm_mmio_range to vgic_io_range
Andre Przywara
2015-03-26
4
-22
/
+22
|
*
arm/arm64: KVM: Fix migration race in the arch timer
Christoffer Dall
2015-03-14
1
-9
/
+36
|
*
arm/arm64: KVM: support for un-queuing active IRQs
Christoffer Dall
2015-03-14
3
-37
/
+198
|
*
arm/arm64: KVM: add a common vgic_queue_irq_to_lr fn
Alex Bennée
2015-03-14
1
-7
/
+17
|
*
KVM: arm/arm64: add irqfd support
Eric Auger
2015-03-12
1
-0
/
+48
|
*
KVM: arm/arm64: remove coarse grain dist locking at kvm_vgic_sync_hwstate
Eric Auger
2015-03-12
1
-8
/
+5
|
*
KVM: vgic: add virt-capable compatible strings
Mark Rutland
2015-03-11
1
-2
/
+4
*
|
arm/arm64: KVM: Keep elrsr/aisr in sync with software model
Christoffer Dall
2015-03-14
3
-0
/
+32
*
|
arm/arm64: KVM: fix missing unlock on error in kvm_vgic_create()
Wei Yongjun
2015-03-13
1
-2
/
+4
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-02-13
6
-872
/
+2347
|
\
|
*
arm/arm64: KVM: force alignment of VGIC dist/CPU/redist addresses
Andre Przywara
2015-01-20
1
-3
/
+13
|
*
arm/arm64: KVM: allow userland to request a virtual GICv3
Andre Przywara
2015-01-20
2
-13
/
+36
|
*
arm/arm64: KVM: enable kernel side of GICv3 emulation
Andre Przywara
2015-01-20
3
-25
/
+66
|
*
arm64: KVM: add SGI generation register emulation
Andre Przywara
2015-01-20
1
-0
/
+111
|
*
arm/arm64: KVM: add virtual GICv3 distributor emulation
Andre Przywara
2015-01-20
3
-2
/
+934
|
*
arm/arm64: KVM: add opaque private pointer to MMIO data
Andre Przywara
2015-01-20
1
-0
/
+1
|
*
arm/arm64: KVM: split GICv2 specific emulation code from vgic.c
Andre Przywara
2015-01-20
2
-805
/
+848
|
*
arm/arm64: KVM: add vgic.h header file
Andre Przywara
2015-01-20
2
-101
/
+170
|
*
arm/arm64: KVM: refactor/wrap vgic_set/get_attr()
Andre Przywara
2015-01-20
1
-24
/
+54
|
*
arm/arm64: KVM: refactor MMIO accessors
Andre Przywara
2015-01-20
1
-52
/
+74
|
*
arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variable
Andre Przywara
2015-01-20
1
-2
/
+6
|
*
arm/arm64: KVM: make the maximum number of vCPUs a per-VM value
Andre Przywara
2015-01-20
3
-0
/
+18
|
*
arm/arm64: KVM: dont rely on a valid GICH base address
Andre Przywara
2015-01-20
1
-1
/
+1
|
*
arm/arm64: KVM: move kvm_register_device_ops() into vGIC probing
Andre Przywara
2015-01-20
3
-3
/
+5
|
*
arm/arm64: KVM: introduce per-VM ops
Andre Przywara
2015-01-20
1
-10
/
+76
|
*
arm/arm64: KVM: wrap 64 bit MMIO accesses with two 32 bit ones
Andre Przywara
2015-01-20
1
-3
/
+50
|
*
arm/arm64: KVM: refactor vgic_handle_mmio() function
Andre Przywara
2015-01-20
1
-20
/
+53
|
*
arm/arm64: KVM: pass down user space provided GIC type into vGIC code
Andre Przywara
2015-01-20
1
-2
/
+13
[next]