index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-08
KVM: x86/mmu: Add MMU-internal header
Sean Christopherson
4
-5
/
+13
2020-07-08
KVM: x86/mmu: Move kvm_mmu_available_pages() into mmu.c
Sean Christopherson
2
-9
/
+9
2020-07-08
KVM: x86/mmu: Move mmu_audit.c and mmutrace.h into the mmu/ sub-directory
Sean Christopherson
2
-1
/
+1
2020-07-08
KVM: x86/mmu: Exit to userspace on make_mmu_pages_available() error
Sean Christopherson
2
-2
/
+4
2020-07-08
KVM: x86/mmu: Batch zap MMU pages when shrinking the slab
Sean Christopherson
1
-16
/
+1
2020-07-08
KVM: x86/mmu: Batch zap MMU pages when recycling oldest pages
Sean Christopherson
1
-13
/
+39
2020-07-08
KVM: x86/mmu: Don't put invalid SPs back on the list of active pages
Sean Christopherson
1
-8
/
+20
2020-07-08
KVM: x86/mmu: Optimize MMU page cache lookup for fully direct MMUs
Sean Christopherson
1
-2
/
+7
2020-07-08
KVM: x86/mmu: Avoid multiple hash lookups in kvm_get_mmu_page()
Sean Christopherson
1
-8
/
+9
2020-07-08
KVM: x86: Use VMCALL and VMMCALL mnemonics in kvm_para.h
Uros Bizjak
1
-1
/
+1
2020-07-08
KVM: SVM: Rename svm_nested_virtualize_tpr() to nested_svm_virtualize_tpr()
Joerg Roedel
2
-4
/
+4
2020-07-08
KVM: SVM: Add svm_ prefix to set/clr/is_intercept()
Joerg Roedel
3
-48
/
+48
2020-07-08
KVM: SVM: Add vmcb_ prefix to mark_*() functions
Joerg Roedel
5
-31
/
+31
2020-07-08
KVM: SVM: Rename struct nested_state to svm_nested_state
Joerg Roedel
1
-2
/
+2
2020-07-08
KVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail helper
Sean Christopherson
1
-41
/
+36
2020-07-08
kvm: x86: Set last_vmentry_cpu in vcpu_enter_guest
Jim Mattson
3
-2
/
+1
2020-07-08
kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu
Jim Mattson
6
-16
/
+13
2020-07-08
kvm: x86: Add "last CPU" to some KVM_EXIT information
Jim Mattson
3
-3
/
+12
2020-07-08
kvm: vmx: Add last_cpu to struct vcpu_vmx
Jim Mattson
2
-0
/
+4
2020-07-08
kvm: svm: Always set svm->last_cpu on VMRUN
Jim Mattson
2
-1
/
+1
2020-07-08
kvm: svm: Prefer vcpu->cpu to raw_smp_processor_id()
Jim Mattson
1
-6
/
+3
2020-07-08
KVM: x86: report sev_pin_memory errors with PTR_ERR
Paolo Bonzini
1
-10
/
+12
2020-07-08
KVM: SVM: convert get_user_pages() --> pin_user_pages()
John Hubbard
1
-3
/
+3
2020-07-08
KVM: SVM: fix svn_pin_memory()'s use of get_user_pages_fast()
John Hubbard
1
-1
/
+5
2020-07-08
KVM: nSVM: Check that DR6[63:32] and DR7[64:32] are not set on vmrun of nested guests
Krish Sadhukhan
1
-0
/
+3
2020-07-08
KVM: x86: Move the check for upper 32 reserved bits of DR6 to separate function
Krish Sadhukhan
2
-1
/
+6
2020-07-08
KVM: X86: Do the same ignore_msrs check for feature msrs
Peter Xu
3
-4
/
+10
2020-07-08
KVM: X86: Move ignore_msrs handling upper the stack
Peter Xu
2
-26
/
+56
2020-07-08
KVM: x86/mmu: Make .write_log_dirty a nested operation
Sean Christopherson
4
-40
/
+40
2020-07-08
KVM: nVMX: WARN if PML emulation helper is invoked outside of nested guest
Sean Christopherson
1
-21
/
+22
2020-07-08
KVM: x86/mmu: Drop kvm_arch_write_log_dirty() wrapper
Sean Christopherson
3
-17
/
+1
2020-07-08
KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return type to bool
Vitaly Kuznetsov
1
-2
/
+2
2020-07-08
KVM: x86: drop KVM_PV_REASON_PAGE_READY case from kvm_handle_page_fault()
Vitaly Kuznetsov
1
-11
/
+6
2020-07-08
Merge branch 'kvm-master' into HEAD
Paolo Bonzini
6
-17
/
+18
2020-07-08
Merge branch 'kvm-async-pf-int' into HEAD
Paolo Bonzini
4
-13
/
+40
2020-07-08
Merge branch 'sched/urgent'
Peter Zijlstra
58
-266
/
+426
2020-07-08
perf/x86/intel/lbr: Support XSAVES for arch LBR read
Kan Liang
3
-1
/
+47
2020-07-08
perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switch
Kan Liang
6
-10
/
+119
2020-07-08
x86/fpu/xstate: Add helpers for LBR dynamic supervisor feature
Kan Liang
2
-0
/
+75
2020-07-08
x86/fpu/xstate: Support dynamic supervisor feature for LBR
Kan Liang
3
-5
/
+47
2020-07-08
x86/fpu: Use proper mask to replace full instruction mask
Kan Liang
2
-40
/
+46
2020-07-08
perf/x86: Remove task_ctx_size
Kan Liang
2
-2
/
+0
2020-07-08
perf/x86/intel/lbr: Create kmem_cache for the LBR context data
Kan Liang
1
-2
/
+19
2020-07-08
perf/x86/intel/lbr: Support Architectural LBR
Kan Liang
3
-11
/
+253
2020-07-08
perf/x86/intel/lbr: Factor out intel_pmu_store_lbr
Kan Liang
1
-26
/
+56
2020-07-08
perf/x86/intel/lbr: Factor out rdlbr_all() and wrlbr_all()
Kan Liang
2
-17
/
+51
2020-07-08
perf/x86/intel/lbr: Mark the {rd,wr}lbr_{to,from} wrappers __always_inline
Kan Liang
1
-4
/
+4
2020-07-08
perf/x86/intel/lbr: Unify the stored format of LBR information
Kan Liang
4
-22
/
+16
2020-07-08
perf/x86/intel/lbr: Support LBR_CTL
Kan Liang
2
-3
/
+55
2020-07-08
perf/x86: Expose CPUID enumeration bits for arch LBR
Kan Liang
2
-0
/
+53
[prev]
[next]