summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* ARM: 9280/1: mm: fix warning on phys_addr_t to void pointer assignmentGiulio Benetti2023-02-011-1/+1
* exit: Add and use make_task_dead.Eric W. Biederman2023-02-011-1/+1
* ARM: 9266/1: mm: fix no-MMU ZERO_PAGE() implementationGiulio Benetti2022-12-141-0/+19
* ARM: 9242/1: kasan: Only map modules if CONFIG_KASAN_VMALLOC=nAlex Sverdlin2022-10-261-2/+7
* ARM: 9247/1: mm: set readonly for MT_MEMORY_RO with ARM_LPAEWang Kefeng2022-10-261-0/+4
* ARM: 9244/1: dump: Fix wrong pg_level in walk_pmd()Wang Kefeng2022-10-261-1/+1
* ARM: 9210/1: Mark the FDT_FIXED sections as shareableZhen Lei2022-07-211-1/+14
* ARM: 9209/1: Spectre-BHB: avoid pr_info() every time a CPU comes out of idleArd Biesheuvel2022-07-211-3/+3
* ARM: 9214/1: alignment: advance IT state after emulating Thumb instructionArd Biesheuvel2022-07-211-0/+3
* ARM: 9213/1: Print message about disabled Spectre workarounds only onceDmitry Osipenko2022-07-211-2/+1
* ARM: 9196/1: spectre-bhb: enable for Cortex-A15Ard Biesheuvel2022-05-251-0/+1
* arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport2022-05-181-0/+8
* ARM: fix build warning in proc-v7-bugs.cRussell King (Oracle)2022-03-111-1/+2
* ARM: Spectre-BHB workaroundRussell King (Oracle)2022-03-112-0/+86
* ARM: report Spectre v2 status through sysfsRussell King (Oracle)2022-03-112-39/+103
* ARM: 9182/1: mmu: fix returns from early_param() and __setup() functionsRandy Dunlap2022-03-081-0/+2
* ARM: 9155/1: fix early early_iounmap()Michał Mirosław2021-11-181-2/+2
* ARM: 9142/1: kasan: work around LPAE build warningArnd Bergmann2021-11-181-1/+1
* ARM: 9136/1: ARMv7-M uses BE-8, not BE-32Arnd Bergmann2021-11-181-1/+1
* ARM: 9133/1: mm: proc-macros: ensure *_tlb_fns are 4B alignedNick Desaulniers2021-10-191-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-032-39/+0
|\
| * mm: remove flush_kernel_dcache_pageChristoph Hellwig2021-09-032-39/+0
* | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-022-177/+22
|\ \ | |/ |/|
| * ARM/nommu: use the generic dma-direct code for non-coherent devicesChristoph Hellwig2021-08-181-167/+6
| * ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe2021-08-091-1/+0
| * ARM/dma-mapping: return error code from .map_sg() opsMartin Oliveira2021-08-091-9/+16
* | ARM: 9104/2: Fix Keystone 2 kernel mapping regressionLinus Walleij2021-08-102-2/+9
|/
* Merge tag 'fixes-2021-07-09' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-101-1/+3
|\
| * arm: ioremap: don't abuse pfn_valid() to check if pfn is in RAMMike Rapoport2021-07-061-1/+3
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-07-063-71/+123
|\ \ | |/ |/|
| * ARM: 9091/1: Revert "mm: qsd8x50: Fix incorrect permission faults"Wang Kefeng2021-06-132-28/+0
| * ARM: 9090/1: Map the lowmem and kernel separatelyLinus Walleij2021-06-131-33/+111
| * ARM: 9082/1: [v2] mark prepare_page_table as __initArnd Bergmann2021-06-071-1/+1
| * ARM: use MiB for vmalloc sizesRussell King (Oracle)2021-06-071-3/+3
| * ARM: use "* SZ_1M" rather than "<< 20"Russell King (Oracle)2021-06-071-1/+1
| * ARM: change vmalloc_start to vmalloc_sizeRussell King (Oracle)2021-06-071-3/+3
| * ARM: change vmalloc_min to vmalloc_startRussell King (Oracle)2021-06-071-5/+5
| * ARM: use a temporary variable to hold maximum vmalloc sizeRussell King (Oracle)2021-06-071-2/+4
| * ARM: change vmalloc_min to be unsigned longRussell King (Oracle)2021-06-071-4/+4
* | Merge tag 'memblock-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-041-1/+12
|\ \
| * | arm: extend pfn_valid to take into account freed memory map alignmentMike Rapoport2021-06-301-1/+12
| |/
* / mm: update legacy flush_tlb_* to use vmaChen Li2021-06-292-2/+2
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-05-065-86/+51
|\
| * ARM: 9074/1: ptdump: convert to DEFINE_SHOW_ATTRIBUTEJisheng Zhang (syna)2021-04-181-12/+1
| * ARM: 9073/1: ptdump: add __init section marker to three functionsJisheng Zhang (syna)2021-04-182-3/+3
| * ARM: 9072/1: mm: remove set_kernel_text_r[ow]()Jisheng Zhang (syna)2021-04-181-21/+0
| * ARM: 9059/1: cache-v7: get rid of mini-stackArd Biesheuvel2021-03-092-26/+23
| * ARM: 9058/1: cache-v7: refactor v7_invalidate_l1 to avoid clobbering r5/r6Ard Biesheuvel2021-03-091-26/+25
| * ARM: 9057/1: cache-v7: add missing ISB after cache level selectionArd Biesheuvel2021-03-091-3/+4
* | Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-041-1/+5
|\ \