index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
/
syscall_x32.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-20
KVM: VMX: Frame in ENCLS handler for SGX virtualization
Sean Christopherson
4
-3
/
+73
2021-04-20
KVM: VMX: Add basic handling of VM-Exit from SGX enclave
Sean Christopherson
4
-2
/
+47
2021-04-20
KVM: x86: Add reverse-CPUID lookup support for scattered SGX features
Sean Christopherson
1
-2
/
+13
2021-04-20
KVM: x86: Add support for reverse CPUID lookup of scattered features
Sean Christopherson
2
-10
/
+61
2021-04-20
KVM: x86: Define new #PF SGX error code bit
Sean Christopherson
1
-0
/
+2
2021-04-20
KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)
Sean Christopherson
1
-0
/
+2
2021-04-20
KVM: selftests: Add a test for kvm page table code
Yanan Wang
3
-0
/
+510
2021-04-20
KVM: selftests: Adapt vm_userspace_mem_region_add to new helpers
Yanan Wang
1
-19
/
+9
2021-04-20
KVM: selftests: List all hugetlb src types specified with page sizes
Yanan Wang
3
-13
/
+118
2021-04-20
KVM: selftests: Add a helper to get system default hugetlb page size
Yanan Wang
2
-0
/
+26
2021-04-20
KVM: selftests: Add a helper to get system configured THP page size
Yanan Wang
2
-0
/
+31
2021-04-20
KVM: selftests: Make a generic helper to get vm guest mode strings
Yanan Wang
2
-14
/
+19
2021-04-20
KVM: selftests: Print the errno besides error-string in TEST_ASSERT
Yanan Wang
1
-2
/
+2
2021-04-20
tools/headers: sync headers of asm-generic/hugetlb_encode.h
Yanan Wang
1
-0
/
+3
2021-04-20
KVM: vmx: add mismatched size assertions in vmcs_check32()
Haiwei Li
1
-0
/
+4
2021-04-20
KVM: Add proper lockdep assertion in I/O bus unregister
Sean Christopherson
1
-2
/
+4
2021-04-20
KVM: Stop looking for coalesced MMIO zones if the bus is destroyed
Sean Christopherson
3
-9
/
+24
2021-04-20
KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCU
Sean Christopherson
1
-3
/
+7
2021-04-20
doc/virt/kvm: move KVM_CAP_PPC_MULTITCE in section 8
Emanuele Giuseppe Esposito
1
-125
/
+125
2021-04-20
KVM: x86: Remove unused function declaration
Keqian Zhu
1
-2
/
+0
2021-04-20
KVM: SVM: Enhance and clean up the vmcb tracking comment in pre_svm_run()
Sean Christopherson
1
-5
/
+4
2021-04-20
KVM: SVM: Add a comment to clarify what vcpu_svm.vmcb points at
Sean Christopherson
1
-0
/
+1
2021-04-20
KVM: SVM: Drop vcpu_svm.vmcb_pa
Sean Christopherson
2
-4
/
+9
2021-04-20
KVM: SVM: Don't set current_vmcb->cpu when switching vmcb
Sean Christopherson
1
-8
/
+0
2021-04-20
KVM: SVM: Make sure GHCB is mapped before updating
Tom Lendacky
2
-1
/
+4
2021-04-20
KVM: X86: Do not yield to self
Wanpeng Li
1
-0
/
+4
2021-04-20
KVM: X86: Count attempted/successful directed yield
Wanpeng Li
2
-6
/
+20
2021-04-20
x86/kvm: Don't bother __pv_cpu_mask when !CONFIG_SMP
Wanpeng Li
1
-63
/
+55
2021-04-20
KVM: x86/mmu: Tear down roots before kvm_mmu_zap_all_fast returns
Ben Gardon
3
-1
/
+89
2021-04-20
KVM: x86/mmu: Fast invalidation for TDP MMU
Ben Gardon
3
-3
/
+31
2021-04-19
KVM: x86/mmu: Allow enabling/disabling dirty logging under MMU read lock
Ben Gardon
2
-17
/
+61
2021-04-19
KVM: x86/mmu: Allow zapping collapsible SPTEs to use MMU read lock
Ben Gardon
2
-8
/
+23
2021-04-19
KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock
Ben Gardon
3
-45
/
+101
2021-04-19
KVM: x86/mmu: Protect the tdp_mmu_roots list with RCU
Ben Gardon
2
-35
/
+55
2021-04-19
KVM: x86/mmu: handle cmpxchg failure in kvm_tdp_mmu_get_root
Ben Gardon
2
-15
/
+9
2021-04-19
KVM: x86/mmu: Make TDP MMU root refcount atomic
Ben Gardon
3
-6
/
+14
2021-04-19
KVM: x86/mmu: Refactor yield safe root iterator
Ben Gardon
1
-19
/
+26
2021-04-19
KVM: x86/mmu: Merge TDP MMU put and free root
Ben Gardon
3
-40
/
+28
2021-04-19
KVM: x86/mmu: use tdp_mmu_free_sp to free roots
Ben Gardon
1
-8
/
+7
2021-04-19
KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMU
Ben Gardon
4
-25
/
+25
2021-04-19
KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptes
Ben Gardon
5
-11
/
+14
2021-04-19
KVM: x86/mmu: Allow yielding during MMU notifier unmap/zap, if possible
Sean Christopherson
1
-1
/
+5
2021-04-17
KVM: Take mmu_lock when handling MMU notifier iff the hva hits a memslot
Sean Christopherson
1
-4
/
+11
2021-04-17
KVM: Move MMU notifier's mmu_lock acquisition into common helper
Sean Christopherson
1
-41
/
+80
2021-04-17
KVM: Kill off the old hva-based MMU notifier callbacks
Sean Christopherson
6
-97
/
+0
2021-04-17
KVM: PPC: Convert to the gfn-based MMU notifier callbacks
Sean Christopherson
10
-173
/
+95
2021-04-17
KVM: MIPS/MMU: Convert to the gfn-based MMU notifier callbacks
Sean Christopherson
2
-79
/
+14
2021-04-17
KVM: arm64: Convert to the gfn-based MMU notifier callbacks
Sean Christopherson
2
-84
/
+32
2021-04-17
KVM: Move x86's MMU notifier memslot walkers to generic code
Sean Christopherson
6
-246
/
+314
2021-04-17
KVM: Assert that notifier count is elevated in .change_pte()
Sean Christopherson
1
-2
/
+7
[next]