summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel1-1/+1
2016-02-19arm64: User die() instead of panic() in do_page_fault()Catalin Marinas1-2/+2
2016-02-18arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel2-2/+64
2016-02-18arm64: defer __va translation of initrd_start and initrd_endArd Biesheuvel1-4/+9
2016-02-18arm64: move kernel image to base of vmalloc areaArd Biesheuvel4-53/+119
2016-02-18arm64: decouple early fixmap init from linear mappingArd Biesheuvel1-10/+6
2016-02-18arm64: add support for ioremap() block mappingsArd Biesheuvel1-0/+41
2016-02-18arm64: Remove the get_thread_info() functionCatalin Marinas1-1/+1
2016-02-18arm64: kernel: Don't toggle PAN on systems with UAOJames Morse1-0/+3
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse1-6/+25
2016-02-18arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse1-1/+1
2016-02-16arm64: ptdump: Indicate whether memory should be faultingLaura Abbott1-0/+5
2016-02-16arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOCLaura Abbott2-12/+60
2016-02-16arm64: Drop alloc function from create_mappingLaura Abbott1-9/+20
2016-02-16arm64: mm: create new fine-grained mappings at bootMark Rutland2-62/+106
2016-02-16arm64: mm: allow passing a pgdir to alloc_init_*Mark Rutland1-14/+19
2016-02-16arm64: mm: allocate pagetables anywhereMark Rutland1-35/+0
2016-02-16arm64: mm: use fixmap when creating page tablesMark Rutland1-20/+41
2016-02-16arm64: mm: avoid redundant __pa(__va(x))Mark Rutland1-2/+2
2016-02-16arm64: kasan: avoid TLB conflictsMark Rutland1-13/+4
2016-02-16arm64: mm: add code to safely replace TTBR1_EL1Mark Rutland1-0/+28
2016-02-16arm64: unmap idmap earlierMark Rutland1-6/+0
2016-02-16arm64: unify idmap removalMark Rutland1-3/+1
2016-02-16arm64: mm: place empty_zero_page in bssMark Rutland1-8/+1
2016-02-16arm64: mm: specialise pagetable allocatorsMark Rutland1-25/+27
2016-02-02arm64: allow vmalloc regions to be set with set_memory_*Ard Biesheuvel1-4/+19
2016-01-26arm64: mm: avoid calling apply_to_page_range on empty rangeMika Penttilä1-0/+3
2016-01-25arm64: Fix an enum typo in mm/dump.cMasanari Iida1-1/+1
2016-01-25arm64: kernel: fix architected PMU registers unconditional accessLorenzo Pieralisi2-2/+14
2016-01-25arm64: kasan: ensure that the KASAN zero page is mapped read-onlyArd Biesheuvel1-0/+9
2016-01-15arm64, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-16/+0
2016-01-14arm64: mm: support ARCH_MMAP_RND_BITSDaniel Cashman1-2/+6
2016-01-12Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...Linus Torvalds1-0/+2
2016-01-05arm64: mm: move pgd_cache initialisation to pgtable_cache_initWill Deacon1-6/+6
2015-12-21arm64: hugetlb: add support for PTE contiguous bitDavid Woods1-1/+273
2015-12-21arm64: kernel: enforce pmuserenr_el0 initialization and restoreLorenzo Pieralisi1-0/+2
2015-12-17arm64: Use PoU cache instr for I/D coherencyAshok Kumar3-26/+57
2015-12-17arm64: Defer dcache flush in __cpu_copy_user_pageAshok Kumar1-1/+2
2015-12-15Merge branch 'aarch64/efi' into aarch64/for-next/coreWill Deacon2-1/+3
2015-12-11arm64: mm: ensure that the zero page is visible to the page table walkerWill Deacon1-0/+3
2015-12-11arm64: mm: place __cpu_setup in .textMark Rutland1-2/+0
2015-12-10arm64: mm: fold alternatives into .initMark Rutland1-1/+0
2015-12-10arm64: mm: remove pointless PAGE_MASKingMark Rutland1-2/+2
2015-12-09arm64: only consider memblocks with NOMAP cleared for linear mappingArd Biesheuvel2-1/+3
2015-12-02arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang2-5/+5
2015-12-01arm64: mm: allow sections for unaligned basesMark Rutland1-0/+1
2015-12-01arm64: mm: detect bad __create_mapping usesMark Rutland1-0/+7
2015-11-26Revert "arm64: Mark kernel page ranges contiguous"Catalin Marinas1-61/+8
2015-11-26arm64: mm: keep reserved ASIDs in sync with mm after multiple rolloversWill Deacon1-12/+26
2015-11-25arm64: mm: fix fault_info table xFSC decodingMark Rutland1-14/+14