index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-04
KVM: x86/mmu: Drop unnecessary dirty log checks when aging TDP MMU SPTEs
Vipin Sharma
1
-2
/
+0
2023-04-04
KVM: x86/mmu: Clear only A-bit (if enabled) when aging TDP MMU SPTEs
Vipin Sharma
1
-17
/
+21
2023-04-04
KVM: x86/mmu: Remove "record_dirty_log" in __tdp_mmu_set_spte()
Vipin Sharma
1
-15
/
+9
2023-04-04
KVM: x86/mmu: Bypass __handle_changed_spte() when clearing TDP MMU dirty bits
Vipin Sharma
1
-3
/
+4
2023-04-04
KVM: x86/mmu: Drop access tracking checks when clearing TDP MMU dirty bits
Vipin Sharma
1
-2
/
+0
2023-04-04
KVM: x86/mmu: Atomically clear SPTE dirty state in the clear-dirty-log flow
Vipin Sharma
2
-8
/
+22
2023-04-04
KVM: x86/mmu: Consolidate Dirty vs. Writable clearing logic in TDP MMU
Vipin Sharma
1
-26
/
+9
2023-04-04
KVM: x86/mmu: Use kvm_ad_enabled() to determine if TDP MMU SPTEs need wrprot
Vipin Sharma
1
-2
/
+8
2023-04-04
KVM: x86/mmu: Add a helper function to check if an SPTE needs atomic write
Vipin Sharma
1
-14
/
+20
2023-03-22
KVM: x86/mmu: Fix comment typo
Mathias Krause
1
-1
/
+1
2023-03-22
KVM: x86/mmu: Avoid indirect call for get_cr3
Paolo Bonzini
2
-12
/
+21
2023-03-17
KVM: x86/mmu: Clean up mmu.c functions that put return type on separate line
Sean Christopherson
1
-30
/
+27
2023-03-17
KVM: x86/mmu: Replace comment with an actual lockdep assertion on mmu_lock
Sean Christopherson
1
-1
/
+2
2023-03-17
KVM: x86/mmu: Rename slot rmap walkers to add clarity and clean up code
Sean Christopherson
1
-33
/
+33
2023-03-17
KVM: x86/mmu: Use gfn_t in kvm_flush_remote_tlbs_range()
David Matlack
2
-3
/
+5
2023-03-17
KVM: x86/mmu: Rename kvm_flush_remote_tlbs_with_address()
David Matlack
2
-13
/
+8
2023-03-17
KVM: x86/mmu: Collapse kvm_flush_remote_tlbs_with_{range,address}() together
David Matlack
1
-13
/
+6
2023-03-16
KVM: x86/mmu: Track tail count in pte_list_desc to optimize guest fork()
Lai Jiangshan
1
-44
/
+65
2023-03-16
KVM: x86/mmu: Skip calling mmu->sync_spte() when the spte is 0
Lai Jiangshan
2
-3
/
+11
2023-03-16
kvm: x86/mmu: Remove @no_dirty_log from FNAME(prefetch_gpte)
Lai Jiangshan
1
-4
/
+3
2023-03-16
KVM: x86/mmu: Remove FNAME(invlpg) and use FNAME(sync_spte) to update vTLB in...
Lai Jiangshan
3
-75
/
+33
2023-03-16
KVM: x86/mmu: Allow the roots to be invalid in FNAME(invlpg)
Lai Jiangshan
2
-5
/
+2
2023-03-16
KVM: x86/mmu: Use kvm_mmu_invalidate_addr() in nested_ept_invalidate_addr()
Lai Jiangshan
2
-1
/
+5
2023-03-16
KVM: x86/mmu: Use kvm_mmu_invalidate_addr() in kvm_mmu_invpcid_gva()
Lai Jiangshan
1
-14
/
+7
2023-03-16
kvm: x86/mmu: Use KVM_MMU_ROOT_XXX for kvm_mmu_invalidate_addr()
Lai Jiangshan
3
-21
/
+21
2023-03-16
KVM: x86/mmu: Sanity check input to kvm_mmu_free_roots()
Sean Christopherson
2
-4
/
+6
2023-03-16
KVM: x86/mmu: Reduce the update to the spte in FNAME(sync_spte)
Lai Jiangshan
1
-0
/
+8
2023-03-16
KVM: x86/mmu: Move the code out of FNAME(sync_page)'s loop body into mmu.c
Lai Jiangshan
3
-76
/
+76
2023-03-16
KVM: x86/mmu: Set mmu->sync_page as NULL for direct paging
Lai Jiangshan
1
-8
/
+2
2023-03-16
KVM: x86/mmu: Check mmu->sync_page pointer in kvm_sync_page_check()
Lai Jiangshan
1
-1
/
+1
2023-03-16
KVM: x86/mmu: Move the check in FNAME(sync_page) as kvm_sync_page_check()
Lai Jiangshan
2
-28
/
+42
2023-03-16
KVM: x86/mmu: Use 64-bit address to invalidate to fix a subtle bug
Lai Jiangshan
4
-16
/
+17
2023-03-16
KVM: Change return type of kvm_arch_vm_ioctl() to "int"
Thomas Huth
7
-15
/
+9
2023-03-16
KVM: Standardize on "int" return types instead of "long" in kvm_main.c
Thomas Huth
1
-2
/
+2
2023-03-16
KVM: arm64: Limit length in kvm_vm_ioctl_mte_copy_tags() to INT_MAX
Thomas Huth
3
-5
/
+10
2023-03-16
KVM: x86: Remove the KVM_GET_NR_MMU_PAGES ioctl
Thomas Huth
3
-10
/
+2
2023-03-16
KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()
Thomas Huth
1
-2
/
+2
2023-03-16
KVM: PPC: Standardize on "int" return types in the powerpc KVM code
Thomas Huth
5
-21
/
+21
2023-03-16
kvm: x86: Advertise FLUSH_L1D to user space
Emanuele Giuseppe Esposito
1
-1
/
+1
2023-03-16
kvm: svm: Add IA32_FLUSH_CMD guest support
Emanuele Giuseppe Esposito
1
-13
/
+30
2023-03-16
kvm: vmx: Add IA32_FLUSH_CMD guest support
Emanuele Giuseppe Esposito
2
-25
/
+46
2023-03-14
KVM: VMX: Rename "KVM is using eVMCS" static key to match its wrapper
Sean Christopherson
3
-4
/
+4
2023-03-14
KVM: VMX: Stub out enable_evmcs static key for CONFIG_HYPERV=n
Sean Christopherson
4
-23
/
+28
2023-03-14
KVM: nVMX: Move EVMCS1_SUPPORT_* macros to hyperv.c
Sean Christopherson
2
-105
/
+105
2023-03-14
KVM: x86/mmu: Remove FNAME(is_self_change_mapping)
Lai Jiangshan
1
-44
/
+7
2023-03-14
KVM: x86/mmu: Detect write #PF to shadow pages during FNAME(fetch) walk
Lai Jiangshan
1
-7
/
+5
2023-03-14
KVM: x86/mmu: Use EMULTYPE flag to track write #PFs to shadow pages
Sean Christopherson
5
-36
/
+37
2023-03-14
KVM: selftests: Sync KVM exit reasons in selftests
Vipin Sharma
1
-2
/
+15
2023-03-14
KVM: selftests: Add macro to generate KVM exit reason strings
Sean Christopherson
1
-26
/
+28
2023-03-14
KVM: selftests: Print expected and actual exit reason in KVM exit reason assert
Vipin Sharma
1
-1
/
+2
[next]