summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2025-02-24KVM: x86/xen: Bury xen_hvm_config behind CONFIG_KVM_XEN=ySean Christopherson1-2/+1
2025-02-24KVM: x86/xen: Restrict hypercall MSR to unofficial synthetic rangeSean Christopherson1-0/+3
2025-02-22x86/cpu: Update Intel Family commentsPeter Zijlstra1-6/+6
2025-02-21x86/arch_prctl: Simplify sys_arch_prctl()Brian Gerst1-2/+1
2025-02-21x86/mm: Remove pv_ops.mmu.tlb_remove_table callRik van Riel2-7/+0
2025-02-21x86/e820: Drop obsolete E820_TYPE_RESERVED_KERN and related codeMike Rapoport (Microsoft)2-10/+0
2025-02-21x86/locking: Use asm_inline for {,try_}cmpxchg{64,128} emulationsUros Bizjak2-54/+55
2025-02-21x86/locking: Use ALT_OUTPUT_SP() for percpu_{,try_}cmpxchg{64,128}_op()Uros Bizjak1-14/+14
2025-02-21x86/mm: Make memremap(MEMREMAP_WB) map memory as encrypted by defaultKirill A. Shutemov1-0/+3
2025-02-21Merge tag 'v6.14-rc3' into x86/mm, to pick up fixes before merging new changesIngo Molnar5-4/+31
2025-02-21Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar5-4/+31
2025-02-21x86/vdso/vdso2c: Remove page handlingThomas Weißschuh1-6/+0
2025-02-21x86/vdso: Switch to generic storage implementationThomas Weißschuh3-54/+5
2025-02-21x86/vdso: Fix latent bug in vclock_pages calculationThomas Weißschuh1-0/+1
2025-02-18x86: Move sysctls into arch/x86Joel Granados2-2/+1
2025-02-18Merge tag 'v6.14-rc3' into x86/core, to pick up fixesIngo Molnar5-4/+31
2025-02-18x86/percpu/64: Remove INIT_PER_CPU macrosBrian Gerst2-23/+0
2025-02-18x86/percpu/64: Remove fixed_percpu_dataBrian Gerst1-8/+0
2025-02-18x86/percpu/64: Use relative percpu offsetsBrian Gerst1-1/+5
2025-02-18x86/stackprotector/64: Convert to normal per-CPU variableBrian Gerst2-45/+7
2025-02-18x86/module: Deal with GOT based stack cookie load on Clang < 17Ard Biesheuvel1-2/+3
2025-02-17perf/amd/ibs: Update DTLB/PageSize decode logicRavi Bangoria1-0/+1
2025-02-17perf/amd/ibs: Add support for OP Load Latency FilteringRavi Bangoria2-1/+5
2025-02-16Merge tag 'perf_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-4/+27
2025-02-14Merge tag 'kvm-x86-fixes-6.14-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-0/+2
2025-02-14x86/sev: Fix broken SNP support with KVM module built-inAshish Kalra1-0/+2
2025-02-14KVM: x86/mmu: Add infrastructure to allow walking rmaps outside of mmu_lockSean Christopherson1-1/+2
2025-02-14KVM: x86/mmu: Age TDP MMU SPTEs without holding mmu_lockSean Christopherson1-0/+1
2025-02-14x86/ibt: Handle FineIBT in handle_cfi_failure()Peter Zijlstra1-0/+11
2025-02-14x86/traps: Cleanup and robustify decode_bug()Peter Zijlstra2-4/+5
2025-02-14x86/alternative: Simplify callthunk patchingPeter Zijlstra1-1/+0
2025-02-14x86/cfi: Clean up linkagePeter Zijlstra5-15/+22
2025-02-14x86/ibt: Clean up is_endbr()Peter Zijlstra2-16/+5
2025-02-13hyperv: Move arch/x86/hyperv/hv_proc.c to drivers/hvNuno Das Neves1-4/+0
2025-02-13hyperv: Move hv_current_partition_id to arch-generic codeNuno Das Neves1-2/+0
2025-02-12KVM: x86: Remove per-vCPU "cache" of its reference pvclockSean Christopherson1-1/+2
2025-02-12KVM: x86: Defer runtime updates of dynamic CPUID bits until CPUID emulationSean Christopherson1-0/+1
2025-02-12KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loopSean Christopherson2-0/+2
2025-02-11KVM: x86: Remove unused iommu_domain and iommu_noncoherent from kvm_archTed Chen1-2/+0
2025-02-10x86: move ZMM exclusion list into CPU feature flagEric Biggers1-0/+1
2025-02-08perf/x86/intel: Ensure LBRs are disabled when a CPU is startingSean Christopherson1-1/+2
2025-02-08perf/x86/intel: Fix ARCH_PERFMON_NUM_COUNTER_LEAFKan Liang1-3/+25
2025-02-05x86/smp: Allow calling mwait_play_dead with an arbitrary hintPatryk Wlazlyn1-0/+3
2025-02-05perf/x86/intel: Support PEBS counters snapshottingKan Liang1-0/+15
2025-02-04x86/cpu: Fix #define name for Intel CPU model 0x5ATony Luck1-1/+1
2025-02-03perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCntRavi Bangoria1-0/+1
2025-02-03x86/mm: Fix flush_tlb_range() when used for zapping normal PMDsJann Horn1-1/+1
2025-02-03Revert "x86/module: prepare module loading for ROX allocations of text"Mike Rapoport (Microsoft)1-7/+7
2025-02-03x86/mm/pat: restore large ROX pages after fragmentationKirill A. Shutemov1-0/+2
2025-01-31Merge tag 'x86-mm-2025-01-31' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+4