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
2021-02-25
KVM: SVM: Fix nested VM-Exit on #GP interception handling
Sean Christopherson
1
-3
/
+8
2021-02-23
KVM: vmx/pmu: Fix dummy check if lbr_desc->event is created
Like Xu
1
-2
/
+2
2021-02-22
KVM: x86/mmu: Consider the hva in mmu_notifier retry
David Stevens
6
-16
/
+79
2021-02-22
KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page fault
Sean Christopherson
2
-2
/
+2
2021-02-22
KVM: Documentation: rectify rst markup in KVM_GET_SUPPORTED_HV_CPUID
Lukas Bulwahn
1
-0
/
+2
2021-02-22
KVM: nSVM: prepare guest save area while is_guest_mode is true
Paolo Bonzini
1
-1
/
+1
2021-02-19
KVM: x86/mmu: Remove a variety of unnecessary exports
Sean Christopherson
2
-21
/
+15
2021-02-19
KVM: x86: Fold "write-protect large" use case into generic write-protect
Sean Christopherson
2
-47
/
+17
2021-02-19
KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PML
Sean Christopherson
5
-153
/
+36
2021-02-19
KVM: VMX: Dynamically enable/disable PML based on memslot dirty logging
Makarand Sonare
6
-5
/
+70
2021-02-19
KVM: x86: Further clarify the logic and comments for toggling log dirty
Sean Christopherson
1
-4
/
+11
2021-02-19
KVM: x86: Move MMU's PML logic to common code
Sean Christopherson
5
-100
/
+24
2021-02-19
KVM: x86/mmu: Make dirty log size hook (PML) a value, not a function
Sean Christopherson
4
-13
/
+4
2021-02-19
KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect()
Sean Christopherson
1
-1
/
+4
2021-02-19
KVM: nVMX: Disable PML in hardware when running L2
Sean Christopherson
2
-16
/
+25
2021-02-19
KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEs
Sean Christopherson
3
-12
/
+14
2021-02-19
KVM: x86/mmu: Pass the memslot to the rmap callbacks
Sean Christopherson
1
-9
/
+15
2021-02-19
KVM: x86/mmu: Split out max mapping level calculation to helper
Sean Christopherson
2
-15
/
+24
2021-02-19
KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE and Huge...
Sean Christopherson
1
-1
/
+2
2021-02-18
KVM: nVMX: no need to undo inject_page_fault change on nested vmexit
Paolo Bonzini
1
-3
/
+0
2021-02-18
KVM: nSVM: fix running nested guests when npt=0
Paolo Bonzini
1
-0
/
+20
2021-02-18
KVM: nSVM: move nested vmrun tracepoint to enter_svm_guest_mode
Maxim Levitsky
1
-12
/
+14
2021-02-18
KVM: VMX: read idt_vectoring_info a bit earlier
Maxim Levitsky
1
-1
/
+3
2021-02-18
KVM: VMX: Allow INVPCID in guest without PCID
Sean Christopherson
1
-10
/
+0
2021-02-18
KVM: x86: Advertise INVPCID by default
Sean Christopherson
3
-6
/
+3
2021-02-18
KVM: SVM: Intercept INVPCID when it's disabled to inject #UD
Sean Christopherson
1
-4
/
+4
2021-02-15
selftests: kvm: avoid uninitialized variable warning
Paolo Bonzini
1
-1
/
+2
2021-02-15
selftests: kvm: add hardware_disable test
Ignacio Alvarado
3
-0
/
+167
2021-02-12
Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
382
-1963
/
+4984
2021-02-12
Merge branch 'kvm-arm64/pmu-debug-fixes-5.11' into kvmarm-master/next
Marc Zyngier
3
-38
/
+64
2021-02-12
Merge branch 'kvm-arm64/rng-5.12' into kvmarm-master/next
Marc Zyngier
5
-1
/
+125
2021-02-12
Merge branch 'kvm-arm64/hyp-reloc' into kvmarm-master/next
Marc Zyngier
20
-135
/
+604
2021-02-12
Merge branch 'kvm-arm64/concurrent-translation-fault' into kvmarm-master/next
Marc Zyngier
3
-41
/
+60
2021-02-12
Merge branch 'kvm-arm64/misc-5.12' into kvmarm-master/next
Marc Zyngier
3
-14
/
+7
2021-02-12
Merge tag 'kvmarm-fixes-5.11-2' into kvmarm-master/next
Marc Zyngier
6
-49
/
+74
2021-02-11
KVM: x86/xen: Explicitly pad struct compat_vcpu_info to 64 bytes
Sean Christopherson
1
-5
/
+6
2021-02-11
KVM: selftests: Don't bother mapping GVA for Xen shinfo test
Sean Christopherson
1
-4
/
+3
2021-02-11
KVM: selftests: Fix hex vs. decimal snafu in Xen test
Sean Christopherson
1
-1
/
+1
2021-02-11
KVM: selftests: Fix size of memslots created by Xen tests
Sean Christopherson
2
-4
/
+2
2021-02-11
KVM: selftests: Ignore recently added Xen tests' build output
Sean Christopherson
1
-0
/
+2
2021-02-11
KVM: selftests: Add missing header file needed by xAPIC IPI tests
Peter Shier
1
-0
/
+55
2021-02-11
KVM: selftests: Add operand to vmsave/vmload/vmrun in svm.c
Ricardo Koller
1
-4
/
+4
2021-02-11
KVM: SVM: Make symbol 'svm_gp_erratum_intercept' static
Wei Yongjun
1
-1
/
+1
2021-02-11
Merge tag 'kvm-ppc-next-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
16
-281
/
+309
2021-02-11
locking/arch: Move qrwlock.h include after qspinlock.h
Waiman Long
6
-6
/
+6
2021-02-11
KVM: PPC: Book3S HV: Fix host radix SLB optimisation with hash guests
Nicholas Piggin
1
-0
/
+3
2021-02-11
KVM: PPC: Book3S HV: Ensure radix guest has no SLB entries
Paul Mackerras
1
-1
/
+5
2021-02-10
KVM: PPC: Don't always report hash MMU capability for P9 < DD2.2
Fabiano Rosas
3
-2
/
+13
2021-02-10
KVM: PPC: Book3S HV: Save and restore FSCR in the P9 path
Fabiano Rosas
1
-0
/
+4
2021-02-10
KVM: PPC: remove unneeded semicolon
Yang Li
1
-1
/
+1
[next]