aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
19 hoursMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-93/+50
40 hoursMerge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
5 daysMerge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+29
6 daysMerge tag 'acpi-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-2/+2
6 daysarch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)1-0/+29
6 daysMerge tag 'x86-mm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-17/+58
6 daysMerge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-10/+6
6 daysMerge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+0
11 dayskbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
13 daysmm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts1-0/+2
13 daysx86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter1-2/+2
2024-05-05mm: pass VMA instead of MM to follow_pte()David Hildenbrand1-4/+1
2024-05-01x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds1-32/+1
2024-04-29x86/sev: Add callback to apply RMP table fixups for kexecAshish Kalra1-0/+7
2024-04-29x86/mm: Switch to new Intel CPU model definesTony Luck1-10/+6
2024-04-25x86: mm: accelerate pagefault when badaccessKefeng Wang1-9/+14
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe1-5/+2
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2-3/+3
2024-04-25mm: move follow_phys to arch/x86/mm/pat/memtype.cChristoph Hellwig1-1/+28
2024-04-25x86: remove unneeded memblock_find_dma_reserve()Baoquan He1-47/+0
2024-04-25fix missing vmalloc.h includesKent Overstreet2-0/+2
2024-04-25mm/treewide: remove pXd_huge()Peter Xu1-16/+0
2024-04-25mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu1-2/+2
2024-04-25mm/x86: change pXd_huge() behavior to exclude swap entriesPeter Xu1-14/+4
2024-04-14x86/pat: Fix W^X violation false-positives when running as Xen PV guestJuergen Gross1-8/+18
2024-04-14x86/pat: Restructure _lookup_address_cpa()Juergen Gross1-4/+7
2024-04-14x86/mm: Use lookup_address_in_pgd_attr() in show_fault_oops()Juergen Gross1-3/+4
2024-04-14x86/pat: Introduce lookup_address_in_pgd_attr()Juergen Gross1-3/+30
2024-04-06Merge branch 'linus' into x86/urgent, to pick up dependent commitIngo Molnar1-14/+35
2024-04-05x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand1-14/+35
2024-04-04x86/extable: Remove unused fixup type EX_TYPE_COPYTong Tiangen1-9/+0
2024-04-04x86/numa/32: Include missing <asm/pgtable_areas.h>Arnd Bergmann1-0/+1
2024-03-26x86/sev: Skip ROM range scans and validation for SEV-SNP guestsKevin Loughlin1-0/+18
2024-03-25Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."Ingo Molnar1-18/+5
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds11-69/+70
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar11-70/+156
2024-03-11Merge tag 'x86_mm_for_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-19/+27
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-12/+12
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-51/+50
2024-03-11Merge tag 'x86_mtrr_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+3
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+82
2024-03-11Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-22/+12
2024-03-08x86/sev: Disable KMSAN for memory encryption TUsChangbin Du1-0/+1
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Peter Xu8-12/+12
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu8-17/+17
2024-03-06mm/x86: replace pgd_large() with pgd_leaf()Peter Xu1-1/+1
2024-03-06mm/x86: replace p4d_large() with p4d_leaf()Peter Xu4-6/+6
2024-03-04x86/mm: always pass NULL as the first argument of switch_mm_irqs_off()Yosry Ahmed1-1/+1
2024-03-04x86/mm: further clarify switch_mm_irqs_off() documentationYosry Ahmed1-4/+4
2024-03-04x86/sme: Move early SME kernel encryption handling into .head.textArd Biesheuvel1-25/+17
2024-03-04x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel1-29/+3
2024-03-01x86/mm: Regularize set_memory_p() parameters and make non-staticMichael Kelley1-6/+6
2024-03-01x86/hyperv: Use slow_virt_to_phys() in page transition hypervisor callbackMichael Kelley1-4/+8
2024-02-28x86/sev: Dump SEV_STATUSBorislav Petkov (AMD)1-0/+5
2024-02-27Merge branch 'x86/urgent' into x86/apic, to resolve conflictsIngo Molnar1-5/+18
2024-02-26Merge branch 'x86/sev' into x86/boot, to resolve conflicts and to pick up dep...Ingo Molnar3-54/+47
2024-02-24Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-13/+8
2024-02-22x86/mm/cpa: Warn for set_memory_XXcrypted() VMM failsRick Edgecombe1-6/+13
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy1-9/+14
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy3-4/+3
2024-02-22x86/mm: clarify "prev" usage in switch_mm_irqs_off()Yosry Ahmed1-19/+16
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed1-1/+1
2024-02-22Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-9/+10
2024-02-20Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams1-5/+18
2024-02-20x86/pat: Simplify the PAT programming protocolKirill A. Shutemov1-6/+3
2024-02-16x86/numa: Fix the sort compare func used in numa_fill_memblks()Alison Schofield1-1/+1
2024-02-16x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield1-12/+7
2024-02-15x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()Hou Tao1-0/+10
2024-02-15x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.hHou Tao1-9/+0
2024-02-15x86/mm/numa: Move early mptable evaluation into common codeThomas Gleixner1-7/+0
2024-02-15x86/mm/numa: Use core domain size on AMDThomas Gleixner1-19/+16
2024-02-12x86/mm/ident_map: Use gbpages only where full GB page should be mapped.Steve Wahl1-5/+18
2024-02-06x86/sev: Fix position dependent variable references in startup codeArd Biesheuvel1-15/+12
2024-02-03x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULTBorislav Petkov (AMD)1-10/+1
2024-01-31x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_userXin Li1-0/+78
2024-01-31x86/fred: Make exc_page_fault() work for FREDH. Peter Anvin (Intel)1-1/+4
2024-01-29x86/fault: Dump RMP table information when RMP page faults occurMichael Roth1-0/+4
2024-01-29x86/traps: Define RMP violation #PF error codeBrijesh Singh1-0/+1
2024-01-29x86/sme: Fix memory encryption setting if enabled by default and not overriddenArd Biesheuvel1-7/+3
2024-01-29x86/mm: Fix memory encryption features advertisementKirill A. Shutemov1-26/+30
2024-01-26x86/mm: Get rid of conditional IF flag handling in page fault pathLinus Torvalds1-13/+14
2024-01-10x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao5-12/+12
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-32/+2
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-8/+8
2024-01-05Merge tag 'mm-hotfixes-stable-2024-01-05-11-35' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+2
2024-01-03arch/x86: Fix typosBjorn Helgaas5-8/+8
2023-12-29arch/mm/fault: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan1-0/+2
2023-12-10NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni1-32/+2
2023-12-07x86/coco: Disable 32-bit emulation by default on TDX and SEVKirill A. Shutemov1-0/+11
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+3
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2023-10-30Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-48/+128
2023-10-30Merge tag 'x86_platform_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2023-10-20x86/pti: Fix kernel warnings for pti= and nopti cmdline optionsJo Van Bulck1-29/+29
2023-10-20x86/mm: Drop the 4 MB restriction on minimal NUMA node memory sizeMike Rapoport (IBM)1-7/+0
2023-10-11x86/sev: Drop unneeded #includeAlexander Shishkin1-1/+0
2023-10-11x86/sev: Move sev_setup_arch() to mem_encrypt.cAlexander Shishkin2-35/+34
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner1-2/+2
2023-10-06mm: add statistics for PUD level pagetableBaolin Wang1-0/+3
2023-10-02x86/numa: Add Devicetree supportSaurabh Sengar1-0/+3
2023-09-28x86/sev-es: Allow copy_from_kernel_nofault() in earlier bootAdam Dunlap1-5/+14
2023-09-12x86/numa: Introduce numa_fill_memblks()Alison Schofield1-0/+80
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-2/+64
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+2
2023-08-30Merge tag 'x86_mm_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-15/+13
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-24/+32
2023-08-28Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-08-28Merge tag 'x86_microcode_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2023-08-25x86/sev: Make enc_dec_hypercall() accept a size instead of npagesSteve Rutherford1-7/+6
2023-08-24mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan1-1/+2
2023-08-21x86: convert various functions to use ptdescsVishal Moola (Oracle)1-19/+28
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)1-4/+0
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple1-1/+1
2023-08-18mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple1-0/+2
2023-08-13x86/mm: Remove unused microcode.h includeThomas Gleixner1-1/+0
2023-08-09x86/cpu: Fix Gracemont uarchPeter Zijlstra1-1/+1
2023-08-09x86/apic: Wrap APIC ID validation into an inlineThomas Gleixner1-3/+2
2023-08-03x86/mm: Remove "INVPCID single" feature trackingDave Hansen2-15/+13
2023-07-11x86/mm: Teach pte_mkwrite() about stack memoryRick Edgecombe1-0/+6
2023-07-11mm: Warn on shadow stack memory in wrong vmaRick Edgecombe1-0/+20
2023-07-11x86/mm: Check shadow stack page fault errorsRick Edgecombe1-0/+22
2023-07-11x86/mm: Remove _PAGE_DIRTY from kernel RO pagesRick Edgecombe1-2/+2
2023-07-11x86/mm: Start actually marking _PAGE_SAVED_DIRTYRick Edgecombe1-0/+14
2023-06-28Merge branch 'expand-stack'Linus Torvalds1-50/+2
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-06-27Merge tag 'x86-mm-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+2
2023-06-27Merge tag 'x86_sev_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-06-27Merge tag 'x86_mtrr_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-16/+8
2023-06-26Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+2
2023-06-26Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+5
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+15
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+1
2023-06-24mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds1-50/+2
2023-06-19x86: sme_populate_pgd() use pte_offset_kernel()Hugh Dickins1-1/+1
2023-06-16x86/mm: Avoid using set_pgd() outside of real PGD pagesLee Jones1-4/+4
2023-06-09x86/mm: Remove Xen-PV leftovers from init_32.cJuergen Gross1-15/+2
2023-06-07x86/mm: Remove repeated word in commentsBo Liu1-1/+1
2023-06-06x86/mm: Allow guest.enc_status_change_prepare() to failKirill A. Shutemov2-2/+5
2023-06-01x86/mm: Only check uniform after calling mtrr_type_lookup()Juergen Gross1-16/+8
2023-05-31x86/smpboot: Fix the parallel bringup decisionThomas Gleixner1-0/+15
2023-05-18x86/mm: Include asm/numa.h for set_highmem_pages_init()Arnd Bergmann1-0/+1
2023-05-17x86/mm: Avoid incomplete Global INVLPG flushesDave Hansen1-0/+25
2023-05-17procfs: consolidate arch_report_meminfo declarationArnd Bergmann1-0/+1
2023-05-09x86/coco: Get rid of accessor functionsBorislav Petkov (AMD)1-1/+1
2023-05-03x86-64: mm: clarify the 'positive addresses' user address rulesLinus Torvalds1-2/+2
2023-05-03x86-64: make access_ok() independent of LAMLinus Torvalds1-6/+34
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-16/+42
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+44
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-04-25Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-6/+12
2023-04-25Merge tag 'x86_paravirt_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2023-04-13x86/mm/dump_pagetables: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-05x86/mm: try VMA lock-based page fault handling firstSuren Baghdasaryan1-0/+36
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet2-2/+2
2023-03-28x86/mm/pat: clear VM_PAT if copy_p4d_range failedMa Wupeng1-4/+8
2023-03-27x86/hyperv: Change vTOM handling to use standard coco mechanismsMichael Kelley1-3/+0
2023-03-27x86/mm: Handle decryption/re-encryption of bss_decrypted consistentlyMichael Kelley1-3/+7
2023-03-26x86/ioremap: Add hypervisor callback for private MMIO mapping in coco VMMichael Kelley1-0/+5
2023-03-22x86/mm: Do not shuffle CPU entry areas without KASLRMichal Koutný1-0/+7
2023-03-16x86/uaccess: Provide untagged_addr() and remove tags before address checkKirill A. Shutemov1-0/+5
2023-03-16x86/mm: Handle LAM on context switchKirill A. Shutemov1-16/+37
2023-03-16x86/mm: Fix use of uninitialized buffer in sme_enable()Nikita Zhandarovich1-1/+2
2023-03-06x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-27/+10
2023-02-20Merge tag 'x86-mm-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-02-20Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2023-02-14x86/mtrr: Revert 90b926e68f50 ("x86/pat: Fix pat_x_mtrr_type() for MTRR disab...Juergen Gross1-2/+1
2023-02-09mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan1-3/+7
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-3/+3
2023-02-02Revert "x86: kmsan: sync metadata pages on page fault"Alexander Potapenko1-22/+1
2023-01-26x86/PAT: Use try_cmpxchg() in set_page_memtype()Uros Bizjak1-2/+2
2023-01-25x86/cpu: Use cpu_feature_enabled() when checking global pages supportBorislav Petkov (AMD)1-1/+1
2023-01-12x86/mm: fix poking_init() for Xen PV guestsJuergen Gross1-0/+4
2023-01-10x86/pat: Fix pat_x_mtrr_type() for MTRR disabled caseJuergen Gross1-1/+2
2022-12-20prandom: remove prandom_u32_max()Jason A. Donenfeld1-1/+1
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-66/+168
2022-12-15Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-20/+30
2022-12-15x86/mm: Ensure forced page table splittingDave Hansen1-1/+2
2022-12-15x86/kasan: Populate shadow for shared chunk of the CPU entry areaSean Christopherson1-1/+11
2022-12-15x86/kasan: Add helpers to align shadow addresses up and downSean Christopherson1-18/+22
2022-12-15x86/kasan: Rename local CPU_ENTRY_AREA variables to shorten namesSean Christopherson1-11/+11
2022-12-15x86/mm: Populate KASAN shadow for entire per-CPU range of CPU entry areaSean Christopherson1-5/+3
2022-12-15x86/mm: Recompute physical address for every page of per-CPU CEA mappingSean Christopherson1-1/+1
2022-12-15x86/mm: Rename __change_page_attr_set_clr(.checkalias)Peter Zijlstra1-4/+4
2022-12-15x86/mm: Inhibit _PAGE_NX changes from cpa_process_alias()Peter Zijlstra1-5/+23
2022-12-15x86/mm: Untangle __change_page_attr_set_clr(.checkalias)Peter Zijlstra1-19/+11
2022-12-15x86/mm: Add a few commentsPeter Zijlstra1-0/+20
2022-12-15x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macrosPasha Tatashin4-15/+15
2022-12-15x86/mm: Implement native set_memory_rox()Peter Zijlstra1-0/+10
2022-12-15x86/mm: Do verify W^X at boot upPeter Zijlstra1-4/+0
2022-12-15x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra1-1/+1
2022-12-15x86/mm: Randomize per-cpu entry areaPeter Zijlstra1-4/+42
2022-12-15x86/kasan: Map shadow for percpu pages on demandAndrey Ryabinin2-4/+19
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+13
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-101/+32
2022-12-13Merge tag 'x86_cpu_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-108/+57
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2022-12-12Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+18
2022-12-12x86/mm/kmmio: Remove redundant preempt_disable()Steven Rostedt (Google)1-8/+5