summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-122-3/+3
|\
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-06-111-4/+26
|\ \ | |/ |/|
| * ARM: B15: Update to support Brahma-B53Florian Fainelli2018-04-161-4/+26
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-06-0611-77/+690
|\ \
| | \
| | \
| *-. \ Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King2018-06-0511-77/+690
| |\ \ \ | | |_|/ | |/| |
| | | * ARM: spectre-v2: warn about incorrect context switching functionsRussell King2018-05-311-0/+15
| | | * ARM: spectre-v2: add firmware based hardeningRussell King2018-05-312-0/+81
| | | * ARM: spectre-v2: harden user aborts in kernel spaceRussell King2018-05-313-8/+76
| | | * ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bitRussell King2018-05-313-3/+39
| | | * ARM: spectre-v2: harden branch predictor on context switchesRussell King2018-05-313-35/+115
| | | * ARM: spectre: add Kconfig symbol for CPUs vulnerable to SpectreRussell King2018-05-311-0/+4
| | | * ARM: bugs: add support for per-processor bug checkingRussell King2018-05-311-1/+2
| | * | ARM: 8763/1: dma-mapping: Use vma_pages()Fabio Estevam2018-05-191-1/+1
| | * | ARM: 8757/1: NOMMU: Support PMSAv8 MPUVladimir Murzin2018-05-193-1/+314
| | * | ARM: 8754/1: NOMMU: Move PMSAv7 MPU under it's own namespaceVladimir Murzin2018-05-192-35/+50
| |/ /
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-042-0/+5
|\ \ \
| * | | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-252-0/+5
| |/ /
* | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-043-24/+1
|\ \ \
| * | | arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-091-3/+0
| * | | arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig2018-05-091-3/+1
| * | | dma-debug: move initialization to common codeChristoph Hellwig2018-05-082-18/+0
| |/ /
* | | Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim2018-05-241-15/+1
|/ /
* | exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-7/+7
* | ARM: CMA: avoid double mapping to the CMA area if CONFIG_HIGHMEM=yJoonsoo Kim2018-04-111-1/+15
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-04-092-11/+11
|\ \
| * \ Merge branches 'devel-stable' and 'misc' into for-linusRussell King2018-04-091-0/+11
| |\ \
| | * | ARM: 8751/1: Add support for Cortex-R8 processorLuca Scalabrino2018-03-281-0/+11
| | |/
| * | ARM: simplify and fix linker script for TCMNicolas Pitre2018-03-091-11/+0
| |/
* | mm: fix races between swapoff and flush dcacheHuang Ying2018-04-055-7/+7
* | perf: Fix sibling iterationPeter Zijlstra2018-03-161-1/+1
* | perf/core: Remove perf_event::group_entryPeter Zijlstra2018-03-121-1/+1
|/
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-02-0212-57/+542
|\
| * ARM: 8741/1: B15: fix unused label warningsArnd Bergmann2018-01-211-15/+11
| * ARM: 8740/1: NOMMU: Make sure we do not hold stale data in mem[] arrayVladimir Murzin2018-01-211-0/+2
| * ARM: 8739/1: NOMMU: Setup VBAR/Hivecs for secondaries coresVladimir Murzin2018-01-211-2/+2
| * ARM: 8737/1: mm: dump: add checking for writable and executableJinbum Park2018-01-212-1/+59
| * ARM: 8736/1: mm: dump: make the page table dumping seq_fileJinbum Park2018-01-211-7/+21
| * ARM: 8735/1: mm: dump: make page table dumping reusableJinbum Park2018-01-213-38/+64
| * ARM: 8734/1: mm: idmap: Mark variables as ro_after_initJinbum Park2017-12-171-2/+2
| * ARM: 8732/1: NOMMU: Allow userspace to access background MPU regionVladimir Murzin2017-12-171-1/+1
| * ARM: 8728/1: B15: Register reboot notifier for KEXECFlorian Fainelli2017-12-171-0/+44
| * ARM: 8730/1: B15: Add suspend/resume hooksFlorian Fainelli2017-12-171-0/+48
| * ARM: 8726/1: B15: Add CPU hotplug awarenessFlorian Fainelli2017-12-171-0/+91
| * ARM: 8729/1: Hook B15 readahead cache functions based on processorFlorian Fainelli2017-12-172-1/+22
| * ARM: 8725/1: Add Broadcom Brahma-B15 readahead cache supportFlorian Fainelli2017-12-173-0/+186
| * ARM: 8724/1: v7: allow setting different cache functionsFlorian Fainelli2017-12-171-2/+2
| * ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit codeRussell King2017-12-171-3/+2
* | dma-direct: make dma_direct_{alloc,free} available to other implementationsChristoph Hellwig2018-01-151-6/+3
OpenPOWER on IntegriCloud