aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-17kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contiguous()Marek Szyprowski1-2/+3
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-3/+4
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-6/+6
2018-08-13Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King3-3/+3
2018-07-30ARM: 8784/1: NOMMU: Allow enter in Hyp modeVladimir Murzin1-1/+0
2018-07-30ARM: 8783/1: NOMMU: Extend check for VBAR supportVladimir Murzin1-1/+2
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie1-0/+9
2018-07-16ARM: dma-mapping: Set proper DMA ops in arm_iommu_detach_device()Thierry Reding1-6/+6
2018-07-14ARM: tcm: ensure inline stub functions are marked staticRussell King1-1/+1
2018-07-11ARM: 8780/1: ftrace: Only set kernel memory back to read-only after bootSteven Rostedt (VMware)1-0/+9
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+26
2018-06-06Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds11-77/+690
2018-06-05Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King11-77/+690
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-0/+5
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-24/+1
2018-05-31ARM: spectre-v2: warn about incorrect context switching functionsRussell King1-0/+15
2018-05-31ARM: spectre-v2: add firmware based hardeningRussell King2-0/+81
2018-05-31ARM: spectre-v2: harden user aborts in kernel spaceRussell King3-8/+76
2018-05-31ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bitRussell King3-3/+39
2018-05-31ARM: spectre-v2: harden branch predictor on context switchesRussell King3-35/+115
2018-05-31ARM: spectre: add Kconfig symbol for CPUs vulnerable to SpectreRussell King1-0/+4
2018-05-31ARM: bugs: add support for per-processor bug checkingRussell King1-1/+2
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim1-15/+1
2018-05-19ARM: 8763/1: dma-mapping: Use vma_pages()Fabio Estevam1-1/+1
2018-05-19ARM: 8757/1: NOMMU: Support PMSAv8 MPUVladimir Murzin3-1/+314
2018-05-19ARM: 8754/1: NOMMU: Move PMSAv7 MPU under it's own namespaceVladimir Murzin2-35/+50
2018-05-09arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig1-3/+0
2018-05-09arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig1-3/+1
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig2-18/+0
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2-0/+5
2018-04-16ARM: B15: Update to support Brahma-B53Florian Fainelli1-4/+26
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook1-7/+7
2018-04-11ARM: CMA: avoid double mapping to the CMA area if CONFIG_HIGHMEM=yJoonsoo Kim1-1/+15
2018-04-09Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-11/+11
2018-04-09Merge branches 'devel-stable' and 'misc' into for-linusRussell King1-0/+11
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying5-7/+7
2018-03-28ARM: 8751/1: Add support for Cortex-R8 processorLuca Scalabrino1-0/+11
2018-03-16perf: Fix sibling iterationPeter Zijlstra1-1/+1
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra1-1/+1
2018-03-09ARM: simplify and fix linker script for TCMNicolas Pitre1-11/+0
2018-02-02Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds12-57/+542
2018-01-21ARM: 8741/1: B15: fix unused label warningsArnd Bergmann1-15/+11
2018-01-21ARM: 8740/1: NOMMU: Make sure we do not hold stale data in mem[] arrayVladimir Murzin1-0/+2
2018-01-21ARM: 8739/1: NOMMU: Setup VBAR/Hivecs for secondaries coresVladimir Murzin1-2/+2
2018-01-21ARM: 8737/1: mm: dump: add checking for writable and executableJinbum Park2-1/+59
2018-01-21ARM: 8736/1: mm: dump: make the page table dumping seq_fileJinbum Park1-7/+21
2018-01-21ARM: 8735/1: mm: dump: make page table dumping reusableJinbum Park3-38/+64