index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
arm
/
vgic
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: arm64: vgic-its: Read config and pending bit in add_lpi()
Eric Auger
2017-05-08
1
-11
/
+24
*
KVM: arm64: vgic-v3: vgic_v3_lpi_sync_pending_status
Eric Auger
2017-05-08
3
-4
/
+47
*
KVM: arm64: vgic-its: Check the device id matches TYPER DEVBITS range
Eric Auger
2017-05-08
1
-5
/
+20
*
KVM: arm64: vgic-its: Interpret MAPD ITT_addr field
Eric Auger
2017-05-08
1
-0
/
+4
*
KVM: arm64: vgic-its: Interpret MAPD Size field and check related errors
Eric Auger
2017-05-08
1
-1
/
+14
*
KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_iidr
Eric Auger
2017-05-08
1
-3
/
+20
*
KVM: arm64: vgic-its: Introduce migration ABI infrastructure
Eric Auger
2017-05-08
1
-4
/
+89
*
KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_creadr
Eric Auger
2017-05-08
1
-2
/
+40
*
KVM: arm64: vgic-its: Implement vgic_its_has_attr_regs and attr_regs_access
Eric Auger
2017-05-08
2
-4
/
+84
*
KVM: arm/arm64: vgic: expose (un)lock_all_vcpus
Eric Auger
2017-05-08
2
-2
/
+5
*
KVM: arm64: vgic-its: KVM_DEV_ARM_VGIC_GRP_ITS_REGS group
Eric Auger
2017-05-08
1
-1
/
+35
*
arm/arm64: vgic: turn vgic_find_mmio_region into public
Eric Auger
2017-05-08
2
-6
/
+10
*
KVM: arm/arm64: vgic-its: rename itte into ite
Eric Auger
2017-05-08
1
-74
/
+74
*
KVM: arm/arm64: Move shared files to virt/kvm/arm
Christoffer Dall
2017-05-04
2
-1
/
+38
*
KVM: arm/arm64: vgic-v3: De-optimize VMCR save/restore when emulating a GICv2
Marc Zyngier
2017-04-19
1
-2
/
+9
*
KVM: arm/arm64: vgic: Improve sync_hwstate performance
Christoffer Dall
2017-04-09
3
-8
/
+16
*
KVM: arm/arm64: vgic: Don't check vgic_initialized in sync/flush
Christoffer Dall
2017-04-09
1
-6
/
+0
*
KVM: arm/arm64: vgic: Implement early VGIC init functionality
Christoffer Dall
2017-04-09
1
-40
/
+56
*
KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operation
Christoffer Dall
2017-04-09
4
-96
/
+25
*
KVM: arm/arm64: vgic: Only set underflow when actually out of LRs
Christoffer Dall
2017-04-09
1
-4
/
+6
*
KVM: arm/arm64: vgic: Avoid flushing vgic state when there's no pending IRQ
Shih-Wei Li
2017-04-09
1
-0
/
+17
*
KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/put
Christoffer Dall
2017-04-09
5
-4
/
+82
*
KVM: arm/arm64: VGIC: Fix command handling while ITS being disabled
Andre Przywara
2017-03-07
1
-44
/
+65
*
KVM: arm/arm64: Let vcpu thread modify its own active state
Jintack Lim
2017-03-07
1
-8
/
+24
*
KVM: arm/arm64: vgic-v3: Don't pretend to support IRQ/FIQ bypass
Marc Zyngier
2017-03-06
1
-1
/
+4
*
KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twice
Shanker Donthineni
2017-02-08
1
-0
/
+3
*
KVM: arm/arm64: Remove kvm_vgic_inject_mapped_irq
Christoffer Dall
2017-02-01
1
-34
/
+16
*
KVM: arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl
Vijaya Kumar K
2017-01-30
5
-1
/
+119
*
KVM: arm/arm64: vgic: Implement VGICv3 CPU interface access
Vijaya Kumar K
2017-01-30
4
-0
/
+66
*
KVM: arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr struct
Vijaya Kumar K
2017-01-30
4
-18
/
+39
*
KVM: arm/arm64: vgic: Add distributor and redistributor access
Vijaya Kumar K
2017-01-30
5
-36
/
+292
*
KVM: arm/arm64: vgic: Implement support for userspace access
Vijaya Kumar K
2017-01-30
4
-49
/
+169
*
KVM: arm/arm64: vgic: Add debugfs vgic-state file
Christoffer Dall
2017-01-25
3
-0
/
+290
*
KVM: arm/arm64: Remove struct vgic_irq pending field
Christoffer Dall
2017-01-25
8
-44
/
+37
*
KVM: arm/arm64: vgic: Fix deadlock on error handling
Marc Zyngier
2017-01-13
3
-9
/
+13
*
cpu/hotplug: Cleanup state names
Thomas Gleixner
2016-12-25
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-12-14
5
-36
/
+8
|
\
|
*
KVM: arm/arm64: vgic-v2: Limit ITARGETSR bits to number of VCPUs
Andre Przywara
2016-12-09
1
-1
/
+2
|
*
ARM: KVM: Support vGICv3 ITS
Vladimir Murzin
2016-11-14
3
-30
/
+0
|
*
KVM: arm64: vgic-its: Fix compatibility with 32-bit
Vladimir Murzin
2016-11-14
1
-5
/
+6
*
|
KVM: arm/arm64: vgic: Don't notify EOI for non-SPIs
Marc Zyngier
2016-11-24
2
-4
/
+8
|
/
*
KVM: arm/arm64: vgic: Kick VCPUs when queueing already pending IRQs
Shih-Wei Li
2016-11-04
1
-0
/
+12
*
KVM: arm/arm64: vgic: Prevent access to invalid SPIs
Andre Przywara
2016-11-04
2
-21
/
+34
*
KVM: arm/arm64: vgic: Don't flush/sync without a working vgic
Christoffer Dall
2016-09-27
1
-0
/
+6
*
ARM: KVM: Support vgic-v3
Vladimir Murzin
2016-09-22
4
-66
/
+0
*
KVM: arm: vgic: Support 64-bit data manipulation on 32-bit host systems
Vladimir Murzin
2016-09-22
2
-2
/
+2
*
KVM: arm: vgic: Fix compiler warnings when built for 32-bit
Vladimir Murzin
2016-09-22
1
-2
/
+2
*
KVM: arm64: vgic-its: Introduce config option to guard ITS specific code
Vladimir Murzin
2016-09-22
3
-0
/
+9
*
arm64: KVM: Use static keys for selecting the GIC backend
Vladimir Murzin
2016-09-22
2
-1
/
+5
*
arm64: KVM: vgic-v2: Enable GICV access from HYP if access from guest is unsafe
Marc Zyngier
2016-09-08
1
-27
/
+42
[next]