summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
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-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-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-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
2017-12-11arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon
2017-12-11arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon
2017-12-11arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon
2017-12-11arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon
2017-12-01arm64: context: Fix comments and remove pointless smp_wmb()Will Deacon
2017-12-01arm64: pgd: Mark pgd_cache as __ro_after_initJinbum Park
2017-11-28arm64: mm: cleanup stale AIVIVT referencesMark Rutland
2017-11-15arm64/mm/kasan: don't use vmemmap_populate() to initialize shadowWill Deacon
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-11-13Merge branches 'acpi-pmic', 'acpi-apei' and 'acpi-x86'Rafael J. Wysocki
2017-11-07arm64: mm: Remove arch_apei_flush_tlb_one()James Morse
2017-11-02arm64: explicitly mask all exceptionsJames Morse
2017-11-02arm64: Don't walk page table for user faults in do_mem_abortWill Deacon
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27arm64: consistently log ESR and page tableMark Rutland