summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-243-40/+30
|\
| * arm64: mm: allow preemption in copy_to_user_pageMark Rutland2016-03-241-4/+0
| * arm64: consistently use p?d_set_hugeMark Rutland2016-03-241-4/+2
| * arm64: Split pr_notice("Virtual kernel memory layout...") into multiple pr_co...Catalin Marinas2016-03-211-32/+28
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-182-2/+2
|\ \
| * | mm: remove VM_FAULT_MINORJan Kara2016-03-171-1/+1
| * | mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-1/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-179-268/+655
|\ \ \ | |/ / |/| / | |/
| * arm64: kasan: Fix zero shadow mapping overriding kernel image shadowCatalin Marinas2016-03-111-8/+5
| * arm64: kasan: Use actual memory node when populating the kernel image shadowCatalin Marinas2016-03-111-1/+2
| * arm64: make mrs_s prefixing implicit in read_cpuidMark Rutland2016-03-041-1/+1
| * arm64: mm: check at build time that PAGE_OFFSET divides the VA space evenlyArd Biesheuvel2016-03-021-0/+7
| * arm64: mm: treat memstart_addr as a signed quantityArd Biesheuvel2016-02-291-2/+2
| * arm64: mm: list kernel sections in orderArd Biesheuvel2016-02-291-2/+2
| * arm64: mm: dump: Use VA_START directly instead of private LOWEST_ADDRKefeng Wang2016-02-261-3/+1
| * arm64: Add workaround for Cavium erratum 27456Andrew Pinski2016-02-261-0/+12
| * arm64: mm: Mark .rodata as ROJeremy Linton2016-02-262-7/+16
| * arm64/mm: remove unnecessary boundary checkMiles Chen2016-02-261-2/+0
| * 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/+6
| * 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/+0
| * 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/+4
| * arm64: mm: add code to safely replace TTBR1_EL1Mark Rutland2016-02-161-0/+28
| * arm64: unmap idmap earlierMark Rutland2016-02-161-6/+0
| * arm64: unify idmap removalMark Rutland2016-02-161-3/+1
| * arm64: mm: place empty_zero_page in bssMark Rutland2016-02-161-8/+1
| * arm64: mm: specialise pagetable allocatorsMark Rutland2016-02-161-25/+27
* | arm64: hugetlb: partial revert of 66b3923a1a0fWill Deacon2016-03-091-14/+0
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-03-041-2/+2
|\ \