index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2024-10-28
x86/mm: Refactor __set_clr_pte_enc()
Ashish Kalra
2024-10-28
x86/boot: Skip video memory access in the decompressor for SEV-ES/SNP
Ashish Kalra
2024-10-28
x86/mce/intel: Use MCG_BANKCNT_MASK instead of 0xff
Qiuxu Zhuo
2024-10-28
x86/mce/mcelog: Use xchg() to get and clear the flags
Qiuxu Zhuo
2024-10-28
x86/cpu: Fix formatting of cpuid_bits[] in scattered.c
Borislav Petkov (AMD)
2024-10-28
x86/cpufeatures: Add X86_FEATURE_AMD_WORKLOAD_CLASS feature bit
Perry Yuan
2024-10-28
crypto: x86/aegis128 - remove unneeded RETs
Eric Biggers
2024-10-28
crypto: x86/aegis128 - remove unneeded FRAME_BEGIN and FRAME_END
Eric Biggers
2024-10-28
crypto: x86/aegis128 - take advantage of block-aligned len
Eric Biggers
2024-10-28
crypto: x86/aegis128 - optimize partial block handling using SSE4.1
Eric Biggers
2024-10-28
crypto: x86/aegis128 - improve assembly function prototypes
Eric Biggers
2024-10-28
crypto: x86/aegis128 - optimize length block preparation using SSE4.1
Eric Biggers
2024-10-28
crypto: x86/aegis128 - don't bother with special code for aligned data
Eric Biggers
2024-10-28
crypto: x86/aegis128 - eliminate some indirect calls
Eric Biggers
2024-10-28
crypto: x86/aegis128 - remove no-op init and exit functions
Eric Biggers
2024-10-28
crypto: x86/aegis128 - access 32-bit arguments as 32-bit
Eric Biggers
2024-10-27
Merge tag 'x86_urgent_for_v6.12_rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-10-26
x86/cpu: Use str_yes_no() helper in show_cpuinfo_misc()
Thorsten Blum
2024-10-26
crypto: x86/crc32c - eliminate jump table and excessive unrolling
Eric Biggers
2024-10-26
crypto: x86/crc32c - access 32-bit arguments as 32-bit
Eric Biggers
2024-10-26
crypto: x86/crc32c - simplify code for handling fewer than 200 bytes
Eric Biggers
2024-10-25
x86/amd: Use heterogeneous core topology for identifying boost numerator
Mario Limonciello
2024-10-25
x86/cpu: Add CPU type to struct cpuinfo_topology
Pawan Gupta
2024-10-25
x86/cpu: Enable SD_ASYM_PACKING for PKG domain on AMD
Perry Yuan
2024-10-25
x86/cpufeatures: Add X86_FEATURE_AMD_HETEROGENEOUS_CORES
Perry Yuan
2024-10-25
x86/cpufeatures: Rename X86_FEATURE_FAST_CPPC to have AMD prefix
Mario Limonciello
2024-10-25
KVM: x86/mmu: Don't mark "struct page" accessed when zapping SPTEs
Sean Christopherson
2024-10-25
KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn
Sean Christopherson
2024-10-25
KVM: VMX: Hold mmu_lock until page is released when updating APIC access page
Sean Christopherson
2024-10-25
KVM: Move x86's API to release a faultin page to common KVM
Sean Christopherson
2024-10-25
KVM: x86/mmu: Don't mark unused faultin pages as accessed
Sean Christopherson
2024-10-25
KVM: x86/mmu: Put refcounted pages instead of blindly releasing pfns
Sean Christopherson
2024-10-25
KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn()
Sean Christopherson
2024-10-25
KVM: x86/mmu: Convert page fault paths to kvm_faultin_pfn()
Sean Christopherson
2024-10-25
KVM: x86/mmu: Mark pages/folios dirty at the origin of make_spte()
Sean Christopherson
2024-10-25
KVM: x86/mmu: Add helper to "finish" handling a guest page fault
Sean Christopherson
2024-10-25
KVM: x86/mmu: Add common helper to handle prefetching SPTEs
Sean Christopherson
2024-10-25
KVM: x86/mmu: Put direct prefetched pages via kvm_release_page_clean()
Sean Christopherson
2024-10-25
KVM: x86/mmu: Add "mmu" prefix fault-in helpers to free up generic names
Sean Christopherson
2024-10-25
KVM: x86: Don't fault-in APIC access page during initial allocation
Sean Christopherson
2024-10-25
KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap()
Sean Christopherson
2024-10-25
KVM: nVMX: Mark vmcs12's APIC access page dirty when unmapping
Sean Christopherson
2024-10-25
KVM: nVMX: Add helper to put (unmap) vmcs12 pages
Sean Christopherson
2024-10-25
KVM: nVMX: Drop pointless msr_bitmap_map field from struct nested_vmx
Sean Christopherson
2024-10-25
KVM: nVMX: Rely on kvm_vcpu_unmap() to track validity of eVMCS mapping
Sean Christopherson
2024-10-25
KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()
Sean Christopherson
2024-10-25
KVM: x86/mmu: Drop kvm_page_fault.hva, i.e. don't track intermediate hva
Sean Christopherson
2024-10-25
KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error code
David Stevens
2024-10-25
KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
Sean Christopherson
2024-10-25
KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()
Sean Christopherson
[prev]
[next]