summaryrefslogtreecommitdiff
path: root/arch/arm/mm
AgeCommit message (Expand)AuthorFilesLines
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-23ARM: spectre-v2: warn about incorrect context switching functionsRussell King1-0/+15
2018-11-23ARM: spectre-v2: add firmware based hardeningRussell King2-0/+81
2018-11-23ARM: spectre-v2: harden user aborts in kernel spaceRussell King3-8/+76
2018-11-23ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bitRussell King3-3/+39
2018-11-23ARM: spectre-v2: harden branch predictor on context switchesRussell King3-35/+115
2018-11-23ARM: spectre: add Kconfig symbol for CPUs vulnerable to SpectreRussell King1-0/+4
2018-11-23ARM: bugs: add support for per-processor bug checkingRussell King1-1/+2
2018-11-10ARM: 8799/1: mm: fix pci_ioremap_io() offset checkThomas Petazzoni1-1/+1
2018-08-24ARM: 8780/1: ftrace: Only set kernel memory back to read-only after bootSteven Rostedt (VMware)1-0/+9
2017-12-25ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memoryRussell King1-1/+19
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-09-14ARM: 8692/1: mm: abort uaccess retries upon fatal signalMark Rutland1-1/+4
2017-07-05ARM: 8685/1: ensure memblock-limit is pmd-alignedDoug Berger1-4/+4
2017-06-24mm: larger stack guard gap, between vmasHugh Dickins1-2/+2
2017-06-14ARM: 8637/1: Adjust memory boundaries after reservationsLaura Abbott1-3/+6
2017-06-14ARM: 8636/1: Cleanup sanity_check_meminfoLaura Abbott2-46/+28
2017-05-25ARM: 8670/1: V7M: Do not corrupt vector table around v7m_invalidate_l1 callVladimir Murzin1-2/+2
2017-02-15ARM: 8642/1: LPAE: catch pending imprecise abort on unmaskAlexander Sverdlin2-2/+6
2016-11-15ARM: 8628/1: dma-mapping: preallocate DMA-debug hash tables in core_initcallMarek Szyprowski1-1/+1
2016-11-15ARM: 8624/1: proc-v7m.S: fix init section nameNicolas Pitre1-1/+1
2016-10-19ARM: fix oops when using older ARMv4T CPUsRussell King1-10/+24
2016-10-12Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2016-10-08Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-60/+3
2016-10-07Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+63
2016-10-06Merge branches 'misc' and 'sa1111-base' into for-linusRussell King2-6/+18
2016-09-28exceptions: detritus removalAl Viro1-1/+0
2016-09-26arm: dma-mapping: add {map,unmap}_resource for iommu opsNiklas Söderlund1-0/+63
2016-09-20Merge tag 'uniphier-soc-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann1-60/+3
2016-09-12ARM: 8612/1: LPAE: initialize cache policy correctlyStefan Agner1-1/+1
2016-09-06ARM: 8611/1: l2x0: add PMU supportMark Rutland4-0/+598
2016-09-06ARM: 8610/1: V7M: Add dsb before jumping in handler modeTorgue Alexandre1-0/+1
2016-09-06ARM: 8609/1: V7M: Add support for the Cortex-M7 processorJonathan Austin1-0/+56
2016-09-06ARM: 8608/1: V7M: Indirect proc_info construction for V7M CPUsJonathan Austin1-11/+35
2016-09-06ARM: 8607/1: V7M: Wire up caches for V7M processors with cache support.Jonathan Austin3-6/+11
2016-09-06ARM: 8606/1: V7M: introduce cache operationsVladimir Murzin2-0/+469
2016-08-28ARM: uniphier: remove SoC-specific SMP codeMasahiro Yamada1-60/+3
2016-08-23ARM: 8599/1: mm: pull asm/memory.h explicitlyVladimir Murzin1-0/+1
2016-08-12ARM: 8595/2: apply more __ro_after_initKees Cook1-1/+1
2016-08-12ARM: 8593/1: cache-l2x0.c: Do not clear bit 23 in prefetch control registerAndrey Smirnov1-5/+2
2016-08-12ARM: 8592/1: cache-l2x0.c: Replace magic numbersAndrey Smirnov1-2/+4
2016-08-12ARM: 8587/1: dma-mapping: Use %zu for printing a size_t variableFabio Estevam1-2/+2
2016-08-10ARM: 8591/1: mm: use fully constructed struct pages for EFI pgd allocationsArd Biesheuvel1-1/+2
2016-08-10ARM: 8590/1: sanity_check_meminfo(): avoid overflow on vmalloc_limitNicolas Pitre1-4/+14
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-66/+63