summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/mmu.c
AgeCommit message (Expand)Author
2018-09-07Merge branch 'linux-linaro-lsk-v4.4' of git://git.linaro.org/kernel/linux-lin...Tao Huang
2018-08-20Merge tag 'v4.4.150' into linux-linaro-lsk-v4.4Mark Brown
2018-08-17ioremap: Update pgtable free interfaces with addrChintan Pandya
2018-04-05Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidMark Brown
2018-04-05Merge tag 'v4.4.126' into linux-linaro-lsk-v4.4Mark Brown
2018-03-28mm/vmalloc: add interfaces to free unmapped page tableToshi Kani
2018-01-24LSK-ANDROID: arm64: mm: Fix __create_pgd_mapping() callAmit Pundir
2018-01-22FROMLIST: arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon
2018-01-22FROMLIST: arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon
2018-01-22BACKPORT: arm64: Use __pa_symbol for kernel symbolsLaura Abbott
2017-07-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-06-19arm64: kdump: protect crash dump kernel memoryTakahiro Akashi
2017-06-19arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel
2016-10-12BACKPORT: arm64: only consider memblocks with NOMAP cleared for linear mappingArd Biesheuvel
2016-09-20Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-09-20Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4Alex Shi
2016-09-14BACKPORT: arm64: mm: fix location of _etextArd Biesheuvel
2016-08-20arm64: mm: avoid fdt_check_header() before the FDT is fully mappedArd Biesheuvel
2016-07-29arm64: cover the .head.text section in the .text segment mappingArd Biesheuvel
2016-07-29arm64: use 'segment' rather than 'chunk' to describe mapped kernel regionsArd Biesheuvel
2016-07-29arm64: mm: Mark .rodata as ROJeremy Linton
2016-05-12arm64: consistently use p?d_set_hugeMark Rutland
2016-05-11arm64: add support for kernel ASLRArd Biesheuvel
2016-05-11arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel
2016-05-11arm64: move kernel image to base of vmalloc areaArd Biesheuvel
2016-05-11arm64: decouple early fixmap init from linear mappingArd Biesheuvel
2016-05-11arm64: add support for ioremap() block mappingsArd Biesheuvel
2016-05-11arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOCLaura Abbott
2016-05-11arm64: Drop alloc function from create_mappingLaura Abbott
2016-05-11arm64: mm: create new fine-grained mappings at bootMark Rutland
2016-05-11arm64: mm: allow passing a pgdir to alloc_init_*Mark Rutland
2016-05-11arm64: mm: allocate pagetables anywhereMark Rutland
2016-05-11arm64: mm: use fixmap when creating page tablesMark Rutland
2016-05-11arm64: mm: avoid redundant __pa(__va(x))Mark Rutland
2016-05-11arm64: unmap idmap earlierMark Rutland
2016-05-11arm64: unify idmap removalMark Rutland
2016-05-11arm64: mm: place empty_zero_page in bssMark Rutland
2016-05-11arm64: mm: specialise pagetable allocatorsMark Rutland
2016-05-11arm64: mm: remove pointless PAGE_MASKingMark Rutland
2016-05-11arm64: mm: allow sections for unaligned basesMark Rutland
2016-05-11arm64: mm: detect bad __create_mapping usesMark Rutland
2016-01-31arm64: mm: ensure that the zero page is visible to the page table walkerWill Deacon
2015-11-26Revert "arm64: Mark kernel page ranges contiguous"Catalin Marinas
2015-11-25arm64: early_alloc: Fix check for allocation failureSuzuki K. Poulose
2015-11-18arm64: Fix R/O permissions in mark_rodata_roLaura Abbott
2015-11-17arm64: mm: use correct mapping granularity under DEBUG_RODATAArd Biesheuvel
2015-11-12arm64: mmu: make split_pud and fixup_executable staticJisheng Zhang
2015-11-09arm64: fix R/O permissions of FDT mappingArd Biesheuvel
2015-11-09arm64: fix STRICT_MM_TYPECHECKS issue in PTE_CONT manipulationArd Biesheuvel
2015-10-19arm64: Handle section maps for swapper/idmapSuzuki K. Poulose