summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
2016-02-12arm64: mm: ensure that the zero page is visible to the page table walkerWill Deacon1-0/+3
2015-10-28arm64: readahead: fault retry breaks mmap file read random detectionMark Salyzyn1-0/+1
2015-08-04arm64: Don't report clear pmds and puds as hugeChristoffer Dall1-2/+2
2015-07-30arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAPDave P Martin1-1/+1
2015-07-30arm64: Do not attempt to use init_mm in reset_context()Catalin Marinas1-0/+8
2015-07-30arm64/mm: Remove hack in mmap randomize layoutYann Droneaud1-10/+2
2015-03-16mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi1-6/+0
2014-07-18arm64: mm: Make icache synchronisation logic huge page awareSteve Capper1-1/+2
2014-07-02hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi1-5/+0
2014-06-06arm64: fix pud_huge() for 2-level pagetablesMark Salter1-0/+4
2014-02-20arm64: Invalidate the TLB when replacing pmd entries during bootCatalin Marinas1-2/+10
2013-09-25arm64: use correct register width when retrieving ASIDMatthew Leach1-1/+1
2013-09-20arm64: Make do_bad_area() function staticCatalin Marinas1-1/+1
2013-09-13arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-7/+10
2013-09-13arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner1-7/+7
2013-09-12mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi1-0/+5
2013-09-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+1
2013-09-03arm64: mm: permit use of tagged pointers at EL0Will Deacon1-1/+1
2013-09-02arm64: Remove unused cpu_name ascii in arch/arm64/mm/proc.SCatalin Marinas1-4/+0
2013-08-28arm64: Fix mapping of memory banks not ending on a PMD_SIZE boundaryCatalin Marinas1-2/+21
2013-07-24of: Specify initrd location using 64-bitSantosh Shilimkar1-2/+1
2013-07-19arm64: mm: don't treat user cache maintenance faults as writesWill Deacon1-26/+20
2013-07-11mm: remove free_area_cacheMichel Lespinasse1-2/+0
2013-07-04mm/microblaze: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-1/+1
2013-07-04mm/ARM64: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-45/+3
2013-07-04mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-04mm/ARM64: kill poison_init_mem()Jiang Liu1-14/+3
2013-07-04mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-04mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-07-01Merge branch 'for-next/hugepages' of git://git.linaro.org/people/stevecapper/...Catalin Marinas4-21/+88
2013-06-14ARM64: mm: HugeTLB support.Steve Capper3-15/+75
2013-06-14ARM64: mm: Restore memblock limit when map_mem finished.Steve Capper1-6/+13
2013-06-07arm64: Remove __flush_dcache_page()Catalin Marinas2-7/+1
2013-06-07arm64: Do not flush the D-cache for anonymous pagesCatalin Marinas2-6/+3
2013-06-07arm64: Avoid cache flushing in flush_dcache_page()Catalin Marinas1-18/+4
2013-05-24arm64: Do not report user faults for handled signalsCatalin Marinas1-1/+2
2013-05-14arm64: mm: Fix operands of clz in __flush_dcache_allSukanto Ghosh1-1/+1
2013-05-13arm64: debug: clear mdscr_el1 instead of taking the OS lockWill Deacon1-2/+1
2013-05-09Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2013-05-08arm64: Ignore the 'write' ESR flag on cache maintenance faultsCatalin Marinas1-1/+2
2013-04-30Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2013-04-30sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner1-8/+5
2013-04-30mm/ARM: use common help functions to free reserved pagesJiang Liu1-24/+2
2013-04-25arm64: mm: Correct show_pte behaviourSteve Capper1-3/+3
2013-03-25ARM64: early_printk: Fix check for CONFIG_ARM64_64K_PAGESBen Hutchings1-1/+1
2013-02-24memory-hotplug: remove memmap of sparse-vmemmapTang Chen1-0/+3
2013-01-22arm64: Add simple earlyprintk supportCatalin Marinas1-0/+42
2012-11-23arm64: Convert empty flush_cache_{mm,page} functions to static inlineCatalin Marinas1-9/+0
2012-11-14arm64: mm: update max_dma32 before calculating size of NORMAL zoneWill Deacon1-2/+2
2012-11-14arm64: Make the user fault reporting more specificCatalin Marinas1-2/+11