aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds9-78/+25
2019-03-15Merge branches 'fixes', 'misc' and 'smp-hotplug' into for-nextRussell King9-78/+25
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-1/+13
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport1-0/+4
2019-03-12memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocMike Rapoport1-1/+1
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+2
2019-03-07arm, s390, unicore32: remove oneliner wrappers for memblock_alloc()Mike Rapoport1-8/+3
2019-03-07arch: simplify several early memory allocationsMike Rapoport1-3/+1
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-0/+2
2019-02-26ARM: 8845/1: use unified assembler in c filesStefan Agner3-3/+6
2019-02-26ARM: 8844/1: use unified assembler in assembly filesStefan Agner2-6/+6
2019-02-12ARM: 8835/1: dma-mapping: Clear DMA ops on teardownRobin Murphy1-0/+2
2019-02-01ARM: 8831/1: NOMMU: pmsa-v8: remove unneeded semicolonPeng Hao1-2/+2
2019-02-01ARM: 8830/1: NOMMU: Toggle only bits in EXC_RETURN we are really care ofVladimir Murzin1-0/+3
2019-02-01ARM: 8826/1: mm: initialize pfn limits with find_limits()Doug Berger1-16/+4
2019-02-01ARM: 8820/1: mm: Stop printing the virtual memory layoutGeert Uytterhoeven1-49/+0
2019-02-01ARM: 8818/1: dma-mapping: update comment about handling dma_ops when detaching from IOMMUWolfram Sang (Renesas)1-1/+1
2019-02-01ARM: 8817/1: mm: skip cleaning of idmap page tables on LPAE capable coresArd Biesheuvel1-1/+3
2019-02-01dma-mapping: remove the default map_resource implementationChristoph Hellwig1-0/+2
2019-01-21perf/core, arch/arm: Use PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsAndrew Murray1-8/+1
2019-01-05Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds10-212/+202
2019-01-02Merge branches 'misc', 'sa1100-for-next' and 'spectre' into for-linusRussell King3-16/+13
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-26/+2
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-35/+18
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig1-11/+3
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring1-1/+1
2018-12-07ARM: fix the cockup in the previous patchRussell King1-2/+2
2018-12-06Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+10
2018-12-06Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-9/+15
2018-12-06ARM: ensure that processor vtables is not lost after bootRussell King1-0/+10
2018-12-06arm: remove the mapping_error dma_map_ops methodChristoph Hellwig1-24/+15
2018-12-04ARM: 8816/1: dma-mapping: fix potential uninitialized returnNathan Jones1-1/+1
2018-12-04ARM: 8815/1: V7M: align v7m_dma_inv_range() with v7 counterpartVladimir Murzin1-5/+9
2018-12-04ARM: 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address handlingChris Cole1-3/+5
2018-11-26arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli1-17/+0
2018-11-26of/fdt: Populate phys_initrd_start/phys_initrd_size from FDTFlorian Fainelli1-6/+0
2018-11-26arch: Make phys_initrd_start and phys_initrd_size global variablesFlorian Fainelli1-3/+2
2018-11-18Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-15/+2
2018-11-12ARM: 8811/1: always list both ldrd/strd registers explicitlyNicolas Pitre3-48/+48
2018-11-12ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King1-15/+2
2018-11-08ARM: 8807/1: mm: Facilitate debugging CONFIG_KUSER_HELPERS disabledFlorian Fainelli1-0/+6
2018-11-08ARM: 8805/2: remove unneeded naked function usageNicolas Pitre7-194/+178
2018-11-06Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2018-11-06ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mmArd Biesheuvel1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport2-2/+0
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-1/+1
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-32/+6
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-7/+4
2018-09-27signal/arm: Use force_sig_fault where appropriateEric W. Biederman2-18/+2