summaryrefslogtreecommitdiffstats
path: root/arch/tile/mm
Commit message (Expand)AuthorAgeFilesLines
* tile: remove set/clear_fixmap APIsChris Metcalf2013-08-302-53/+1
* 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/+2
* 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/+2
* tile: fix some issues in hugepage supportChris Metcalf2013-08-131-35/+3
* 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-101-2/+0
* mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner2013-07-091-4/+4
* mm/tile: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-14/+1
* tile: normalize global variables exported by vmlinux.ldsJiang Liu2013-07-031-1/+1
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
* mm/tile: use common help functions to free reserved pagesJiang Liu2013-07-031-5/+2
* mm, vmalloc: change iterating a vmlist to find_vm_area()Joonsoo Kim2013-04-291-6/+1
* swap: add per-partition lock for swapfileShaohua Li2013-02-231-1/+1
* memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang2013-02-231-0/+8
* mm: remove flags argument to mmap_regionMichel Lespinasse2013-02-231-1/+0
* tile: export a handful of symbols appropriatelyChris Metcalf2013-02-081-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-121-2/+3
|\
| * arch/tile: eliminate pt_regs trampolines for syscallsChris Metcalf2012-10-231-2/+3
* | mm: use vm_unmapped_area() in hugetlbfs on tile architectureMichel Lespinasse2012-12-111-114/+25
|/
* readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
* mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov2012-10-091-12/+7
* Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-07-271-1/+1
|\
| * tile: remove usage of enum km_typeCong Wang2012-07-231-1/+1
* | arch/tile: enable ZONE_DMA for tilegxChris Metcalf2012-07-181-6/+5
* | tilegx pci: support I/O to arbitrarily-cached pagesChris Metcalf2012-07-182-116/+99
* | arch/tile: tilegx PCI root complex supportChris Metcalf2012-07-181-7/+0
|/
* tile/mm/fault.c: Port OOM changes to handle_page_faultKautuk Consul2012-05-251-5/+27
* arch/tile: support multiple huge page sizes dynamicallyChris Metcalf2012-05-255-79/+226
* arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf2012-05-252-23/+15
* arch/tile: use interrupt critical sections lessChris Metcalf2012-05-254-55/+25
* arch/tile: remove bogus performance optimizationChris Metcalf2012-04-021-5/+0
* arch/tile: export the page_home() function.Chris Metcalf2012-04-021-0/+1
* arch/tile: fix up locking in pgtable.c slightlyChris Metcalf2012-04-021-10/+12
* arch/tile: fix bug in loading kernels larger than 16 MBChris Metcalf2012-04-021-6/+15
* arch/tile: don't enable irqs unconditionally in page fault handlerChris Metcalf2012-04-021-2/+5
* arch/tile: don't set the homecache of a PTE unless appropriateChris Metcalf2012-04-021-4/+12
* arch/tile: don't wait for migrating PTEs in an NMI handlerChris Metcalf2012-04-021-3/+10
* arch/tile: fix a couple of comments that needed updatingChris Metcalf2012-04-021-1/+1
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-284-3/+1
|\
| * Disintegrate asm/system.h for TileDavid Howells2012-03-284-3/+1
* | coredump: remove VM_ALWAYSDUMP flagJason Baron2012-03-231-7/+1
|/
* highmem: kill all __kmap_atomic()Cong Wang2012-03-201-2/+2
* tile: Make tile use the new is_idle_task() APIPaul E. McKenney2011-12-111-2/+2
OpenPOWER on IntegriCloud