index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-01
MIPS: KVM: Use virt_to_phys() to get commpage PFN
James Hogan
1
-1
/
+1
2016-08-01
MIPS: Fix definition of KSEGX() for 64-bit
James Hogan
1
-1
/
+1
2016-08-01
KVM: VMX: Add VMCS to CPU's loaded VMCSs before VMPTRLD
Jim Mattson
1
-11
/
+15
2016-08-01
kvm: x86: nVMX: maintain internal copy of current VMCS
David Matlack
1
-3
/
+28
2016-08-01
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Radim Krčmář
1
-212
/
+250
2016-07-28
KVM: PPC: Book3S HV: Save/restore TM state in H_CEDE
Paul Mackerras
1
-0
/
+13
2016-07-28
KVM: PPC: Book3S HV: Pull out TM state save/restore into separate procedures
Paul Mackerras
1
-212
/
+237
2016-07-22
Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Radim Krčmář
54
-6065
/
+2698
2016-07-21
Merge tag 'kvm-s390-next-4.8-4' of git://git.kernel.org/pub/scm/linux/kernel/...
Radim Krčmář
6
-2
/
+51
2016-07-18
KVM: arm64: vgic-its: Simplify MAPI error handling
Marc Zyngier
1
-18
/
+12
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
[next]