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-04
KVM: x86/xen: Add kvm_xen_enabled static key
David Woodhouse
3
-2
/
+27
2021-02-04
KVM: x86/xen: Move KVM_XEN_HVM_CONFIG handling to xen.c
David Woodhouse
3
-13
/
+20
2021-02-04
KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercalls
Joao Martins
3
-17
/
+68
2021-02-04
KVM: x86/xen: intercept xen hypercalls if enabled
Joao Martins
10
-32
/
+369
2021-02-04
KVM: x86/xen: Fix __user pointer handling for hypercall page installation
David Woodhouse
1
-3
/
+5
2021-02-04
KVM: x86/xen: fix Xen hypercall page msr handling
Joao Martins
1
-2
/
+3
2021-02-04
KVM: x86/mmu: Allow parallel page faults for the TDP MMU
Ben Gardon
1
-2
/
+10
2021-02-04
KVM: x86/mmu: Mark SPTEs in disconnected pages as removed
Ben Gardon
1
-6
/
+30
2021-02-04
KVM: x86/mmu: Flush TLBs after zap in TDP MMU PF handler
Ben Gardon
2
-10
/
+74
2021-02-04
KVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU map
Ben Gardon
3
-34
/
+130
2021-02-04
KVM: x86/mmu: Factor out functions to add/remove TDP MMU pages
Ben Gardon
1
-8
/
+39
2021-02-04
KVM: x86/mmu: Use an rwlock for the x86 MMU
Ben Gardon
10
-84
/
+118
2021-02-04
sched: Add cond_resched_rwlock
Ben Gardon
2
-0
/
+52
2021-02-04
sched: Add needbreak for rwlocks
Ben Gardon
1
-0
/
+17
2021-02-04
locking/rwlocks: Add contention detection for rwlocks
Ben Gardon
2
-6
/
+25
2021-02-04
KVM: x86/mmu: Protect TDP MMU page table memory with RCU
Ben Gardon
4
-21
/
+103
2021-02-04
KVM: x86/mmu: Clear dirtied pages mask bit before early break
Ben Gardon
1
-2
/
+2
2021-02-04
KVM: x86/mmu: Skip no-op changes in TDP MMU functions
Ben Gardon
1
-2
/
+4
2021-02-04
KVM: x86/mmu: Yield in TDU MMU iter even if no SPTES changed
Ben Gardon
1
-10
/
+22
2021-02-04
KVM: x86/mmu: Ensure forward progress when yielding in TDP MMU iter
Ben Gardon
3
-23
/
+23
2021-02-04
KVM: x86/mmu: Rename goal_gfn to next_last_level_gfn
Ben Gardon
2
-12
/
+12
2021-02-04
KVM: x86/mmu: Merge flush and non-flush tdp_mmu_iter_cond_resched
Ben Gardon
1
-29
/
+13
2021-02-04
KVM: x86/mmu: Fix braces in kvm_recover_nx_lpages
Ben Gardon
1
-2
/
+2
2021-02-04
KVM: x86/mmu: Factor out handling of removed page tables
Ben Gardon
1
-29
/
+42
2021-02-04
KVM: x86/mmu: Don't redundantly clear TDP MMU pt memory
Ben Gardon
1
-1
/
+0
2021-02-04
KVM: x86/mmu: Add lockdep when setting a TDP MMU SPTE
Ben Gardon
1
-0
/
+2
2021-02-04
KVM: x86/mmu: Add comment on __tdp_mmu_set_spte
Ben Gardon
1
-0
/
+16
2021-02-04
KVM: x86/mmu: change TDP MMU yield function returns to match cond_resched
Ben Gardon
1
-10
/
+29
2021-02-04
KVM: x86: move kvm_inject_gp up from kvm_set_xcr to callers
Paolo Bonzini
3
-14
/
+8
2021-02-04
KVM: cleanup DR6/DR7 reserved bits checks
Paolo Bonzini
1
-2
/
+2
2021-02-04
KVM: move EXIT_FASTPATH_REENTER_GUEST to common code
Paolo Bonzini
3
-22
/
+15
2021-02-04
selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_...
Vitaly Kuznetsov
5
-0
/
+233
2021-02-04
KVM: x86/mmu: Add '__func__' in rmap_printk()
Stephen Zhang
2
-11
/
+11
2021-02-04
KVM: SVM: Replace hard-coded value with #define
Krish Sadhukhan
1
-1
/
+1
2021-02-04
KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setup
Michael Roth
3
-47
/
+56
2021-02-04
KVM: SVM: remove uneeded fields from host_save_users_msrs
Michael Roth
3
-21
/
+8
2021-02-04
KVM: SVM: use vmsave/vmload for saving/restoring additional host state
Michael Roth
3
-43
/
+10
2021-02-04
KVM: SVM: Use asm goto to handle unexpected #UD on SVM instructions
Sean Christopherson
3
-16
/
+67
2021-02-04
KVM: VMX: Use the kernel's version of VMXOFF
Sean Christopherson
2
-13
/
+9
2021-02-04
KVM: VMX: Move Intel PT shenanigans out of VMXON/VMXOFF flows
Sean Christopherson
1
-4
/
+7
2021-02-04
KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw
Uros Bizjak
4
-32
/
+5
2021-02-04
x86/virt: Mark flags and memory as clobbered by VMXOFF
David P. Reed
1
-1
/
+2
2021-02-04
x86/reboot: Force all cpus to exit VMX root if VMX is supported
Sean Christopherson
1
-20
/
+10
2021-02-04
x86/virt: Eat faults on VMXOFF in reboot flows
Sean Christopherson
1
-5
/
+12
2021-02-04
KVM: x86: use static calls to reduce kvm_x86_ops overhead
Jason Baron
13
-197
/
+193
2021-02-04
KVM: x86: introduce definitions to support static calls for kvm_x86_ops
Jason Baron
3
-0
/
+149
2021-02-04
KVM: X86: prepend vmx/svm prefix to additional kvm_x86_ops functions
Jason Baron
4
-27
/
+27
2021-02-04
KVM: Stop using deprecated jump label APIs
Cun Li
4
-32
/
+23
2021-02-04
KVM: SVM: Fix #GP handling for doubly-nested virtualization
Wei Huang
1
-2
/
+18
2021-02-04
KVM: SVM: Add support for SVM instruction address check change
Wei Huang
2
-0
/
+4
[next]