aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mm
AgeCommit message (Expand)AuthorFilesLines
2019-05-16Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-16/+1
2019-05-14arm: mm: dma-mapping: convert to use vm_map_pages()Gravatar Souptick Joarder 1-16/+6
2019-05-14initramfs: move the legacy keepinitrd parameter to core codeGravatar Christoph Hellwig 1-19/+6
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2019-04-23ARM: 8850/1: use memblocks_presentGravatar Peng Fan 1-16/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelyGravatar Sakari Ailus 1-1/+1
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 9-78/+25
2019-03-15Merge branches 'fixes', 'misc' and 'smp-hotplug' into for-nextGravatar Russell King 9-78/+25
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-1/+13
2019-03-12memblock: memblock_phys_alloc(): don't panicGravatar Mike Rapoport 1-0/+4
2019-03-12memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocGravatar Mike Rapoport 1-1/+1
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-0/+2
2019-03-07arm, s390, unicore32: remove oneliner wrappers for memblock_alloc()Gravatar Mike Rapoport 1-8/+3
2019-03-07arch: simplify several early memory allocationsGravatar Mike Rapoport 1-3/+1
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesGravatar Ingo Molnar 1-0/+2
2019-02-26ARM: 8845/1: use unified assembler in c filesGravatar Stefan Agner 3-3/+6
2019-02-26ARM: 8844/1: use unified assembler in assembly filesGravatar Stefan Agner 2-6/+6
2019-02-12ARM: 8835/1: dma-mapping: Clear DMA ops on teardownGravatar Robin Murphy 1-0/+2
2019-02-01ARM: 8831/1: NOMMU: pmsa-v8: remove unneeded semicolonGravatar Peng Hao 1-2/+2
2019-02-01ARM: 8830/1: NOMMU: Toggle only bits in EXC_RETURN we are really care ofGravatar Vladimir Murzin 1-0/+3
2019-02-01ARM: 8826/1: mm: initialize pfn limits with find_limits()Gravatar Doug Berger 1-16/+4
2019-02-01ARM: 8820/1: mm: Stop printing the virtual memory layoutGravatar Geert Uytterhoeven 1-49/+0
2019-02-01ARM: 8818/1: dma-mapping: update comment about handling dma_ops when detachin...Gravatar Wolfram Sang (Renesas) 1-1/+1
2019-02-01ARM: 8817/1: mm: skip cleaning of idmap page tables on LPAE capable coresGravatar Ard Biesheuvel 1-1/+3
2019-02-01dma-mapping: remove the default map_resource implementationGravatar Christoph Hellwig 1-0/+2
2019-01-21perf/core, arch/arm: Use PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsGravatar Andrew Murray 1-8/+1
2019-01-05Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 10-212/+202
2019-01-02Merge branches 'misc', 'sa1100-for-next' and 'spectre' into for-linusGravatar Russell King 3-16/+13
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-26/+2
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-35/+18
2018-12-13dma-mapping: bypass indirect calls for dma-directGravatar Christoph Hellwig 1-11/+3
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextGravatar Rob Herring 1-1/+1
2018-12-07ARM: fix the cockup in the previous patchGravatar Russell King 1-2/+2
2018-12-06Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-0/+10
2018-12-06Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 3-9/+15
2018-12-06ARM: ensure that processor vtables is not lost after bootGravatar Russell King 1-0/+10
2018-12-06arm: remove the mapping_error dma_map_ops methodGravatar Christoph Hellwig 1-24/+15
2018-12-04ARM: 8816/1: dma-mapping: fix potential uninitialized returnGravatar Nathan Jones 1-1/+1
2018-12-04ARM: 8815/1: V7M: align v7m_dma_inv_range() with v7 counterpartGravatar Vladimir Murzin 1-5/+9
2018-12-04ARM: 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address handlingGravatar Chris Cole 1-3/+5
2018-11-26arch: Move initrd= parsing into do_mounts_initrd.cGravatar Florian Fainelli 1-17/+0
2018-11-26of/fdt: Populate phys_initrd_start/phys_initrd_size from FDTGravatar Florian Fainelli 1-6/+0
2018-11-26arch: Make phys_initrd_start and phys_initrd_size global variablesGravatar Florian Fainelli 1-3/+2
2018-11-18Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-15/+2
2018-11-12ARM: 8811/1: always list both ldrd/strd registers explicitlyGravatar Nicolas Pitre 3-48/+48
2018-11-12ARM: spectre-v2: per-CPU vtables to work around big.Little systemsGravatar Russell King 1-15/+2
2018-11-08ARM: 8807/1: mm: Facilitate debugging CONFIG_KUSER_HELPERS disabledGravatar Florian Fainelli 1-0/+6
2018-11-08ARM: 8805/2: remove unneeded naked function usageGravatar Nicolas Pitre 7-194/+178
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