summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
2022-04-12arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse1-3/+8
2022-04-12arm64: capabilities: Update prototype for enable call backDave Martin1-2/+1
2022-04-12arm64: Remove useless UAO IPI and describe how this gets enabledJames Morse1-14/+0
2022-01-11arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse1-23/+1
2021-10-06arm64: Extend workaround for erratum 1024718 to all versions of Cortex-A55Suzuki K Poulose1-2/+2
2020-11-10arm64/mm: return cpu_all_mask when node is NUMA_NO_NODEZhengyuan Liu1-1/+5
2020-01-23arm64: Make sure permission updates happen for pmd/pudLaura Abbott1-6/+10
2020-01-23arm64: Enforce BBM for huge IO/VMAP mappingsWill Deacon1-0/+10
2020-01-23arm64: mm: Change page table pointer name in p[md]_set_huge()Ben Hutchings1-4/+4
2020-01-23arm64: don't open code page table entry creationKristina Martsenko1-5/+9
2020-01-23arm64: mm: BUG on unsupported manipulations of live kernel mappingsArd Biesheuvel1-27/+43
2020-01-12arm64: Revert support for execute-only user mappingsCatalin Marinas1-1/+1
2019-11-25arm64/numa: Report correct memblock range for the dummy nodeAnshuman Khandual1-1/+1
2019-10-05arm64: kpti: ensure patched kernel text is fetched from PoUMark Rutland1-0/+9
2019-06-22arm64/mm: Inhibit huge-vmap with ptdumpMark Rutland1-3/+8
2019-05-31arm64: Save and restore OSDLR_EL1 across suspend/resumeJean-Philippe Brucker1-12/+14
2019-05-08arm64: mm: don't print out page table entries on EL0 faultsKristina Martsenko1-1/+0
2019-05-08arm64: mm: print out correct page table entriesKristina Martsenko1-11/+25
2019-05-08arm64: proc: Set PTE_NG for table entries to avoid traversing them twiceWill Deacon1-5/+9
2019-05-08arm64: kasan: avoid bad virt_to_pfn()Mark Rutland1-1/+1
2019-04-17arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear regionYueyi Li1-1/+1
2019-04-05arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signalsWill Deacon1-5/+6
2018-09-05arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()Greg Hackmann1-1/+5
2018-08-17ioremap: Update pgtable free interfaces with addrChintan Pandya1-2/+2
2018-08-03arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsJohannes Weiner1-1/+3
2018-07-03arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenanceWill Deacon1-2/+3
2018-05-16arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose1-0/+5
2018-04-20arm64: entry: Apply BP hardening for suspicious interrupts from EL0Mark Rutland1-0/+6
2018-04-20arm64: entry: Apply BP hardening for high-priority synchronous exceptionsMark Rutland1-0/+9
2018-04-20arm64: Move BP hardening to check_and_switch_contextMark Rutland1-2/+3
2018-04-20arm64: Add skeleton to harden the branch predictor against aliasing attacksMark Rutland2-0/+19
2018-04-20arm64: Move post_ttbr_update_workaround to C codeMark Rutland2-2/+10
2018-04-20arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macroMark Rutland1-5/+1
2018-04-20arm64: Make USER_DS an inclusive limitMark Rutland1-1/+1
2018-04-13arm64: kernel: restrict /dev/mem read() calls to linear regionArd Biesheuvel1-6/+13
2018-04-08arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon1-4/+4
2018-04-08arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon1-7/+194
2018-04-08arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon1-1/+9
2018-04-08arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon1-0/+23
2018-04-08arm64: mm: Allocate ASIDs in pairsWill Deacon1-8/+17
2018-04-08arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon1-3/+6
2018-03-28mm/vmalloc: add interfaces to free unmapped page tableToshi Kani1-0/+10
2018-02-25arm64: fix warning about swapper_pg_dir overflowArnd Bergmann1-1/+1
2017-12-25arm64: Initialise high_memory global variable earlierSteve Capper1-1/+1
2017-11-15arm64: dma-mapping: Only swizzle DMA ops for IOMMU_DOMAIN_DMAWill Deacon1-5/+12
2017-10-05arm64: fault: Route pte translation faults via do_translation_faultWill Deacon1-1/+1
2017-09-02arm64: mm: abort uaccess retries upon fatal signalMark Rutland1-1/+4
2017-08-07arm64: mm: fix show_pte KERN_CONT falloutMark Rutland1-4/+4
2017-04-12arm64: mm: unaligned access by user-land should be received as SIGBUSVictor Kamensky1-18/+24
2017-03-12arm64: dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLBRobin Murphy1-1/+8