1. 097eed1 fix the arch checks in MREMAP_FIXED case by Al Viro · 15 years ago
  2. f106af4 fix checks for expand-in-place mremap by Al Viro · 15 years ago
  3. 1a0ef85 do_mremap() untangling, part 3 by Al Viro · 15 years ago
  4. ecc1a89 do_mremap() untangling, part 2 by Al Viro · 15 years ago
  5. 54f5de7 untangling do_mremap(), part 1 by Al Viro · 15 years ago
  6. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  7. 6035ccd Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  8. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  9. 7b626ac Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  10. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  11. e9de25d mm: fix comments for invalidate_inode_pages2() by Peng Tao · 15 years ago
  12. 0d99519 writeback: remove unused nonblocking and congestion checks by Wu Fengguang · 15 years ago
  13. bf7ec5b flusher: Fix PF_FROZEN race by OGAWA Hirofumi · 15 years ago
  14. c84d6ef Merge branch 'master' into next by James Morris · 15 years ago
  15. b54eb17 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  16. 6ad696d mm: allow memory hotplug and hibernation in the same kernel by Andi Kleen · 15 years ago
  17. e131933 mm/memory_hotplug: fix section mismatch by Hidetoshi Seto · 15 years ago
  18. 99f4c9d Merge commit 'v2.6.32-rc7' into core/iommu by Ingo Molnar · 15 years ago
  19. e0a2af1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  20. 833af84 percpu: restructure pcpu_extend_area_map() to fix bugs and improve readability by Tejun Heo · 15 years ago
  21. e00e431 memcg: fix wrong pointer initialization at page migration when memcg is disabled. by KAMEZAWA Hiroyuki · 15 years ago
  22. 9d0ed60 page allocator: Do not allow interrupts to use ALLOC_HARDER by Mel Gorman · 15 years ago
  23. cc4a685 page allocator: always wake kswapd when restarting an allocation attempt after direct reclaim failed by Mel Gorman · 15 years ago
  24. c62b17a Thaw refrigerated bdi flusher threads before invoking kthread_stop on them by Romit Dasgupta · 15 years ago
  25. 961767b Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  26. 9f993ac bootmem: Add free_bootmem_late() by FUJITA Tomonori · 15 years ago
  27. d451564 highmem: Fix debug_kmap_atomic() to also handle KM_IRQ_PTE, KM_NMI, and KM_NMI_PTE by Soeren Sandmann · 15 years ago
  28. 5ebd4c2 highmem: Fix race in debug_kmap_atomic() which could cause warn_count to underflow by Soeren Sandmann · 15 years ago
  29. d178f27 ksm: cond_resched in unstable tree by Hugh Dickins · 15 years ago
  30. 21ae295 tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed" by Uwe Kleine-König · 15 years ago
  31. 51bb296 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  32. 8c4db33 backing-dev: bdi sb prune should be in the unregister path, not destroy by Jens Axboe · 15 years ago
  33. 32c5fc1 mm: remove incorrect swap_count() from try_to_unuse() by Bo Liu · 15 years ago
  34. 89a8640 NOMMU: Don't pass NULL pointers to fput() in do_mmap_pgoff() by David Howells · 15 years ago
  35. 8633322 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  36. 68e71d1 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  37. 0a53f16 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  38. 3242f98 Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  39. c36987e mm: don't call pte_unmap() against an improper pte by Daisuke Nishimura · 15 years ago
  40. 1a83e17 mm: fix sparsemem configuration by Russell King · 15 years ago
  41. 6a7b954 vmscan: order evictable rescue in LRU putback by Johannes Weiner · 15 years ago
  42. b05ca73 do_mbind(): fix memory leak by KOSAKI Motohiro · 15 years ago
  43. ab8a3e1 mbind(): fix leak of never putback pages by KOSAKI Motohiro · 15 years ago
  44. 41e2098 vmscan: limit VM_EXEC protection to file pages by Wu Fengguang · 15 years ago
  45. b76146e revert "mm: oom analysis: add buffer cache information to show_free_areas()" by Andrew Morton · 15 years ago
  46. 58355c7 congestion_wait(): don't use WRITE by KOSAKI Motohiro · 15 years ago
  47. 92f7ba7 hwpoison: fix oops on ksm pages by Hugh Dickins · 15 years ago
  48. 592b09a backing-dev: ensure that a removed bdi no longer has super_block referencing it by Jens Axboe · 15 years ago
  49. 403a91b percpu: allow pcpu_alloc() to be called with IRQs off by Jiri Kosina · 15 years ago
  50. ed84a07 powerpc: Limit memory hotplug support to PPC64 Book-3S machines by Kumar Gala · 15 years ago
  51. 6c21a7f LSM: imbed ima calls in the security hooks by Mimi Zohar · 15 years ago
  52. 7456b04 HWPOISON: fix invalid page count in printk output by Wu Fengguang · 15 years ago
  53. 01e00f8 HWPOISON: fix oops on ksm pages by Hugh Dickins · 15 years ago
  54. 4779cb3 HWPOISON: Fix page count leak in hwpoison late kill in do_swap_page by Andi Kleen · 15 years ago
  55. e43c3af HWPOISON: return early on non-LRU pages by Wu Fengguang · 15 years ago
  56. 80f5069 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  57. a3bafbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  58. 1a0c329 percpu: fix compile warnings by Tejun Heo · 15 years ago
  59. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  60. 0d5d1aa kmemleak: Check for NULL pointer returned by create_object() by Catalin Marinas · 15 years ago
  61. c1bcd6b kmemleak: Use GFP_ATOMIC for early_alloc(). by Tetsuo Handa · 15 years ago
  62. 961515f writeback: kill space in debugfs item name by Wu Fengguang · 15 years ago
  63. d25105e writeback: account IO throttling wait as iowait by Wu Fengguang · 15 years ago
  64. b924f95 Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  65. 2dca699 mm, perf_event: Make vmalloc_user() align base kernel virtual address to SHMLBA by David Miller · 15 years ago
  66. 3700c15 mm: includecheck fix: vmalloc.c by Jaswinder Singh Rajput · 15 years ago
  67. c73602a ksm: more on default values by Hugh Dickins · 15 years ago
  68. 58e57fb Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  69. ef8745c memcg: reduce check for softlimit excess by KAMEZAWA Hiroyuki · 15 years ago
  70. 4e64915 memcg: some modification to softlimit under hierarchical memory reclaim. by KAMEZAWA Hiroyuki · 15 years ago
  71. 26251ea memcg: fix refcnt going negative by KAMEZAWA Hiroyuki · 15 years ago
  72. bf89c8c mm/rmap.c: fix comment by Huang Shijie · 15 years ago
  73. 3bd0f0c swapfile: avoid NULL pointer dereference in swapon when s_bdev is NULL by Suresh Jayaraman · 15 years ago
  74. f2badb0 percpu: make allocation failures more verbose by Tejun Heo · 15 years ago
  75. 635b75f percpu: make pcpu_setup_first_chunk() failures more verbose by Tejun Heo · 15 years ago
  76. 6ea529a percpu: make embedding first chunk allocator check vmalloc space size by Tejun Heo · 15 years ago
  77. fb59e72 percpu: make pcpu_build_alloc_info() clear static buffers by Tejun Heo · 15 years ago
  78. ffe0d5a percpu: fix unit_map[] verification in pcpu_setup_first_chunk() by Tejun Heo · 15 years ago
  79. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  80. d949f36 x86: Fix hwpoison code related build failure on 32-bit NUMAQ by Linus Torvalds · 15 years ago
  81. a72bfd4 writeback: pass in super_block to bdi_start_writeback() by Jens Axboe · 15 years ago
  82. 6d7f18f Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  83. 5b0830c writeback: get rid to incorrect references to pdflush in comments by Jens Axboe · 15 years ago
  84. d3ddec7 writeback: stop background writeback when below background threshold by Wu Fengguang · 15 years ago
  85. 3a2e9a5 writeback: balance_dirty_pages() shall write more than dirtied pages by Wu Fengguang · 15 years ago
  86. 06aab5a NOMMU: Ignore mmap() address param as it is a hint by David Howells · 15 years ago
  87. 645d83c NOMMU: Fix MAP_PRIVATE mmap() of objects where the data can be mapped directly by David Howells · 15 years ago
  88. c44972f procfs: disable per-task stack usage on NOMMU by Andrew Morton · 15 years ago
  89. 6c5daf0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  90. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  91. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  92. 1dd3a27 memcg: show swap usage in stat file by Daisuke Nishimura · 15 years ago
  93. 0c3e73e memcg: improve resource counter scalability by Balbir Singh · 15 years ago
  94. 4e41695 memory controller: soft limit reclaim on contention by Balbir Singh · 15 years ago
  95. 75822b4 memory controller: soft limit refactor reclaim flags by Balbir Singh · 15 years ago
  96. f64c3f5 memory controller: soft limit organize cgroups by Balbir Singh · 15 years ago
  97. 296c81d memory controller: soft limit interface by Balbir Singh · 15 years ago
  98. 261fb61 memcg: add comments explaining memory barriers by KAMEZAWA Hiroyuki · 15 years ago
  99. 4b3bde4 memcg: remove the overhead associated with the root cgroup by Balbir Singh · 15 years ago
  100. be367d0 cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time by Ben Blum · 15 years ago