summaryrefslogtreecommitdiffstats
path: root/arch/tile/mm
AgeCommit message (Expand)AuthorLines
2015-02-13tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-18/+12
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi-28/+0
2015-02-10tile: drop pte_file()-related helpersKirill A. Shutemov-4/+0
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds-0/+2
2014-11-11tile: Use the more common pr_warn instead of pr_warningJoe Perches-55/+39
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+3
2014-10-02tile: Remove tile-specific _sinitdata and _einitdataGeert Uytterhoeven-6/+6
2014-08-26tile: Replace __get_cpu_var usesChristoph Lameter-3/+3
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds-4/+4
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman-1/+1
2014-06-04hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi-5/+0
2014-05-28replace strict_strto* call with kstrto*Daniel Walter-1/+1
2014-05-13tile: cleanup the comment in init_pgprotWang Sheng-Hui-3/+3
2013-11-15tile: handle pgtable_page_ctor() failKirill A. Shutemov-1/+5
2013-09-13tile: remove HUGE_VMAP dead codeChris Metcalf-6/+0
2013-09-13tile: use pmd_pfn() instead of casting via pte_tChris Metcalf-2/+1
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner-2/+5
2013-09-12arch: mm: remove obsolete init OOM protectionJohannes Weiner-6/+0
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi-0/+5
2013-09-03tile: make __write_once a synonym for __read_mostlyChris Metcalf-11/+2
2013-09-03tile: remove support for TILE64Chris Metcalf-144/+23
2013-09-03tile: add virt_to_kpte() API and clean up and document behaviorChris Metcalf-7/+25
2013-09-03tile: parameterize VA and PA space more cleanlyChris Metcalf-4/+4
2013-09-03tile: don't assume user privilege is zeroChris Metcalf-2/+2
2013-08-30tile: handle super huge pages in virt_to_pteChris Metcalf-0/+3
2013-08-30tile: remove set/clear_fixmap APIsChris Metcalf-53/+1
2013-08-30tile: support ASLR fullyTony Lu-2/+22
2013-08-30tile: support kprobes on tilegxTony Lu-0/+12
2013-08-13tile: provide traceability for hypervisor callsChris Metcalf-4/+4
2013-08-13tile: avoid struct vm_struct leakChris Metcalf-1/+1
2013-08-13tile: implement gettimeofday() via vDSOChris Metcalf-35/+2
2013-08-13tile: support simulator notification for ET_DYN objectsChris Metcalf-14/+48
2013-08-13tile: support CONFIG_PREEMPTChris Metcalf-1/+3
2013-08-13tile: remove calls to arch_flush_lazy_mmu_mode()Chris Metcalf-5/+2
2013-08-13tile: fix some issues in hugepage supportChris Metcalf-35/+3
2013-08-13tile: fast-path unaligned memory access for tilegxChris Metcalf-0/+41
2013-08-12tile: fix tilegx vmalloc_sync_all BUG_ONChris Metcalf-1/+2
2013-07-10mm: remove free_area_cacheMichel Lespinasse-2/+0
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner-4/+4
2013-07-03mm/tile: prepare for removing num_physpages and simplify mem_init()Jiang Liu-14/+1
2013-07-03tile: normalize global variables exported by vmlinux.ldsJiang Liu-1/+1
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu-1/+1
2013-07-03mm/tile: use common help functions to free reserved pagesJiang Liu-5/+2
2013-04-29mm, vmalloc: change iterating a vmlist to find_vm_area()Joonsoo Kim-6/+1
2013-02-23swap: add per-partition lock for swapfileShaohua Li-1/+1
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang-0/+8
2013-02-23mm: remove flags argument to mmap_regionMichel Lespinasse-1/+0
2013-02-08tile: export a handful of symbols appropriatelyChris Metcalf-0/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+3
2012-12-11mm: use vm_unmapped_area() in hugetlbfs on tile architectureMichel Lespinasse-114/+25