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
2020-05-15
kvm: add halt-polling cpu usage stats
David Matlack
10
-3
/
+33
2020-05-15
KVM: nVMX: Migrate the VMX-preemption timer
Jim Mattson
3
-0
/
+15
2020-05-15
KVM: nVMX: Change emulated VMX-preemption timer hrtimer to absolute
Jim Mattson
1
-2
/
+3
2020-05-15
KVM: nVMX: Really make emulated nested preemption timer pinned
Jim Mattson
1
-1
/
+1
2020-05-15
KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup()
Sean Christopherson
3
-6
/
+3
2020-05-15
KVM: SVM: Remove unnecessary V_IRQ unsetting
Suravee Suthikulpanit
1
-2
/
+0
2020-05-15
KVM: SVM: Merge svm_enable_vintr into svm_set_vintr
Suravee Suthikulpanit
1
-8
/
+2
2020-05-15
KVM: VMX: Handle preemption timer fastpath
Wanpeng Li
1
-2
/
+12
2020-05-15
KVM: X86: TSCDEADLINE MSR emulation fastpath
Wanpeng Li
2
-6
/
+28
2020-05-15
KVM: x86: introduce kvm_can_use_hv_timer
Paolo Bonzini
3
-8
/
+11
2020-05-15
KVM: VMX: Optimize posted-interrupt delivery for timer fastpath
Wanpeng Li
2
-1
/
+5
2020-05-15
KVM: X86: Introduce more exit_fastpath_completion enum values
Wanpeng Li
5
-27
/
+39
2020-05-15
KVM: X86: Introduce kvm_vcpu_exit_request() helper
Wanpeng Li
2
-2
/
+9
2020-05-15
KVM: x86: Print symbolic names of VMX VM-Exit flags in traces
Sean Christopherson
2
-15
/
+20
2020-05-15
KVM: VMX: Introduce generic fastpath handler
Wanpeng Li
1
-7
/
+16
2020-05-15
KVM: nVMX: Drop superfluous VMREAD of vmcs02.GUEST_SYSENTER_*
Sean Christopherson
1
-4
/
+0
2020-05-15
KVM: nVMX: Truncate writes to vmcs.SYSENTER_EIP/ESP for 32-bit vCPU
Sean Christopherson
1
-2
/
+16
2020-05-15
KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly
Uros Bizjak
1
-4
/
+6
2020-05-15
KVM: Documentation: Fix up cpuid page
Peter Xu
1
-1
/
+1
2020-05-15
KVM: X86: Sanity check on gfn before removal
Peter Xu
1
-0
/
+4
2020-05-15
KVM: No need to retry for hva_to_pfn_remapped()
Peter Xu
1
-5
/
+0
2020-05-15
KVM: X86: Force ASYNC_PF_PER_VCPU to be power of two
Peter Xu
2
-4
/
+6
2020-05-15
KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instruction
Uros Bizjak
1
-7
/
+7
2020-05-15
KVM: x86/mmu: Add a helper to consolidate root sp allocation
Sean Christopherson
1
-49
/
+39
2020-05-15
KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums
Sean Christopherson
8
-86
/
+73
2020-05-15
KVM: x86/mmu: Move max hugepage level to a separate #define
Sean Christopherson
2
-11
/
+11
2020-05-15
KVM: x86/mmu: Tweak PSE hugepage handling to avoid 2M vs 4M conundrum
Sean Christopherson
1
-1
/
+1
2020-05-15
kvm: x86: Cleanup vcpu->arch.guest_xstate_size
Xiaoyao Li
3
-6
/
+1
2020-05-15
KVM: nVMX: Tweak handling of failure code for nested VM-Enter failure
Sean Christopherson
2
-23
/
+34
2020-05-13
KVM: x86/mmu: Capture TDP level when updating CPUID
Sean Christopherson
5
-7
/
+7
2020-05-13
KVM: VMX: Move nested EPT out of kvm_x86_ops.get_tdp_level() hook
Sean Christopherson
1
-4
/
+12
2020-05-13
KVM: VMX: Add proper cache tracking for CR0
Sean Christopherson
5
-17
/
+12
2020-05-13
KVM: VMX: Add proper cache tracking for CR4
Sean Christopherson
5
-17
/
+14
2020-05-13
KVM: nVMX: Unconditionally validate CR3 during nested transitions
Sean Christopherson
1
-14
/
+13
2020-05-13
KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch'
Sean Christopherson
4
-29
/
+5
2020-05-13
KVM: nVMX: Skip IBPB when temporarily switching between vmcs01 and vmcs02
Sean Christopherson
3
-4
/
+3
2020-05-13
KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02
Sean Christopherson
3
-6
/
+17
2020-05-13
KVM: VMX: Use accessor to read vmcs.INTR_INFO when handling exception
Sean Christopherson
1
-1
/
+1
2020-05-13
KVM: x86: handle wrap around 32-bit address space
Paolo Bonzini
3
-6
/
+14
2020-05-13
kvm/eventfd: remove unneeded conversion to bool
Jason Yan
1
-1
/
+1
2020-05-13
kvm: Replace vcpu->swait with rcuwait
Davidlohr Bueso
11
-43
/
+38
2020-05-13
rcuwait: Introduce rcuwait_active()
Davidlohr Bueso
1
-0
/
+9
2020-05-13
rcuwait: Introduce prepare_to and finish_rcuwait
Davidlohr Bueso
1
-5
/
+16
2020-05-13
rcuwait: Let rcuwait_wake_up() return whether or not a task was awoken
Davidlohr Bueso
2
-3
/
+6
2020-05-13
rcuwait: Fix stale wake call name in comment
Davidlohr Bueso
1
-1
/
+1
2020-05-13
KVM: x86: Replace late check_nested_events() hack with more precise fix
Paolo Bonzini
4
-35
/
+49
2020-05-13
KVM: VMX: Use vmx_get_rflags() to query RFLAGS in vmx_interrupt_blocked()
Sean Christopherson
1
-1
/
+1
2020-05-13
KVM: VMX: Use vmx_interrupt_blocked() directly from vmx_handle_exit()
Sean Christopherson
1
-9
/
+10
2020-05-13
KVM: x86: WARN on injected+pending exception even in nested case
Sean Christopherson
1
-1
/
+3
2020-05-13
KVM: nSVM: Preserve IRQ/NMI/SMI priority irrespective of exiting behavior
Paolo Bonzini
1
-3
/
+9
[next]