index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86/mmu: Pass full 64-bit error code when handling page faults
Isaku Yamahata
2024-05-07
3
-5
/
+4
*
KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handler
Sean Christopherson
2024-05-07
1
-11
/
+3
*
KVM: x86/mmu: Exit to userspace with -EFAULT if private fault hits emulation
Sean Christopherson
2024-05-07
2
-8
/
+19
*
KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
2024-04-11
5
-125
/
+7
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-03-15
4
-53
/
+178
|
\
|
*
kvm/x86: allocate the write-tracking metadata on-demand
Andrei Vagin
2024-02-27
1
-2
/
+66
|
*
KVM: x86/mmu: Free TDP MMU roots while holding mmy_lock for read
Sean Christopherson
2024-02-23
1
-6
/
+19
|
*
KVM: x86/mmu: Alloc TDP MMU roots while holding mmu_lock for read
Sean Christopherson
2024-02-23
1
-33
/
+22
|
*
KVM: x86/mmu: Check for usable TDP MMU root while holding mmu_lock for read
Sean Christopherson
2024-02-23
3
-15
/
+55
|
*
KVM: x86/mmu: Skip invalid TDP MMU roots when write-protecting SPTEs
Sean Christopherson
2024-02-23
1
-9
/
+13
|
*
KVM: x86/mmu: Skip invalid roots when zapping leaf SPTEs for GFN range
Sean Christopherson
2024-02-23
1
-4
/
+4
|
*
KVM: x86/mmu: Allow passing '-1' for "all" as_id for TDP MMU iterators
Sean Christopherson
2024-02-23
1
-9
/
+9
|
*
KVM: x86/mmu: Don't do TLB flush when zappings SPTEs in invalid roots
Sean Christopherson
2024-02-23
1
-1
/
+7
|
*
KVM: x86/mmu: Zap invalidated TDP MMU roots at 4KiB granularity
Sean Christopherson
2024-02-23
1
-7
/
+18
|
*
KVM: x86/mmu: Use KMEM_CACHE instead of kmem_cache_create()
Kunwu Chan
2024-02-01
1
-3
/
+1
*
|
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-15
1
-3
/
+3
|
\
\
|
*
|
mm/treewide: drop pXd_large()
Peter Xu
2024-03-06
1
-1
/
+1
|
*
|
mm/treewide: replace pud_large() with pud_leaf()
Peter Xu
2024-03-06
1
-1
/
+1
|
*
|
mm/treewide: replace pmd_large() with pmd_leaf()
Peter Xu
2024-03-06
1
-1
/
+1
|
|
/
*
|
Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-03-12
1
-0
/
+1
|
\
\
|
*
|
kernel.h: removed REPEAT_BYTE from kernel.h
Tanzir Hasan
2024-02-01
1
-0
/
+1
|
|
/
*
|
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-12
2
-2
/
+2
|
\
\
|
*
\
Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...
Ingo Molnar
2024-02-14
2
-2
/
+2
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE
Breno Leitao
2024-01-10
2
-2
/
+2
*
|
|
Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-03-12
1
-2
/
+1
|
\
\
\
|
*
|
|
x86/cpu: Provide a declaration for itlb_multihit_kvm_mitigation
Thomas Gleixner
2024-03-04
1
-2
/
+1
|
|
/
/
*
/
/
KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing
Sean Christopherson
2024-02-23
1
-0
/
+42
|
/
/
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-01-17
5
-82
/
+314
|
\
\
|
|
/
|
/
|
|
*
Merge tag 'kvm-x86-mmu-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-01-08
3
-58
/
+48
|
|
\
|
|
*
KVM: x86/mmu: fix comment about mmu_unsync_pages_lock
Paolo Bonzini
2023-12-01
1
-2
/
+2
|
|
*
KVM: x86/mmu: always take tdp_mmu_pages_lock
Paolo Bonzini
2023-12-01
1
-20
/
+4
|
|
*
KVM: x86/mmu: remove unnecessary "bool shared" argument from iterators
Paolo Bonzini
2023-12-01
1
-25
/
+23
|
|
*
KVM: x86/mmu: remove unnecessary "bool shared" argument from functions
Paolo Bonzini
2023-12-01
3
-16
/
+23
|
|
*
KVM: x86/mmu: Check for leaf SPTE when clearing dirty bit in the TDP MMU
David Matlack
2023-12-01
1
-3
/
+4
|
|
*
KVM: x86/mmu: Fix off-by-1 when splitting huge pages during CLEAR
David Matlack
2023-12-01
1
-1
/
+1
|
*
|
Merge tag 'kvm-x86-lam-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-01-08
3
-2
/
+3
|
|
\
\
|
|
*
|
KVM: x86/mmu: Drop non-PA bits when getting GFN for guest's PGD
Binbin Wu
2023-11-29
3
-2
/
+3
|
|
|
/
|
*
/
KVM: x86/mmu: Declare flush_remote_tlbs{_range}() hooks iff HYPERV!=n
Sean Christopherson
2023-11-29
1
-8
/
+4
|
|
/
|
*
Merge branch 'kvm-guestmemfd' into HEAD
Paolo Bonzini
2023-11-14
2
-14
/
+259
|
|
\
|
|
*
KVM: x86: Add support for "protected VMs" that can utilize private memory
Sean Christopherson
2023-11-14
1
-0
/
+1
|
|
*
KVM: Allow arch code to track number of memslot address spaces per VM
Sean Christopherson
2023-11-14
1
-3
/
+3
|
|
*
KVM: x86/mmu: Handle page fault for private memory
Chao Peng
2023-11-14
2
-5
/
+97
|
|
*
KVM: x86: Disallow hugepages when memory attributes are mixed
Chao Peng
2023-11-14
1
-2
/
+152
|
|
*
KVM: Use gfn instead of hva for mmu_notifier_retry
Chao Peng
2023-11-13
1
-4
/
+6
*
|
|
arch/x86: Fix typos
Bjorn Helgaas
2024-01-03
2
-3
/
+3
|
/
/
*
|
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-11-03
1
-8
/
+10
|
\
\
|
|
/
|
/
|
|
*
kvm: mmu: dynamically allocate the x86-mmu shrinker
Qi Zheng
2023-10-04
1
-8
/
+10
*
|
KVM: x86/mmu: Remove unnecessary ‘NULL’ values from sptep
Li zeming
2023-10-18
1
-2
/
+10
*
|
KVM: x86/mmu: Add helpers to return if KVM honors guest MTRRs
Yan Zhao
2023-10-09
1
-9
/
+16
|
/
*
KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronously
Sean Christopherson
2023-09-23
4
-97
/
+66
[next]