summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-11-061-1/+1
|\
| * ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mmArd Biesheuvel2018-11-061-1/+1
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-2/+0Star
* | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-1/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-242-32/+6Star
|\ \
| * | signal/arm: Use force_sig_fault where appropriateEric W. Biederman2018-09-272-18/+2Star
| * | signal/arm: Push siginfo generation into arm_notify_dieEric W. Biederman2018-09-271-14/+4Star
* | | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-221-7/+4Star
|\ \ \
| * | | dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig2018-09-201-1/+1
| * | | dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-201-2/+3
| * | | arm-nommu: don't define arch_teardown_dma_opsChristoph Hellwig2018-09-081-4/+0Star
| |/ /
* / / ARM: 8799/1: mm: fix pci_ioremap_io() offset checkThomas Petazzoni2018-09-191-1/+1
|/ /
* | kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...Marek Szyprowski2018-08-181-2/+3
* | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-3/+4
* | Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-08-161-6/+6
|\ \
| * \ BackMerge v4.18-rc7 into drm-nextDave Airlie2018-07-301-0/+9
| |\ \
| * | | ARM: dma-mapping: Set proper DMA ops in arm_iommu_detach_device()Thierry Reding2018-07-161-6/+6
| | | |
| \ \ \
*-. \ \ \ Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King2018-08-133-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | / | | | |/ | | |/|
| * | | ARM: 8784/1: NOMMU: Allow enter in Hyp modeVladimir Murzin2018-07-301-1/+0Star
| * | | ARM: 8783/1: NOMMU: Extend check for VBAR supportVladimir Murzin2018-07-301-1/+2
| * | | ARM: tcm: ensure inline stub functions are marked staticRussell King2018-07-141-1/+1
| | |/ | |/|
* / | ARM: 8780/1: ftrace: Only set kernel memory back to read-only after bootSteven Rostedt (VMware)2018-07-111-0/+9
|/ /
* | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-132-3/+3
|\ \
| * | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+2
| * | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-06-121-4/+26
|\ \ \ | |/ / |/| |
| * | ARM: B15: Update to support Brahma-B53Florian Fainelli2018-04-171-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-052-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/+1Star
|\ \ \
| * | | arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-091-3/+0Star
| * | | arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig2018-05-091-3/+1Star
| * | | dma-debug: move initialization to common codeChristoph Hellwig2018-05-082-18/+0Star
| |/ /
* / / Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim2018-05-241-15/+1Star
|/ /
* | 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
|\ \