summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: Mark .rodata as ROJeremy Linton2016-02-262-7/+16
* arm64/mm: remove unnecessary boundary checkMiles Chen2016-02-261-2/+0Star
* arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose2016-02-251-1/+1
* arm64: Ensure the secondary CPUs have safe ASIDBits sizeSuzuki K Poulose2016-02-251-0/+18
* arm64: Add helper for extracting ASIDBitsSuzuki K Poulose2016-02-251-13/+23
* arm64: kaslr: randomize the linear regionArd Biesheuvel2016-02-241-2/+20
* arm64: add support for kernel ASLRArd Biesheuvel2016-02-242-12/+34
* arm64: switch to relative exception tablesArd Biesheuvel2016-02-241-1/+1
* arm64: User die() instead of panic() in do_page_fault()Catalin Marinas2016-02-191-2/+2
* arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel2016-02-182-2/+64
* arm64: defer __va translation of initrd_start and initrd_endArd Biesheuvel2016-02-181-4/+9
* arm64: move kernel image to base of vmalloc areaArd Biesheuvel2016-02-184-53/+119
* arm64: decouple early fixmap init from linear mappingArd Biesheuvel2016-02-181-10/+6Star
* arm64: add support for ioremap() block mappingsArd Biesheuvel2016-02-181-0/+41
* arm64: Remove the get_thread_info() functionCatalin Marinas2016-02-181-1/+1
* arm64: kernel: Don't toggle PAN on systems with UAOJames Morse2016-02-181-0/+3
* arm64: kernel: Add support for User Access OverrideJames Morse2016-02-181-6/+25
* arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse2016-02-181-1/+1
* arm64: ptdump: Indicate whether memory should be faultingLaura Abbott2016-02-161-0/+5
* arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOCLaura Abbott2016-02-162-12/+60
* arm64: Drop alloc function from create_mappingLaura Abbott2016-02-161-9/+20
* arm64: mm: create new fine-grained mappings at bootMark Rutland2016-02-162-62/+106
* arm64: mm: allow passing a pgdir to alloc_init_*Mark Rutland2016-02-161-14/+19
* arm64: mm: allocate pagetables anywhereMark Rutland2016-02-161-35/+0Star
* arm64: mm: use fixmap when creating page tablesMark Rutland2016-02-161-20/+41
* arm64: mm: avoid redundant __pa(__va(x))Mark Rutland2016-02-161-2/+2
* arm64: kasan: avoid TLB conflictsMark Rutland2016-02-161-13/+4Star
* arm64: mm: add code to safely replace TTBR1_EL1Mark Rutland2016-02-161-0/+28
* arm64: unmap idmap earlierMark Rutland2016-02-161-6/+0Star
* arm64: unify idmap removalMark Rutland2016-02-161-3/+1Star
* arm64: mm: place empty_zero_page in bssMark Rutland2016-02-161-8/+1Star
* arm64: mm: specialise pagetable allocatorsMark Rutland2016-02-161-25/+27
* arm64: allow vmalloc regions to be set with set_memory_*Ard Biesheuvel2016-02-021-4/+19
* arm64: mm: avoid calling apply_to_page_range on empty rangeMika Penttilä2016-01-261-0/+3
* arm64: Fix an enum typo in mm/dump.cMasanari Iida2016-01-251-1/+1
* arm64: kernel: fix architected PMU registers unconditional accessLorenzo Pieralisi2016-01-252-2/+14
* arm64: kasan: ensure that the KASAN zero page is mapped read-onlyArd Biesheuvel2016-01-251-0/+9
* arm64, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-161-16/+0Star
* arm64: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2016-01-151-2/+6
* Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...Linus Torvalds2016-01-121-0/+2
|\
| * arm64: kernel: enforce pmuserenr_el0 initialization and restoreLorenzo Pieralisi2015-12-211-0/+2
* | arm64: mm: move pgd_cache initialisation to pgtable_cache_initWill Deacon2016-01-051-6/+6
* | arm64: hugetlb: add support for PTE contiguous bitDavid Woods2015-12-211-1/+273
* | arm64: Use PoU cache instr for I/D coherencyAshok Kumar2015-12-173-26/+57
* | arm64: Defer dcache flush in __cpu_copy_user_pageAshok Kumar2015-12-171-1/+2
* | Merge branch 'aarch64/efi' into aarch64/for-next/coreWill Deacon2015-12-152-1/+3
|\ \
| * | arm64: only consider memblocks with NOMAP cleared for linear mappingArd Biesheuvel2015-12-092-1/+3
* | | arm64: mm: ensure that the zero page is visible to the page table walkerWill Deacon2015-12-111-0/+3
* | | arm64: mm: place __cpu_setup in .textMark Rutland2015-12-111-2/+0Star
* | | arm64: mm: fold alternatives into .initMark Rutland2015-12-101-1/+0Star