1. 6d83c06 dz: rename the serial console structure by Maciej W. Rozycki · 16 years ago
  2. 7287d76 dz: update kconfig description by Maciej W. Rozycki · 16 years ago
  3. 87cff7f dz: add and reorder inclusions, remove unneeded ones by Maciej W. Rozycki · 16 years ago
  4. 0ba137e dz: don't panic() when request_irq() fails by Maciej W. Rozycki · 16 years ago
  5. dbab812 dz: always check if it is safe to console_putchar() by Maciej W. Rozycki · 16 years ago
  6. d4dd146 dz.h: remove useless unused module junk by Maciej W. Rozycki · 16 years ago
  7. 870897a drivers/edac/i3000: document type promotion by Jason Uhlenkott · 16 years ago
  8. 7ed31e0 drivers/edac: i3000: missing init code by Hitoshi Mitake · 16 years ago
  9. cd4755c drivers/edac: mpc85xx: add static scope by Doug Thompson · 16 years ago
  10. f5c0454 drivers/edac: i3000: 64bit build by Jason Uhlenkott · 16 years ago
  11. 6b09ff9 drivers/edac: pci: broken parity regression by Bryan Boatright · 16 years ago
  12. 4f4aeea drivers-edac: add marvell mv64x60 driver by Dave Jiang · 16 years ago
  13. a9a753d drivers-edac: add freescale mpc85xx driver by Dave Jiang · 16 years ago
  14. 4d2b165 drivers-edac: i3000 replace macros with functions by Jason Uhlenkott · 16 years ago
  15. ce783d7 drivers-edac: i3000 code tidying by Jason Uhlenkott · 16 years ago
  16. 48764e4 drivers-edac: add Cell MC driver by Benjamin Herrenschmidt · 16 years ago
  17. 1d5f726 drivers-edac: add Cell XDR memory types by Benjamin Herrenschmidt · 16 years ago
  18. c2ae24c drivers-edac: use round_jiffies_relative by Anton Blanchard · 16 years ago
  19. 56e61a9 drivers-edac: turn on edac device error logging by Doug Thompson · 16 years ago
  20. fa9ff4b ASIC3 driver by Samuel Ortiz · 16 years ago
  21. 8f5aa26 cpusets: update_cpumask documentation fix by Paul Jackson · 16 years ago
  22. 73507f3 Handle pid namespaces in cgroups code by Pavel Emelyanov · 16 years ago
  23. b450129 hotplug cpu move tasks in empty cpusets - refinements by Paul Jackson · 16 years ago
  24. c8d9c90 hotplug cpu: move tasks in empty cpusets to parent various other fixes by Paul Jackson · 16 years ago
  25. 2df167a cgroups: update comments in cpuset.c by Paul Menage · 16 years ago
  26. 58f4790 cpusets: update_cpumask revision by Cliff Wickman · 16 years ago
  27. 956db3c hotplug cpu: move tasks in empty cpusets to parent by Cliff Wickman · 16 years ago
  28. 31a7df0 cgroups: mechanism to process each task in a cgroup by Cliff Wickman · 16 years ago
  29. dfc05c2 update Documentation/controller/memory.txt by KAMEZAWA Hiroyuki · 16 years ago
  30. 3c541e1 Memory controller remove control_type feature by Balbir Singh · 16 years ago
  31. 072c56c1 per-zone and reclaim enhancements for memory controller: per-zone-lock for cgroup by KAMEZAWA Hiroyuki · 16 years ago
  32. 1ecaab2 per-zone and reclaim enhancements for memory controller: per zone lru for cgroup by KAMEZAWA Hiroyuki · 16 years ago
  33. 1cfb419 per-zone and reclaim enhancements for memory controller: modifies vmscan.c for isolate globa/cgroup lru activity by KAMEZAWA Hiroyuki · 16 years ago
  34. cc38108 per-zone and reclaim enhancements for memory controller: calculate the number of pages to be scanned per cgroup by KAMEZAWA Hiroyuki · 16 years ago
  35. 6c48a1d per-zone and reclaim enhancements for memory controller: remember reclaim priority in memory cgroup by KAMEZAWA Hiroyuki · 16 years ago
  36. 5932f36 per-zone and reclaim enhancements for memory controller: calculate active/inactive imbalance per cgroup by KAMEZAWA Hiroyuki · 16 years ago
  37. 58ae83d per-zone and reclaim enhancements for memory controller: calculate mapper_ratio per cgroup by KAMEZAWA Hiroyuki · 16 years ago
  38. 6d12e2d per-zone and reclaim enhancements for memory controller: per-zone active inactive counter by KAMEZAWA Hiroyuki · 16 years ago
  39. c0149530 per-zone and reclaim enhancements for memory controller: nid/zid helper function for cgroup by KAMEZAWA Hiroyuki · 16 years ago
  40. 91a4547 per-zone and reclaim enhancements for memory controller: add scan_global_lru macro by KAMEZAWA Hiroyuki · 16 years ago
  41. df878fb memory cgroup enhancements: implicit force_empty() at rmdir by KAMEZAWA Hiroyuki · 16 years ago
  42. 4fca88c memory cgroup enhancements: add- pre_destroy() handler by KAMEZAWA Hiroyuki · 16 years ago
  43. d2ceb9b memory cgroup enhancements: add memory.stat file by KAMEZAWA Hiroyuki · 16 years ago
  44. d52aa41 memory cgroup enhancements: add status accounting function for memory cgroup by KAMEZAWA Hiroyuki · 16 years ago
  45. 3564c7c memory cgroup enhancements: remember "a page is on active list of cgroup or not" by KAMEZAWA Hiroyuki · 16 years ago
  46. 8236955 memcgroup: fix hang with shmem/tmpfs by Hugh Dickins · 16 years ago
  47. 3be9127 memcgroup: tidy up mem_cgroup_charge_common by Hugh Dickins · 16 years ago
  48. ac44d35 Memory controller use rcu_read_lock() in mem_cgroup_cache_charge() by Balbir Singh · 16 years ago
  49. 217bc31 memory cgroup enhancements: remember "a page is charged as page cache" by KAMEZAWA Hiroyuki · 16 years ago
  50. cc84758 memory cgroup enhancements: force_empty interface for dropping all account in empty cgroup by KAMEZAWA Hiroyuki · 16 years ago
  51. 417eead memory cgroup enhancements: fix zone handling in try_to_free_mem_cgroup_page by KAMEZAWA Hiroyuki · 16 years ago
  52. fa1de90 memcgroup: revert swap_state mods by Hugh Dickins · 16 years ago
  53. 436c6541 memcgroup: fix zone isolation OOM by Hugh Dickins · 16 years ago
  54. ff7283f bugfix for memory cgroup controller: avoid !PageLRU page in mem_cgroup_isolate_pages by KAMEZAWA Hiroyuki · 16 years ago
  55. ae41be3 bugfix for memory cgroup controller: migration under memory controller fix by KAMEZAWA Hiroyuki · 16 years ago
  56. 9175e03 bugfix for memory controller: add helper function for assigning cgroup to page by KAMEZAWA Hiroyuki · 16 years ago
  57. f1a9ee7 kswapd should only wait on IO if there is IO by Rik van Riel · 16 years ago
  58. fef1bdd oom: add sysctl to enable task memory dump by David Rientjes · 16 years ago
  59. 4c4a221 memcontrol: move oom task exclusion to tasklist scan by David Rientjes · 16 years ago
  60. 4c6bc8d mem-controller gfp-mask fix by Badari Pulavarty · 16 years ago
  61. 35c754d memory controller BUG_ON() by Balbir Singh · 16 years ago
  62. 044d66c memcgroup: reinstate swapoff mod by Hugh Dickins · 16 years ago
  63. 3062fc6 memcontrol: move mm_cgroup to header file by David Rientjes · 16 years ago
  64. e1a1cd5 Memory controller: make charging gfp mask aware by Balbir Singh · 16 years ago
  65. bed7161 Memory controller: make page_referenced() cgroup aware by Balbir Singh · 16 years ago
  66. 8697d33 Memory controller: add switch to control what type of pages to limit by Balbir Singh · 16 years ago
  67. c7ba5c9 Memory controller: OOM handling by Pavel Emelianov · 16 years ago
  68. 0eea103 Memory controller improve user interface by Balbir Singh · 16 years ago
  69. 66e1707 Memory controller: add per cgroup LRU and reclaim by Balbir Singh · 16 years ago
  70. 67e465a Memory controller: task migration by Balbir Singh · 16 years ago
  71. 8a9f3cc Memory controller: memory accounting by Balbir Singh · 16 years ago
  72. 78fb746 Memory controller: accounting setup by Pavel Emelianov · 16 years ago
  73. 8cdea7c Memory controller: cgroups setup by Balbir Singh · 16 years ago
  74. e552b66 Memory controller: resource counters by Pavel Emelianov · 16 years ago
  75. 59bd265 memcgroup: temporarily revert swapoff mod by Hugh Dickins · 16 years ago
  76. 1b6df3a Memory controller: add document by Balbir Singh · 16 years ago
  77. e9685a0 kernel/cgroup.c: make 2 functions static by Adrian Bunk · 16 years ago
  78. 8dc4f3e cgroups: move cgroups destroy() callbacks to cgroup_diput() by Paul Menage · 16 years ago
  79. 622d42c cgroup simplify space stripping by Paul Jackson · 16 years ago
  80. e18f631 cgroup brace coding style fix by Paul Jackson · 16 years ago
  81. 3cdeed2 kernel/cgroup.c: remove dead code by Adrian Bunk · 16 years ago
  82. 8f1466f email-clients.txt: sylpheed is OK at IMAP by Randy Dunlap · 16 years ago
  83. 77cc23b kernel-doc: warn on badly formatted short description by Randy Dunlap · 16 years ago
  84. 792aa2f kernel-doc: prevent duplicate description: output by Randy Dunlap · 16 years ago
  85. 3ab32df REPORTING-BUGS: cc the mailing list too by J. Bruce Fields · 16 years ago
  86. 9b8eae7 Documentation: create new scheduler/ subdirectory by J. Bruce Fields · 16 years ago
  87. d3cf91d0 Documentation: move sharedsubtrees.txt to filesystems/ by J. Bruce Fields · 16 years ago
  88. e9b1a4d Documentation: move dnotify.txt to filesystems/ by J. Bruce Fields · 16 years ago
  89. 4a6b88c move edac.txt two levels up by Adrian Bunk · 16 years ago
  90. 41eaa2d Add chapter IDs to z8530book.tmpl by Rob Landley · 16 years ago
  91. dde4feb Add table IDs to videobook.tmpl by Rob Landley · 16 years ago
  92. 3018d15 Add section IDs to rapidio.tmpl by Rob Landley · 16 years ago
  93. 9de476b Add missing IDs to procfs-guide.tmpl by Rob Landley · 16 years ago
  94. 70d6d9d Add section IDs to mtdnand.tmpl by Rob Landley · 16 years ago
  95. 90ad38b Add missing section ID to lsm.tmpl by Rob Landley · 16 years ago
  96. aa9128f Add missing section IDs to genericirq.tmpl by Rob Landley · 16 years ago
  97. 3dddbfc tty: Kill TTY_FLIPBUF_SIZE by Alan Cox · 16 years ago
  98. f8a4c3b tty: fix tty network driver interactions with TCGET/TCSET calls (x86 fix) by Dave Miller · 16 years ago
  99. 94b3e03 kernel-doc: fix for vunmap function prototype by Randy Dunlap · 16 years ago
  100. aa81a7c VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctls by Erez Zadok · 16 years ago