summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: drop addr parameter from sync icache and dcacheShaokun Zhang2018-04-241-1/+1
* arm64: kasan: avoid pfn_to_nid() before page array is initializedMark Rutland2018-04-171-2/+2
* exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-7/+7
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-053-142/+137Star
|\
| * Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)"Will Deacon2018-03-272-19/+1Star
| * arm64: Delay enabling hardware DBM featureSuzuki K Poulose2018-03-261-7/+6Star
| * arm64: capabilities: Update prototype for enable call backDave Martin2018-03-261-2/+1Star
| * arm64: signal: Ensure si_code is valid for all fault signalsDave Martin2018-03-091-58/+58
| * arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDCShanker Donthineni2018-03-091-1/+20
| * arm64: kaslr: Set TCR_EL1.NFD1 when CONFIG_RANDOMIZE_BASE=yWill Deacon2018-03-061-1/+8
| * arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)Catalin Marinas2018-03-062-1/+19
| * arm64: mm: Rework unhandled user pagefaults to call arm64_force_sig_infoWill Deacon2018-03-061-51/+36Star
| * arm64: Pass user fault info to arm64_notify_die instead of printing itWill Deacon2018-03-061-22/+8Star
* | mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2018-03-231-0/+10
* | arm64: mm: fix thinko in non-global page table attribute checkArd Biesheuvel2018-02-261-4/+4
|/
* arm64: Enforce BBM for huge IO/VMAP mappingsWill Deacon2018-02-221-0/+10
* arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon2018-02-166-278/+298
* arm64: proc: Set PTE_NG for table entries to avoid traversing them twiceWill Deacon2018-02-141-5/+9
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-10/+22
|\
| * Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-013-5/+5
| |\
| * | arm64: mm: Add additional parameter to uaccess_ttbr0_disableChristoffer Dall2018-01-171-2/+2
| * | arm64: mm: Add additional parameter to uaccess_ttbr0_enableChristoffer Dall2018-01-091-2/+2
| * | arm64: KVM: Add invalidate_icache_range helperMarc Zyngier2018-01-081-10/+22
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-02-083-14/+221
|\ \ \
| * | | arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon2018-02-061-0/+6
| * | | arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon2018-02-061-0/+9
| * | | arm64: Make USER_DS an inclusive limitRobin Murphy2018-02-061-2/+2
| * | | arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon2018-02-061-4/+4
| * | | arm64: assembler: Change order of macro arguments in phys_to_ttbrWill Deacon2018-02-061-3/+3
| * | | arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon2018-02-061-8/+196
| * | | arm64: mm: Permit transitioning from Global to Non-Global without BBMWill Deacon2018-02-061-0/+4
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-071-1/+2
|\ \ \ \
| * | | | kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov2018-02-071-1/+2
* | | | | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-061-3/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig2018-01-081-1/+2
| * | | | mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig2018-01-081-2/+4
| | |_|/ | |/| |
* | | | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-312-55/+15Star
|\ \ \ \
| * | | | arm64: use swiotlb_alloc and swiotlb_freeChristoph Hellwig2018-01-151-43/+3Star
| * | | | arm64: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig2018-01-152-11/+11
| * | | | arm64: rename swiotlb_dma_opsChristoph Hellwig2018-01-151-2/+2
| * | | | dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-1/+1
| |/ / /
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-57/+57
|\ \ \ \
| * | | | signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUSEric W. Biederman2018-01-121-57/+57
| |/ / /
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-01-307-113/+142
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | arm64: Fix TTBR + PAN + 52-bit PA logic in cpu_do_switch_mmSteve Capper2018-01-261-3/+3
| * | arm64: Move BP hardening to check_and_switch_contextMarc Zyngier2018-01-231-2/+3
| * | arm64: mm: ignore memory above supported physical address sizeKristina Martsenko2018-01-191-0/+3
| * | arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas2018-01-162-1/+4
| * | arm64: kernel: Prepare for a DISR userJames Morse2018-01-161-0/+5
| * | arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse2018-01-161-23/+1Star