summaryrefslogtreecommitdiff
path: root/arch/arm/mm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22arm/mm: use pte_next_pfn() in set_ptes()David Hildenbrand1-1/+1
2023-08-24arm: implement the new page table range APIMatthew Wilcox (Oracle)1-4/+10
2023-08-21arm: convert various functions to use ptdescsVishal Moola (Oracle)1-3/+4
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-06-19ARM: 9314/1: tcm: move tcm_init() prototype to asm/tcm.hArnd Bergmann1-1/+1
2023-05-29ARM: mm: Make virt_to_pfn() a static inlineLinus Walleij1-1/+1
2022-09-22ARM: 9247/1: mm: set readonly for MT_MEMORY_RO with ARM_LPAEWang Kefeng1-0/+4
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+20
2022-07-17arm/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+20
2022-07-06ARM: 9210/1: Mark the FDT_FIXED sections as shareableZhen Lei1-1/+14
2022-02-28ARM: 9182/1: mmu: fix returns from early_param() and __setup() functionsRandy Dunlap1-0/+2
2021-11-12ARM: 9155/1: fix early early_iounmap()Michał Mirosław1-2/+2
2021-08-10ARM: 9104/2: Fix Keystone 2 kernel mapping regressionLinus Walleij1-1/+8
2021-06-13ARM: 9090/1: Map the lowmem and kernel separatelyLinus Walleij1-33/+111
2021-06-07ARM: 9082/1: [v2] mark prepare_page_table as __initArnd Bergmann1-1/+1
2021-06-07ARM: use MiB for vmalloc sizesRussell King (Oracle)1-3/+3
2021-06-07ARM: use "* SZ_1M" rather than "<< 20"Russell King (Oracle)1-1/+1
2021-06-07ARM: change vmalloc_start to vmalloc_sizeRussell King (Oracle)1-3/+3
2021-06-07ARM: change vmalloc_min to vmalloc_startRussell King (Oracle)1-5/+5
2021-06-07ARM: use a temporary variable to hold maximum vmalloc sizeRussell King (Oracle)1-2/+4
2021-06-07ARM: change vmalloc_min to be unsigned longRussell King (Oracle)1-4/+4
2021-03-25ARM: 9063/1: mm: reduce maximum number of CPUs if DEBUG_KMAP_LOCAL is enabledArd Biesheuvel1-2/+1
2021-02-01ARM: 9054/1: arch/arm/mm/mmu.c: Remove duplicate headerHailong Liu1-1/+0
2020-10-27ARM: 9015/2: Define the virtual space of KASan's shadow regionLinus Walleij1-0/+18
2020-10-27ARM: 9012/1: move device tree mapping out of linear regionArd Biesheuvel1-6/+14
2020-10-27ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS addressArd Biesheuvel1-2/+2
2020-10-18mm: remove duplicate include statement in mmu.cTian Tao1-1/+0
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-26/+13
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-0/+1
2020-08-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-5/+0
2020-07-28ARM: 8994/1: mm: drop kimage_voffset which was only used by KVMArd Biesheuvel1-5/+0
2020-07-21ARM: 8988/1: mmu: fix crash in EFI calls due to p4d typo in create_mapping_la...Ard Biesheuvel1-1/+1
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-6/+1
2020-06-04arm: add support for folded p4d page tablesMike Rapoport1-6/+29
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual1-0/+14
2020-03-24arm: Remove HYP/Stage-2 page-table supportMarc Zyngier1-26/+0
2019-11-11arm: remove ioremap_cachedChristoph Hellwig1-1/+1
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-1/+1
2019-09-10ARM: 8904/1: skip nomap memblocks while finding the lowmem/highmem boundaryChester Lin1-0/+3
2019-09-06ARM: 8903/1: ensure that usable memory in bank 0 starts from a PMD-aligned ad...Mike Rapoport1-0/+16
2019-07-12arm: switch to generic version of pte allocationMike Rapoport1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-1/+13
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
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-1/+1
2017-06-29ARM: 8685/1: ensure memblock-limit is pmd-alignedDoug Berger1-4/+4
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5
2017-04-20ARM: 8667/3: Fix memory attribute inconsistencies when using fixmapJon Medhurst1-3/+13
2017-04-09ARM: Expose the VA/IDMAP offsetMarc Zyngier1-0/+5