aboutsummaryrefslogtreecommitdiffstats
path: root/arch/metag/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-09metag: Drop show_mem() from mem_init()James Hogan1-1/+0
2016-08-05Merge tag 'metag-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds1-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-07-15metag: Remove duplicate KERN_<LEVEL> prefixJoe Perches1-1/+1
2016-05-19metag: mm: use hugetlb_bad_size()Vaishali Thakkar1-0/+1
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov1-1/+1
2015-11-09kmap_atomic_to_page() has no users, remove itNicolas Pitre1-14/+0
2015-06-24mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen1-5/+0
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-1/+1
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand1-1/+3
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi1-6/+0
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-06-16metag: hugetlbpage: Remove null pointer checks that could never happenRickard Strandqvist1-1/+1
2014-06-04hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi1-5/+0
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen2-2/+4
2013-11-13mm: use pgdat_end_pfn() to simplify the code in archXishi Qiu1-1/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-9/+0
2013-11-08metag: off by one in setup_bootmem_node()Dan Carpenter1-1/+1
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring1-9/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+4
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi1-0/+5
2013-07-24of: Specify initrd location using 64-bitSantosh Shilimkar1-3/+2
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner1-2/+4
2013-07-06Merge tag 'metag-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds1-1/+1
2013-07-03mm/metag: prepare for killing free_all_bootmem_node()Jiang Liu1-12/+2
2013-07-03mm/metag: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-7/+1
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-4/+1
2013-07-03mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu1-0/+6
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+2
2013-06-13metag/mm/cache: Restrict scope for metag_lnkget_probeMarkos Chandras1-1/+1
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-5/+0
2013-04-30Merge tag 'metag-for-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds1-3/+0
2013-04-29mm/metag: use free_highmem_page() to free highmem pages into buddy systemJiang Liu1-8/+2
2013-04-29mm/metag: use common help functions to free reserved pagesJiang Liu1-19/+2
2013-04-18memblock: kill "config MAX_ACTIVE_REGIONS"Paul Bolle1-5/+0
2013-03-20memblock: Kill ARCH_POPULATES_NODE_MAP once morePaul Bolle1-3/+0
2013-03-04metag: Inhibit NUMA balancing.Paul Mundt1-0/+1
2013-03-02metag: move mm/init.c exports out of metag_ksyms.cJames Hogan1-0/+3
2013-03-02metag: hugetlb: convert to vm_unmapped_area()James Hogan1-42/+10
2013-03-02metag: export metag_code_cache_flush_allJames Hogan1-0/+1
2013-03-02metag: add boot time LNKGET/LNKSET checkJames Hogan1-0/+79
2013-03-02metag: add __init to metag_cache_probe()James Hogan1-1/+1
2013-03-02metag: Build infrastructureJames Hogan2-0/+172
2013-03-02metag: TCM supportJames Hogan1-0/+81
2013-03-02metag: Highmem supportJames Hogan1-0/+133
2013-03-02metag: Huge TLBJames Hogan1-0/+291
2013-03-02metag: Memory handlingJames Hogan2-0/+157
2013-03-02metag: Memory managementJames Hogan5-0/+1066
2013-03-02metag: Cache/TLB handlingJames Hogan2-0/+633