1. d7a7c57 x86, ia64, smp: use workqueues unconditionally during do_boot_cpu() by Suresh Siddha · 14 years ago
  2. e446127 init/main.c: mark do_one_initcall* as __init_or_module by Kevin Winchester · 14 years ago
  3. 22c5c03 init/main.c: fix warning: 'calltime.tv64' may be used uninitialized by Kevin Winchester · 14 years ago
  4. 459b37d kernel/range: remove unused definition of ARRAY_SIZE() by Geert Uytterhoeven · 14 years ago
  5. 2ee7c92 sys_personality: remove the bogus checks in sys_personality()->__set_personality() path by Oleg Nesterov · 14 years ago
  6. 5bf1d29 drivers/misc: support for the pressure sensor BMP085 from Bosch Sensortec by Christoph Mair · 14 years ago
  7. cdf8afc hpilo: fix pointer warning in ilo_ccb_setup by Prarit Bhargava · 14 years ago
  8. 7efe15f drivers/misc: ROHM BH1780GLI ambient light sensor driver by Hemanth V · 14 years ago
  9. 37ed19d scripts/mod/modpost.c: fix memory leak by Alexey Fomenko · 14 years ago
  10. e269b08 iommu: inline iommu_num_pages by Anton Blanchard · 14 years ago
  11. 85c9fe8 vfs: fix warning: 'dirent' is used uninitialized in this function by Kevin Winchester · 14 years ago
  12. d89b194 SubmittingPatches: add more about patch descriptions by Randy Dunlap · 14 years ago
  13. cf4ca48 kernel.h: remove unused NIPQUAD and NIPQUAD_FMT by Joe Perches · 14 years ago
  14. cb8a88b alpha/h8300/m68k: remove obsolete <asm/md.h> files by Geert Uytterhoeven · 14 years ago
  15. ea6b101 include/linux/compiler-gcc.h: use __same_type() in __must_be_array() by Rusty Russell · 14 years ago
  16. 7387be3 asm-generic/io.h: add big endian versions of io{read,write}{16,32} by Mike Frysinger · 14 years ago
  17. 7833e7c arch/um/kernel/ptrace.c: remove dead PROC_MM by Christoph Egger · 14 years ago
  18. 4756227 um: call free_irq() only on enabled channels by Richard Weinberger · 14 years ago
  19. 71abbbf cpuidle: extend cpuidle and menu governor to handle dynamic states by Ai Li · 14 years ago
  20. d2997b1 hibernation: freeze swap at hibernation by KAMEZAWA Hiroyuki · 14 years ago
  21. 966cca02 mm: fix corruption of hibernation caused by reusing swap during image saving by KAMEZAWA Hiroyuki · 14 years ago
  22. 979f867 alpha: implement HW performance events on the EV67 and later CPUs by Michael Cree · 14 years ago
  23. 92484f1 alpha: add wrperfmon.h header file to aid use of wrperfmon PALcall by Michael Cree · 14 years ago
  24. 65d9206 alpha: add performance monitor interrupt counter by Michael Cree · 14 years ago
  25. 7624ee7 mm: avoid resetting wb_start after each writeback round by Jan Kara · 14 years ago
  26. d9f8984 ksm: cleanup for mm_slots_hash by Lai Jiangshan · 14 years ago
  27. e31f3698 vmscan: raise the bar to PAGEOUT_IO_SYNC stalls by Wu Fengguang · 14 years ago
  28. 51980ac mm/vmalloc.c: check kmalloc() return value by Kulikov Vasiliy · 14 years ago
  29. cc8e970 memcg: add mm_vmscan_memcg_isolate tracepoint by KOSAKI Motohiro · 14 years ago
  30. e17613c vmscan: convert mm_vmscan_lru_isolate to DEFINE_EVENT by KOSAKI Motohiro · 14 years ago
  31. bdce6d9 memcg, vmscan: add memcg reclaim tracepoint by KOSAKI Motohiro · 14 years ago
  32. cf4dcc3 vmscan: convert direct reclaim tracepoint to DEFINE_TRACE by KOSAKI Motohiro · 14 years ago
  33. 4dc4b3d vmscan: shrink_slab() requires the number of lru_pages, not the page order by KOSAKI Motohiro · 14 years ago
  34. 57250a5 mmu-notifiers: remove mmu notifier calls in apply_to_page_range() by Jeremy Fitzhardinge · 14 years ago
  35. 58c37f6 vmscan: protect reading of reclaim_stat with lru_lock by KOSAKI Motohiro · 14 years ago
  36. 1574804 vmscan: avoid subtraction of unsigned types by KOSAKI Motohiro · 14 years ago
  37. 7ee9225 drivers/base/node.c: reduce stack usage of node_read_meminfo() by KOSAKI Motohiro · 14 years ago
  38. 9a5b489 mm: set VM_FAULT_WRITE in do_swap_page() by Andrea Arcangeli · 14 years ago
  39. ad8c2ee rmap: add exclusive page to private anon_vma on swapin by Rik van Riel · 14 years ago
  40. 51b1bd2 oom: deprecate oom_adj tunable by David Rientjes · 14 years ago
  41. a63d83f oom: badness heuristic rewrite by David Rientjes · 14 years ago
  42. 74bcbf4 oom: move badness() declaration into oom.h by Andrew Morton · 14 years ago
  43. cef1d35 oom: multi threaded process coredump don't make deadlock by KOSAKI Motohiro · 14 years ago
  44. 93b43fa oom: give the dying task a higher priority by Luis Claudio R. Goncalves · 14 years ago
  45. 19b4586 oom: remove child->mm check from oom_kill_process() by KOSAKI Motohiro · 14 years ago
  46. df1090a oom: cleanup has_intersects_mems_allowed() by KOSAKI Motohiro · 14 years ago
  47. a96cfd6 oom: move OOM_DISABLE check from oom_kill_task to out_of_memory() by KOSAKI Motohiro · 14 years ago
  48. 113e27f oom: kill duplicate OOM_DISABLE check by KOSAKI Motohiro · 14 years ago
  49. 26ebc98 oom: /proc/<pid>/oom_score treat kernel thread honestly by KOSAKI Motohiro · 14 years ago
  50. f88ccad oom: oom_kill_process() needs to check that p is unkillable by KOSAKI Motohiro · 14 years ago
  51. ab290ad oom: make oom_unkillable_task() helper function by KOSAKI Motohiro · 14 years ago
  52. 2c5ea53 oom: oom_kill_process() doesn't select kthread child by KOSAKI Motohiro · 14 years ago
  53. 7c59aec oom: don't try to kill oom_unkillable child by KOSAKI Motohiro · 14 years ago
  54. 1489fa1 vmscan: update isolated page counters outside of main path in shrink_inactive_list() by Mel Gorman · 14 years ago
  55. abe4c3b vmscan: set up pagevec as late as possible in shrink_page_list() by Mel Gorman · 14 years ago
  56. 6663562 vmscan: set up pagevec as late as possible in shrink_inactive_list() by Mel Gorman · 14 years ago
  57. d4debc6 vmscan: remove unnecessary temporary vars in do_try_to_free_pages by Mel Gorman · 14 years ago
  58. e247dbc vmscan: simplify shrink_inactive_list() by KOSAKI Motohiro · 14 years ago
  59. 25edde0 vmscan: kill prev_priority completely by KOSAKI Motohiro · 14 years ago
  60. b898cc7 vmscan: tracing: add a postprocessing script for reclaim-related ftrace events by Mel Gorman · 14 years ago
  61. 755f022 vmscan: tracing: add trace event when a page is written by Mel Gorman · 14 years ago
  62. a8a94d1 vmscan: tracing: add trace events for LRU page isolation by Mel Gorman · 14 years ago
  63. 33906bc vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaim by Mel Gorman · 14 years ago
  64. c6a8a8c vmscan: recalculate lru_pages on each priority by KOSAKI Motohiro · 14 years ago
  65. b00d3ea vmscan: zone_reclaim don't call disable_swap_token() by KOSAKI Motohiro · 14 years ago
  66. f446daa mm: implement writeback livelock avoidance using page tagging by Jan Kara · 14 years ago
  67. ebf8aa4 radix-tree: omplement function radix_tree_range_tag_if_tagged by Jan Kara · 14 years ago
  68. 44ab57a rmap: add anon_vma bug checks by Andrea Arcangeli · 14 years ago
  69. 21d0d44 rmap: resurrect page_address_in_vma anon_vma check by Andrea Arcangeli · 14 years ago
  70. 288468c rmap: always use anon_vma root pointer by Andrea Arcangeli · 14 years ago
  71. ba6f0ff ksm: fix ksm swapin time optimization by Andrea Arcangeli · 14 years ago
  72. 26ba0cb rmap: always add new vmas at the end by Andrea Arcangeli · 14 years ago
  73. 5e549e9 mmap: remove unnecessary lock from __vma_link by Andrea Arcangeli · 14 years ago
  74. ff36b80 shmem: reduce pagefault lock contention by Shaohua Li · 14 years ago
  75. 7e49629 tmpfs: make tmpfs scalable with percpu_counter for used blocks by Tim Chen · 14 years ago
  76. 27f5e0f tmpfs: add accurate compare function to percpu_counter library by Tim Chen · 14 years ago
  77. 4e60c86 gcc-4.6: mm: fix unused but set warnings by Andi Kleen · 14 years ago
  78. 627295e gcc-4.6: pagemap: avoid unused-but-set variable by Andi Kleen · 14 years ago
  79. 67a8a20 avr32: invoke oom-killer from page fault by Nick Piggin · 14 years ago
  80. 596d7cf mempolicy: reduce stack size of migrate_pages() by KOSAKI Motohiro · 14 years ago
  81. 2510600 topology: alternate fix for ia64 tiger_defconfig build breakage by Lee Schermerhorn · 14 years ago
  82. b645bd1 mmzone.h: remove dead prototype by Alexander Nevenchannyy · 14 years ago
  83. 31f961a mm: use for_each_online_cpu() in vmstat by Minchan Kim · 14 years ago
  84. 0aad4b3 oom: fold __out_of_memory into out_of_memory by David Rientjes · 14 years ago
  85. f442003 oom: remove constraint argument from select_bad_process and __out_of_memory by David Rientjes · 14 years ago
  86. ff321fe mm: rename try_set_zone_oom() to try_set_zonelist_oom() by Minchan Kim · 14 years ago
  87. b940fd7 oom: remove unnecessary code and cleanup by David Rientjes · 14 years ago
  88. 8e4228e oom: move sysctl declarations to oom.h by David Rientjes · 14 years ago
  89. e365893 oom: remove special handling for pagefault ooms by David Rientjes · 14 years ago
  90. 309ed88 oom: extract panic helper function by David Rientjes · 14 years ago
  91. 03668b3 oom: avoid oom killer for lowmem allocations by David Rientjes · 14 years ago
  92. ad915c4 oom: enable oom tasklist dump by default by David Rientjes · 14 years ago
  93. 6f48d0eb oom: select task from tasklist for mempolicy ooms by David Rientjes · 14 years ago
  94. 5e9d834 oom: sacrifice child with highest badness score for parent by David Rientjes · 14 years ago
  95. 6cf86ac oom: filter tasks not sharing the same cpuset by David Rientjes · 14 years ago
  96. 4358997 oom: avoid sending exiting tasks a SIGKILL by David Rientjes · 14 years ago
  97. 7b98c2e oom: give current access to memory reserves if it has been killed by David Rientjes · 14 years ago
  98. c81fac5 oom: dump_tasks use find_lock_task_mm too fix by David Rientjes · 14 years ago
  99. 74ab7f1 oom: improve commentary in dump_tasks() by David Rientjes · 14 years ago
  100. c55db95 oom: dump_tasks use find_lock_task_mm too by KOSAKI Motohiro · 14 years ago