index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-08-02
131
-3507
/
+9022
|
\
|
*
KVM: PPC: Introduce KVM_CAP_PPC_HTM
Sam Bobroff
2016-08-01
1
-0
/
+4
|
*
MIPS: Select HAVE_KVM for MIPS64_R{2,6}
James Hogan
2016-08-01
1
-0
/
+2
|
*
MIPS: KVM: Reset CP0_PageMask during host TLB flush
James Hogan
2016-08-01
1
-0
/
+2
|
*
MIPS: KVM: Fix ptr->int cast via KVM_GUEST_KSEGX()
James Hogan
2016-08-01
1
-1
/
+1
|
*
MIPS: KVM: Sign extend MFC0/RDHWR results
James Hogan
2016-08-01
1
-3
/
+4
|
*
MIPS: KVM: Fix 64-bit big endian dynamic translation
James Hogan
2016-08-01
1
-0
/
+8
|
*
MIPS: KVM: Fail if ebase doesn't fit in CP0_EBase
James Hogan
2016-08-01
1
-0
/
+12
|
*
MIPS: KVM: Use 64-bit CP0_EBase when appropriate
James Hogan
2016-08-01
1
-3
/
+22
|
*
MIPS: KVM: Set CP0_Status.KX on MIPS64
James Hogan
2016-08-01
1
-2
/
+8
|
*
MIPS: KVM: Make entry code MIPS64 friendly
James Hogan
2016-08-01
1
-24
/
+24
|
*
MIPS: KVM: Use kmap instead of CKSEG0ADDR()
James Hogan
2016-08-01
2
-7
/
+17
|
*
MIPS: KVM: Use virt_to_phys() to get commpage PFN
James Hogan
2016-08-01
1
-1
/
+1
|
*
MIPS: Fix definition of KSEGX() for 64-bit
James Hogan
2016-08-01
1
-1
/
+1
|
*
KVM: VMX: Add VMCS to CPU's loaded VMCSs before VMPTRLD
Jim Mattson
2016-08-01
1
-11
/
+15
|
*
kvm: x86: nVMX: maintain internal copy of current VMCS
David Matlack
2016-08-01
1
-3
/
+28
|
*
KVM: PPC: Book3S HV: Save/restore TM state in H_CEDE
Paul Mackerras
2016-07-28
1
-0
/
+13
|
*
KVM: PPC: Book3S HV: Pull out TM state save/restore into separate procedures
Paul Mackerras
2016-07-28
1
-212
/
+237
|
*
Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Radim Krčmář
2016-07-22
28
-362
/
+274
|
|
\
|
|
*
KVM: arm64: vgic-its: Enable ITS emulation as a virtual MSI controller
Andre Przywara
2016-07-18
3
-0
/
+8
|
|
*
KVM: arm64: vgic-its: Introduce new KVM ITS device
Andre Przywara
2016-07-18
2
-0
/
+3
|
|
*
KVM: arm/arm64: Extend arch CAP checks to allow per-VM capabilities
Andre Przywara
2016-07-18
4
-4
/
+4
|
|
*
arm64: KVM: Clean up a condition
Dan Carpenter
2016-07-14
1
-2
/
+2
|
|
*
arm/arm64: Get rid of KERN_TO_HYP
Marc Zyngier
2016-07-03
4
-13
/
+10
|
|
*
arm/arm64: KVM: Check that IDMAP doesn't intersect with VA range
Marc Zyngier
2016-07-03
1
-0
/
+15
|
|
*
arm/arm64: KVM: Prune unused #defines
Marc Zyngier
2016-07-03
2
-19
/
+0
|
|
*
arm: KVM: Allow hyp teardown
Marc Zyngier
2016-07-03
5
-7
/
+24
|
|
*
arm: KVM: Simplify HYP init
Marc Zyngier
2016-07-03
2
-50
/
+14
|
|
*
arm/arm64: KVM: Kill free_boot_hyp_pgd
Marc Zyngier
2016-07-03
4
-29
/
+7
|
|
*
arm/arm64: KVM: Drop boot_pgd
Marc Zyngier
2016-07-03
6
-31
/
+8
|
|
*
arm64: KVM: Simplify HYP init/teardown
Marc Zyngier
2016-07-03
5
-92
/
+26
|
|
*
arm/arm64: KVM: Always have merged page tables
Marc Zyngier
2016-07-03
2
-64
/
+41
|
|
*
arm64: KVM: Runtime detection of lower HYP offset
Marc Zyngier
2016-07-03
1
-0
/
+19
|
|
*
arm/arm64: KVM: Export __hyp_text_start/end symbols
Marc Zyngier
2016-07-03
3
-2
/
+8
|
|
*
arm64: KVM: Refactor kern_hyp_va to deal with multiple offsets
Marc Zyngier
2016-07-03
2
-14
/
+39
|
|
*
arm64: KVM: Define HYP offset masks
Marc Zyngier
2016-07-03
1
-2
/
+6
|
|
*
arm64: Add ARM64_HYP_OFFSET_LOW capability
Marc Zyngier
2016-07-03
1
-1
/
+2
|
|
*
arm64: KVM: Kill HYP_PAGE_OFFSET
Marc Zyngier
2016-07-03
1
-2
/
+1
|
|
*
arm/arm64: KVM: Remove hyp_kern_va helper
Marc Zyngier
2016-07-03
2
-13
/
+0
|
|
*
arm64: KVM: Always reference __hyp_panic_string via its kernel VA
Marc Zyngier
2016-07-03
1
-2
/
+9
|
|
*
arm64: KVM: Merged page tables documentation
Marc Zyngier
2016-07-03
1
-3
/
+37
|
|
*
KVM: arm/arm64: The GIC is dead, long live the GIC
Marc Zyngier
2016-07-03
4
-28
/
+0
|
|
*
arm/arm64: KVM: Make default HYP mappings non-excutable
Marc Zyngier
2016-06-29
2
-2
/
+2
|
|
*
arm/arm64: KVM: Map the HYP text as read-only
Marc Zyngier
2016-06-29
4
-4
/
+6
|
|
*
arm/arm64: KVM: Enforce HYP read-only mapping of the kernel's rodata section
Marc Zyngier
2016-06-29
3
-1
/
+3
|
|
*
arm64: Add PTE_HYP_XN page table flag
Marc Zyngier
2016-06-29
1
-0
/
+1
|
|
*
arm/arm64: KVM: Add a protection parameter to create_hyp_mappings
Marc Zyngier
2016-06-29
4
-10
/
+12
|
*
|
KVM: s390: let ptff intercepts result in cc=3
David Hildenbrand
2016-07-18
1
-0
/
+8
|
*
|
KVM: s390: allow user space to handle instr 0x0000
David Hildenbrand
2016-07-18
3
-2
/
+29
|
*
|
KVM: x86: bump KVM_MAX_VCPU_ID to 1023
Radim Krčmář
2016-07-14
3
-4
/
+12
[next]