aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
2020-01-17arm64: Make sure permission updates happen for pmd/pudLaura Abbott
2020-01-17arm64: Enforce BBM for huge IO/VMAP mappingsWill Deacon
2020-01-17arm64: mm: Change page table pointer name in p[md]_set_huge()Ben Hutchings
2020-01-17arm64: don't open code page table entry creationKristina Martsenko
2020-01-09arm64: Revert support for execute-only user mappingsCatalin Marinas
2019-11-24arm64/numa: Report correct memblock range for the dummy nodeAnshuman Khandual
2019-10-29arm64: capabilities: Update prototype for enable call backDave Martin
2019-10-29arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse
2019-10-05arm64: kpti: ensure patched kernel text is fetched from PoUMark Rutland
2019-06-19arm64/mm: Inhibit huge-vmap with ptdumpMark Rutland
2019-05-31arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtableChristoph Hellwig
2019-05-21arm64: Save and restore OSDLR_EL1 across suspend/resumeJean-Philippe Brucker
2019-04-17arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear regionYueyi Li
2019-04-05arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signalsWill Deacon
2019-01-26arm64: Fix minor issues with the dcache_by_line_op macroWill Deacon
2018-12-21arm64: dma-mapping: Fix FORCE_CONTIGUOUS buffer clearingRobin Murphy
2018-11-04arm64: hugetlb: Fix handling of young ptesSteve Capper
2018-09-05arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()Greg Hackmann
2018-08-24arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flagMarek Szyprowski
2018-08-17ioremap: Update pgtable free interfaces with addrChintan Pandya
2018-08-03arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsJohannes Weiner
2018-07-22arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse
2018-07-03arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenanceWill Deacon
2018-05-16arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose
2018-03-28mm/vmalloc: add interfaces to free unmapped page tableToshi Kani
2018-03-15arm64: mm: fix thinko in non-global page table attribute checkArd Biesheuvel
2018-02-28arm64: mm: don't write garbage into TTBR1_EL1 registerArd Biesheuvel
2018-02-22arm64: proc: Set PTE_NG for table entries to avoid traversing them twiceWill Deacon
2018-02-16arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon
2018-02-16arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon
2018-02-16arm64: Move BP hardening to check_and_switch_contextMarc Zyngier
2018-02-16arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon
2018-02-16arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier
2018-02-16arm64: Make USER_DS an inclusive limitRobin Murphy
2018-02-16arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon
2018-02-16arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon
2018-02-16arm64: mm: Permit transitioning from Global to Non-Global without BBMWill Deacon
2018-02-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas
2018-02-16arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon
2018-02-16arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon
2018-02-16arm64: mm: Allocate ASIDs in pairsWill Deacon
2018-02-16arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon
2018-02-16arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon
2018-02-16arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon
2018-02-16arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon
2017-12-20arm64: fix CONFIG_DEBUG_WX address reportingMark Rutland
2017-12-20arm64: Initialise high_memory global variable earlierSteve Capper
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-02arm64: fix misleading data abort decodingMark Rutland
2017-09-29arm64: fault: Route pte translation faults via do_translation_faultWill Deacon