1. c67ae69 hexdump: remove the trailing space by Li Zefan · 15 years ago
  2. a9c5695 use printk_once() in several places by Minchan Kim · 15 years ago
  3. 009789f slow-work: use round_jiffies() for thread pool's cull and OOM timers by Chris Peterson · 15 years ago
  4. b72b71c lib: do code optimization for radix_tree_lookup() and radix_tree_lookup_slot() by Huang Shijie · 15 years ago
  5. 30639b6a groups: move code to kernel/groups.c by Alexey Dobriyan · 15 years ago
  6. 8b0b1db remove put_cpu_no_resched() by Thomas Gleixner · 15 years ago
  7. 10fc89d drbd: add major number to major.h by Philipp Reisner · 15 years ago
  8. 0d9c25d headers: move module_bug_finalize()/module_bug_cleanup() definitions into module.h by Andrew Morton · 15 years ago
  9. 4938d7e poll: avoid extra wakeups in select/poll by Eric Dumazet · 15 years ago
  10. 02d5341 ntfs: use is_power_of_2() function for clarity. by Robert P. J. Day · 15 years ago
  11. b33112d kernel/kfifo.c: replace conditional test with is_power_of_2() by Robert P. J. Day · 15 years ago
  12. 417dcdf atomic: only take lock when the counter drops to zero on UP as well by Jan Blunck · 15 years ago
  13. a7d932a utsname.h: make new_utsname fields use the proper length constant by Dan Smith · 15 years ago
  14. b08cd96 uml: bad macro expansion, parameter is member by Roel Kluin · 15 years ago
  15. 276c974 uml: fix a section warning by Amerigo Wang · 15 years ago
  16. 6fa851c um: remove obsolete hw_interrupt_type by Thomas Gleixner · 15 years ago
  17. 7e1cb78 uml: UML net driver does not allow for vlans by Alan Cox · 15 years ago
  18. 189e91f m32r: remove obsolete hw_interrupt_type by Thomas Gleixner · 15 years ago
  19. fb26b3e alpha: bad macro expansion, parameter is member by Roel Kluin · 15 years ago
  20. 44377f6 alpha: remove obsolete hw_interrupt_type by Thomas Gleixner · 15 years ago
  21. ee993b1 mm: fix lumpy reclaim lru handling at isolate_lru_pages by KAMEZAWA Hiroyuki · 15 years ago
  22. 24cf72518 vmscan: count the number of times zone_reclaim() scans and fails by Mel Gorman · 15 years ago
  23. fa5e084 vmscan: do not unconditionally treat zones that fail zone_reclaim() as full by Mel Gorman · 15 years ago
  24. 90afa5d vmscan: properly account for the number of page cache pages zone_reclaim() can reclaim by Mel Gorman · 15 years ago
  25. 84a8924 writeback: skip new or to-be-freed inodes by Wu Fengguang · 15 years ago
  26. 8123681 oom: only oom kill exiting tasks with attached memory by David Rientjes · 15 years ago
  27. 9198e96 vmscan: handle may_swap more strictly by Daisuke Nishimura · 15 years ago
  28. 3eb4140 vmscan: merge duplicate code in shrink_active_list() by Wu Fengguang · 15 years ago
  29. 8cab475 vmscan: make mapped executable pages the first class citizen by Wu Fengguang · 15 years ago
  30. 6fe6b7e vmscan: report vm_flags in page_referenced() by Wu Fengguang · 15 years ago
  31. 608e8e6 mm: add a gfp-translate script to help understand page allocation failure reports by Mel Gorman · 15 years ago
  32. 168f5ac mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argument by Sergei Trofimovich · 15 years ago
  33. aca8bf3 mm: remove file argument from swap_readpage() by Minchan Kim · 15 years ago
  34. 8192da6 mm: remove annotation of gfp_mask in add_to_swap by Minchan Kim · 15 years ago
  35. 73d60b7 page-allocator: clear N_HIGH_MEMORY map before we set it again by Yinghai Lu · 15 years ago
  36. 2869735 mm: remove __invalidate_mapping_pages variant by Mike Waychison · 15 years ago
  37. 82553a9 oom: invoke oom killer for __GFP_NOFAIL by David Rientjes · 15 years ago
  38. 4d8b913 oom: avoid unnecessary mm locking and scanning for OOM_DISABLE by David Rientjes · 15 years ago
  39. 2ff05b2 oom: move oom_adj value from task_struct to mm_struct by David Rientjes · 15 years ago
  40. c9e4441 mm: reuse unused swap entry if necessary by KAMEZAWA Hiroyuki · 15 years ago
  41. 355cfa7 mm: modify swap_map and add SWAP_HAS_CACHE flag by KAMEZAWA Hiroyuki · 15 years ago
  42. cb4b86b mm: add swap cache interface for swap reference by KAMEZAWA Hiroyuki · 15 years ago
  43. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  44. bce7394 page-allocator: reset wmark_min and inactive ratio of zone when hotplug happens by Minchan Kim · 15 years ago
  45. 96cb4df page-allocator: add inactive ratio calculation function of each zone by Minchan Kim · 15 years ago
  46. bc75d33 page-allocator: clean up functions related to pages_min by Minchan Kim · 15 years ago
  47. b70d94e page-allocator: use integer fields lookup for gfp_zone and check for errors in flags passed to the page allocator by Christoph Lameter · 15 years ago
  48. 31c9113 mm: check the argument of kunmap on architectures without highmem by Matthew Wilcox · 15 years ago
  49. 69c8548 vmscan: prevent shrinking of active anon lru list in case of no swap space V3 by MinChan Kim · 15 years ago
  50. 35282a2 migration: only migrate_prep() once per move_pages() by Brice Goglin · 15 years ago
  51. 7f33d49 mm, PM/Freezer: Disable OOM killer when tasks are frozen by Rafael J. Wysocki · 15 years ago
  52. 75927af mm: madvise(): correct return code by Nick Piggin · 15 years ago
  53. dab48da page-allocator: warn if __GFP_NOFAIL is used for a large allocation by Andrew Morton · 15 years ago
  54. 720b17e videobuf-dma-contig: zero copy USERPTR support by Magnus Damm · 15 years ago
  55. 3b6748e mm: introduce follow_pfn() by Johannes Weiner · 15 years ago
  56. 03668a4 mm: use generic follow_pte() in follow_phys() by Johannes Weiner · 15 years ago
  57. f8ad0f49 mm: introduce follow_pte() by Johannes Weiner · 15 years ago
  58. e9bb35d mm: setup_per_zone_inactive_ratio - fix comment and make it __init by Cyrill Gorcunov · 15 years ago
  59. 5c87ead mm: setup_per_zone_inactive_ratio - do not call for int_sqrt if not needed by Cyrill Gorcunov · 15 years ago
  60. af16677 vmscan: ZVC updates in shrink_active_list() can be done once by Wu Fengguang · 15 years ago
  61. 08d9ae7 vmscan: don't export nr_saved_scan in /proc/zoneinfo by Wu Fengguang · 15 years ago
  62. 6e08a36 vmscan: cleanup the scan batching code by Wu Fengguang · 15 years ago
  63. 56e49d2 vmscan: evict use-once pages first by Rik van Riel · 15 years ago
  64. 35efa5e pagemap: add page-types tool by Wu Fengguang · 15 years ago
  65. 17e8950 pagemap: document 9 more exported page flags by Wu Fengguang · 15 years ago
  66. c9ba78e pagemap: document clarifications by Wu Fengguang · 15 years ago
  67. 1779754 proc: export more page flags in /proc/kpageflags by Wu Fengguang · 15 years ago
  68. ed7ce0f proc: kpagecount/kpageflags code cleanup by Wu Fengguang · 15 years ago
  69. 20a0307 mm: introduce PageHuge() for testing huge/gigantic pages by Wu Fengguang · 15 years ago
  70. a1dd268 mm: use alloc_pages_exact() in alloc_large_system_hash() to avoid duplicated logic by Mel Gorman · 15 years ago
  71. 72807a7 page allocator: sanity check order in the page allocator slow path by Mel Gorman · 15 years ago
  72. 092cead page allocator: move free_page_mlock() to page_alloc.c by KOSAKI Motohiro · 15 years ago
  73. b6e68bc page allocator: slab: use nr_online_nodes to check for a NUMA platform by Mel Gorman · 15 years ago
  74. 62bc62a page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths by Christoph Lameter · 15 years ago
  75. 974709b page allocator: get the pageblock migratetype without disabling interrupts by Mel Gorman · 15 years ago
  76. f2260e6 page allocator: update NR_FREE_PAGES only as necessary by Mel Gorman · 15 years ago
  77. 4185896 page allocator: use allocation flags as an index to the zone watermark by Mel Gorman · 15 years ago
  78. a3af9c3 page allocator: do not check for compound pages during the page allocator sanity checks by Nick Piggin · 15 years ago
  79. d395b73 page allocator: do not setup zonelist cache when there is only one node by Mel Gorman · 15 years ago
  80. da456f1 page allocator: do not disable interrupts in free_page_mlock() by Mel Gorman · 15 years ago
  81. ed0ae21 page allocator: do not call get_pageblock_migratetype() more than necessary by Mel Gorman · 15 years ago
  82. 0ac3a40 page allocator: inline __rmqueue_fallback() by Mel Gorman · 15 years ago
  83. 0a15c3e page allocator: inline buffered_rmqueue() by Mel Gorman · 15 years ago
  84. 728ec98 page allocator: inline __rmqueue_smallest() by Mel Gorman · 15 years ago
  85. a56f57f page allocator: remove a branch by assuming __GFP_HIGH == ALLOC_HIGH by Mel Gorman · 15 years ago
  86. 341ce06 page allocator: calculate the alloc_flags for allocation only once by Peter Zijlstra · 15 years ago
  87. 3dd2826 page allocator: calculate the migratetype for allocation only once by Mel Gorman · 15 years ago
  88. 5117f45 page allocator: calculate the preferred zone for allocation only once by Mel Gorman · 15 years ago
  89. 49255c6 page allocator: move check for disabled anti-fragmentation out of fastpath by Mel Gorman · 15 years ago
  90. 11e33f6 page allocator: break up the allocator entry point into fast and slow paths by Mel Gorman · 15 years ago
  91. 7f82af9 page allocator: check only once if the zonelist is suitable for the allocation by Mel Gorman · 15 years ago
  92. 6484eb3 page allocator: do not check NUMA node ID when the caller knows the node is valid by Mel Gorman · 15 years ago
  93. b3c466c page allocator: do not sanity check order in the fast path by Mel Gorman · 15 years ago
  94. d239171 page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask() by Mel Gorman · 15 years ago
  95. 6c0db46 mm: alloc_large_system_hash check order by Hugh Dickins · 15 years ago
  96. 58568d2 cpuset,mm: update tasks' mems_allowed in time by Miao Xie · 15 years ago
  97. 950592f cpusets: update tasks' page/slab spread flags in time by Miao Xie · 15 years ago
  98. f3b39d4 cpusets: restructure the function cpuset_update_task_memory_state() by Miao Xie · 15 years ago
  99. dcf975d mm/page-writeback.c: dirty limit type should be unsigned long by H Hartley Sweeten · 15 years ago
  100. 78dc583 vmscan: low order lumpy reclaim also should use PAGEOUT_IO_SYNC by KOSAKI Motohiro · 15 years ago