summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: fix erroneous warnings in page freeing functionsMark Rutland2018-09-061-4/+6
* arm64: Implement page table free interfacesChintan Pandya2018-07-061-4/+44
* ioremap: Update pgtable free interfaces with addrChintan Pandya2018-07-041-2/+2
* arm64: Make sure permission updates happen for pmd/pudLaura Abbott2018-05-241-6/+10
* mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2018-03-221-0/+10
* arm64: mm: fix thinko in non-global page table attribute checkArd Biesheuvel2018-02-261-4/+4
* arm64: Enforce BBM for huge IO/VMAP mappingsWill Deacon2018-02-221-0/+10
* arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon2018-02-161-134/+148
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-02-081-0/+4
|\
| * arm64: mm: Permit transitioning from Global to Non-Global without BBMWill Deacon2018-02-061-0/+4
* | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-061-3/+6
|\ \ | |/ |/|
| * mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig2018-01-081-1/+2
| * mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig2018-01-081-2/+4
* | arm64: Extend early page table code to allow for larger kernelsSteve Capper2018-01-141-1/+2
* | arm64: mmu: add the entry trampolines start/end section markers into sections.hJames Morse2018-01-141-2/+0
* | Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas2017-12-221-5/+10
|\ \
| * | arm64: allow ID map to be extended to 52 bitsKristina Martsenko2017-12-221-0/+1
| * | arm64: don't open code page table entry creationKristina Martsenko2017-12-221-5/+9
| |/
* | arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon2017-12-111-1/+9
* | arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon2017-12-111-0/+23
|/
* arm64: mm: Remove arch_apei_flush_tlb_one()James Morse2017-11-071-0/+4
* arm64: mmu: Place guard page after mapping of kernel imageWill Deacon2017-07-281-7/+11
* arm64: mm: explicity include linux/vmalloc.hTobias Klauser2017-05-301-0/+1
* arm64: kdump: protect crash dump kernel memoryTakahiro Akashi2017-04-051-49/+54
* arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel2017-03-231-43/+97
* arm64/mm: remove pointless map/unmap sequences when creating page tablesArd Biesheuvel2017-03-231-4/+0
* arm64/mmu: replace 'page_mappings_only' parameter with flags argumentArd Biesheuvel2017-03-231-18/+27
* arm64/mmu: add contiguous bit to sanity bug checkArd Biesheuvel2017-03-231-1/+9
* arm64/mmu: ignore debug_pagealloc for kernel segmentsArd Biesheuvel2017-03-231-4/+3
* arm64/mmu: align alloc_init_pte prototype with pmd/pud versionsArd Biesheuvel2017-03-231-4/+4
* arm64: mmu: apply strict permissions to .init.text and .init.dataArd Biesheuvel2017-03-231-4/+8
* arm64: mmu: map .text as read-only from the outsetArd Biesheuvel2017-03-231-4/+14
* arm64: alternatives: apply boot time fixups via the linear mappingArd Biesheuvel2017-03-231-5/+17
* arm64: mmu: move TLB maintenance from callers to create_mapping_late()Ard Biesheuvel2017-03-231-8/+8
* Revert "arm64: mm: set the contiguous bit for kernel mappings where appropriate"Mark Rutland2017-02-241-30/+4
* arm64: fix warning about swapper_pg_dir overflowArnd Bergmann2017-02-151-1/+1
* arm64: mm: use phys_addr_t instead of unsigned long in __map_memblockMiles Chen2017-01-131-2/+2
* arm64: Use __pa_symbol for kernel symbolsLaura Abbott2017-01-121-12/+21
* arm64: dump: Add checking for writable and exectuable pagesLaura Abbott2016-11-071-0/+3
* arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel2016-11-071-4/+30
* arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'Ard Biesheuvel2016-11-071-16/+16
* arm64: mm: BUG on unsupported manipulations of live kernel mappingsArd Biesheuvel2016-11-071-27/+43
* arm64: mm: drop fixup_init() and mm.hKefeng Wang2016-09-061-12/+0
* arm64: apply __ro_after_init to some objectsJisheng Zhang2016-08-221-1/+2
* arm64: mm: avoid fdt_check_header() before the FDT is fully mappedArd Biesheuvel2016-08-011-4/+4
* arm64: mm: run pgtable_page_ctor() on non-swapper translation table pagesArd Biesheuvel2016-07-251-3/+6
* arm64: mm: make create_mapping_late() non-allocatingArd Biesheuvel2016-07-251-1/+1
* arm64: mm: fold init_pgd() into __create_pgd_mapping()Ard Biesheuvel2016-07-011-18/+6
* arm64: mm: Remove split_p*d() functionsCatalin Marinas2016-07-011-43/+4
* arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel2016-07-011-40/+27