aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-17tile: map data region shadow of kernel as R/WChris Metcalf1-2/+5
2015-04-17tile: support CONTEXT_TRACKING and thus NOHZ_FULLChris Metcalf1-3/+7
2015-04-17tile/elf: reorganize notify_exec()Davidlohr Bueso1-18/+29
2015-02-13tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-18/+12
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi1-28/+0
2015-02-10tile: drop pte_file()-related helpersKirill A. Shutemov1-4/+0
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-11-11tile: Use the more common pr_warn instead of pr_warningJoe Perches5-55/+39
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-3/+3
2014-10-02tile: Remove tile-specific _sinitdata and _einitdataGeert Uytterhoeven1-6/+6
2014-08-26tile: Replace __get_cpu_var usesChristoph Lameter2-3/+3
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-4/+4
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-1/+1
2014-06-04hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi1-5/+0
2014-05-28replace strict_strto* call with kstrto*Daniel Walter1-1/+1
2014-05-13tile: cleanup the comment in init_pgprotWang Sheng-Hui1-3/+3
2013-11-15tile: handle pgtable_page_ctor() failKirill A. Shutemov1-1/+5
2013-09-13tile: remove HUGE_VMAP dead codeChris Metcalf2-6/+0
2013-09-13tile: use pmd_pfn() instead of casting via pte_tChris Metcalf1-2/+1
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+5
2013-09-12arch: mm: remove obsolete init OOM protectionJohannes Weiner1-6/+0
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi1-0/+5
2013-09-03tile: make __write_once a synonym for __read_mostlyChris Metcalf1-11/+2
2013-09-03tile: remove support for TILE64Chris Metcalf3-144/+23
2013-09-03tile: add virt_to_kpte() API and clean up and document behaviorChris Metcalf3-7/+25
2013-09-03tile: parameterize VA and PA space more cleanlyChris Metcalf1-4/+4
2013-09-03tile: don't assume user privilege is zeroChris Metcalf1-2/+2
2013-08-30tile: handle super huge pages in virt_to_pteChris Metcalf1-0/+3
2013-08-30tile: remove set/clear_fixmap APIsChris Metcalf2-53/+1
2013-08-30tile: support ASLR fullyTony Lu1-2/+22
2013-08-30tile: support kprobes on tilegxTony Lu1-0/+12
2013-08-13tile: provide traceability for hypervisor callsChris Metcalf2-4/+4
2013-08-13tile: avoid struct vm_struct leakChris Metcalf1-1/+1
2013-08-13tile: implement gettimeofday() via vDSOChris Metcalf1-35/+2
2013-08-13tile: support simulator notification for ET_DYN objectsChris Metcalf1-14/+48
2013-08-13tile: support CONFIG_PREEMPTChris Metcalf1-1/+3
2013-08-13tile: remove calls to arch_flush_lazy_mmu_mode()Chris Metcalf2-5/+2
2013-08-13tile: fix some issues in hugepage supportChris Metcalf1-35/+3
2013-08-13tile: fast-path unaligned memory access for tilegxChris Metcalf1-0/+41
2013-08-12tile: fix tilegx vmalloc_sync_all BUG_ONChris Metcalf1-1/+2
2013-07-10mm: remove free_area_cacheMichel Lespinasse1-2/+0
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner1-4/+4
2013-07-03mm/tile: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-14/+1
2013-07-03tile: normalize global variables exported by vmlinux.ldsJiang Liu1-1/+1
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm/tile: use common help functions to free reserved pagesJiang Liu1-5/+2
2013-04-29mm, vmalloc: change iterating a vmlist to find_vm_area()Joonsoo Kim1-6/+1
2013-02-23swap: add per-partition lock for swapfileShaohua Li1-1/+1
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang1-0/+8
2013-02-23mm: remove flags argument to mmap_regionMichel Lespinasse1-1/+0