1. 6a1a90a rename generic_setattr by Christoph Hellwig · 14 years ago
  2. 1ab335d slab: fix object alignment by Carsten Otte · 14 years ago
  3. 2ed9aae memblock: Fix memblock_is_region_reserved() to return a boolean by Benjamin Herrenschmidt · 14 years ago
  4. 145b64b kmemleak: Fix typo in the comment by Holger Hans Peter Freyther · 14 years ago
  5. 6bf05d0 writeback: fix bad _bh spinlock nesting by Jens Axboe · 14 years ago
  6. c284de6 writeback: cleanup bdi_register by Artem Bityutskiy · 14 years ago
  7. 6033202 writeback: add new tracepoints by Artem Bityutskiy · 14 years ago
  8. b5048a6 writeback: remove unnecessary init_timer call by Artem Bityutskiy · 14 years ago
  9. 6467716 writeback: optimize periodic bdi thread wakeups by Artem Bityutskiy · 14 years ago
  10. 253c34e writeback: prevent unnecessary bdi threads wakeups by Artem Bityutskiy · 14 years ago
  11. fff5b85 writeback: move bdi threads exiting logic to the forker thread by Artem Bityutskiy · 14 years ago
  12. adf3924 writeback: restructure bdi forker loop a little by Artem Bityutskiy · 14 years ago
  13. 78c40cb writeback: do not remove bdi from bdi_list by Artem Bityutskiy · 14 years ago
  14. 080dcec writeback: simplify bdi code a little by Artem Bityutskiy · 14 years ago
  15. c4ec790 writeback: do not lose wake-ups in the forker thread - 2 by Artem Bityutskiy · 14 years ago
  16. c5f7ad2 writeback: do not lose wake-ups in the forker thread - 1 by Artem Bityutskiy · 14 years ago
  17. 94eac5e writeback: fix possible race when creating bdi threads by Artem Bityutskiy · 14 years ago
  18. 6f904ff writeback: harmonize writeback threads naming by Artem Bityutskiy · 14 years ago
  19. 9e09438 writeback: Add tracing to write_cache_pages by Dave Chinner · 14 years ago
  20. 028c2dd writeback: Add tracing to balance_dirty_pages by Dave Chinner · 14 years ago
  21. 455b286 writeback: Initial tracing support by Dave Chinner · 14 years ago
  22. 0824390 writeback: merge bdi_writeback_task and bdi_start_fn by Christoph Hellwig · 14 years ago
  23. c1955ce writeback: remove wb_list by Christoph Hellwig · 14 years ago
  24. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  25. 94cb121 percpu: add __percpu notations to UP allocator by Namhyung Kim · 14 years ago
  26. b57bdda Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  27. 9faa1e5 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  28. 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  29. 3a3527b Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  30. 89a6c8c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  31. eac79005 mm,kdb,kgdb: Add a debug reference for the kdb kmap usage by Jason Wessel · 14 years ago
  32. 5303b68 memblock: Add memblock_find_in_range() by Yinghai Lu · 14 years ago
  33. 10d0643 memblock: Option for the architecture to put memblock into the .init section by Yinghai Lu · 14 years ago
  34. 25818f0 memblock: Make MEMBLOCK_ERROR be 0 by Benjamin Herrenschmidt · 14 years ago
  35. 37d8d4b memblock: Export MEMBLOCK_ERROR by Yinghai Lu · 14 years ago
  36. ea9e437 memblock: Improve debug output when resizing the reserve array by Yinghai Lu · 14 years ago
  37. 5e63cf4 memblock: Expose some memblock bits for use by x86 by Yinghai Lu · 14 years ago
  38. 6d03b88 memblock: Add debugfs files to dump the arrays content by Benjamin Herrenschmidt · 14 years ago
  39. 918fe8d memblock: Make memblock_alloc_try_nid() fallback to MEMBLOCK_ALLOC_ANYWHERE by Benjamin Herrenschmidt · 14 years ago
  40. 9d1e249 memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid() by Benjamin Herrenschmidt · 14 years ago
  41. c196f76 memblock: NUMA allocate can now use early_pfn_map by Benjamin Herrenschmidt · 14 years ago
  42. fef501d memblock: Add "start" argument to memblock_find_base() by Benjamin Herrenschmidt · 14 years ago
  43. d2cd563 memblock: Add arch function to control coalescing of memblock memory regions by Benjamin Herrenschmidt · 14 years ago
  44. 142b45a memblock: Add array resizing support by Benjamin Herrenschmidt · 14 years ago
  45. 6ed311b memblock: Move functions around into a more sensible order by Benjamin Herrenschmidt · 14 years ago
  46. 7f219c7 memblock: split memblock_find_base() out of __memblock_alloc_base() by Benjamin Herrenschmidt · 14 years ago
  47. 7590abe memblock: Move memblock_init() to the bottom of the file by Benjamin Herrenschmidt · 14 years ago
  48. 4d629f9 memblock: Define MEMBLOCK_ERROR internally instead of using ~(phys_addr_t)0 by Benjamin Herrenschmidt · 14 years ago
  49. 3a9c2c8 memblock: Make memblock_find_region() out of memblock_alloc_region() by Benjamin Herrenschmidt · 14 years ago
  50. 449e8df memblock: Add debug markers at the end of the array by Benjamin Herrenschmidt · 14 years ago
  51. bf23c51 memblock: Move memblock arrays to static storage in memblock.c and make their size a variable by Benjamin Herrenschmidt · 14 years ago
  52. 4734b59 memblock: Remove memblock_type.size and add memblock.memory_size instead by Benjamin Herrenschmidt · 14 years ago
  53. 2898cc4 memblock: Change u64 to phys_addr_t by Benjamin Herrenschmidt · 14 years ago
  54. cd3db0c memblock: Remove rmo_size, burry it in arch/powerpc where it belongs by Benjamin Herrenschmidt · 14 years ago
  55. e63075a memblock: Introduce default allocation limit and use it to replace explicit ones by Benjamin Herrenschmidt · 14 years ago
  56. 27f574c memblock: Expose MEMBLOCK_ALLOC_ANYWHERE by Benjamin Herrenschmidt · 14 years ago
  57. c3f72b5 memblock: Factor the lowest level alloc function by Benjamin Herrenschmidt · 14 years ago
  58. 35a1f0b memblock: Remove nid_range argument, arch provides memblock_nid_range() instead by Benjamin Herrenschmidt · 14 years ago
  59. b693fff memblock: Remove memblock_find() by Benjamin Herrenschmidt · 14 years ago
  60. ffd386a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  61. 415cb47 Merge branches 'slab/fixes', 'slob/fixes', 'slub/cleanups' and 'slub/fixes' into for-linus by Pekka Enberg · 14 years ago
  62. 5e83f6f Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  63. 72d4b0b memblock: Implement memblock_is_memory and memblock_is_region_memory by Benjamin Herrenschmidt · 14 years ago
  64. e3239ff memblock: Rename memblock_region to memblock_type and memblock_property to memblock_region by Benjamin Herrenschmidt · 14 years ago
  65. f1c2c19 memblock: Fix memblock_is_region_reserved() to return a boolean by Benjamin Herrenschmidt · 14 years ago
  66. 2bce648 slub: Allow removal of slab caches during boot by Christoph Lameter · 14 years ago
  67. e438444 Revert "slub: Allow removal of slab caches during boot" by Pekka Enberg · 14 years ago
  68. 3772b73 Merge commit 'v2.6.35' into perf/core by Ingo Molnar · 14 years ago
  69. bbeb340 KVM: Fix a race condition for usage of is_hwpoison_address() by Huang Ying · 14 years ago
  70. bf99815 KVM: Avoid killing userspace through guest SRAO MCE on unmapped pages by Huang Ying · 14 years ago
  71. de51257a mm: fix ia64 crash when gcore reads gate area by Hugh Dickins · 14 years ago
  72. bc6488e slub numa: Fix rare allocation from unexpected node by Christoph Lameter · 14 years ago
  73. a0d40c8 vmap: add flag to allow lazy unmap to be disabled at runtime by Jeremy Fitzhardinge · 14 years ago
  74. 9dcdbf7 Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago
  75. b8ab9f8 x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit numa is used by Yinghai Lu · 14 years ago
  76. a6aa62a mm/vmscan.c: fix mapping use after free by Nick Piggin · 14 years ago
  77. 78b4353 slab: use deferable timers for its periodic housekeeping by Arjan van de Ven · 14 years ago
  78. a2b6bf6 kmemleak: Add DocBook style comments to kmemleak.c by Catalin Marinas · 14 years ago
  79. ab0155a kmemleak: Introduce a default off mode for kmemleak by Jason Baron · 14 years ago
  80. a7686a4 kmemleak: Show more information for objects found by alias by Catalin Marinas · 14 years ago
  81. 9078370 kmemleak: Add support for NO_BOOTMEM configurations by Catalin Marinas · 14 years ago
  82. 7952f98 kmemleak: Annotate false positive in init_section_page_cgroup() by Catalin Marinas · 14 years ago
  83. 7f8275d mm: add context argument to shrinker callback by Dave Chinner · 14 years ago
  84. 46ac0cc Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-2.6-cm by Linus Torvalds · 14 years ago
  85. af537b0 slub: Use kmem_cache flags to detect if slab is in debugging mode. by Christoph Lameter · 14 years ago
  86. f5b801a slub: Allow removal of slab caches during boot by Christoph Lameter · 14 years ago
  87. d7278bd slub: Check kasprintf results in kmem_cache_init() by Christoph Lameter · 14 years ago
  88. f90ec39 SLUB: Constants need UL by Christoph Lameter · 14 years ago
  89. 2154a33 slub: Use a constant for a unspecified node. by Christoph Lameter · 14 years ago
  90. d602dab SLOB: Free objects to their own list by Bob Liu · 14 years ago
  91. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  92. ffa71f3 x86, ioremap: Fix incorrect physical address handling in PAE mode by Kenji Kaneshige · 14 years ago
  93. c77e9e6 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  94. 83ba7b0 writeback: simplify the write back thread queue by Christoph Hellwig · 14 years ago
  95. 9c3a8ee writeback: remove writeback_inodes_wbc by Christoph Hellwig · 14 years ago
  96. 08f8ba0 Merge commit 'v2.6.35-rc4' into perf/core by Ingo Molnar · 14 years ago
  97. 0a54cec Merge branch 'linus' into core/rcu by Ingo Molnar · 14 years ago
  98. 5c0c165 mempolicy: fix dangling reference to tmpfs superblock mpol by Lee Schermerhorn · 14 years ago
  99. 4d845eb memcg: fix wake up in oom wait queue by KAMEZAWA Hiroyuki · 14 years ago
  100. 984bc96 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago