aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-08tile: export a handful of symbols appropriatelyChris Metcalf1-0/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-2/+3
2012-12-11mm: use vm_unmapped_area() in hugetlbfs on tile architectureMichel Lespinasse1-114/+25
2012-10-23arch/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-18arch/tile: enable ZONE_DMA for tilegxChris Metcalf1-6/+5
2012-07-18tilegx pci: support I/O to arbitrarily-cached pagesChris Metcalf2-116/+99
2012-07-18arch/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