aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
2017-10-09Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-10-09Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4Alex Shi
2017-10-05arm64: fault: Route pte translation faults via do_translation_faultWill Deacon
2017-09-03Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-09-03 Merge tag 'v4.4.86' into linux-linaro-lsk-v4.4Alex Shi
2017-09-02arm64: mm: abort uaccess retries upon fatal signalMark Rutland
2017-08-11BACKPORT: arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctxMark Rutland
2017-08-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2017-08-07 Merge tag 'v4.4.80' into linux-linaro-lsk-v4.4Alex Shi
2017-08-06arm64: mm: fix show_pte KERN_CONT falloutMark Rutland
2017-07-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidlinux-linaro-lsk-v4.4-android-testAlex Shi
2017-06-19arm64: kdump: provide /proc/vmcore fileAKASHI Takahiro
2017-06-19arm64: hibernate: preserve kdump image around hibernationAKASHI Takahiro
2017-06-19arm64: kdump: protect crash dump kernel memoryTakahiro Akashi
2017-06-19arm64: mm: add set_memory_valid()AKASHI Takahiro
2017-06-19arm64: kdump: reserve memory for crash dump kernelAKASHI Takahiro
2017-06-19arm64: limit memory regions based on DT property, usable-memory-rangeAKASHI Takahiro
2017-06-19arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel
2017-05-25UPSTREAM: arm64: hibernate: Support DEBUG_PAGEALLOCJames Morse
2017-05-25BACKPORT: arm64: vmlinux.ld: Add mmuoff data sections and move mmuoff text in...James Morse
2017-03-31Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-03-24Merge branch 'v4.4/topic/mm-kaslr' into linux-linaro-lsk-v4.4Alex Shi
2017-03-24Merge branch 'v4.4/topic/hibernate' into linux-linaro-lsk-v4.4Alex Shi
2017-03-24arm64: kernel: Fix unmasked debug exceptions when restoring mdscr_el1v4.4/topic/hibernateJames Morse
2017-03-22arm64: hugetlb: fix the wrong return value for huge_ptep_set_access_flagsHuang Shijie
2017-03-22arm64: hugetlb: fix the wrong address for several functionsHuang Shijie
2017-03-22arm64: hugetlb: remove the wrong pmd check in find_num_contig()Huang Shijie
2017-02-24Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-02-23arm64/uao: fix compiler warninglsk-v4.4-17.02Alex Shi
2017-01-16UPSTREAM: arm64: Handle faults caused by inadvertent user access with PAN ena...Catalin Marinas
2017-01-16BACKPORT: arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas
2017-01-16BACKPORT: arm64: Factor out TTBR0_EL1 post-update workaround into a specific ...Catalin Marinas
2017-01-16Revert "FROMLIST: arm64: Factor out TTBR0_EL1 post-update workaround into a s...Sami Tolvanen
2017-01-16Revert "FROMLIST: arm64: Disable TTBR0_EL1 during normal kernel execution"Sami Tolvanen
2017-01-16Revert "FROMLIST: arm64: Handle faults caused by inadvertent user access with...Amit Pundir
2016-12-12Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidlsk-v4.4-16.12-androidAlex Shi
2016-12-12Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4lsk-v4.4-16.12Alex Shi
2016-12-08arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() callJames Morse
2016-12-08arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse
2016-11-15Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2016-11-14Merge branch 'v4.4/topic/hibernate' into linux-linaro-lsk-v4.4Alex Shi
2016-11-14arm64: ptdump: Indicate whether memory should be faultingLaura Abbott
2016-11-14arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOCLaura Abbott
2016-11-14arm64: Drop alloc function from create_mappingLaura Abbott
2016-11-14arm64: allow vmalloc regions to be set with set_memory_*Ard Biesheuvel
2016-11-11arm64: mm: create new fine-grained mappings at bootMark Rutland
2016-11-11arm64: mm: allow passing a pgdir to alloc_init_*Mark Rutland
2016-11-11arm64: mm: allocate pagetables anywhereMark Rutland
2016-11-11arm64: mm: use fixmap when creating page tablesMark Rutland
2016-11-11arm64: mm: avoid redundant __pa(__va(x))Mark Rutland