summaryrefslogtreecommitdiffstats
path: root/arch/metag/mm
Commit message (Expand)AuthorAgeFilesLines
* metag: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-261-2/+1
* metag: Drop show_mem() from mem_init()James Hogan2016-08-091-1/+0
* Merge tag 'metag-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2016-08-051-1/+1
|\
| * metag: Remove duplicate KERN_<LEVEL> prefixJoe Perches2016-07-151-1/+1
* | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
|/
* metag: mm: use hugetlb_bad_size()Vaishali Thakkar2016-05-191-0/+1
* mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-1/+1
* kmap_atomic_to_page() has no users, remove itNicolas Pitre2015-11-091-14/+0
* mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen2015-06-241-5/+0
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-1/+1
* sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2015-05-191-1/+3
* mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi2015-02-111-6/+0
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* metag: hugetlbpage: Remove null pointer checks that could never happenRickard Strandqvist2014-06-161-1/+1
* hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi2014-06-041-5/+0
* memblock: make memblock_set_node() support different memblock_typeTang Chen2014-01-212-2/+4
* mm: use pgdat_end_pfn() to simplify the code in archXishi Qiu2013-11-131-1/+1
* Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-9/+0
|\
| * of: remove early_init_dt_setup_initrd_archRob Herring2013-10-091-9/+0
* | metag: off by one in setup_bootmem_node()Dan Carpenter2013-11-081-1/+1
|/
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-2/+4
* mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi2013-09-111-0/+5
* of: Specify initrd location using 64-bitSantosh Shilimkar2013-07-241-3/+2
* mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner2013-07-091-2/+4
* Merge tag 'metag-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-061-1/+1
|\
| * metag/mm/cache: Restrict scope for metag_lnkget_probeMarkos Chandras2013-06-131-1/+1
* | mm/metag: prepare for killing free_all_bootmem_node()Jiang Liu2013-07-031-12/+2
* | mm/metag: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-7/+1
* | mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-4/+1
* | mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu2013-07-031-0/+6
* | mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+2
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-05-021-5/+0
|\
| * memblock: kill "config MAX_ACTIVE_REGIONS"Paul Bolle2013-04-181-5/+0
* | Merge tag 'metag-for-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-04-301-3/+0
|\ \
| * | memblock: Kill ARCH_POPULATES_NODE_MAP once morePaul Bolle2013-03-201-3/+0
| |/
* | mm/metag: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2013-04-291-8/+2
* | mm/metag: use common help functions to free reserved pagesJiang Liu2013-04-291-19/+2
|/
* metag: Inhibit NUMA balancing.Paul Mundt2013-03-041-0/+1
* metag: move mm/init.c exports out of metag_ksyms.cJames Hogan2013-03-021-0/+3
* metag: hugetlb: convert to vm_unmapped_area()James Hogan2013-03-021-42/+10
* metag: export metag_code_cache_flush_allJames Hogan2013-03-021-0/+1
* metag: add boot time LNKGET/LNKSET checkJames Hogan2013-03-021-0/+79
* metag: add __init to metag_cache_probe()James Hogan2013-03-021-1/+1
* metag: Build infrastructureJames Hogan2013-03-022-0/+172
* metag: TCM supportJames Hogan2013-03-021-0/+81
* metag: Highmem supportJames Hogan2013-03-021-0/+133
* metag: Huge TLBJames Hogan2013-03-021-0/+291
* metag: Memory handlingJames Hogan2013-03-022-0/+157
* metag: Memory managementJames Hogan2013-03-025-0/+1066
* metag: Cache/TLB handlingJames Hogan2013-03-022-0/+633