summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* vmalloc: call flush_cache_vunmap() from unmap_kernel_range()Tejun Heo2009-03-161-0/+2
* mm: vmap fix overflowNick Piggin2009-03-161-0/+7
* mm: fix lazy vmap purging (use-after-free error)Vegard Nossum2009-03-161-1/+2
* mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki2009-03-161-3/+20
* mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki2009-03-161-1/+7
* mm: rearrange exit_mmap() to unlock before arch_exit_mmapJeremy Fitzhardinge2009-02-171-1/+6
* writeback: fix break conditionFederico Cuello2009-02-171-13/+16
* write-back: fix nr_to_write counterArtem Bityutskiy2009-02-171-6/+15
* Fix page writeback thinko, causing Berkeley DB slowdownNick Piggin2009-02-171-1/+1
* mm: fix error case in mlock downgrade reversionHugh Dickins2009-02-121-1/+4
* do_wp_page: fix regression with execute in placeCarsten Otte2009-02-121-1/+1
* Manually revert "mlock: downgrade mmap sem while populating mlocked regions"Linus Torvalds2009-02-061-45/+2
* Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segmentsAndrew Morton2009-02-021-2/+7
* alpha: fix vmalloc breakageIvan Kokshaysky2009-02-021-0/+11
* mm: direct IO starvation improvementNick Piggin2009-01-241-11/+5
* mm: write_cache_pages more terminate quicklyAndrew Morton2009-01-241-1/+4
* mm: write_cache_pages terminate quicklyNick Piggin2009-01-241-16/+16
* mm: write_cache_pages optimise page cleaningNick Piggin2009-01-241-4/+13
* mm: write_cache_pages cleanupsNick Piggin2009-01-241-12/+22
* mm: write_cache_pages integrity fixNick Piggin2009-01-242-3/+5
* mm: write_cache_pages writepage error fixNick Piggin2009-01-241-6/+20
* mm: write_cache_pages early loop terminationNick Piggin2009-01-241-1/+5
* mm: write_cache_pages cyclic fixNick Piggin2009-01-241-7/+18
* System call wrappers part 28Heiko Carstens2009-01-182-17/+15
* System call wrappers part 26Heiko Carstens2009-01-181-2/+2
* System call wrappers part 14Heiko Carstens2009-01-183-5/+5
* System call wrappers part 13Heiko Carstens2009-01-187-17/+17
* System call wrapper special casesHeiko Carstens2009-01-182-3/+24
* Convert all system calls to return a longHeiko Carstens2009-01-184-4/+4
* fs: symlink write_begin allocation context fixNick Piggin2009-01-181-4/+9
* vmalloc.c: fix flushing in vmap_page_range()Adam Lackorzynski2009-01-181-2/+3
* mm: Don't touch uninitialized variable in do_pages_stat_array()KOSAKI Motohiro2008-12-161-1/+1
* slob: do not pass the SLAB flags as GFP in kmem_cache_create()Catalin Marinas2008-12-151-1/+1
* KSYM_SYMBOL_LEN fixesHugh Dickins2008-12-102-2/+2
* mm: no get_user/put_user while holding mmap_sem in do_pages_stat?Brice Goglin2008-12-101-13/+46
* page_cgroup should ignore empty nodesKAMEZAWA Hiroyuki2008-12-101-0/+3
* mm: remove UP version of lru_add_drain_all()KOSAKI Motohiro2008-12-101-13/+0
* mm/backing-dev.c: remove recently-added WARN_ON()Andrew Morton2008-12-101-1/+1
* vmscan: evict streaming IO firstRik van Riel2008-12-021-1/+6
* bdi: register sysfs bdi device only once per queueKay Sievers2008-12-021-0/+3
* memcg: memory hotplug fix for notifier callbackKAMEZAWA Hiroyuki2008-12-012-16/+33
* mm: vmalloc fix lazy unmapping cache aliasingNick Piggin2008-12-011-4/+16
* vmscan: protect zone rotation stats by lru lockJohannes Weiner2008-12-011-1/+1
* meminit section warningsAl Viro2008-11-303-11/+13
* vmscan: fix get_scan_ratio() commentRik van Riel2008-11-191-3/+3
* vmscan: let GFP_NOFS go to swap againHugh Dickins2008-11-191-0/+3
* migration: fix writepage errorHugh Dickins2008-11-191-4/+1
* mm: vmalloc search restart fixGlauber Costa2008-11-191-2/+2
* mm: vmalloc failure flush fixNick Piggin2008-11-191-2/+13
* mm: vmalloc allocator off by oneNick Piggin2008-11-191-1/+1