summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: allow sections for unaligned basesMark Rutland2015-12-011-0/+1
* arm64: mm: detect bad __create_mapping usesMark Rutland2015-12-011-0/+7
* Revert "arm64: Mark kernel page ranges contiguous"Catalin Marinas2015-11-261-61/+8
* arm64: early_alloc: Fix check for allocation failureSuzuki K. Poulose2015-11-251-2/+6
* arm64: Fix R/O permissions in mark_rodata_roLaura Abbott2015-11-181-1/+1
* arm64: mm: use correct mapping granularity under DEBUG_RODATAArd Biesheuvel2015-11-171-6/+6
* arm64: mmu: make split_pud and fixup_executable staticJisheng Zhang2015-11-121-2/+2
* arm64: fix R/O permissions of FDT mappingArd Biesheuvel2015-11-091-1/+1
* arm64: fix STRICT_MM_TYPECHECKS issue in PTE_CONT manipulationArd Biesheuvel2015-11-091-1/+1
* arm64: Handle section maps for swapper/idmapSuzuki K. Poulose2015-10-191-41/+33
* arm64: Mark kernel page ranges contiguousJeremy Linton2015-10-081-8/+61
* arm64: flush: use local TLB and I-cache invalidationWill Deacon2015-10-071-1/+1
* arm64: mm: mark create_mapping as __initMark Rutland2015-07-281-1/+1
* arm64: remove dead codeMark Salter2015-07-271-11/+0
* arm64: fix incorrect use of pgprot_t variableArd Biesheuvel2015-06-301-1/+1
* arm64: use fixmap region for permanent FDT mappingArd Biesheuvel2015-06-021-0/+66
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-161-5/+7
|\
| * arm64: mm: increase VA range of identity mapArd Biesheuvel2015-03-231-1/+6
| * arm64: fixmap: check idx is definitely validMark Rutland2015-03-191-4/+1
* | arm64: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-2/+2
|/
* arm64: Fix section mismatch on alloc_init_p[mu]d()Catalin Marinas2015-01-291-4/+5
* arm64: mm: use *_sect to check for section mapsMark Rutland2015-01-281-2/+4
* arm64: drop unnecessary cache+tlb maintenanceMark Rutland2015-01-281-7/+0
* arm64:mm: free the useless initial page tablezhichang.yuan2015-01-281-3/+12
* arm64/efi: move virtmap init to early initcallArd Biesheuvel2015-01-221-1/+1
* arm64: add better page protections to arm64Laura Abbott2015-01-221-24/+187
* arm64: remove broken cachepolicy codeMark Rutland2015-01-131-74/+0
* arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel2015-01-121-12/+0
* arm64/mm: add create_pgd_mapping() to create private page tablesArd Biesheuvel2015-01-121-21/+22
* arm64/mm: add explicit struct_mm argument to __create_mapping()Ard Biesheuvel2015-01-121-15/+16
* arm64: Factor out fixmap initialization from ioremapLaura Abbott2014-11-251-0/+94
* arm64: fix data type for physical addressMin-Hua Chen2014-11-061-1/+1
* arm64: Fix memblock current_limit with 64K pages and 48-bit VACatalin Marinas2014-10-241-4/+8
* arm64: LLVMLinux: Fix inline arm64 assembly for use with clangMark Charlebois2014-09-151-1/+1
* arm64: mm: Implement 4 levels of translation tablesJungseok Lee2014-07-231-3/+11
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-06-061-37/+30
|\
| * arm64: mm: Create gigabyte kernel logical mappings where possibleSteve Capper2014-05-091-1/+27
| * arm64: Clean up the default pgprot settingCatalin Marinas2014-05-091-34/+2
* | Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-051-18/+47
|\ \ | |/ |/|
| * arm64: Add function to create identity mappingsMark Salter2014-04-301-18/+47
* | arm64: Fix for the arm64 kern_addr_valid() functionDave Anderson2014-05-031-0/+3
|/
* arm64: add early_ioremap supportMark Salter2014-04-071-41/+0
* arm64: initialize pgprot info earlier in bootMark Salter2014-04-071-2/+1
* arm64: Invalidate the TLB when replacing pmd entries during bootCatalin Marinas2014-02-051-2/+10
* arm64: Fix mapping of memory banks not ending on a PMD_SIZE boundaryCatalin Marinas2013-08-281-2/+21
* Merge branch 'for-next/hugepages' of git://git.linaro.org/people/stevecapper/...Catalin Marinas2013-07-011-6/+13
|\
| * ARM64: mm: Restore memblock limit when map_mem finished.Steve Capper2013-06-141-6/+13
* | arm64: Do not flush the D-cache for anonymous pagesCatalin Marinas2013-06-071-1/+0
|/
* sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner2013-04-291-8/+5
* ARM64: early_printk: Fix check for CONFIG_ARM64_64K_PAGESBen Hutchings2013-03-251-1/+1
OpenPOWER on IntegriCloud