summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() callJames Morse2016-12-081-0/+9
* arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse2016-12-081-1/+2
* arm64: Add workaround for Cavium erratum 27456Andrew Pinski2016-09-151-0/+12
* arm64: mm: avoid fdt_check_header() before the FDT is fully mappedArd Biesheuvel2016-08-201-4/+4
* arm64: debug: unmask PSTATE.D earlierWill Deacon2016-08-201-0/+2
* arm64: mm: always take dirty state from new pte in ptep_set_access_flagsWill Deacon2016-06-241-1/+1
* arm64: Implement ptep_set_access_flags() for hardware AF/DBMCatalin Marinas2016-06-011-0/+50
* arm64: vmemmap: use virtual projection of linear regionArd Biesheuvel2016-03-091-2/+2
* arm64: dma-mapping: fix handling of devices registered before arch_initcallMarek Szyprowski2016-02-251-0/+4
* arm64: mm: avoid calling apply_to_page_range on empty rangeMika Penttilä2016-02-251-0/+3
* arm64: kernel: fix architected PMU registers unconditional accessLorenzo Pieralisi2016-01-312-2/+14
* arm64: kernel: enforce pmuserenr_el0 initialization and restoreLorenzo Pieralisi2016-01-311-0/+2
* arm64: mm: ensure that the zero page is visible to the page table walkerWill Deacon2016-01-311-0/+3
* Revert "arm64: Mark kernel page ranges contiguous"Catalin Marinas2015-11-261-61/+8
* arm64: mm: keep reserved ASIDs in sync with mm after multiple rolloversWill Deacon2015-11-261-12/+26
* arm64: mm: fix fault_info table xFSC decodingMark Rutland2015-11-251-14/+14
* arm64: early_alloc: Fix check for allocation failureSuzuki K. Poulose2015-11-251-2/+6
* arm64: Fix R/O permissions in mark_rodata_roLaura Abbott2015-11-181-1/+1
* arm64: simplify dma_get_opsArnd Bergmann2015-11-171-12/+4
* arm64: mm: use correct mapping granularity under DEBUG_RODATAArd Biesheuvel2015-11-171-6/+6
* arm64/dma-mapping: Fix sizes in __iommu_{alloc,free}_attrsRobin Murphy2015-11-161-6/+13
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-11-121-4/+4
|\
| * arm64: mmu: make split_pud and fixup_executable staticJisheng Zhang2015-11-121-2/+2
| * arm64: fix R/O permissions of FDT mappingArd Biesheuvel2015-11-091-1/+1
| * arm64: fix STRICT_MM_TYPECHECKS issue in PTE_CONT manipulationArd Biesheuvel2015-11-091-1/+1
* | arm64: fixup for mm renamesAndrew Morton2015-11-071-1/+1
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-2/+2
* | Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-051-0/+457
|\ \
| * | arm64: Hook up IOMMU dma_opsRobin Murphy2015-10-151-0/+22
| * | arm64: Add IOMMU dma_opsRobin Murphy2015-10-151-0/+435
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-0411-163/+449
|\ \ \ | | |/ | |/|
| * | arm64: Fix build with CONFIG_ZONE_DMA=nRobin Murphy2015-10-291-6/+7
| * | arm64/mm: use PAGE_ALIGNED instead of IS_ALIGNEDAlexander Kuleshov2015-10-281-1/+1
| * | arm64: Delay cpu feature capability checksSuzuki K. Poulose2015-10-211-1/+1
| * | arm64: Add 16K page size supportSuzuki K. Poulose2015-10-191-1/+3
| * | arm64: Handle section maps for swapper/idmapSuzuki K. Poulose2015-10-191-41/+33
| * | arm64: kasan: fix issues reported by sparseWill Deacon2015-10-131-1/+1
| * | ARM64: kasan: print memory assignmentLinus Walleij2015-10-121-0/+6
| * | arm64: add KASAN supportAndrey Ryabinin2015-10-122-0/+168
| * | arm64: move PGD_SIZE definition to pgalloc.hAndrey Ryabinin2015-10-121-2/+0
| * | arm64: use ENDPIPROC() to annotate position independent assembler routinesArd Biesheuvel2015-10-121-5/+5
| * | arm64: Mark kernel page ranges contiguousJeremy Linton2015-10-081-8/+61
| * | arm64: Make the kernel page dump utility aware of the CONT bitJeremy Linton2015-10-081-1/+17
| * | arm64: mm: kill mm_cpumask usageWill Deacon2015-10-071-2/+0
| * | arm64: switch_mm: simplify mm and CPU checksWill Deacon2015-10-071-1/+1
| * | arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon2015-10-072-94/+146
| * | arm64: flush: use local TLB and I-cache invalidationWill Deacon2015-10-072-3/+3
| * | arm64: proc: de-scope TLBI operation during cold bootWill Deacon2015-10-071-2/+2
* | | Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar2015-10-149-61/+72
|\ \ \ | | |/ | |/|
| * | arm64: readahead: fault retry breaks mmap file read random detectionMark Salyzyn2015-10-051-0/+1
| |/