summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
2016-03-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-03-24arm64: mm: allow preemption in copy_to_user_pageMark Rutland
2016-03-24arm64: consistently use p?d_set_hugeMark Rutland
2016-03-21arm64: Split pr_notice("Virtual kernel memory layout...") into multiple pr_co...Catalin Marinas
2016-03-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-03-17mm: remove VM_FAULT_MINORJan Kara
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov
2016-03-11arm64: kasan: Fix zero shadow mapping overriding kernel image shadowCatalin Marinas
2016-03-11arm64: kasan: Use actual memory node when populating the kernel image shadowCatalin Marinas
2016-03-09arm64: hugetlb: partial revert of 66b3923a1a0fWill Deacon
2016-03-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2016-03-04arm64: make mrs_s prefixing implicit in read_cpuidMark Rutland
2016-03-02arm64: mm: check at build time that PAGE_OFFSET divides the VA space evenlyArd Biesheuvel
2016-02-29arm64: mm: treat memstart_addr as a signed quantityArd Biesheuvel
2016-02-29arm64: mm: list kernel sections in orderArd Biesheuvel
2016-02-27mm: ASLR: use get_random_long()Daniel Cashman
2016-02-26arm64: mm: dump: Use VA_START directly instead of private LOWEST_ADDRKefeng Wang
2016-02-26arm64: vmemmap: use virtual projection of linear regionArd Biesheuvel
2016-02-26arm64: Add workaround for Cavium erratum 27456Andrew Pinski
2016-02-26arm64: mm: Mark .rodata as ROJeremy Linton
2016-02-26arm64/mm: remove unnecessary boundary checkMiles Chen
2016-02-25arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose
2016-02-25arm64: Ensure the secondary CPUs have safe ASIDBits sizeSuzuki K Poulose
2016-02-25arm64: Add helper for extracting ASIDBitsSuzuki K Poulose
2016-02-24arm64: kaslr: randomize the linear regionArd Biesheuvel
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel
2016-02-19arm64: User die() instead of panic() in do_page_fault()Catalin Marinas
2016-02-19arm64: mm: allow the kernel to handle alignment faults on user accessesEunTaik Lee
2016-02-18arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel
2016-02-18arm64: defer __va translation of initrd_start and initrd_endArd Biesheuvel
2016-02-18arm64: move kernel image to base of vmalloc areaArd Biesheuvel
2016-02-18arm64: decouple early fixmap init from linear mappingArd Biesheuvel
2016-02-18arm64: add support for ioremap() block mappingsArd Biesheuvel
2016-02-18arm64: Remove the get_thread_info() functionCatalin Marinas
2016-02-18arm64: kernel: Don't toggle PAN on systems with UAOJames Morse
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse
2016-02-18arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse
2016-02-17arm64: dma-mapping: fix handling of devices registered before arch_initcallMarek Szyprowski
2016-02-16arm64: ptdump: Indicate whether memory should be faultingLaura Abbott
2016-02-16arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOCLaura Abbott
2016-02-16arm64: Drop alloc function from create_mappingLaura Abbott
2016-02-16arm64: mm: create new fine-grained mappings at bootMark Rutland
2016-02-16arm64: mm: allow passing a pgdir to alloc_init_*Mark Rutland
2016-02-16arm64: mm: allocate pagetables anywhereMark Rutland
2016-02-16arm64: mm: use fixmap when creating page tablesMark Rutland
2016-02-16arm64: mm: avoid redundant __pa(__va(x))Mark Rutland
2016-02-16arm64: kasan: avoid TLB conflictsMark Rutland
2016-02-16arm64: mm: add code to safely replace TTBR1_EL1Mark Rutland