summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2022-05-18locking/atomic/x86: Introduce arch_try_cmpxchg64Uros Bizjak2-0/+27
2022-05-17x86/nmi: Make register_nmi_handler() more robustThomas Gleixner1-0/+1
2022-05-16x86/mce: relocate set{clear}_mce_nospec() functionsJane Chu1-52/+0
2022-05-14x86/tsc: Use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2-4/+12
2022-05-13mm: page_table_check: add hooks to public helpersTong Tiangen1-10/+0
2022-05-13mm: page_table_check: move pxx_user_accessible_page into x86Kefeng Wang1-0/+17
2022-05-13mm: avoid unnecessary flush on change_huge_pmd()Nadav Amit1-0/+5
2022-05-13mm/mprotect: do not flush when not required architecturallyNadav Amit2-0/+99
2022-05-13x86/prctl: Remove pointless task argumentThomas Gleixner2-4/+2
2022-05-12KVM: x86/mmu: Expand and clean up page fault statsSean Christopherson1-0/+5
2022-05-12x86/msr-index: Define INTEGRITY_CAPABILITIES MSRTony Luck1-0/+7
2022-05-12x86/microcode/intel: Expose collect_cpu_info_early() for IFSJithu Joseph1-0/+18
2022-05-11swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig2-24/+6
2022-05-11perf/ibs: Fix commentRavi Bangoria1-1/+1
2022-05-11perf/amd/ibs: Add support for L3 miss filteringRavi Bangoria1-0/+3
2022-05-11Merge branch 'v5.18-rc5'Peter Zijlstra14-40/+50
2022-05-10x86/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand3-1/+25
2022-05-09entry: Rename arch_check_user_regs() to arch_enter_from_user_mode()Sven Schnelle1-2/+2
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman2-5/+5
2022-05-06x86/mm: Simplify RESERVE_BRK()Josh Poimboeuf1-19/+11
2022-05-04perf/x86/amd/core: Detect available countersSandipan Das1-0/+17
2022-05-04x86/msr: Add PerfCntrGlobal* registersSandipan Das1-0/+5
2022-05-04x86/cpufeatures: Add PerfMonV2 feature bitSandipan Das1-1/+1
2022-05-03efi: libstub: declare DXE services tableBaskov Evgeniy1-0/+5
2022-05-03x86/entry: Convert SWAPGS to swapgs and remove the definition of SWAPGSLai Jiangshan1-8/+0
2022-05-03x86/traps: Use pt_regs directly in fixup_bad_iret()Lai Jiangshan1-1/+1
2022-05-02x86/aperfperf: Make it correct on 32bit and UP kernelsThomas Gleixner1-3/+3
2022-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+0
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-0/+6
2022-04-29KVM: X86/MMU: Fix shadowing 5-level NPT for 4-level NPT L1 guestLai Jiangshan1-2/+3
2022-04-29KVM: x86/mmu: replace direct_map with root_role.directPaolo Bonzini1-1/+0
2022-04-29KVM: x86/mmu: replace root_level with cpu_role.base.levelPaolo Bonzini1-1/+0
2022-04-29KVM: x86/mmu: replace shadow_root_level with root_role.levelPaolo Bonzini1-1/+0
2022-04-29KVM: x86/mmu: remove redundant bits from extended rolePaolo Bonzini1-2/+0
2022-04-29KVM: x86/mmu: rename kvm_mmu_role unionPaolo Bonzini1-3/+3
2022-04-29KVM: x86/mmu: remove extended bits from mmu_role, rename fieldPaolo Bonzini1-1/+1
2022-04-29KVM: x86/mmu: remove ept_ad fieldPaolo Bonzini1-1/+0
2022-04-29KVM: x86/mmu: split cpu_role from mmu_rolePaolo Bonzini1-0/+1
2022-04-29KVM: x86: Clean up and document nested #PF workaroundSean Christopherson1-0/+2
2022-04-29KVM: SEV-ES: Use V_TSC_AUX if available instead of RDTSC/MSR_TSC_AUX interceptsBabu Moger1-1/+1
2022-04-29x86/cpufeatures: Add virtual TSC_AUX feature bitBabu Moger1-0/+1
2022-04-29Revert "x86/mm: Introduce lookup_address_in_mm()"Sean Christopherson1-4/+0
2022-04-29x86/mm: enable ARCH_HAS_VM_GET_PAGE_PROTChristoph Hellwig2-19/+0
2022-04-27amd_hsmp: Add HSMP protocol version 5 messagesSuma Hegde1-5/+109
2022-04-27x86/aperfmperf: Make parts of the frequency invariance code unconditionalThomas Gleixner2-4/+2
2022-04-27x86/aperfmperf: Untangle Intel and AMD frequency invariance initThomas Gleixner1-9/+4
2022-04-27x86/aperfmperf: Separate AP/BP frequency invariance initThomas Gleixner1-7/+5
2022-04-27x86/split-lock: Remove unused TIF_SLD bitTony Luck2-5/+1
2022-04-27x86/pm: Fix false positive kmemleak report in msr_build_context()Matthieu Baerts2-5/+9
2022-04-27x86/sev: Get the AP jump table address from secrets pageBrijesh Singh1-0/+35