index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-01
KVM: nSVM: move MMU setup to nested_prepare_vmcb_control
Paolo Bonzini
1
-6
/
+6
2020-06-01
KVM: nSVM: extract preparation of VMCB for nested run
Paolo Bonzini
1
-16
/
+24
2020-06-01
KVM: nSVM: extract load_nested_vmcb_control
Paolo Bonzini
1
-16
/
+22
2020-06-01
KVM: nSVM: move map argument out of enter_svm_guest_mode
Paolo Bonzini
3
-10
/
+9
2020-05-28
KVM: nVMX: always update CR3 in VMCS
Paolo Bonzini
1
-4
/
+1
2020-05-28
KVM: SVM: always update CR3 in VMCB
Paolo Bonzini
2
-16
/
+6
2020-05-28
KVM: nSVM: correctly inject INIT vmexits
Paolo Bonzini
1
-0
/
+27
2020-05-28
KVM: nSVM: remove exit_required
Paolo Bonzini
3
-19
/
+1
2020-05-28
KVM: nSVM: inject exceptions via svm_check_nested_events
Paolo Bonzini
5
-103
/
+58
2020-05-28
KVM: x86: enable event window in inject_pending_event
Paolo Bonzini
4
-77
/
+92
2020-05-27
KVM: x86: track manually whether an event has been injected
Paolo Bonzini
1
-5
/
+12
2020-05-27
KVM: nSVM: Preserve registers modifications done before nested_svm_vmexit()
Vitaly Kuznetsov
1
-3
/
+3
2020-05-27
KVM: x86: Initialize tdp_level during vCPU creation
Sean Christopherson
1
-0
/
+1
2020-05-27
KVM: nSVM: leave ASID aside in copy_vmcb_control_area
Paolo Bonzini
1
-1
/
+1
2020-05-27
KVM: nSVM: fix condition for filtering async PF
Paolo Bonzini
1
-2
/
+2
2020-05-27
kvm/x86: Remove redundant function implementations
彭浩(Richard)
5
-16
/
+10
2020-05-27
KVM: Fix the indentation to match coding style
Haiwei Li
1
-1
/
+1
2020-05-27
KVM: VMX: replace "fall through" with "return" to indicate different case
Miaohe Lin
1
-4
/
+2
2020-05-27
KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s index
Sean Christopherson
3
-3
/
+3
2020-05-27
KVM: x86: Remove superfluous brackets from case statement
Sean Christopherson
1
-2
/
+2
2020-05-27
KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flags
Paolo Bonzini
1
-1
/
+1
2020-05-27
KVM: x86: simplify is_mmio_spte
Paolo Bonzini
4
-11
/
+6
2020-05-27
KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally
Maxim Levitsky
1
-0
/
+4
2020-05-27
KVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilities
Maxim Levitsky
1
-0
/
+3
2020-05-27
KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generated
Sean Christopherson
1
-18
/
+9
2020-05-20
rcuwait: avoid lockdep splats from rcuwait_active()
Paolo Bonzini
1
-1
/
+1
2020-05-19
x86/kvm: Restrict ASYNC_PF to user space
Thomas Gleixner
1
-93
/
+7
2020-05-19
x86/kvm: Sanitize kvm_async_pf_task_wait()
Thomas Gleixner
3
-63
/
+144
2020-05-19
x86/kvm: Handle async page faults directly through do_page_fault()
Andy Lutomirski
8
-37
/
+57
2020-05-19
context_tracking: Make guest_enter/exit() .noinstr ready
Thomas Gleixner
1
-5
/
+16
2020-05-19
lockdep: Prepare for noinstr sections
Peter Zijlstra
5
-22
/
+71
2020-05-19
tracing: Provide lockdep less trace_hardirqs_on/off() variants
Thomas Gleixner
2
-0
/
+41
2020-05-19
vmlinux.lds.h: Create section for protection against instrumentation
Thomas Gleixner
6
-1
/
+72
2020-05-19
KVM: x86: only do L1TF workaround on affected processors
Paolo Bonzini
1
-9
/
+10
2020-05-15
KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mce
Jim Mattson
1
-1
/
+1
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
[next]