index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-07-18
KVM: arm64: vgic-its: Make vgic_its_cmd_handle_mapi similar to other handlers
Marc Zyngier
1
-6
/
+5
2016-07-18
KVM: arm64: vgic-its: Turn device_id validation into generic ID validation
Marc Zyngier
1
-72
/
+62
2016-07-18
KVM: arm64: vgic-its: Add pointer to corresponding kvm_device
Marc Zyngier
2
-0
/
+2
2016-07-18
KVM: arm64: vgic-its: Add collection allocator/destructor
Marc Zyngier
1
-38
/
+54
2016-07-18
KVM: arm64: vgic-its: Fix L2 entry validation for indirect tables
Marc Zyngier
1
-1
/
+6
2016-07-18
KVM: arm64: vgic-its: Validate the device table L1 entry
Marc Zyngier
1
-2
/
+11
2016-07-18
KVM: arm64: vgic-its: Fix misleading nr_entries in vgic_its_check_device_id
Marc Zyngier
1
-3
/
+3
2016-07-18
KVM: arm64: vgic-its: Fix vgic_its_check_device_id BE handling
Marc Zyngier
1
-0
/
+2
2016-07-18
KVM: arm64: vgic-its: Fix handling of indirect tables
Marc Zyngier
1
-3
/
+3
2016-07-18
KVM: arm64: vgic-its: Generalize use of vgic_get_irq_kref
Marc Zyngier
3
-10
/
+10
2016-07-18
irqchip/gicv3-its: Restore all cacheability attributes
Marc Zyngier
1
-8
/
+40
2016-07-18
KVM: arm/arm64: Fix vGICv2 KVM_DEV_ARM_VGIC_GRP_CPU/DIST_REGS
Eric Auger
2
-1
/
+5
2016-07-18
KVM: arm64: vgic-its: Enable ITS emulation as a virtual MSI controller
Andre Przywara
10
-5
/
+44
2016-07-18
KVM: arm64: vgic-its: Implement MSI injection in ITS emulation
Andre Przywara
2
-0
/
+83
2016-07-18
KVM: arm64: vgic-its: Implement ITS command queue command handlers
Andre Przywara
1
-1
/
+660
2016-07-18
KVM: arm64: vgic-its: Allow updates of LPI configuration table
Andre Przywara
1
-0
/
+39
2016-07-18
KVM: arm64: vgic-its: Read initial LPI pending table
Andre Przywara
2
-0
/
+100
2016-07-18
KVM: arm64: vgic-its: Connect LPIs to the VGIC emulation
Andre Przywara
5
-6
/
+73
2016-07-18
KVM: arm64: vgic-its: Implement basic ITS register handlers
Andre Przywara
5
-21
/
+420
2016-07-18
KVM: arm64: vgic-its: Introduce new KVM ITS device
Andre Przywara
9
-9
/
+168
2016-07-18
KVM: arm64: vgic-its: Introduce ITS emulation file with MMIO framework
Andre Przywara
6
-13
/
+213
2016-07-18
KVM: arm64: vgic: Handle ITS related GICv3 redistributor registers
Andre Przywara
4
-4
/
+181
2016-07-18
irqchip/gic-v3: Refactor and add GICv3 definitions
Andre Przywara
1
-60
/
+120
2016-07-18
KVM: arm/arm64: vgic: Add refcounting for IRQs
Andre Przywara
9
-12
/
+99
2016-07-18
KVM: kvm_io_bus: Add kvm_io_bus_get_dev() call
Andre Przywara
2
-0
/
+26
2016-07-18
KVM: arm/arm64: Extend arch CAP checks to allow per-VM capabilities
Andre Przywara
4
-4
/
+4
2016-07-18
KVM: Extend struct kvm_msi to hold a 32-bit device ID
Andre Przywara
2
-3
/
+14
2016-07-18
KVM: arm/arm64: vgic: Check return value for kvm_register_vgic_device
Andre Przywara
4
-12
/
+31
2016-07-18
KVM: arm/arm64: vgic: Move redistributor kvm_io_devices
Andre Przywara
3
-16
/
+15
2016-07-18
KVM: s390: let ptff intercepts result in cc=3
David Hildenbrand
1
-0
/
+8
2016-07-18
KVM: s390: allow user space to handle instr 0x0000
David Hildenbrand
5
-2
/
+43
2016-07-14
arm64: KVM: Clean up a condition
Dan Carpenter
1
-2
/
+2
2016-07-14
KVM: x86: bump KVM_MAX_VCPU_ID to 1023
Radim Krčmář
3
-4
/
+12
2016-07-14
KVM: x86: bump MAX_VCPUS to 288
Radim Krčmář
1
-1
/
+1
2016-07-14
KVM: x86: add a flag to disable KVM x2apic broadcast quirk
Radim Krčmář
5
-14
/
+52
2016-07-14
KVM: x86: add KVM_CAP_X2APIC_API
Radim Krčmář
8
-13
/
+99
2016-07-14
KVM: pass struct kvm to kvm_set_routing_entry
Radim Krčmář
5
-7
/
+12
2016-07-14
KVM: x86: reset lapic base in kvm_lapic_reset
Radim Krčmář
1
-4
/
+4
2016-07-14
KVM: VMX: optimize APIC ID read with APICv
Radim Krčmář
1
-3
/
+0
2016-07-14
KVM: x86: reset APIC ID when enabling LAPIC
Radim Krčmář
1
-2
/
+3
2016-07-14
KVM: x86: use hardware-compatible format for APIC ID register
Radim Krčmář
3
-22
/
+52
2016-07-14
KVM: x86: use generic function for MSI parsing
Radim Krčmář
1
-12
/
+7
2016-07-14
KVM: x86: dynamic kvm_apic_map
Radim Krčmář
3
-7
/
+16
2016-07-14
KVM: x86: use physical LAPIC array for logical x2APIC
Radim Krčmář
2
-38
/
+41
2016-07-14
KVM: x86: add kvm_apic_map_get_dest_lapic
Radim Krčmář
1
-132
/
+98
2016-07-14
KVM: x86: bump KVM_SOFT_MAX_VCPUS to 240
Radim Krčmář
1
-1
/
+1
2016-07-14
kvm: vmx: advertise support for ept execute only
Bandan Das
1
-0
/
+3
2016-07-14
kvm: mmu: track read permission explicitly for shadow EPT page tables
Bandan Das
3
-10
/
+23
2016-07-14
kvm: mmu: don't set the present bit unconditionally
Bandan Das
4
-9
/
+11
2016-07-14
kvm: mmu: remove is_present_gpte()
Bandan Das
4
-8
/
+3
[next]