summaryrefslogtreecommitdiff
path: root/arch/tile/mm
AgeCommit message (Expand)AuthorFilesLines
2013-08-14tile: provide traceability for hypervisor callsChris Metcalf2-4/+4
2013-08-14tile: avoid struct vm_struct leakChris Metcalf1-1/+1
2013-08-14tile: implement gettimeofday() via vDSOChris Metcalf1-35/+2
2013-08-14tile: support simulator notification for ET_DYN objectsChris Metcalf1-14/+48
2013-08-14tile: support CONFIG_PREEMPTChris Metcalf1-1/+3
2013-08-14tile: remove calls to arch_flush_lazy_mmu_mode()Chris Metcalf2-5/+2
2013-08-14tile: fix some issues in hugepage supportChris Metcalf1-35/+3
2013-08-14tile: 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-11mm: remove free_area_cacheMichel Lespinasse1-2/+0
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner1-4/+4
2013-07-04mm/tile: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-14/+1
2013-07-04tile: normalize global variables exported by vmlinux.ldsJiang Liu1-1/+1
2013-07-04mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-04mm/tile: use common help functions to free reserved pagesJiang Liu1-5/+2
2013-04-30mm, vmalloc: change iterating a vmlist to find_vm_area()Joonsoo Kim1-6/+1
2013-02-24swap: add per-partition lock for swapfileShaohua Li1-1/+1
2013-02-24memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang1-0/+8
2013-02-24mm: remove flags argument to mmap_regionMichel Lespinasse1-1/+0
2013-02-08tile: export a handful of symbols appropriatelyChris Metcalf1-0/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+3
2012-12-12mm: use vm_unmapped_area() in hugetlbfs on tile architectureMichel Lespinasse1-114/+25
2012-10-24arch/tile: eliminate pt_regs trampolines for syscallsChris Metcalf1-2/+3
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov1-12/+7
2012-07-27Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-1/+1
2012-07-23tile: remove usage of enum km_typeCong Wang1-1/+1
2012-07-19arch/tile: enable ZONE_DMA for tilegxChris Metcalf1-6/+5
2012-07-19tilegx pci: support I/O to arbitrarily-cached pagesChris Metcalf2-116/+99
2012-07-19arch/tile: tilegx PCI root complex supportChris Metcalf1-7/+0
2012-05-25tile/mm/fault.c: Port OOM changes to handle_page_faultKautuk Consul1-5/+27
2012-05-25arch/tile: support multiple huge page sizes dynamicallyChris Metcalf5-79/+226
2012-05-25arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf2-23/+15
2012-05-25arch/tile: use interrupt critical sections lessChris Metcalf4-55/+25
2012-04-02arch/tile: remove bogus performance optimizationChris Metcalf1-5/+0
2012-04-02arch/tile: export the page_home() function.Chris Metcalf1-0/+1
2012-04-02arch/tile: fix up locking in pgtable.c slightlyChris Metcalf1-10/+12
2012-04-02arch/tile: fix bug in loading kernels larger than 16 MBChris Metcalf1-6/+15
2012-04-02arch/tile: don't enable irqs unconditionally in page fault handlerChris Metcalf1-2/+5
2012-04-02arch/tile: don't set the homecache of a PTE unless appropriateChris Metcalf1-4/+12
2012-04-02arch/tile: don't wait for migrating PTEs in an NMI handlerChris Metcalf1-3/+10
2012-04-02arch/tile: fix a couple of comments that needed updatingChris Metcalf1-1/+1
2012-03-29Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds4-3/+1
2012-03-28Disintegrate asm/system.h for TileDavid Howells4-3/+1
2012-03-24coredump: remove VM_ALWAYSDUMP flagJason Baron1-7/+1
2012-03-20highmem: kill all __kmap_atomic()Cong Wang1-2/+2
2011-12-11tile: Make tile use the new is_idle_task() APIPaul E. McKenney1-2/+2
2011-12-04arch/tile: fix double-free bug in homecache_free_pages()Chris Metcalf1-3/+6
2011-08-03arch/tile/mm/init.c: trivial: use BUG_ONJulia Lawall1-2/+1
2011-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2-11/+206