nfsd: minor write_pool_threads exit cleanup
[safe/jmp/linux-2.6] / mm /
2009-06-24 Linus TorvaldsMerge branches 'for-linus' of git://git./linux/kernel...
2009-06-24 Al ViroGet "no acls for this inode" right, fix shmem breakage
2009-06-24 Pekka EnbergSLUB: Don't pass __GFP_FAIL for the initial allocation
2009-06-24 Linus TorvaldsDon't warn about order-1 allocations with __GFP_NOFAIL
2009-06-24 Al Viroswitch shmem to inode->i_acl
2009-06-23 Dimitri Sivanichmm: fix handling of pagesets for downed cpus
2009-06-23 Hugh Dickinsmm: pass mm to grab_swap_token
2009-06-23 Linus TorvaldsMerge branch 'kmemleak' of git://linux-arm.org/linux-2.6
2009-06-23 Hugh Dickinsmm: don't rely on flags coincidence
2009-06-23 Hugh Dickinshugetlb: fault flags instead of write_access
2009-06-23 KAMEZAWA Hiroyukimm: fix incorrect page removal from LRU
2009-06-23 Joe Percheskmemleak: use pr_fmt
2009-06-21 Linus TorvaldsMove FAULT_FLAG_xyz into handle_mm_fault() callers
2009-06-21 Linus TorvaldsRemove internal use of 'write_access' in mm/memory.c
2009-06-20 Johannes Weinermm: page_alloc: clear PG_locked before checking flags...
2009-06-19 Joe Perchesbootmem.c: avoid c90 declaration warning
2009-06-18 Benjamin Herrenschmidtmm: Extend gfp masking to the page allocator
2009-06-18 KAMEZAWA Hiroyukimemcg: fix lru rotation in isolate_pages
2009-06-18 KAMEZAWA Hiroyukimemcg: fix behavior under memory.limit equals to memsw...
2009-06-18 KAMEZAWA Hiroyukimemcg: fix swap accounting
2009-06-18 Li Zefanmemcg: remove some redundant checks
2009-06-18 Balbir Singhmemcg: add file-based RSS accounting
2009-06-18 Randy Dunlapcgroups: make messages more readable
2009-06-17 Linus TorvaldsMerge branch 'kmemleak' of git://linux-arm.org/linux-2.6
2009-06-17 Catalin Marinaskmemleak: Fix some typos in comments
2009-06-17 Catalin Marinaskmemleak: Rename kmemleak_panic to kmemleak_stop
2009-06-17 Catalin Marinaskmemleak: Only use GFP_KERNEL|GFP_ATOMIC for the intern...
2009-06-17 Pekka EnbergMerge branch 'slub/earlyboot' into for-linus
2009-06-17 Pekka EnbergMerge branches 'slab/documentation', 'slab/fixes',...
2009-06-17 Linus TorvaldsMerge branch 'akpm'
2009-06-17 KAMEZAWA Hiroyukimm: fix lumpy reclaim lru handling at isolate_lru_pages
2009-06-17 Mel Gormanvmscan: count the number of times zone_reclaim() scans...
2009-06-17 Mel Gormanvmscan: do not unconditionally treat zones that fail...
2009-06-17 Mel Gormanvmscan: properly account for the number of page cache...
2009-06-17 David Rientjesoom: only oom kill exiting tasks with attached memory
2009-06-17 Daisuke Nishimuravmscan: handle may_swap more strictly
2009-06-17 Wu Fengguangvmscan: merge duplicate code in shrink_active_list()
2009-06-17 Wu Fengguangvmscan: make mapped executable pages the first class...
2009-06-17 Wu Fengguangvmscan: report vm_flags in page_referenced()
2009-06-17 Sergei Trofimovichmm cleanup: shmem_file_setup: 'char *' -> 'const char...
2009-06-17 Minchan Kimmm: remove file argument from swap_readpage()
2009-06-17 Minchan Kimmm: remove annotation of gfp_mask in add_to_swap
2009-06-17 Yinghai Lupage-allocator: clear N_HIGH_MEMORY map before we set...
2009-06-17 Mike Waychisonmm: remove __invalidate_mapping_pages variant
2009-06-17 David Rientjesoom: invoke oom killer for __GFP_NOFAIL
2009-06-17 David Rientjesoom: avoid unnecessary mm locking and scanning for...
2009-06-17 David Rientjesoom: move oom_adj value from task_struct to mm_struct
2009-06-17 KAMEZAWA Hiroyukimm: reuse unused swap entry if necessary
2009-06-17 KAMEZAWA Hiroyukimm: modify swap_map and add SWAP_HAS_CACHE flag
2009-06-17 KAMEZAWA Hiroyukimm: add swap cache interface for swap reference
2009-06-17 KOSAKI Motohiromm: remove CONFIG_UNEVICTABLE_LRU config option
2009-06-17 Minchan Kimpage-allocator: reset wmark_min and inactive ratio...
2009-06-17 Minchan Kimpage-allocator: add inactive ratio calculation function...
2009-06-17 Minchan Kimpage-allocator: clean up functions related to pages_min
2009-06-17 MinChan Kimvmscan: prevent shrinking of active anon lru list in...
2009-06-17 Brice Goglinmigration: only migrate_prep() once per move_pages()
2009-06-17 Rafael J. Wysockimm, PM/Freezer: Disable OOM killer when tasks are frozen
2009-06-17 Nick Pigginmm: madvise(): correct return code
2009-06-17 Andrew Mortonpage-allocator: warn if __GFP_NOFAIL is used for a...
2009-06-17 Johannes Weinermm: introduce follow_pfn()
2009-06-17 Johannes Weinermm: use generic follow_pte() in follow_phys()
2009-06-17 Johannes Weinermm: introduce follow_pte()
2009-06-17 Cyrill Gorcunovmm: setup_per_zone_inactive_ratio - fix comment and...
2009-06-17 Cyrill Gorcunovmm: setup_per_zone_inactive_ratio - do not call for...
2009-06-17 Wu Fengguangvmscan: ZVC updates in shrink_active_list() can be...
2009-06-17 Wu Fengguangvmscan: don't export nr_saved_scan in /proc/zoneinfo
2009-06-17 Wu Fengguangvmscan: cleanup the scan batching code
2009-06-17 Rik van Rielvmscan: evict use-once pages first
2009-06-17 Wu Fengguangmm: introduce PageHuge() for testing huge/gigantic...
2009-06-17 Mel Gormanmm: use alloc_pages_exact() in alloc_large_system_hash...
2009-06-17 Mel Gormanpage allocator: sanity check order in the page allocato...
2009-06-17 KOSAKI Motohiropage allocator: move free_page_mlock() to page_alloc.c
2009-06-17 Mel Gormanpage allocator: slab: use nr_online_nodes to check...
2009-06-17 Christoph Lameterpage allocator: use a pre-calculated value instead...
2009-06-17 Mel Gormanpage allocator: get the pageblock migratetype without...
2009-06-17 Mel Gormanpage allocator: update NR_FREE_PAGES only as necessary
2009-06-17 Mel Gormanpage allocator: use allocation flags as an index to...
2009-06-17 Nick Pigginpage allocator: do not check for compound pages during...
2009-06-17 Mel Gormanpage allocator: do not setup zonelist cache when there...
2009-06-17 Mel Gormanpage allocator: do not disable interrupts in free_page_...
2009-06-17 Mel Gormanpage allocator: do not call get_pageblock_migratetype...
2009-06-17 Mel Gormanpage allocator: inline __rmqueue_fallback()
2009-06-17 Mel Gormanpage allocator: inline buffered_rmqueue()
2009-06-17 Mel Gormanpage allocator: inline __rmqueue_smallest()
2009-06-17 Mel Gormanpage allocator: remove a branch by assuming __GFP_HIGH...
2009-06-17 Peter Zijlstrapage allocator: calculate the alloc_flags for allocatio...
2009-06-17 Mel Gormanpage allocator: calculate the migratetype for allocatio...
2009-06-17 Mel Gormanpage allocator: calculate the preferred zone for alloca...
2009-06-17 Mel Gormanpage allocator: move check for disabled anti-fragmentat...
2009-06-17 Mel Gormanpage allocator: break up the allocator entry point...
2009-06-17 Mel Gormanpage allocator: check only once if the zonelist is...
2009-06-17 Mel Gormanpage allocator: do not check NUMA node ID when the...
2009-06-17 Mel Gormanpage allocator: do not sanity check order in the fast...
2009-06-17 Mel Gormanpage allocator: replace __alloc_pages_internal() with...
2009-06-17 Hugh Dickinsmm: alloc_large_system_hash check order
2009-06-17 Miao Xiecpuset,mm: update tasks' mems_allowed in time
2009-06-17 H Hartley Sweetenmm/page-writeback.c: dirty limit type should be unsigne...
2009-06-17 KOSAKI Motohirovmscan: low order lumpy reclaim also should use PAGEOUT...
2009-06-17 Nick Pigginmm: clean up get_user_pages_fast() documentation
2009-06-17 Wu Fengguangreadahead: enforce full sync mmap readahead size
next