index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
*
KVM: pass kvm_memory_slot to gfn_to_page_many_atomic
Paolo Bonzini
2015-05-28
1
-2
/
+4
*
KVM: add "new" argument to kvm_arch_commit_memory_region
Paolo Bonzini
2015-05-28
12
-19
/
+28
*
KVM: add memslots argument to kvm_arch_memslots_updated
Paolo Bonzini
2015-05-26
5
-5
/
+5
*
KVM: const-ify uses of struct kvm_userspace_memory_region
Paolo Bonzini
2015-05-26
10
-22
/
+22
*
KVM: use kvm_memslots whenever possible
Paolo Bonzini
2015-05-26
7
-8
/
+21
*
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
2015-05-20
7
-4
/
+33
|
\
|
*
kvm/fpu: Enable eager restore kvm FPU for MPX
Liang Li
2015-05-20
4
-2
/
+27
|
*
Revert "KVM: x86: drop fpu_activate hook"
Paolo Bonzini
2015-05-20
3
-0
/
+3
|
*
kvm: fix crash in kvm_vcpu_reload_apic_access_page
Andrea Arcangeli
2015-05-20
1
-0
/
+2
|
*
KVM: MMU: fix SMAP virtualization
Xiao Guangrong
2015-05-11
4
-11
/
+16
|
*
KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages
Paolo Bonzini
2015-05-11
1
-1
/
+1
|
*
KVM: MMU: fix smap permission check
Xiao Guangrong
2015-05-11
2
-0
/
+9
|
*
KVM: PPC: Book3S HV: Fix list traversal in error case
Paul Mackerras
2015-05-10
1
-2
/
+3
*
|
kvm: x86: Make functions that have no external callers static
Nicholas Krause
2015-05-20
1
-2
/
+2
*
|
KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async
Paolo Bonzini
2015-05-19
1
-4
/
+5
*
|
KVM: mips: use id_to_memslot correctly
Paolo Bonzini
2015-05-19
1
-1
/
+1
*
|
KVM: x86: do not reset mmu if CR0.CD and CR0.NW are changed
Xiao Guangrong
2015-05-19
1
-2
/
+1
*
|
KVM: MMU: fix MTRR update
Xiao Guangrong
2015-05-19
3
-1
/
+83
*
|
KVM: MMU: fix decoding cache type from MTRR
Xiao Guangrong
2015-05-19
1
-8
/
+6
*
|
KVM: MMU: introduce kvm_zap_rmapp
Xiao Guangrong
2015-05-19
1
-8
/
+12
*
|
KVM: MMU: use slot_handle_level and its helper to clean up the code
Xiao Guangrong
2015-05-19
1
-112
/
+16
*
|
KVM: MMU: introduce slot_handle_level_range() and its helpers
Xiao Guangrong
2015-05-19
1
-0
/
+69
*
|
KVM: MMU: introduce for_each_slot_rmap_range
Xiao Guangrong
2015-05-19
1
-22
/
+75
*
|
KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVEL
Xiao Guangrong
2015-05-19
2
-15
/
+10
*
|
KVM: MMU: introduce for_each_rmap_spte()
Xiao Guangrong
2015-05-19
2
-38
/
+19
*
|
Revert "kvmclock: set scheduler clock stable"
Paolo Bonzini
2015-05-19
1
-3
/
+0
*
|
KVM: MMU: fix SMAP virtualization
Xiao Guangrong
2015-05-19
4
-11
/
+16
*
|
KVM: x86: Fix zero iterations REP-string
Nadav Amit
2015-05-19
1
-0
/
+25
*
|
KVM: x86: Fix update RCX/RDI/RSI on REP-string
Nadav Amit
2015-05-19
1
-6
/
+2
*
|
KVM: x86: Fix DR7 mask on task-switch while debugging
Nadav Amit
2015-05-19
2
-4
/
+5
*
|
Merge tag 'kvm-s390-next-20150508' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
2015-05-11
7
-77
/
+116
|
\
\
|
*
|
KVM: s390: drop handling of interception code 12
David Hildenbrand
2015-05-08
1
-16
/
+0
|
*
|
KVM: s390: factor out and optimize floating irq VCPU kick
David Hildenbrand
2015-05-08
1
-28
/
+46
|
*
|
KVM: s390: optimize interrupt handling round trip time
Jens Freimann
2015-05-08
1
-7
/
+4
|
*
|
KVM: s390: provide functions for blocking all CPUs
Christian Borntraeger
2015-05-08
2
-7
/
+26
|
*
|
KVM: s390: make exit_sie_sync more robust
Christian Borntraeger
2015-05-08
4
-13
/
+22
|
*
|
KVM: s390: Enable guest EDAT2 support
Guenther Hutzl
2015-05-08
3
-4
/
+11
|
*
|
KVM: s390: make EDAT1 depend on host support
Guenther Hutzl
2015-05-08
1
-2
/
+5
|
*
|
KVM: s390: optimize round trip time in request handling
Christian Borntraeger
2015-05-08
1
-0
/
+2
|
*
|
KVM: s390: fix external call injection without sigp interpretation
David Hildenbrand
2015-05-08
1
-1
/
+1
|
|
/
*
|
KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages
Paolo Bonzini
2015-05-08
1
-1
/
+1
*
|
KVM: MMU: fix smap permission check
Xiao Guangrong
2015-05-08
2
-0
/
+9
*
|
KVM: nVMX: Fix host crash when loading MSRs with userspace irqchip
Jan Kiszka
2015-05-08
1
-3
/
+2
*
|
KVM: x86: Call-far should not be emulated as stack op
Nadav Amit
2015-05-08
1
-1
/
+1
*
|
KVM: x86: dump VMCS on invalid entry
Paolo Bonzini
2015-05-07
1
-0
/
+153
*
|
x86: kvmclock: drop rdtsc_barrier()
Marcelo Tosatti
2015-05-07
1
-1
/
+0
*
|
KVM: x86: drop unneeded null test
Julia Lawall
2015-05-07
1
-5
/
+3
*
|
KVM: x86: fix initial PAT value
Radim Krčmář
2015-05-07
4
-11
/
+7
*
|
kvm,x86: load guest FPU context more eagerly
Rik van Riel
2015-05-07
1
-2
/
+13
*
|
kvm: x86: Deliver MSI IRQ to only lowest prio cpu if msi_redir_hint is true
James Sullivan
2015-05-07
3
-8
/
+11
[next]