aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSANAlexander Potapenko2022-10-033-6/+16
* x86: kmsan: sync metadata pages on page faultAlexander Potapenko2022-10-031-1/+22
* x86: kmsan: use __msan_ string functions where possible.Alexander Potapenko2022-10-031-2/+21
* x86: kmsan: handle open-coded assembly in lib/iomem.cAlexander Potapenko2022-10-031-0/+5
* x86: kmsan: skip shadow checks in __switch_to()Alexander Potapenko2022-10-031-0/+1
* x86: kmsan: disable instrumentation of unsupported codeAlexander Potapenko2022-10-037-0/+11
* mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko2022-10-032-0/+10
* x86: kmsan: pgtable: reduce vmalloc spaceAlexander Potapenko2022-10-032-2/+47
* x86: asm: instrument usercopy in get_user() and put_user()Alexander Potapenko2022-10-031-7/+15
* x86: add missing include to sparsemem.hDmitry Vyukov2022-10-031-0/+2
* x86: remove vma linked list walksMatthew Wilcox (Oracle)2022-09-261-4/+5
* mm: remove rb tree.Liam R. Howlett2022-09-261-1/+0
* mm: start tracking VMAs with maple treeLiam R. Howlett2022-09-261-0/+1
* mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNGYu Zhao2022-09-263-2/+7
* mm: x86, arm64: add arch_has_hw_pte_young()Yu Zhao2022-09-261-3/+3
* mm/swap: cache maximum swapfile size when init swapPeter Xu2022-09-261-1/+1
* mm/x86: use SWP_TYPE_BITS in 3-level swap macrosPeter Xu2022-09-261-4/+4
* x86/uaccess: avoid check_object_size() in copy_from_user_nmi()Kees Cook2022-09-261-1/+1
* x86/mm: disable instrumentations of mm/pgprot.cNaohiro Aota2022-09-111-0/+3
* Merge tag 'x86-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-2812-72/+150
|\
| * x86/sev: Mark snp_abort() noreturnBorislav Petkov2022-08-252-2/+2
| * x86/sev: Don't use cc_platform_has() for early SEV-SNP callsTom Lendacky2022-08-241-2/+14
| * x86/boot: Don't propagate uninitialized boot_params->cc_blob_addressMichael Roth2022-08-242-1/+19
| * x86/cpu: Add new Raptor Lake CPU model numberTony Luck2022-08-231-0/+2
| * x86/unwind/orc: Unwind ftrace trampolines with correct ORC entryChen Zhongjin2022-08-211-5/+10
| * x86/nospec: Fix i386 RSB stuffingPeter Zijlstra2022-08-191-0/+12
| * x86/nospec: Unwreck the RSB stuffingPeter Zijlstra2022-08-191-41/+39
| * x86/bugs: Add "unknown" reporting for MMIO Stale DataPawan Gupta2022-08-183-19/+42
| * x86/entry: Fix entry_INT80_compat for Xen PV guestsJuergen Gross2022-08-161-1/+1
| * x86/PAT: Have pat_enabled() properly reflect state when running on XenJan Beulich2022-08-151-1/+9
* | Merge tag 'perf-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-284-7/+36
|\ \
| * | perf/x86/intel/uncore: Fix broken read_counter() for SNB IMC PMUStephane Eranian2022-08-271-1/+17
| * | perf/x86/intel: Fix pebs event constraints for ADLKan Liang2022-08-191-1/+1
| * | perf/x86/intel/ds: Fix precise store latency handlingStephane Eranian2022-08-191-1/+9
| * | perf/x86/core: Set pebs_capable and PMU_FL_PEBS_ALL for the BaselinePeter Zijlstra2022-08-192-4/+1
| * | perf/x86/lbr: Enable the branch type for the Arch LBR by defaultKan Liang2022-08-191-0/+8
* | | Merge tag 'for-linus-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-271-1/+0
|\ \ \
| * | | xen: x86: remove setting the obsolete config XEN_MAX_DOMAIN_MEMORYLukas Bulwahn2022-08-251-1/+0
* | | | wait_on_bit: add an acquire memory barrierMikulas Patocka2022-08-261-0/+21
* | | | Merge tag 'perf-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-211-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | x86/kprobes: Fix JNG/JNLE emulationNadav Amit2022-08-141-1/+1
* | | | asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers2022-08-214-23/+4
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-195-30/+27
|\ \ \ \
| * | | | x86/kvm: Fix "missing ENDBR" BUG for fastop functionsJosh Poimboeuf2022-08-191-1/+2
| * | | | x86/kvm: Simplify FOP_SETCC()Josh Poimboeuf2022-08-191-19/+4
| * | | | x86/ibt, objtool: Add IBT_NOSEAL()Josh Poimboeuf2022-08-191-0/+11
| * | | | KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-192-9/+9
| * | | | KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTSChao Peng2022-08-191-1/+1
| | |_|/ | |/| |
* | | | x86/mm: Use proper mask when setting PUD mappingAaron Lu2022-08-191-1/+1
* | | | x86: simplify load_unaligned_zeropad() implementationLinus Torvalds2022-08-163-43/+60
|/ / /