summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
2017-12-25arm64: Initialise high_memory global variable earlierSteve Capper1-1/+1
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-06arm64: mm: fix show_pte KERN_CONT falloutMark Rutland1-4/+4
2016-12-08arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() callJames Morse1-0/+9
2016-12-08arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse1-1/+2
2016-09-15arm64: Add workaround for Cavium erratum 27456Andrew Pinski1-0/+12
2016-08-20arm64: mm: avoid fdt_check_header() before the FDT is fully mappedArd Biesheuvel1-4/+4
2016-08-20arm64: debug: unmask PSTATE.D earlierWill Deacon1-0/+2
2016-06-24arm64: mm: always take dirty state from new pte in ptep_set_access_flagsWill Deacon1-1/+1
2016-06-01arm64: Implement ptep_set_access_flags() for hardware AF/DBMCatalin Marinas1-0/+50
2016-03-09arm64: vmemmap: use virtual projection of linear regionArd Biesheuvel1-2/+2
2016-02-25arm64: dma-mapping: fix handling of devices registered before arch_initcallMarek Szyprowski1-0/+4
2016-02-25arm64: mm: avoid calling apply_to_page_range on empty rangeMika Penttilä1-0/+3
2016-01-31arm64: kernel: fix architected PMU registers unconditional accessLorenzo Pieralisi2-2/+14
2016-01-31arm64: kernel: enforce pmuserenr_el0 initialization and restoreLorenzo Pieralisi1-0/+2
2016-01-31arm64: mm: ensure that the zero page is visible to the page table walkerWill Deacon1-0/+3
2015-11-26Revert "arm64: Mark kernel page ranges contiguous"Catalin Marinas1-61/+8
2015-11-26arm64: mm: keep reserved ASIDs in sync with mm after multiple rolloversWill Deacon1-12/+26
2015-11-25arm64: mm: fix fault_info table xFSC decodingMark Rutland1-14/+14
2015-11-25arm64: early_alloc: Fix check for allocation failureSuzuki K. Poulose1-2/+6
2015-11-18arm64: Fix R/O permissions in mark_rodata_roLaura Abbott1-1/+1
2015-11-17arm64: simplify dma_get_opsArnd Bergmann1-12/+4
2015-11-17arm64: mm: use correct mapping granularity under DEBUG_RODATAArd Biesheuvel1-6/+6
2015-11-16arm64/dma-mapping: Fix sizes in __iommu_{alloc,free}_attrsRobin Murphy1-6/+13
2015-11-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-4/+4
2015-11-12arm64: mmu: make split_pud and fixup_executable staticJisheng Zhang1-2/+2
2015-11-09arm64: fix R/O permissions of FDT mappingArd Biesheuvel1-1/+1
2015-11-09arm64: fix STRICT_MM_TYPECHECKS issue in PTE_CONT manipulationArd Biesheuvel1-1/+1
2015-11-07arm64: fixup for mm renamesAndrew Morton1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-2/+2
2015-11-05Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+457
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds11-163/+449
2015-10-29arm64: Fix build with CONFIG_ZONE_DMA=nRobin Murphy1-6/+7
2015-10-28arm64/mm: use PAGE_ALIGNED instead of IS_ALIGNEDAlexander Kuleshov1-1/+1
2015-10-21arm64: Delay cpu feature capability checksSuzuki K. Poulose1-1/+1
2015-10-19arm64: Add 16K page size supportSuzuki K. Poulose1-1/+3
2015-10-19arm64: Handle section maps for swapper/idmapSuzuki K. Poulose1-41/+33
2015-10-15arm64: Hook up IOMMU dma_opsRobin Murphy1-0/+22
2015-10-15arm64: Add IOMMU dma_opsRobin Murphy1-0/+435
2015-10-14Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar9-61/+72
2015-10-13arm64: kasan: fix issues reported by sparseWill Deacon1-1/+1
2015-10-12ARM64: kasan: print memory assignmentLinus Walleij1-0/+6
2015-10-12arm64: add KASAN supportAndrey Ryabinin2-0/+168
2015-10-12arm64: move PGD_SIZE definition to pgalloc.hAndrey Ryabinin1-2/+0
2015-10-12arm64: use ENDPIPROC() to annotate position independent assembler routinesArd Biesheuvel1-5/+5
2015-10-08arm64: Mark kernel page ranges contiguousJeremy Linton1-8/+61
2015-10-08arm64: Make the kernel page dump utility aware of the CONT bitJeremy Linton1-1/+17
2015-10-07arm64: mm: kill mm_cpumask usageWill Deacon1-2/+0
2015-10-07arm64: switch_mm: simplify mm and CPU checksWill Deacon1-1/+1