1. 602cada Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 by Linus Torvalds · 18 years ago
  2. 1903ac5 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  3. cc57637 [PATCH] solve config broken: undefined reference to `online_page' by Yasunori Goto · 18 years ago
  4. 81b0c87 [PATCH] generic_file_buffered_write(): handle zero-length iovec segments by Andrew Morton · 18 years ago
  5. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  6. e7eebaf [PATCH] pi-futex: rt mutex debug by Ingo Molnar · 18 years ago
  7. f9b8404 [PATCH] pi-futex: introduce debug_check_no_locks_freed() by Ingo Molnar · 18 years ago
  8. 26c2143 [PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit only by Chandra Seetharaman · 18 years ago
  9. 74b85f3 [PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit only by Chandra Seetharaman · 18 years ago
  10. 9c7b216 [PATCH] cpu hotplug: revert init patch submitted for 2.6.17 by Chandra Seetharaman · 18 years ago
  11. 6527c2b [PATCH] generic_file_buffered_write(): deadlock on vectored write by Vladimir V. Saveliev · 18 years ago
  12. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 18 years ago
  13. c9cf552 [PATCH] add poison.h and patch primary users by Randy Dunlap · 18 years ago
  14. 0fc4415 [PATCH] Register sysfs file for hotplugged new node by Yasunori Goto · 18 years ago
  15. 1f04bbd [PATCH] sparc64: support sparsemem and !memory hotplug by Yasunori Goto · 18 years ago
  16. 2842f11 [PATCH] catch valid mem range at onlining memory by KAMEZAWA Hiroyuki · 18 years ago
  17. 0a54703 [PATCH] register hot-added memory to iomem resource by KAMEZAWA Hiroyuki · 18 years ago
  18. 9af3c2d [PATCH] pgdat allocation for new node add (call pgdat allocation) by Yasunori Goto · 18 years ago
  19. 3218ae1 [PATCH] pgdat allocation for new node add (export kswapd start func) by Yasunori Goto · 18 years ago
  20. bc02af9 [PATCH] pgdat allocation for new node add (specify node id) by Yasunori Goto · 18 years ago
  21. 6550e07 [PATCH] 64bit Resource: finally enable 64bit resource sizes by Greg Kroah-Hartman · 18 years ago
  22. da206c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  23. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  24. 95dc112 [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  25. 99f8955 [PATCH] proc: don't lock task_structs indefinitely by Eric W. Biederman · 18 years ago
  26. 1bfba4e [PATCH] core: use list_move() by Akinobu Mita · 18 years ago
  27. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  28. 1d77062 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  29. 76d42bd [PATCH] readahead: backoff on I/O error by Wu Fengguang · 18 years ago
  30. bd40cdd [PATCH] kernel-doc: mm/readhead fixup by Randy Dunlap · 18 years ago
  31. 01408c4 [PATCH] Prepare for __copy_from_user_inatomic to not zero missed bytes by NeilBrown · 18 years ago
  32. 43b0bc0 [PATCH] cpuset: remove extra cpuset_zone_allowed check in __alloc_pages by Chris Wright · 18 years ago
  33. d616e09 [PATCH] pdflush: handle resume wakeups by Andrew Morton · 18 years ago
  34. e6a1530 [PATCH] Allow migration of mlocked pages by Christoph Lameter · 18 years ago
  35. 7b2259b [PATCH] page migration: Support a vma migration function by Christoph Lameter · 18 years ago
  36. 9f1a3cf [PATCH] AOP_TRUNCATED_PAGE victims in read_pages() belong in the LRU by Zach Brown · 18 years ago
  37. 816724e Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  38. b31dc66 [PATCH] Kill PF_SYNCWRITE flag by Jens Axboe · 18 years ago
  39. 125e187 [PATCH] More BUG_ON conversion by Eric Sesterhenn · 18 years ago
  40. e0f2360 [PATCH] Remove semi-softlockup from invalidate_mapping_pages by NeilBrown · 18 years ago
  41. 3cbc564 [PATCH] percpu_counters: create lib/percpu_counter.c by Ravikiran G Thirumalai · 18 years ago
  42. 090d2b1 [PATCH] read_mapping_page for address space by Pekka Enberg · 18 years ago
  43. c22ce14 [PATCH] x86: cache pollution aware __copy_from_user_ll() by Hiro Yoshioka · 18 years ago
  44. 86c3a76 [PATCH] SELinux: add security_task_movememory calls to mm code by David Quigley · 18 years ago
  45. 742755a [PATCH] page migration: sys_move_pages(): support moving of individual pages by Christoph Lameter · 18 years ago
  46. 95a402c [PATCH] page migration: use allocator function for migrate_pages() by Christoph Lameter · 18 years ago
  47. aaa994b [PATCH] page migration: handle freeing of pages in migrate_pages() by Christoph Lameter · 18 years ago
  48. e24f0b8 [PATCH] page migration: simplify migrate_pages() by Christoph Lameter · 18 years ago
  49. 8f9de51 [PATCH] printk() should not be called under zone->lock by Kirill Korotaev · 18 years ago
  50. 485bb99 [PATCH] kernel-doc for mm/filemap.c by Randy Dunlap · 18 years ago
  51. 800590f [PATCH] slab: kmalloc, kzalloc comments cleanup and fix by Paul Drynoff · 18 years ago
  52. 5a4d436 [PATCH] update vm_total_pages at memory hotadd by KAMEZAWA Hiroyuki · 18 years ago
  53. bd1e22b [PATCH] initialise total_memory() earlier by Andrew Morton · 18 years ago
  54. e0a4272 [PATCH] mm/slab.c: fix early init assumption by Ingo Molnar · 18 years ago
  55. 668e0d8 [PATCH] fix update_mmu_cache in fremap.c by Hugh Dickins · 18 years ago
  56. 70af7c5 [PATCH] swapoff: use atomic_inc_not_zero() on mm_users by Hugh Dickins · 18 years ago
  57. 9637a5e [PATCH] add page_mkwrite() vm_operations method by David Howells · 18 years ago
  58. 30c253e [PATCH] sparsemem: record nid during memory present by Andy Whitcroft · 18 years ago
  59. ddc2e81 [PATCH] slab: verify pointers before free by Pekka Enberg · 18 years ago
  60. 04e62a2 [PATCH] More page migration: use migration entries for file pages by Christoph Lameter · 18 years ago
  61. 442c913 [PATCH] More page migration: do not inc/dec rss counters by Christoph Lameter · 18 years ago
  62. 6c5240a [PATCH] Swapless page migration: modify core logic by Christoph Lameter · 18 years ago
  63. d75a0fc [PATCH] Swapless page migration: rip out swap based logic by Christoph Lameter · 18 years ago
  64. 0697212 [PATCH] Swapless page migration: add R/W migration entries by Christoph Lameter · 18 years ago
  65. 8351a6e [PATCH] page migration cleanup: move fallback handling into special function by Christoph Lameter · 18 years ago
  66. 2d1db3b [PATCH] page migration cleanup: pass "mapping" to migration functions by Christoph Lameter · 18 years ago
  67. c3fcf8a [PATCH] page migration cleanup: extract try_to_unmap from migration functions by Christoph Lameter · 18 years ago
  68. 5b5c712 [PATCH] page migration cleanup: drop nr_refs in remove_references() by Christoph Lameter · 18 years ago
  69. e7340f7 [PATCH] page migration cleanup: remove useless definitions by Christoph Lameter · 18 years ago
  70. 1d8b85c [PATCH] page migration cleanup: group functions by Christoph Lameter · 18 years ago
  71. 7352349 [PATCH] page migration cleanup: rename "ignrefs" to "migration" by Christoph Lameter · 18 years ago
  72. 111ebb6 [PATCH] writeback: fix range handling by OGAWA Hirofumi · 18 years ago
  73. 58ce1fd [PATCH] slab: redzone double-free detection by Pekka Enberg · 18 years ago
  74. b344e05 [PATCH] likely cleanup: remove unlikely in sys_mprotect() by Hua Zhong · 18 years ago
  75. 8334231 [PATCH] mm: introduce remap_vmalloc_range() by Nick Piggin · 18 years ago
  76. d6277db [PATCH] swsusp: rework memory shrinker by Rafael J. Wysocki · 18 years ago
  77. 7a7c381 [PATCH] slab: stop using list_for_each by Christoph Hellwig · 18 years ago
  78. e1b6aa6 [PATCH] slab: clean up kmem_getpages by Christoph Hellwig · 18 years ago
  79. a43a8c3 [PATCH] tightening hugetlb strict accounting by Chen, Kenneth W · 18 years ago
  80. 6937a25 [PATCH] mm: fix typos in comments in mm/oom_kill.c by Dave Peterson · 18 years ago
  81. fadd8fb [PATCH] support for panic at OOM by KAMEZAWA Hiroyuki · 18 years ago
  82. 67de648 [PATCH] squash duplicate page_to_pfn and pfn_to_page by Andy Whitcroft · 18 years ago
  83. 6811378 [PATCH] wait_table and zonelist initializing for memory hotadd: update zonelists by Yasunori Goto · 18 years ago
  84. cca448f [PATCH] wait_table and zonelist initializing for memory hotadd: wait_table initialization by Yasunori Goto · 18 years ago
  85. 718127c [PATCH] wait_table and zonelist initializing for memory hotadd: add return code for init_current_empty_zone by Yasunori Goto · 18 years ago
  86. 86356ab [PATCH] wait_table and zonelist initializing for memory hotadd: change to meminit for build_zonelist by Yasunori Goto · 18 years ago
  87. 02b694d [PATCH] wait_table and zonelist initializing for memory hotadd: change name of wait_table_size() by Yasunori Goto · 18 years ago
  88. 3c5a87f [PATCH] migration: remove unnecessary PageSwapCache checks by Christoph Lameter · 18 years ago
  89. 4776874 [PATCH] slab: page mapping cleanup by Pekka Enberg · 18 years ago
  90. 729bd0b [PATCH] slab: extract cache_free_alien from __cache_free by Pekka Enberg · 18 years ago
  91. 4da5eda [PATCH] Page Migration: Make do_swap_page redo the fault by Christoph Lameter · 18 years ago
  92. cb2b95e [PATCH] zone handle unaligned zone boundaries by Andy Whitcroft · 18 years ago
  93. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  94. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  95. d59bf96 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  96. 86bc843 [PATCH] tmpfs: Decrement i_nlink correctly in shmem_rmdir() by Sergey Vlasov · 18 years ago
  97. cfd95a9 [PATCH] tmpfs: time granularity fix for [acm]time going backwards by Robin H. Johnson · 18 years ago
  98. c0bbbc7 [PATCH] typo in vmscan.c by Christoph Lameter · 18 years ago
  99. 1f5ce9e VFS: Unexport do_kern_mount() and clean up simple_pin_fs() by Trond Myklebust · 18 years ago
  100. b1ab41c [PATCH] slab.c: fix offslab_limit bug by Ingo Molnar · 18 years ago