summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* arm64: Make sure permission updates happen for pmd/pudLaura Abbott2020-01-171-6/+10
* arm64: Enforce BBM for huge IO/VMAP mappingsWill Deacon2020-01-171-0/+10
* arm64: mm: Change page table pointer name in p[md]_set_huge()Ben Hutchings2020-01-171-4/+4
* arm64: don't open code page table entry creationKristina Martsenko2020-01-171-5/+9
* arm64: Revert support for execute-only user mappingsCatalin Marinas2020-01-091-1/+1
* arm64/numa: Report correct memblock range for the dummy nodeAnshuman Khandual2019-11-241-1/+1
* arm64: capabilities: Update prototype for enable call backDave Martin2019-10-291-2/+1
* arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse2019-10-291-23/+1
* arm64: kpti: ensure patched kernel text is fetched from PoUMark Rutland2019-10-051-0/+9
* arm64/mm: Inhibit huge-vmap with ptdumpMark Rutland2019-06-191-3/+8
* arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtableChristoph Hellwig2019-05-311-0/+10
* arm64: Save and restore OSDLR_EL1 across suspend/resumeJean-Philippe Brucker2019-05-211-16/+18
* arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear regionYueyi Li2019-04-171-1/+1
* arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signalsWill Deacon2019-04-051-5/+6
* arm64: Fix minor issues with the dcache_by_line_op macroWill Deacon2019-01-261-0/+3
* arm64: dma-mapping: Fix FORCE_CONTIGUOUS buffer clearingRobin Murphy2018-12-211-1/+1
* arm64: hugetlb: Fix handling of young ptesSteve Capper2018-11-041-3/+9
* arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()Greg Hackmann2018-09-051-1/+5
* arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flagMarek Szyprowski2018-08-241-4/+5
* ioremap: Update pgtable free interfaces with addrChintan Pandya2018-08-171-2/+2
* arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsJohannes Weiner2018-08-031-1/+3
* arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse2018-07-221-0/+8
* arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenanceWill Deacon2018-07-031-2/+3
* arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose2018-05-161-0/+5
* mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2018-03-281-0/+10
* arm64: mm: fix thinko in non-global page table attribute checkArd Biesheuvel2018-03-151-4/+4
* arm64: mm: don't write garbage into TTBR1_EL1 registerArd Biesheuvel2018-02-281-1/+1
* arm64: proc: Set PTE_NG for table entries to avoid traversing them twiceWill Deacon2018-02-221-5/+9
* arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon2018-02-161-0/+6
* arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon2018-02-161-0/+9
* arm64: Move BP hardening to check_and_switch_contextMarc Zyngier2018-02-161-2/+3
* arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon2018-02-162-0/+19
* arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier2018-02-162-2/+10
* arm64: Make USER_DS an inclusive limitRobin Murphy2018-02-161-2/+2
* arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon2018-02-161-4/+4
* arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon2018-02-161-7/+194
* arm64: mm: Permit transitioning from Global to Non-Global without BBMWill Deacon2018-02-161-0/+4
* arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas2018-02-162-1/+4
* arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon2018-02-161-1/+9
* arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon2018-02-161-0/+23
* arm64: mm: Allocate ASIDs in pairsWill Deacon2018-02-161-8/+17
* arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon2018-02-161-1/+1
* arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon2018-02-161-1/+1
* arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon2018-02-162-12/+0
* arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon2018-02-161-3/+6
* arm64: fix CONFIG_DEBUG_WX address reportingMark Rutland2017-12-201-1/+1
* arm64: Initialise high_memory global variable earlierSteve Capper2017-12-201-1/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* arm64: fix misleading data abort decodingMark Rutland2017-10-021-1/+1
* arm64: fault: Route pte translation faults via do_translation_faultWill Deacon2017-09-291-1/+1