aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mm
AgeCommit message (Expand)AuthorFilesLines
2018-11-18Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-15/+2
2018-11-12ARM: spectre-v2: per-CPU vtables to work around big.Little systemsGravatar Russell King 1-15/+2
2018-11-06Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-1/+1
2018-11-06ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mmGravatar Ard Biesheuvel 1-1/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 2-2/+0
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Gravatar Mike Rapoport 1-1/+1
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-32/+6
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-7/+4
2018-09-27signal/arm: Use force_sig_fault where appropriateGravatar Eric W. Biederman 2-18/+2
2018-09-27signal/arm: Push siginfo generation into arm_notify_dieGravatar Eric W. Biederman 1-14/+4
2018-09-20dma-mapping: consolidate the dma mmap implementationsGravatar Christoph Hellwig 1-1/+1
2018-09-20dma-mapping: merge direct and noncoherent opsGravatar Christoph Hellwig 1-2/+3
2018-09-19ARM: 8799/1: mm: fix pci_ioremap_io() offset checkGravatar Thomas Petazzoni 1-1/+1
2018-09-08arm-nommu: don't define arch_teardown_dma_opsGravatar Christoph Hellwig 1-4/+0
2018-08-17kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...Gravatar Marek Szyprowski 1-2/+3
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tGravatar Souptick Joarder 1-3/+4
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-6/+6
2018-08-13Merge branches 'fixes', 'misc' and 'spectre' into for-linusGravatar Russell King 3-3/+3
2018-07-30ARM: 8784/1: NOMMU: Allow enter in Hyp modeGravatar Vladimir Murzin 1-1/+0
2018-07-30ARM: 8783/1: NOMMU: Extend check for VBAR supportGravatar Vladimir Murzin 1-1/+2
2018-07-30BackMerge v4.18-rc7 into drm-nextGravatar Dave Airlie 1-0/+9
2018-07-16ARM: dma-mapping: Set proper DMA ops in arm_iommu_detach_device()Gravatar Thierry Reding 1-6/+6
2018-07-14ARM: tcm: ensure inline stub functions are marked staticGravatar Russell King 1-1/+1
2018-07-11ARM: 8780/1: ftrace: Only set kernel memory back to read-only after bootGravatar Steven Rostedt (VMware) 1-0/+9
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 1-4/+26
2018-06-06Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 11-77/+690
2018-06-05Merge branches 'fixes', 'misc' and 'spectre' into for-linusGravatar Russell King 11-77/+690
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-0/+5
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 3-24/+1
2018-05-31ARM: spectre-v2: warn about incorrect context switching functionsGravatar Russell King 1-0/+15
2018-05-31ARM: spectre-v2: add firmware based hardeningGravatar Russell King 2-0/+81
2018-05-31ARM: spectre-v2: harden user aborts in kernel spaceGravatar Russell King 3-8/+76
2018-05-31ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bitGravatar Russell King 3-3/+39
2018-05-31ARM: spectre-v2: harden branch predictor on context switchesGravatar Russell King 3-35/+115
2018-05-31ARM: spectre: add Kconfig symbol for CPUs vulnerable to SpectreGravatar Russell King 1-0/+4
2018-05-31ARM: bugs: add support for per-processor bug checkingGravatar Russell King 1-1/+2
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Gravatar Joonsoo Kim 1-15/+1
2018-05-19ARM: 8763/1: dma-mapping: Use vma_pages()Gravatar Fabio Estevam 1-1/+1
2018-05-19ARM: 8757/1: NOMMU: Support PMSAv8 MPUGravatar Vladimir Murzin 3-1/+314
2018-05-19ARM: 8754/1: NOMMU: Move PMSAv7 MPU under it's own namespaceGravatar Vladimir Murzin 2-35/+50
2018-05-09arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigGravatar Christoph Hellwig 1-3/+0
2018-05-09arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolGravatar Christoph Hellwig 1-3/+1
2018-05-08dma-debug: move initialization to common codeGravatar Christoph Hellwig 2-18/+0
2018-04-25signal: Ensure every siginfo we send has all bits initializedGravatar Eric W. Biederman 2-0/+5
2018-04-16ARM: B15: Update to support Brahma-B53Gravatar Florian Fainelli 1-4/+26
2018-04-11exec: pass stack rlimit into mm layout functionsGravatar Kees Cook 1-7/+7