aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
AgeCommit message (Expand)Author
2019-04-12ARM: 8830/1: NOMMU: Toggle only bits in EXC_RETURN we are really care ofVladimir Murzin
2019-03-08ARM: fix the cockup in the previous patchRussell King
2019-03-08ARM: ensure that processor vtables is not lost after bootRussell King
2019-03-08ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King
2019-01-12ARM: 8816/1: dma-mapping: fix potential uninitialized returnNathan Jones
2019-01-12ARM: 8815/1: V7M: align v7m_dma_inv_range() with v7 counterpartVladimir Murzin
2019-01-12ARM: 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address handlingChris Cole
2018-11-21ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mmArd Biesheuvel
2018-11-04ARM: 8799/1: mm: fix pci_ioremap_io() offset checkThomas Petazzoni
2018-07-11ARM: 8780/1: ftrace: Only set kernel memory back to read-only after bootSteven Rostedt (VMware)
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds
2018-06-06Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2018-06-05Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-05-31ARM: spectre-v2: warn about incorrect context switching functionsRussell King
2018-05-31ARM: spectre-v2: add firmware based hardeningRussell King
2018-05-31ARM: spectre-v2: harden user aborts in kernel spaceRussell King
2018-05-31ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bitRussell King
2018-05-31ARM: spectre-v2: harden branch predictor on context switchesRussell King
2018-05-31ARM: spectre: add Kconfig symbol for CPUs vulnerable to SpectreRussell King
2018-05-31ARM: bugs: add support for per-processor bug checkingRussell King
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim
2018-05-19ARM: 8763/1: dma-mapping: Use vma_pages()Fabio Estevam
2018-05-19ARM: 8757/1: NOMMU: Support PMSAv8 MPUVladimir Murzin
2018-05-19ARM: 8754/1: NOMMU: Move PMSAv7 MPU under it's own namespaceVladimir Murzin
2018-05-09arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig
2018-05-09arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-04-16ARM: B15: Update to support Brahma-B53Florian Fainelli
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook
2018-04-11ARM: CMA: avoid double mapping to the CMA area if CONFIG_HIGHMEM=yJoonsoo Kim
2018-04-09Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2018-04-09Merge branches 'devel-stable' and 'misc' into for-linusRussell King
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying
2018-03-28ARM: 8751/1: Add support for Cortex-R8 processorLuca Scalabrino
2018-03-16perf: Fix sibling iterationPeter Zijlstra
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra
2018-03-09ARM: simplify and fix linker script for TCMNicolas Pitre
2018-02-02Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2018-01-21ARM: 8741/1: B15: fix unused label warningsArnd Bergmann
2018-01-21ARM: 8740/1: NOMMU: Make sure we do not hold stale data in mem[] arrayVladimir Murzin
2018-01-21ARM: 8739/1: NOMMU: Setup VBAR/Hivecs for secondaries coresVladimir Murzin
2018-01-21ARM: 8737/1: mm: dump: add checking for writable and executableJinbum Park
2018-01-21ARM: 8736/1: mm: dump: make the page table dumping seq_fileJinbum Park
2018-01-21ARM: 8735/1: mm: dump: make page table dumping reusableJinbum Park