summaryrefslogtreecommitdiffstats
path: root/arch/tile/mm
Commit message (Expand)AuthorAgeFilesLines
* kmap_atomic_to_page() has no users, remove itNicolas Pitre2015-11-101-12/+0Star
* mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-281-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-051-1/+1
|\
| * vfs: add file_path() helperMiklos Szeredi2015-06-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2015-07-011-7/+10
|\ \
| * | tile: avoid a "label not used" warning in do_page_fault()Chris Metcalf2015-06-041-7/+10
| |/
* | mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen2015-06-251-5/+0Star
* | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-2/+2
* | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2015-05-191-1/+2
|/
* tile: map data region shadow of kernel as R/WChris Metcalf2015-04-171-2/+5
* tile: support CONTEXT_TRACKING and thus NOHZ_FULLChris Metcalf2015-04-171-3/+7
* tile/elf: reorganize notify_exec()Davidlohr Bueso2015-04-171-18/+29
* tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-142-18/+12Star
* mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi2015-02-121-28/+0Star
* tile: drop pte_file()-related helpersKirill A. Shutemov2015-02-101-4/+0Star
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* tile: Use the more common pr_warn instead of pr_warningJoe Perches2014-11-115-55/+39Star
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-152-3/+3
|\
| * tile: Replace __get_cpu_var usesChristoph Lameter2014-08-262-3/+3
* | tile: Remove tile-specific _sinitdata and _einitdataGeert Uytterhoeven2014-10-021-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-06-121-4/+4
|\
| * replace strict_strto* call with kstrto*Daniel Walter2014-05-281-1/+1
| * tile: cleanup the comment in init_pgprotWang Sheng-Hui2014-05-131-3/+3
* | mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman2014-06-051-1/+1
* | hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi2014-06-051-5/+0Star
|/
* tile: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-1/+5
* tile: remove HUGE_VMAP dead codeChris Metcalf2013-09-132-6/+0Star
* tile: use pmd_pfn() instead of casting via pte_tChris Metcalf2013-09-131-2/+1Star
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-131-2/+5
* arch: mm: remove obsolete init OOM protectionJohannes Weiner2013-09-131-6/+0Star
* mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi2013-09-121-0/+5
* tile: make __write_once a synonym for __read_mostlyChris Metcalf2013-09-031-11/+2Star
* tile: remove support for TILE64Chris Metcalf2013-09-033-144/+23Star
* tile: add virt_to_kpte() API and clean up and document behaviorChris Metcalf2013-09-033-7/+25
* tile: parameterize VA and PA space more cleanlyChris Metcalf2013-09-031-4/+4
* tile: don't assume user privilege is zeroChris Metcalf2013-09-031-2/+2
* tile: handle super huge pages in virt_to_pteChris Metcalf2013-08-301-0/+3
* tile: remove set/clear_fixmap APIsChris Metcalf2013-08-302-53/+1Star
* tile: support ASLR fullyTony Lu2013-08-301-2/+22
* tile: support kprobes on tilegxTony Lu2013-08-301-0/+12
* tile: provide traceability for hypervisor callsChris Metcalf2013-08-132-4/+4
* tile: avoid struct vm_struct leakChris Metcalf2013-08-131-1/+1
* tile: implement gettimeofday() via vDSOChris Metcalf2013-08-131-35/+2Star
* tile: support simulator notification for ET_DYN objectsChris Metcalf2013-08-131-14/+48
* tile: support CONFIG_PREEMPTChris Metcalf2013-08-131-1/+3
* tile: remove calls to arch_flush_lazy_mmu_mode()Chris Metcalf2013-08-132-5/+2Star
* tile: fix some issues in hugepage supportChris Metcalf2013-08-131-35/+3Star
* tile: fast-path unaligned memory access for tilegxChris Metcalf2013-08-131-0/+41
* tile: fix tilegx vmalloc_sync_all BUG_ONChris Metcalf2013-08-121-1/+2
* mm: remove free_area_cacheMichel Lespinasse2013-07-111-2/+0Star