summaryrefslogtreecommitdiff
path: root/arch/arm/mm
AgeCommit message (Expand)Author
2019-11-28ARM: 8904/1: skip nomap memblocks while finding the lowmem/highmem boundaryChester Lin
2019-11-10ARM: mm: fix alignment handler faults under memory pressureRussell King
2019-10-07ARM: 8903/1: ensure that usable memory in bank 0 starts from a PMD-aligned ad...Mike Rapoport
2019-10-07ARM: 8898/1: mm: Don't treat faults reported from cache maintenance as writesWill Deacon
2019-09-21ARM: 8901/1: add a criteria for pfn_valid of armzhaoyang
2019-09-21ARM: 8874/1: mm: only adjust sections of valid mm structuresDoug Berger
2019-02-20ARM: fix the cockup in the previous patchRussell King
2019-02-20ARM: ensure that processor vtables is not lost after bootRussell King
2019-02-20ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King
2018-12-21ARM: 8815/1: V7M: align v7m_dma_inv_range() with v7 counterpartVladimir Murzin
2018-12-21ARM: 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address handlingChris Cole
2018-11-23ARM: spectre-v2: warn about incorrect context switching functionsRussell King
2018-11-23ARM: spectre-v2: add firmware based hardeningRussell King
2018-11-23ARM: spectre-v2: harden user aborts in kernel spaceRussell King
2018-11-23ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bitRussell King
2018-11-23ARM: spectre-v2: harden branch predictor on context switchesRussell King
2018-11-23ARM: spectre: add Kconfig symbol for CPUs vulnerable to SpectreRussell King
2018-11-23ARM: bugs: add support for per-processor bug checkingRussell King
2018-11-10ARM: 8799/1: mm: fix pci_ioremap_io() offset checkThomas Petazzoni
2018-08-24ARM: 8780/1: ftrace: Only set kernel memory back to read-only after bootSteven Rostedt (VMware)
2017-12-25ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memoryRussell King
2017-11-30ARM: 8721/1: mm: dump: check hardware RO bit for LPAEPhilip Derrin
2017-11-30ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAEPhilip Derrin
2017-09-13ARM: 8692/1: mm: abort uaccess retries upon fatal signalMark Rutland
2017-07-05ARM: 8685/1: ensure memblock-limit is pmd-alignedDoug Berger
2017-06-24mm: larger stack guard gap, between vmasHugh Dickins
2017-06-14ARM: 8637/1: Adjust memory boundaries after reservationsLaura Abbott
2017-06-14ARM: 8636/1: Cleanup sanity_check_meminfoLaura Abbott
2017-05-25ARM: 8670/1: V7M: Do not corrupt vector table around v7m_invalidate_l1 callVladimir Murzin
2017-02-14ARM: 8642/1: LPAE: catch pending imprecise abort on unmaskAlexander Sverdlin
2016-11-15ARM: 8628/1: dma-mapping: preallocate DMA-debug hash tables in core_initcallMarek Szyprowski
2016-11-15ARM: 8624/1: proc-v7m.S: fix init section nameNicolas Pitre
2016-10-19ARM: fix oops when using older ARMv4T CPUsRussell King
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-07Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds
2016-10-06Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2016-10-06Merge branches 'misc' and 'sa1111-base' into for-linusRussell King
2016-09-27exceptions: detritus removalAl Viro
2016-09-26arm: dma-mapping: add {map,unmap}_resource for iommu opsNiklas Söderlund
2016-09-20Merge tag 'uniphier-soc-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann
2016-09-12ARM: 8612/1: LPAE: initialize cache policy correctlyStefan Agner
2016-09-06ARM: 8611/1: l2x0: add PMU supportMark Rutland
2016-09-06ARM: 8610/1: V7M: Add dsb before jumping in handler modeTorgue Alexandre
2016-09-06ARM: 8609/1: V7M: Add support for the Cortex-M7 processorJonathan Austin
2016-09-06ARM: 8608/1: V7M: Indirect proc_info construction for V7M CPUsJonathan Austin
2016-09-06ARM: 8607/1: V7M: Wire up caches for V7M processors with cache support.Jonathan Austin
2016-09-06ARM: 8606/1: V7M: introduce cache operationsVladimir Murzin
2016-08-29ARM: uniphier: remove SoC-specific SMP codeMasahiro Yamada
2016-08-23ARM: 8599/1: mm: pull asm/memory.h explicitlyVladimir Murzin
2016-08-12ARM: 8595/2: apply more __ro_after_initKees Cook