aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2022-05-16mce: fix set_mce_nospec to always unmap the whole pageJane Chu2-15/+14
2022-05-16x86/mce: relocate set{clear}_mce_nospec() functionsJane Chu2-54/+48
2022-05-13x86/tsc: Use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2-4/+12
2022-05-13mm: functions may simplify the use of return valuesLi kunyu1-2/+1
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 Amit2-0/+15
2022-05-13mm/mprotect: do not flush when not required architecturallyNadav Amit2-0/+99
2022-05-13x86/prctl: Remove pointless task argumentThomas Gleixner6-16/+10
2022-05-13x86/mm: Fix marking of unused sub-pmd rangesAdrian-Ken Rueegsegger1-2/+3
2022-05-12perf/x86/amd: Remove unused variable 'hwc'Zucheng Zheng1-3/+0
2022-05-12KVM: x86/mmu: Update number of zapped pages even if page list is stableSean Christopherson1-4/+6
2022-05-12KVM: x86/mmu: Speed up slot_rmap_walk_next for sparsely populated rmapsVipin Sharma1-2/+4
2022-05-12KVM: VMX: Include MKTME KeyID bits in shadow_zero_checkKai Huang3-19/+50
2022-05-12KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_maskKai Huang5-10/+34
2022-05-12KVM: x86/mmu: Rename reset_rsvds_bits_mask()Kai Huang1-3/+3
2022-05-12KVM: x86: a vCPU with a pending triple fault is runnablePaolo Bonzini1-0/+3
2022-05-12KVM: x86/mmu: Expand and clean up page fault statsSean Christopherson6-12/+42
2022-05-12KVM: x86/mmu: Use IS_ENABLED() to avoid RETPOLINE for TDP page faultsSean Christopherson1-3/+3
2022-05-12KVM: x86/mmu: Make all page fault handlers internal to the MMUSean Christopherson4-107/+108
2022-05-12KVM: x86/mmu: Add RET_PF_CONTINUE to eliminate bool+int* "returns"Sean Christopherson4-32/+35
2022-05-12KVM: x86/mmu: Drop exec/NX check from "page fault can be fast"Sean Christopherson1-7/+12
2022-05-12KVM: x86/mmu: Don't attempt fast page fault just because EPT is in useSean Christopherson3-17/+41
2022-05-12KVM: VMX: clean up pi_wakeup_handlerLi RongQing1-4/+5
2022-05-12KVM: x86: fix typo in __try_cmpxchg_user causing non-atomicnessMaxim Levitsky1-1/+1
2022-05-12x86/msr-index: Define INTEGRITY_CAPABILITIES MSRTony Luck1-0/+7
2022-05-12x86/microcode/intel: Expose collect_cpu_info_early() for IFSJithu Joseph3-52/+57
2022-05-11ptrace: Reimplement PTRACE_KILL by always sending SIGKILLEric W. Biederman1-2/+1
2022-05-11x86/vsyscall: Remove CONFIG_LEGACY_VSYSCALL_EMULATEAndy Lutomirski2-16/+4
2022-05-11swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig3-24/+7
2022-05-11x86: ACPI: Make mp_config_acpi_gsi() a void functionLi kunyu1-4/+3
2022-05-11x86/hyperv: Disable hardlockup detector by default in Hyper-V guestsMichael Kelley1-0/+2
2022-05-11perf/ibs: Fix commentRavi Bangoria1-1/+1
2022-05-11perf/amd/ibs: Advertise zen4_ibs_extensions as pmu capability attributeRavi Bangoria1-0/+21
2022-05-11perf/amd/ibs: Add support for L3 miss filteringRavi Bangoria2-7/+63
2022-05-11perf/amd/ibs: Use ->is_visible callback for dynamic attributesRavi Bangoria1-24/+54
2022-05-11perf/amd/ibs: Cascade pmu init functions' return valueRavi Bangoria1-8/+29
2022-05-11perf/x86/uncore: Add new Alder Lake and Raptor Lake supportKan Liang2-0/+54
2022-05-11perf/x86/uncore: Clean up uncore_pci_ids[]Kan Liang1-316/+86
2022-05-11perf/x86/cstate: Add new Alder Lake and Raptor Lake supportKan Liang1-0/+2
2022-05-11perf/x86/msr: Add new Alder Lake and Raptor Lake supportKan Liang1-0/+2
2022-05-11perf/x86: Add new Alder Lake and Raptor Lake supportKan Liang1-0/+2
2022-05-11Merge branch 'v5.18-rc5'Peter Zijlstra59-303/+565
2022-05-11kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada2-24/+1
2022-05-10bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee1-2/+3
2022-05-11Merge tag 'drm-intel-next-2022-05-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-0/+1
2022-05-10bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee1-9/+32
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee1-17/+19
2022-05-10perf/amd/ibs: Use interrupt regs ip for stack unwindingRavi Bangoria1-0/+18
2022-05-09x86/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand3-1/+25