summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-261-10/+18
|\
| * ARM: rework endianess selectionArnd Bergmann2022-04-081-10/+18
* | Merge tag 'arm-soc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2022-05-261-1/+1
|\ \
| * | ARM: mm: fix typos in commentsJulia Lawall2022-04-041-1/+1
| |/
* | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-251-5/+1
|\ \
| * | swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-5/+1
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-05-191-0/+1
|\ \
| * | ARM: 9196/1: spectre-bhb: enable for Cortex-A15Ard Biesheuvel2022-05-181-0/+1
| |/
* / arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport2022-05-091-0/+8
|/
* Merge tag 'hardening-v5.18-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-312-0/+6
|\
| * ARM/dma-mapping: Remove CMA code when not built with CMAKees Cook2022-03-312-0/+6
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-234-31/+31
|\ \
| * | ARM: cacheflush: avoid clobbering the frame pointerArd Biesheuvel2022-02-091-22/+18
| * | ARM: mm: make vmalloc_seq handling SMP safeArd Biesheuvel2022-01-252-9/+12
| * | ARM: percpu: add SMP_ON_UP supportArd Biesheuvel2021-12-061-0/+1
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-211-42/+1
|\ \ \
| * | | ARM: 9175/1: Convert to reserve_initrd_mem()Wang Kefeng2022-02-281-42/+1
| | |/ | |/|
* | | ARM: fix build warning in proc-v7-bugs.cRussell King (Oracle)2022-03-101-1/+2
* | | Merge tag 'for-linus-bhb' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-082-34/+184
|\ \ \
| * | | ARM: Spectre-BHB workaroundRussell King (Oracle)2022-03-052-0/+86
| * | | ARM: report Spectre v2 status through sysfsRussell King (Oracle)2022-03-052-39/+103
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-021-0/+2
|\ \ \ | |_|/ |/| |
| * | ARM: 9182/1: mmu: fix returns from early_param() and __setup() functionsRandy Dunlap2022-02-281-0/+2
| |/
* | kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain2022-01-221-1/+1
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\ \
| * | exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
| |/
* | Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-6/+10
|\ \
| * | arm: ioremap: Remove unused ARM-specific function pci_ioremap_io()Pali Rohár2021-12-071-11/+0
| * | arm: ioremap: Implement standard PCI function pci_remap_iospace()Pali Rohár2021-11-301-0/+15
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-1/+1
|\ \
| * | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-1/+1
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-01-113-15/+67
|\ \
| * | ARM: 9168/1: Add support for Cortex-M55 processorTigran Tadevosyan2021-12-171-0/+10
| * | ARM: 9167/1: Add support for Cortex-M33 processorVladimir Murzin2021-12-171-0/+10
| * | ARM: 9166/1: Support KFENCE for ARMWang Kefeng2021-12-171-2/+7
| * | ARM: 9165/1: mm: Provide is_write_fault()Wang Kefeng2021-12-171-1/+6
| * | ARM: 9164/1: mm: Provide set_memory_valid()Wang Kefeng2021-12-171-10/+32
| * | ARM: 9161/1: mm: mark private VM_FAULT_X defines as vm_fault_tWang Kefeng2021-12-171-2/+2
| |/
* / ARM: Snapshot thread flagsMark Rutland2021-12-011-1/+1
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-11-141-2/+2
|\
| * ARM: 9155/1: fix early early_iounmap()Michał Mirosław2021-11-121-2/+2
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-11-101-1/+1
|\ \
| * | arm64: Track no early_pgtable_alloc() for kmemleakQian Cai2021-11-081-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+1
|\ \ \
| * | | memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge branches 'devel-stable' and 'misc' into for-linusRussell King (Oracle)2021-11-027-62/+78
|\ \ \ \ | |_|/ / |/| | |
| | * | ARM: 9142/1: kasan: work around LPAE build warningArnd Bergmann2021-10-251-1/+1
| | * | ARM: 9137/1: disallow CONFIG_THUMB with ARMv4Arnd Bergmann2021-10-251-1/+1
| | * | ARM: 9136/1: ARMv7-M uses BE-8, not BE-32Arnd Bergmann2021-10-251-1/+1
| | * | ARM: 9131/1: mm: Fix PXN process with LPAE featureWang Kefeng2021-10-192-1/+23