summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-02-06kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov
2018-02-06arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon
2018-02-06arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon
2018-02-06arm64: Make USER_DS an inclusive limitRobin Murphy
2018-02-06arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon
2018-02-06arm64: assembler: Change order of macro arguments in phys_to_ttbrWill Deacon
2018-02-06arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon
2018-02-06arm64: mm: Permit transitioning from Global to Non-Global without BBMWill Deacon
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-01-26arm64: Fix TTBR + PAN + 52-bit PA logic in cpu_do_switch_mmSteve Capper
2018-01-23arm64: Move BP hardening to check_and_switch_contextMarc Zyngier
2018-01-19arm64: mm: ignore memory above supported physical address sizeKristina Martsenko
2018-01-17arm64: mm: Add additional parameter to uaccess_ttbr0_disableChristoffer Dall
2018-01-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas
2018-01-16arm64: kernel: Prepare for a DISR userJames Morse
2018-01-16arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse
2018-01-15arm64: Stop printing the virtual memory layoutLaura Abbott
2018-01-15arm64: use swiotlb_alloc and swiotlb_freeChristoph Hellwig
2018-01-15arm64: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig
2018-01-15arm64: rename swiotlb_dma_opsChristoph Hellwig
2018-01-14arm64: Extend early page table code to allow for larger kernelsSteve Capper
2018-01-14arm64: mmu: add the entry trampolines start/end section markers into sections.hJames Morse
2018-01-13arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse
2018-01-12signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUSEric W. Biederman
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig
2018-01-09arm64: mm: Add additional parameter to uaccess_ttbr0_enableChristoffer Dall
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig
2018-01-08arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon
2018-01-08arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier
2018-01-08arm64: KVM: Add invalidate_icache_range helperMarc Zyngier
2018-01-05arm64: asid: Do not replace active_asids if already 0Catalin Marinas
2017-12-22Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas
2017-12-22arm64: allow ID map to be extended to 52 bitsKristina Martsenko
2017-12-22arm64: don't open code page table entry creationKristina Martsenko
2017-12-22arm64: handle 52-bit addresses in TTBRKristina Martsenko
2017-12-22arm64: limit PA size to supported rangeKristina Martsenko
2017-12-14arm64: fix CONFIG_DEBUG_WX address reportingMark Rutland
2017-12-13arm64: fault: avoid send SIGBUS two timesDongjiu Geng
2017-12-11arm64: Initialise high_memory global variable earlierSteve Capper
2017-12-11arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon
2017-12-11arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon
2017-12-11arm64: mm: Allocate ASIDs in pairsWill Deacon