summaryrefslogtreecommitdiff
path: root/arch/arm/mm/mmu.c
AgeCommit message (Expand)Author
2021-03-25ARM: 9063/1: mm: reduce maximum number of CPUs if DEBUG_KMAP_LOCAL is enabledArd Biesheuvel
2021-02-01ARM: 9054/1: arch/arm/mm/mmu.c: Remove duplicate headerHailong Liu
2020-10-27ARM: 9015/2: Define the virtual space of KASan's shadow regionLinus Walleij
2020-10-27ARM: 9012/1: move device tree mapping out of linear regionArd Biesheuvel
2020-10-27ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS addressArd Biesheuvel
2020-10-18mm: remove duplicate include statement in mmu.cTian Tao
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-08-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2020-07-28ARM: 8994/1: mm: drop kimage_voffset which was only used by KVMArd Biesheuvel
2020-07-21ARM: 8988/1: mmu: fix crash in EFI calls due to p4d typo in create_mapping_la...Ard Biesheuvel
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport
2020-06-04arm: add support for folded p4d page tablesMike Rapoport
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual
2020-03-24arm: Remove HYP/Stage-2 page-table supportMarc Zyngier
2019-11-11arm: remove ioremap_cachedChristoph Hellwig
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland
2019-09-10ARM: 8904/1: skip nomap memblocks while finding the lowmem/highmem boundaryChester Lin
2019-09-06ARM: 8903/1: ensure that usable memory in bank 0 starts from a PMD-aligned ad...Mike Rapoport
2019-07-12arm: switch to generic version of pte allocationMike Rapoport
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-07arm, s390, unicore32: remove oneliner wrappers for memblock_alloc()Mike Rapoport
2019-03-07arch: simplify several early memory allocationsMike Rapoport
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport
2017-06-29ARM: 8685/1: ensure memblock-limit is pmd-alignedDoug Berger
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-04-20ARM: 8667/3: Fix memory attribute inconsistencies when using fixmapJon Medhurst
2017-04-09ARM: Expose the VA/IDMAP offsetMarc Zyngier
2017-02-28ARM: 8639/1: Define KERNEL_START and KERNEL_ENDFlorian Fainelli
2017-02-28ARM: 8637/1: Adjust memory boundaries after reservationsLaura Abbott
2017-02-28ARM: 8636/1: Cleanup sanity_check_meminfoLaura Abbott
2016-10-06Merge branches 'misc' and 'sa1111-base' into for-linusRussell King
2016-09-12ARM: 8612/1: LPAE: initialize cache policy correctlyStefan Agner
2016-08-12ARM: 8595/2: apply more __ro_after_initKees Cook
2016-08-09ARM: 8591/1: mm: use fully constructed struct pages for EFI pgd allocationsArd Biesheuvel
2016-08-09ARM: 8590/1: sanity_check_meminfo(): avoid overflow on vmalloc_limitNicolas Pitre
2016-03-19Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov
2016-02-11ARM: 8518/1: Use correct symbols for XIP_KERNELChris Brandt
2016-01-20Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-01-12Merge branch 'devel-stable' into for-linusRussell King
2016-01-04ARM: 8494/1: mm: Enable PXN when running non-LPAE kernel on LPAE processorJungseung Lee
2015-12-13ARM: only consider memblocks with NOMAP cleared for linear mappingArd Biesheuvel
2015-12-13ARM: implement create_mapping_late() for EFI useArd Biesheuvel
2015-12-13ARM: add support for non-global kernel mappingsArd Biesheuvel
2015-12-13ARM: factor out allocation routine from __create_mapping()Ard Biesheuvel
2015-12-13ARM: split off core mapping logic from create_mappingArd Biesheuvel
2015-12-13ARM: add support for generic early_ioremap/early_memremapArd Biesheuvel
2015-12-01ARM: make xscale iwmmxt code multiplatform awareArnd Bergmann