summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
2016-06-02 Merge tag 'v4.4.12' into linux-linaro-lsk-v4.4Alex Shi
2016-06-01arm64: Implement ptep_set_access_flags() for hardware AF/DBMCatalin Marinas
2016-05-12arm64: kasan: Use actual memory node when populating the kernel image shadowCatalin Marinas
2016-05-12arm64: mm: treat memstart_addr as a signed quantityArd Biesheuvel
2016-05-12arm64: mm: check at build time that PAGE_OFFSET divides the VA space evenlyArd Biesheuvel
2016-05-12arm64: kasan: Fix zero shadow mapping overriding kernel image shadowCatalin Marinas
2016-05-12arm64: consistently use p?d_set_hugeMark Rutland
2016-05-11arm64: hugetlb: partial revert of 66b3923a1a0fWill Deacon
2016-05-11arm64: kaslr: randomize the linear regionArd Biesheuvel
2016-05-11arm64: add support for kernel ASLRArd Biesheuvel
2016-05-11arm64: switch to relative exception tablesArd Biesheuvel
2016-05-11arm64: User die() instead of panic() in do_page_fault()Catalin Marinas
2016-05-11arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel
2016-05-11arm64: defer __va translation of initrd_start and initrd_endArd 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: Remove the get_thread_info() functionCatalin Marinas
2016-05-11arm64: kernel: Don't toggle PAN on systems with UAOJames Morse
2016-05-11arm64: kernel: Add support for User Access OverrideJames Morse
2016-05-11arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse
2016-05-11arm64: ptdump: Indicate whether memory should be faultingLaura Abbott
2016-05-11arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOCLaura Abbott
2016-05-11arm64: Drop alloc function from create_mappingLaura Abbott
2016-05-11arm64: allow vmalloc regions to be set with set_memory_*Ard Biesheuvel
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: kasan: avoid TLB conflictsMark Rutland
2016-05-11arm64: mm: add code to safely replace TTBR1_EL1Mark 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: Fix an enum typo in mm/dump.cMasanari Iida
2016-05-11arm64: kasan: ensure that the KASAN zero page is mapped read-onlyArd Biesheuvel
2016-05-11arm64: mm: move pgd_cache initialisation to pgtable_cache_initWill Deacon
2016-05-11arm64: hugetlb: add support for PTE contiguous bitDavid Woods
2016-05-11arm64: Use PoU cache instr for I/D coherencyAshok Kumar
2016-05-11arm64: Defer dcache flush in __cpu_copy_user_pageAshok Kumar
2016-05-11arm64: mm: place __cpu_setup in .textMark Rutland
2016-05-11arm64: mm: fold alternatives into .initMark Rutland
2016-05-11arm64: mm: remove pointless PAGE_MASKingMark Rutland
2016-05-11arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang
2016-05-11arm64: mm: allow sections for unaligned basesMark Rutland
2016-05-11arm64: mm: detect bad __create_mapping usesMark Rutland
2016-03-09arm64: vmemmap: use virtual projection of linear regionArd Biesheuvel
2016-02-25arm64: dma-mapping: fix handling of devices registered before arch_initcallMarek Szyprowski