aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'dma-mapping-6.19-2025-12-05' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-127/+53
2025-11-14syscore: Pass context data to callbacksThierry Reding1-4/+8
2025-10-29ARM: dma-mapping: Switch to physical address mapping callbacksLeon Romanovsky1-77/+23
2025-10-29ARM: dma-mapping: Reduce struct page exposure in arch_sync_dma*()Leon Romanovsky1-51/+31
2025-10-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2-5/+5
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8-12/+12
2025-10-02ARM: 9456/1: mm: fault: use string choices helperKuninori Morimoto1-2/+1
2025-10-02ARM: 9451/1: mm: l2x0: use string choices helperKuninori Morimoto1-3/+4
2025-09-30Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+0
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook22-23/+23
2025-09-21ptdesc: remove ptdesc_to_virt()Matthew Wilcox (Oracle)1-1/+1
2025-09-21kasan: call kasan_init_generic in kasan_initSabyrzhan Tasbolatov1-1/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)6-10/+10
2025-09-04vdso: Drop Kconfig GENERIC_VDSO_DATA_STOREThomas Weißschuh1-1/+0
2025-09-04vdso: Drop kconfig GENERIC_VDSO_32Thomas Weißschuh1-1/+0
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-07-21arm: Handle KCOV __init vs inline mismatchesKees Cook2-2/+2
2025-07-09mm: update architecture and driver code to use vm_flags_tLorenzo Stoakes1-1/+1
2025-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-3/+1
2025-05-31mm: rename page->index to page->__folio_indexMatthew Wilcox (Oracle)1-2/+2
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-1/+1
2025-04-16ARM: 9447/1: arm/memremap: fix arch_memremap_can_ram_remap()Ross Stutterheim1-3/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-41/+2
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar1-12/+25
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-11/+0
2025-03-17arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)1-9/+12
2025-03-17arch, mm: streamline HIGHMEM freeingMike Rapoport (Microsoft)1-29/+0
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)1-2/+0
2025-03-17arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111Mike Rapoport (Microsoft)1-4/+4
2025-03-05arm: pgtable: fix NULL pointer dereference issueQi Zheng1-12/+25
2025-02-21mm/memremap: Pass down MEMREMAP_* flags to arch_memremap_wb()Kirill A. Shutemov2-2/+2
2025-02-21arm: vdso: Switch to generic storage implementationThomas Weißschuh1-0/+1
2025-02-18ARM: 8611/1: l2x0: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang2-18/+4
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-5/+3
2025-01-25ARM: mm: rename PGD helpersKevin Brodsky1-7/+7
2024-11-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-5/+30
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-31/+22
2024-11-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds4-15/+30
2024-11-13ARM: 9431/1: mm: Pair atomic_set_release() with _read_acquire()Linus Walleij1-1/+1
2024-11-13ARM: 9429/1: ioremap: Sync PGDs for VMALLOC shadowLinus Walleij1-4/+29
2024-11-12ARM: 9435/1: ARM/nommu: Fix typo "absence"WangYuli1-1/+1
2024-11-12ARM: 9434/1: cfi: Fix compilation corner caseLinus Walleij1-1/+1
2024-11-12ARM: 9420/1: smp: Fix SMP for xip kernelsHarith G1-0/+7
2024-11-12ARM: 9419/1: mm: Fix kernel memory mapping for xip kernelsHarith G1-13/+21
2024-11-05arm: adjust_pte() use pte_offset_map_rw_nolock()Qi Zheng1-31/+22
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-6/+7
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown1-3/+4
2024-09-04ARM: 9418/1: dma-mapping: Use iommu_paging_domain_alloc()Jason Gunthorpe1-2/+4
2024-09-04ARM: 9417/1: dma-mapping: Pass device to arm_iommu_create_mapping()Jason Gunthorpe1-4/+4
2024-09-01mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand1-3/+3
2024-08-20ARM: 9409/1: mmu: Do not use magic number for TTBCR settingsLinus Walleij1-2/+4
2024-07-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-10/+10
2024-07-09ARM: Remove address checking for MMUless devicesYanjun Yang1-2/+2
2024-07-02ARM: 9408/1: mm: CFI: Fix some erroneous reset prototypesLinus Walleij1-10/+10
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-53/+19
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-9/+10
2024-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds48-948/+2318
2024-05-16Merge branches 'amba', 'cfi', 'clkdev' and 'misc' into for-linusRussell King (Oracle)48-948/+2318
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)1-0/+45
2024-05-07ARM: 9393/1: mm: Use conditionals for CFI branchesLinus Walleij20-0/+42
2024-05-05arm: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESSKefeng Wang1-15/+15
2024-04-29ARM: 9389/2: mm: Define prototypes for all per-processor callsLinus Walleij2-0/+501
2024-04-29ARM: 9388/2: mm: Type-annotate all per-processor assembly routinesLinus Walleij26-274/+434
2024-04-29ARM: 9387/2: mm: Rewrite cacheflush vtables in CFI safe CLinus Walleij26-240/+679
2024-04-29ARM: 9386/2: mm: Use symbol alias for cache functionsLinus Walleij19-54/+22
2024-04-29ARM: 9385/2: mm: Type-annotate all cache assembly routinesLinus Walleij22-373/+544
2024-04-29ARM: 9384/2: mm: Make tlbflush routines CFI safeArd Biesheuvel9-58/+119
2024-04-26dma-mapping: Simplify arch_setup_dma_ops()Robin Murphy2-9/+10
2024-04-25arm: mm: accelerate pagefault when VM_FAULT_BADACCESSKefeng Wang1-1/+3
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe1-3/+2
2024-04-25mm/treewide: remove pXd_huge()Peter Xu2-30/+0
2024-04-25mm/arm: redefine pmd_huge() with pmd_leaf()Peter Xu1-6/+1
2024-04-18ARM: 9358/2: Implement PAN for LPAE by TTBR0 page table walks disablementLinus Walleij1-0/+29
2024-04-18ARM: 9356/2: Move asm statements accessing TTBCR into C functionsLinus Walleij1-4/+3
2024-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-1/+12
2024-03-19Merge branches 'misc' and 'fixes' into for-linusRussell King (Oracle)1-0/+3
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-4/+4
2024-03-11ARM: 9359/1: flush: check if the folio is reserved for no-mapping addressesYongqiang Liu1-0/+3
2024-03-11mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov1-4/+4
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu1-2/+2
2024-02-24ARM: 9351/1: fault: Add "cut here" line for prefetch abortsKees Cook1-0/+1
2024-02-24ARM: 9350/1: fault: Implement copy_from_kernel_nofault_allowed()Kees Cook1-0/+7
2024-02-24ARM: 9334/1: mm: init: remove misuse of kernel-doc commentRandy Dunlap1-1/+1
2024-02-22arm/mm: use pte_next_pfn() in set_ptes()David Hildenbrand1-1/+1
2024-02-22arm: ptdump: rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WXChristophe Leroy1-1/+1
2024-02-07arch/arm/mm: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan1-0/+2
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+6
2024-01-17Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-5/+38
2024-01-05ARM: 9331/1: ARM/dma-mapping: replace kzalloc() and vzalloc() with kvzalloc()Chen Haonan1-4/+1
2023-12-22ARM: Delete ARM11MPCore (ARM11 ARMv6K SMP) supportLinus Walleij2-49/+0
2023-12-12iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe2-6/+6
2023-12-05ARM: 9329/1: kasan: Use memblock_alloc_try_nid_raw for shadow pageMark-PK Tsai1-1/+7
2023-12-05ARM: 9328/1: mm: try VMA lock-based page fault handling firstWang Kefeng1-0/+30
2023-09-27ARM: uniphier: fix cache kernel-doc warningsRandy Dunlap1-1/+3
2023-08-31Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+4
2023-08-24arm: implement the new page table range APIMatthew Wilcox (Oracle)9-71/+109
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)1-3/+3
2023-08-21arm: convert various functions to use ptdescsVishal Moola (Oracle)1-3/+4
2023-08-18arm: adjust_pte() use pte_offset_map_nolock()Hugh Dickins1-2/+1
2023-08-14Merge branch 'devel-stable' into for-nextRussell King (Oracle)1-0/+4
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-12/+9
2023-06-28Merge branch 'expand-stack'Linus Torvalds1-49/+14
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+7
2023-06-27Merge tag 'docs-arm-move' of git://git.lwn.net/linuxLinus Torvalds1-2/+2
2023-06-24arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings1-49/+14
2023-06-19arm: allow pte_offset_map[_lock]() to failHugh Dickins2-1/+7
2023-06-19ARM: 9314/1: tcm: move tcm_init() prototype to asm/tcm.hArnd Bergmann2-18/+1
2023-06-19ARM: 9307/1: nommu: include asm/idmap.hArnd Bergmann1-0/+1
2023-06-19ARM: 9306/1: cacheflush: avoid __flush_anon_page() missing-prototype warningArnd Bergmann1-0/+1
2023-06-19ARM: 9304/1: add prototype for function called only from asmArnd Bergmann1-0/+4
2023-06-19ARM: 9301/1: dma-mapping: hide unused dma_contiguous_early_fixup functionArnd Bergmann1-0/+2
2023-06-12arm: update in-source documentation referencesJonathan Corbet1-2/+2
2023-05-29ARM: mm: Make virt_to_pfn() a static inlineLinus Walleij12-12/+9
2023-05-17ARM: vfp: Remove workaround for Feroceon CPUsArd Biesheuvel1-0/+4
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-03-27ARM: Make CONFIG_CPU_V7 valid for 32bit ARMv8 implementationsMarc Zyngier1-1/+1
2023-03-23ARM/dma-mapping: const a pointer to bus_type in arm_iommu_create_mapping()Greg Kroah-Hartman1-1/+1
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+7
2023-02-21Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel1-4/+7
2023-01-31ARM: 9288/1: Kconfigs: fix spelling & grammarRandy Dunlap1-1/+1
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe1-4/+7
2023-01-11ARM: 9284/1: include <asm/pgtable.h> from proc-macros.S to fix -Wundef warningsMasahiro Yamada1-0/+1
2023-01-11ARM: 9280/1: mm: fix warning on phys_addr_t to void pointer assignmentGiulio Benetti1-1/+1
2022-12-13Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds13-17/+22
2022-12-13Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds1-17/+0
2022-12-10Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-5/+22
2022-12-07ARM: 9278/1: kfence: only handle translation faultsWang Kefeng2-5/+22
2022-11-24Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+19
2022-11-21dma-mapping: reject __GFP_COMP in dma_alloc_attrsChristoph Hellwig1-17/+0
2022-11-08ARM: 9263/1: use .arch directives instead of assembler command line flagsNick Desaulniers12-15/+19
2022-11-07ARM: 9254/1: mm: Provide better message when kernel faultWang Kefeng1-2/+3
2022-11-07ARM: 9266/1: mm: fix no-MMU ZERO_PAGE() implementationGiulio Benetti1-0/+19
2022-10-10Merge tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/d...Linus Torvalds1-2/+8
2022-10-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-5/+14
2022-10-06ARM/dma-mapping: remove the dma_coherent member of struct dev_archdataChristoph Hellwig1-3/+1
2022-10-06ARM/dma-mappіng: don't override ->dma_coherent when set from a bus notifierChristoph Hellwig1-2/+10
2022-10-04ARM: 9246/1: dump: show page table level nameWang Kefeng1-1/+5
2022-10-04ARM: 9245/1: dump: show FDT regionWang Kefeng1-1/+1
2022-10-04ARM: 9242/1: kasan: Only map modules if CONFIG_KASAN_VMALLOC=nAlex Sverdlin1-2/+7
2022-10-04ARM: 9240/1: dma-mapping: Pass (void *) to virt_to_page()Linus Walleij1-1/+1
2022-09-22ARM: 9247/1: mm: set readonly for MT_MEMORY_RO with ARM_LPAEWang Kefeng1-0/+4
2022-09-22ARM: 9244/1: dump: Fix wrong pg_level in walk_pmd()Wang Kefeng1-1/+1
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds1-579/+73
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+24
2022-08-04Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-2/+6
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-8/+2
2022-08-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-16/+2
2022-07-28ARM: 9218/1: dma-mapping: fix pointer/integer warningBen Dooks1-1/+1
2022-07-28ARM: 9202/1: kasan: support CONFIG_KASAN_VMALLOCLecopzer Chen1-1/+5
2022-07-22dma-mapping: update comment after dmabounce removalLukas Bulwahn1-2/+1
2022-07-17arm/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+20
2022-07-14Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-7/+26
2022-07-07ARM/dma-mapping: merge IOMMU opsRobin Murphy1-24/+13
2022-07-07ARM/dma-mapping: consolidate IOMMU ops callbacksRobin Murphy1-183/+55
2022-07-07ARM/dma-mapping: drop .dma_supported for IOMMU opsRobin Murphy1-23/+0
2022-07-07ARM/dma-mapping: use dma-direct unconditionallyChristoph Hellwig1-350/+15
2022-07-07ARM/dma-mapping: use dma_to_phys/phys_to_dma in the dma-mapping codeChristoph Hellwig1-12/+12
2022-07-07ARM/dma-mapping: mark various dma-mapping routines static in dma-mapping.cChristoph Hellwig1-54/+46
2022-07-06ARM: 9214/1: alignment: advance IT state after emulating Thumb instructionArd Biesheuvel1-0/+3
2022-07-06ARM: 9213/1: Print message about disabled Spectre workarounds only onceDmitry Osipenko1-2/+1
2022-07-06ARM: 9212/1: domain: Modify Kconfig help textLinus Walleij1-1/+5
2022-07-06ARM: 9210/1: Mark the FDT_FIXED sections as shareableZhen Lei1-1/+14
2022-07-06ARM: 9209/1: Spectre-BHB: avoid pr_info() every time a CPU comes out of idleArd Biesheuvel1-3/+3
2022-06-27ARM: mm: kill unused runtime hook arch_iounmap()Kefeng Wang2-16/+2
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner2-8/+2
2022-06-06arm/xen: Introduce xen_setup_dma_ops()Oleksandr Tyshchenko1-5/+2
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+3
2022-05-26Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-10/+18
2022-05-26Merge tag 'arm-soc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-1/+1
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds1-5/+1
2022-05-19Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+1
2022-05-18ARM: 9196/1: spectre-bhb: enable for Cortex-A15Ard Biesheuvel1-0/+1
2022-05-09arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport1-0/+8
2022-05-07ARM: pxa/sa1100: move I/O space to PCI_IOBASEArnd Bergmann1-1/+1
2022-05-07ARM: PXA: fix multi-cpu build of xsc3Arnd Bergmann1-0/+2
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig1-5/+1
2022-04-08ARM: rework endianess selectionArnd Bergmann1-10/+18
2022-04-04ARM: mm: fix typos in commentsJulia Lawall1-1/+1
2022-03-31Merge tag 'hardening-v5.18-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+6
2022-03-31ARM/dma-mapping: Remove CMA code when not built with CMAKees Cook2-0/+6
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-31/+31
2022-03-21Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-42/+1
2022-03-10ARM: fix build warning in proc-v7-bugs.cRussell King (Oracle)1-1/+2
2022-03-08Merge tag 'for-linus-bhb' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-34/+184
2022-03-05ARM: Spectre-BHB workaroundRussell King (Oracle)2-0/+86
2022-03-05ARM: report Spectre v2 status through sysfsRussell King (Oracle)2-39/+103
2022-03-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+2
2022-02-28ARM: 9175/1: Convert to reserve_initrd_mem()Wang Kefeng1-42/+1
2022-02-28ARM: 9182/1: mmu: fix returns from early_param() and __setup() functionsRandy Dunlap1-0/+2
2022-02-09ARM: cacheflush: avoid clobbering the frame pointerArd Biesheuvel1-22/+18
2022-01-25ARM: mm: make vmalloc_seq handling SMP safeArd Biesheuvel2-9/+12
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain1-1/+1
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+10