aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon6-278/+298
2018-02-14arm64: proc: Set PTE_NG for table entries to avoid traversing them twiceWill Deacon1-5/+9
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-10/+22
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-14/+221
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2018-02-06kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov1-1/+2
2018-02-06arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon1-0/+6
2018-02-06arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon1-0/+9
2018-02-06arm64: Make USER_DS an inclusive limitRobin Murphy1-2/+2
2018-02-06arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon1-4/+4
2018-02-06arm64: assembler: Change order of macro arguments in phys_to_ttbrWill Deacon1-3/+3
2018-02-06arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon1-8/+196
2018-02-06arm64: mm: Permit transitioning from Global to Non-Global without BBMWill Deacon1-0/+4
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-3/+6
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipRadim Krčmář3-5/+5
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-55/+15
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-57/+57
2018-01-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds7-113/+142
2018-01-26arm64: Fix TTBR + PAN + 52-bit PA logic in cpu_do_switch_mmSteve Capper1-3/+3
2018-01-23arm64: Move BP hardening to check_and_switch_contextMarc Zyngier1-2/+3
2018-01-19arm64: mm: ignore memory above supported physical address sizeKristina Martsenko1-0/+3
2018-01-17arm64: mm: Add additional parameter to uaccess_ttbr0_disableChristoffer Dall1-2/+2
2018-01-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas2-1/+4
2018-01-16arm64: kernel: Prepare for a DISR userJames Morse1-0/+5
2018-01-16arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse1-23/+1
2018-01-15arm64: Stop printing the virtual memory layoutLaura Abbott1-43/+0
2018-01-15arm64: use swiotlb_alloc and swiotlb_freeChristoph Hellwig1-43/+3
2018-01-15arm64: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig2-11/+11
2018-01-15arm64: rename swiotlb_dma_opsChristoph Hellwig1-2/+2
2018-01-14arm64: Extend early page table code to allow for larger kernelsSteve Capper1-1/+2
2018-01-14arm64: mmu: add the entry trampolines start/end section markers into sections.hJames Morse1-2/+0
2018-01-13arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse1-0/+8
2018-01-12signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUSEric W. Biederman1-57/+57
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig1-1/+1
2018-01-09arm64: mm: Add additional parameter to uaccess_ttbr0_enableChristoffer Dall1-2/+2
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig1-1/+2
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig1-2/+4
2018-01-08arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon2-0/+19
2018-01-08arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier2-2/+10
2018-01-08arm64: KVM: Add invalidate_icache_range helperMarc Zyngier1-10/+22
2018-01-05arm64: asid: Do not replace active_asids if already 0Catalin Marinas1-8/+11
2017-12-22Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas3-12/+26
2017-12-22arm64: allow ID map to be extended to 52 bitsKristina Martsenko1-0/+1
2017-12-22arm64: don't open code page table entry creationKristina Martsenko1-5/+9
2017-12-22arm64: handle 52-bit addresses in TTBRKristina Martsenko2-5/+16
2017-12-22arm64: limit PA size to supported rangeKristina Martsenko1-4/+2
2017-12-14arm64: fix CONFIG_DEBUG_WX address reportingMark Rutland1-1/+1
2017-12-13arm64: fault: avoid send SIGBUS two timesDongjiu Geng1-3/+2
2017-12-11arm64: Initialise high_memory global variable earlierSteve Capper1-1/+2
2017-12-11arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon1-1/+9