summaryrefslogtreecommitdiff
path: root/arch/tile/mm
AgeCommit message (Expand)Author
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins
2015-11-09kmap_atomic_to_page() has no users, remove itNicolas Pitre
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2015-06-24mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen
2015-06-23vfs: add file_path() helperMiklos Szeredi
2015-06-04tile: avoid a "label not used" warning in do_page_fault()Chris Metcalf
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand
2015-04-17tile: map data region shadow of kernel as R/WChris Metcalf
2015-04-17tile: support CONTEXT_TRACKING and thus NOHZ_FULLChris Metcalf
2015-04-17tile/elf: reorganize notify_exec()Davidlohr Bueso
2015-02-13tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi
2015-02-10tile: drop pte_file()-related helpersKirill A. Shutemov
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2014-11-11tile: Use the more common pr_warn instead of pr_warningJoe Perches
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-02tile: Remove tile-specific _sinitdata and _einitdataGeert Uytterhoeven
2014-08-26tile: Replace __get_cpu_var usesChristoph Lameter
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2014-06-04hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi
2014-05-28replace strict_strto* call with kstrto*Daniel Walter
2014-05-13tile: cleanup the comment in init_pgprotWang Sheng-Hui
2013-11-15tile: handle pgtable_page_ctor() failKirill A. Shutemov
2013-09-13tile: remove HUGE_VMAP dead codeChris Metcalf
2013-09-13tile: use pmd_pfn() instead of casting via pte_tChris Metcalf
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2013-09-12arch: mm: remove obsolete init OOM protectionJohannes Weiner
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi
2013-09-03tile: make __write_once a synonym for __read_mostlyChris Metcalf
2013-09-03tile: remove support for TILE64Chris Metcalf
2013-09-03tile: add virt_to_kpte() API and clean up and document behaviorChris Metcalf
2013-09-03tile: parameterize VA and PA space more cleanlyChris Metcalf
2013-09-03tile: don't assume user privilege is zeroChris Metcalf
2013-08-30tile: handle super huge pages in virt_to_pteChris Metcalf
2013-08-30tile: remove set/clear_fixmap APIsChris Metcalf
2013-08-30tile: support ASLR fullyTony Lu
2013-08-30tile: support kprobes on tilegxTony Lu
2013-08-13tile: provide traceability for hypervisor callsChris Metcalf
2013-08-13tile: avoid struct vm_struct leakChris Metcalf
2013-08-13tile: implement gettimeofday() via vDSOChris Metcalf
2013-08-13tile: support simulator notification for ET_DYN objectsChris Metcalf
2013-08-13tile: support CONFIG_PREEMPTChris Metcalf
2013-08-13tile: remove calls to arch_flush_lazy_mmu_mode()Chris Metcalf
2013-08-13tile: fix some issues in hugepage supportChris Metcalf
2013-08-13tile: fast-path unaligned memory access for tilegxChris Metcalf
2013-08-12tile: fix tilegx vmalloc_sync_all BUG_ONChris Metcalf