summaryrefslogtreecommitdiff
path: root/arch/arm/mm
AgeCommit message (Expand)AuthorFilesLines
2020-02-15ARM: 8949/1: mm: mark free_memmap as __initOlof Johansson1-1/+1
2019-12-01ARM: 8904/1: skip nomap memblocks while finding the lowmem/highmem boundaryChester Lin1-0/+3
2019-11-10ARM: 8926/1: v7m: remove register save to stack before svcafzal mohammed1-1/+0
2019-11-10ARM: mm: fix alignment handler faults under memory pressureRussell King1-8/+36
2019-10-07ARM: 8903/1: ensure that usable memory in bank 0 starts from a PMD-aligned ad...Mike Rapoport1-0/+16
2019-10-07ARM: 8898/1: mm: Don't treat faults reported from cache maintenance as writesWill Deacon2-2/+3
2019-09-21ARM: 8901/1: add a criteria for pfn_valid of armzhaoyang1-0/+5
2019-09-21ARM: 8874/1: mm: only adjust sections of valid mm structuresDoug Berger1-1/+2
2019-04-05ARM: 8830/1: NOMMU: Toggle only bits in EXC_RETURN we are really care ofVladimir Murzin1-0/+3
2019-02-20ARM: fix the cockup in the previous patchRussell King1-2/+2
2019-02-20ARM: ensure that processor vtables is not lost after bootRussell King1-0/+10
2019-02-20ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King1-15/+2
2018-12-21ARM: 8815/1: V7M: align v7m_dma_inv_range() with v7 counterpartVladimir Murzin1-5/+9
2018-12-21ARM: 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address handlingChris Cole1-3/+5
2018-11-21ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mmArd Biesheuvel1-1/+1
2018-11-04ARM: 8799/1: mm: fix pci_ioremap_io() offset checkThomas Petazzoni1-1/+1
2018-10-18ARM: spectre-v2: warn about incorrect context switching functionsRussell King1-0/+15
2018-10-18ARM: spectre-v2: add firmware based hardeningRussell King2-0/+81
2018-10-18ARM: spectre-v2: harden user aborts in kernel spaceRussell King3-8/+76
2018-10-18ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bitRussell King3-3/+39
2018-10-18ARM: spectre-v2: harden branch predictor on context switchesRussell King3-35/+115
2018-10-18ARM: spectre: add Kconfig symbol for CPUs vulnerable to SpectreRussell King1-0/+4
2018-10-18ARM: bugs: add support for per-processor bug checkingRussell King1-1/+2
2018-08-24ARM: 8780/1: ftrace: Only set kernel memory back to read-only after bootSteven Rostedt (VMware)1-0/+9
2017-11-30ARM: 8721/1: mm: dump: check hardware RO bit for LPAEPhilip Derrin1-2/+2
2017-11-30ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAEPhilip Derrin1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman26-0/+26
2017-10-12ARM: 8700/1: nommu: always reserve address 0 awayNicolas Pitre1-0/+5
2017-09-12Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-3/+7
2017-09-09Merge branches 'fixes' and 'misc' into for-linusRussell King5-56/+278
2017-08-29ARM: 8692/1: mm: abort uaccess retries upon fatal signalMark Rutland1-1/+4
2017-08-29ARM: 8690/1: lpae: build TTB control register value from scratch in v7_ttb_setupHoeun Ryu1-2/+1
2017-08-14ARM: align .data sectionRussell King2-0/+2
2017-07-20ARM: NOMMU: Wire-up default DMA interfaceVladimir Murzin1-9/+36
2017-07-20dma-coherent: introduce interface for default DMA poolVladimir Murzin1-1/+1
2017-07-08Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+5
2017-07-07Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-49/+269
2017-07-05Merge branches 'fixes' and 'misc' into for-linusRussell King1-1/+5
2017-07-05Merge branch 'merge/randstruct' into for-next/gcc-pluginsKees Cook1-6/+4
2017-07-02Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-4/+4
2017-06-30ARM: Prepare for randomized task_structArnd Bergmann1-6/+4
2017-06-30ARM: dma-mapping: Remove traces of NOMMU codeVladimir Murzin1-27/+2
2017-06-30ARM: NOMMU: Set ARM_DMA_MEM_BUFFERABLE for M-class cpusVladimir Murzin1-2/+6
2017-06-30ARM: NOMMU: Introduce dma operations for noMMUVladimir Murzin2-3/+230
2017-06-30ARM: 8685/1: ensure memblock-limit is pmd-alignedDoug Berger1-4/+4
2017-06-28arm: remove arch specific dma_supported implementationChristoph Hellwig1-2/+5
2017-06-28arm: implement ->mapping_errorChristoph Hellwig1-15/+26
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-2/+2
2017-05-30ARM: make configuration of userspace Thumb support an expert optionRussell King1-1/+5
2017-05-30arm: dma-mapping: Reset the device's dma_opsSricharan R1-15/+10