aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-24arm: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 1-4/+10
2023-08-21arm: convert various functions to use ptdescsGravatar Vishal Moola (Oracle) 1-3/+4
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-06-19ARM: 9314/1: tcm: move tcm_init() prototype to asm/tcm.hGravatar Arnd Bergmann 1-1/+1
2023-05-29ARM: mm: Make virt_to_pfn() a static inlineGravatar Linus Walleij 1-1/+1
2022-09-22ARM: 9247/1: mm: set readonly for MT_MEMORY_RO with ARM_LPAEGravatar Wang Kefeng 1-0/+4
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+20
2022-07-17arm/mm: enable ARCH_HAS_VM_GET_PAGE_PROTGravatar Anshuman Khandual 1-0/+20
2022-07-06ARM: 9210/1: Mark the FDT_FIXED sections as shareableGravatar Zhen Lei 1-1/+14
2022-02-28ARM: 9182/1: mmu: fix returns from early_param() and __setup() functionsGravatar Randy Dunlap 1-0/+2
2021-11-12ARM: 9155/1: fix early early_iounmap()Gravatar Michał Mirosław 1-2/+2
2021-08-10ARM: 9104/2: Fix Keystone 2 kernel mapping regressionGravatar Linus Walleij 1-1/+8
2021-06-13ARM: 9090/1: Map the lowmem and kernel separatelyGravatar Linus Walleij 1-33/+111
2021-06-07ARM: 9082/1: [v2] mark prepare_page_table as __initGravatar Arnd Bergmann 1-1/+1
2021-06-07ARM: use MiB for vmalloc sizesGravatar Russell King (Oracle) 1-3/+3
2021-06-07ARM: use "* SZ_1M" rather than "<< 20"Gravatar Russell King (Oracle) 1-1/+1
2021-06-07ARM: change vmalloc_start to vmalloc_sizeGravatar Russell King (Oracle) 1-3/+3
2021-06-07ARM: change vmalloc_min to vmalloc_startGravatar Russell King (Oracle) 1-5/+5
2021-06-07ARM: use a temporary variable to hold maximum vmalloc sizeGravatar Russell King (Oracle) 1-2/+4
2021-06-07ARM: change vmalloc_min to be unsigned longGravatar Russell King (Oracle) 1-4/+4
2021-03-25ARM: 9063/1: mm: reduce maximum number of CPUs if DEBUG_KMAP_LOCAL is enabledGravatar Ard Biesheuvel 1-2/+1
2021-02-01ARM: 9054/1: arch/arm/mm/mmu.c: Remove duplicate headerGravatar Hailong Liu 1-1/+0
2020-10-27ARM: 9015/2: Define the virtual space of KASan's shadow regionGravatar Linus Walleij 1-0/+18
2020-10-27ARM: 9012/1: move device tree mapping out of linear regionGravatar Ard Biesheuvel 1-6/+14
2020-10-27ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS addressGravatar Ard Biesheuvel 1-2/+2
2020-10-18mm: remove duplicate include statement in mmu.cGravatar Tian Tao 1-1/+0
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Gravatar Mike Rapoport 1-26/+13
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 1-0/+1
2020-08-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-5/+0
2020-07-28ARM: 8994/1: mm: drop kimage_voffset which was only used by KVMGravatar Ard Biesheuvel 1-5/+0
2020-07-21ARM: 8988/1: mmu: fix crash in EFI calls due to p4d typo in create_mapping_la...Gravatar Ard Biesheuvel 1-1/+1
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEGravatar Mike Rapoport 1-6/+1
2020-06-04arm: add support for folded p4d page tablesGravatar Mike Rapoport 1-6/+29
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Gravatar Anshuman Khandual 1-0/+14
2020-03-24arm: Remove HYP/Stage-2 page-table supportGravatar Marc Zyngier 1-26/+0
2019-11-11arm: remove ioremap_cachedGravatar Christoph Hellwig 1-1/+1
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingGravatar Mark Rutland 1-1/+1
2019-09-10ARM: 8904/1: skip nomap memblocks while finding the lowmem/highmem boundaryGravatar Chester Lin 1-0/+3
2019-09-06ARM: 8903/1: ensure that usable memory in bank 0 starts from a PMD-aligned ad...Gravatar Mike Rapoport 1-0/+16
2019-07-12arm: switch to generic version of pte allocationGravatar Mike Rapoport 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-1/+13
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
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Gravatar Mike Rapoport 1-1/+1
2017-06-29ARM: 8685/1: ensure memblock-limit is pmd-alignedGravatar Doug Berger 1-4/+4
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+5
2017-04-20ARM: 8667/3: Fix memory attribute inconsistencies when using fixmapGravatar Jon Medhurst 1-3/+13
2017-04-09ARM: Expose the VA/IDMAP offsetGravatar Marc Zyngier 1-0/+5
2017-02-28ARM: 8639/1: Define KERNEL_START and KERNEL_ENDGravatar Florian Fainelli 1-5/+1