1. 58c0a4a Fix panic of cpu online with memory less node by Yasunori Goto · 17 years ago
  2. 37b07e4 memoryless nodes: fixup uses of node_online_map in generic code by Lee Schermerhorn · 17 years ago
  3. 523b945 Memoryless nodes: Fix GFP_THISNODE behavior by Christoph Lameter · 17 years ago
  4. 633c066 Memoryless nodes: drop one memoryless node boot warning by Christoph Lameter · 17 years ago
  5. 37c0708 Memoryless nodes: Add N_CPU node state by Christoph Lameter · 17 years ago
  6. 56bbd65 Memoryless nodes: Update memory policy and page migration by Christoph Lameter · 17 years ago
  7. f64dc58 Memoryless nodes: SLUB support by Christoph Lameter · 17 years ago
  8. 04231b3 Memoryless nodes: Slab support by Christoph Lameter · 17 years ago
  9. 9422ffb Memoryless nodes: No need for kswapd by Christoph Lameter · 17 years ago
  10. ee31af5 Memoryless nodes: OOM: use N_HIGH_MEMORY map instead of constructing one on the fly by Christoph Lameter · 17 years ago
  11. 6eaf806 Memoryless nodes: Fix interleave behavior for memoryless nodes by Christoph Lameter · 17 years ago
  12. 7ea1530 Memoryless nodes: introduce mask of nodes with memory by Christoph Lameter · 17 years ago
  13. 1380891 Memoryless nodes: Generic management of nodemasks for various purposes by Christoph Lameter · 17 years ago
  14. 5514476 fs: remove some AOP_TRUNCATED_PAGE by Nick Piggin · 17 years ago
  15. 89e1078 fs: new cont helpers by Nick Piggin · 17 years ago
  16. 800d15a implement simple fs aops by Nick Piggin · 17 years ago
  17. 674b892 mm: restore KERNEL_DS optimisations by Nick Piggin · 17 years ago
  18. afddba4 fs: introduce write_begin, write_end, and perform_write aops by Nick Piggin · 17 years ago
  19. 2f718ff mm: buffered write iterator by Nick Piggin · 17 years ago
  20. 08291429 mm: fix pagecache write deadlocks by Nick Piggin · 17 years ago
  21. 4a9e5ef mm: write iovec cleanup by Nick Piggin · 17 years ago
  22. eb2be18 mm: buffered write cleanup by Nick Piggin · 17 years ago
  23. 64649a5 mm: trim more holes by Nick Piggin · 17 years ago
  24. 5fe1723 mm: debug write deadlocks by Nick Piggin · 17 years ago
  25. ae37461 mm: clean up buffered write code by Andrew Morton · 17 years ago
  26. 6814d7a Revert "[PATCH] generic_file_buffered_write(): deadlock on vectored write" by Andrew Morton · 17 years ago
  27. 4b49643 Revert "[PATCH] generic_file_buffered_write(): handle zero-length iovec segments" by Andrew Morton · 17 years ago
  28. 41cb8ac mm: revert KERNEL_DS buffered write optimisation by Nick Piggin · 17 years ago
  29. 902aaed mm: use pagevec to rotate reclaimable page by Hisashi Hifumi · 17 years ago
  30. 754af6f Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flag by Lee Schermerhorn · 17 years ago
  31. 32a4330 mm: prevent kswapd from freeing excessive amounts of lowmem by Rik van Riel · 17 years ago
  32. 8691f3a mm: no need to cast vmalloc() return value in zone_wait_table_init() by Jesper Juhl · 17 years ago
  33. ef8b452 Slab allocators: fail if ksize is called with a NULL parameter by Christoph Lameter · 17 years ago
  34. 0da7e01 calculation of pgoff in do_linear_fault() uses mixed units by Dean Nelson · 17 years ago
  35. 2408c55 {slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) check by Satyam Sharma · 17 years ago
  36. b55ed81 mm: clarify __add_to_swap_cache locking by Nick Piggin · 17 years ago
  37. 45726cb mm: improve find_lock_page by Nick Piggin · 17 years ago
  38. 0012818 mm: use lockless radix-tree probe by Nick Piggin · 17 years ago
  39. 557ed1f remove ZERO_PAGE by Nick Piggin · 17 years ago
  40. aadb4bc SLUB: direct pass through of page size or higher kmalloc requests by Christoph Lameter · 17 years ago
  41. 57f6b96 filemap: convert some unsigned long to pgoff_t by Fengguang Wu · 17 years ago
  42. b2c3843 filemap: trivial code cleanups by Fengguang Wu · 17 years ago
  43. 535443f readahead: remove several readahead macros by Fengguang Wu · 17 years ago
  44. 7ff8107 readahead: remove the local copy of ra in do_generic_mapping_read() by Fengguang Wu · 17 years ago
  45. 6b10c6c readahead: basic support of interleaved reads by Fengguang Wu · 17 years ago
  46. f4e6b49 readahead: combine file_ra_state.prev_index/prev_offset into prev_pos by Fengguang Wu · 17 years ago
  47. 0bb7ba6 readahead: mmap read-around simplification by Fengguang Wu · 17 years ago
  48. 937085a readahead: compacting file_ra_state by Fengguang Wu · 17 years ago
  49. 43fac94 Clean up duplicate includes in mm/ by Jesper Juhl · 17 years ago
  50. 1cd7daa slub.c:early_kmem_cache_node_alloc() shouldn't be __init by Adrian Bunk · 17 years ago
  51. 29c7111 vmemmap: generify initialisation via helpers by Andy Whitcroft · 17 years ago
  52. 8f6aac4 Generic Virtual Memmap support for SPARSEMEM by Christoph Lameter · 17 years ago
  53. 540557b sparsemem: record when a section has a valid mem_map by Andy Whitcroft · 17 years ago
  54. cd881a6 sparsemem: clean up spelling error in comments by Andy Whitcroft · 17 years ago
  55. bf2de6f block: Initial support for data-less (or empty) barrier support by Jens Axboe · 17 years ago
  56. 9d966d4 mm/migrate.c __user annotation by Al Viro · 17 years ago
  57. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  58. f5ff842 Fix warnings with !CONFIG_BLOCK by Jens Axboe · 17 years ago
  59. 745ad48 fix page release issue in filemap_fault by Yan Zheng · 17 years ago
  60. dd204d6 fix VM_CAN_NONLINEAR check in sys_remap_file_pages by Yan Zheng · 17 years ago
  61. a200ee1 mm: set_page_dirty_balance() vs ->page_mkwrite() by Peter Zijlstra · 17 years ago
  62. 67dd5a2 xen: disable split pte locks for now by Jeremy Fitzhardinge · 17 years ago
  63. 16abfa0 Fix sys_remap_file_pages BUG at highmem.c:15! by Hugh Dickins · 17 years ago
  64. 281e0e3 hugetlb: fix clear_user_highpage arguments by Ralf Baechle · 17 years ago
  65. 480eccf Fix NUMA Memory Policy Reference Counting by Lee Schermerhorn · 17 years ago
  66. ba0268a SLUB: accurately compare debug flags during slab cache merge by Christoph Lameter · 17 years ago
  67. 3b42d28 Page migration: Do not accept invalid nodes in the target nodeset by Christoph Lameter · 17 years ago
  68. 5d540fb slub: do not fail if we cannot register a slab with sysfs by Christoph Lameter · 17 years ago
  69. 989f89c fix rcu_read_lock() in page migraton by KAMEZAWA Hiroyuki · 17 years ago
  70. 6419168 process_zones(): fix recovery code by Andrew Morton · 17 years ago
  71. b377fd3 Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLE by Mel Gorman · 17 years ago
  72. a2f92ee SLUB: do not fail on broken memory configurations by Christoph Lameter · 17 years ago
  73. 9e86943 SLUB: use atomic_long_read for atomic_long variables by Christoph Lameter · 17 years ago
  74. a89182c Fix VM_FAULT flags conversion for hugetlb by Adam Litke · 17 years ago
  75. 1807a1a slab: skip calling cache_free_alien() when the platform is not numa capable by Siddha, Suresh B · 17 years ago
  76. 34b4e4a fix NULL pointer dereference in __vm_enough_memory() by Alan Cox · 17 years ago
  77. c661b07 synchronous lumpy reclaim: wait for page writeback when directly reclaiming contiguous areas by Andy Whitcroft · 17 years ago
  78. e9187bd synchronous lumpy reclaim: ensure we count pages transitioning inactive via clear_active_flags by Andy Whitcroft · 17 years ago
  79. 85770ff sparsemem: ensure we initialise the node mapping for SPARSEMEM_STATIC by Andy Whitcroft · 17 years ago
  80. dc8a7b1 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  81. f0b85c0 readahead: docbook fix by Stephen Hemminger · 17 years ago
  82. ec05b29 [PATCH] remove mm/filemap.c:file_send_actor() by Adrian Bunk · 17 years ago
  83. 1ceef40 SLUB: Fix dynamic dma kmalloc cache creation by Christoph Lameter · 17 years ago
  84. fcda3d8 SLUB: Remove checks for MAX_PARTIAL from kmem_cache_shrink by Christoph Lameter · 17 years ago
  85. bfe0d68 fix filemap.c kernel-doc by Randy Dunlap · 17 years ago
  86. a5e58a6 oom: print points as unsigned long by David Rientjes · 17 years ago
  87. a8bbf72 Do not trigger OOM-killer for high-order allocation failures by Mel Gorman · 17 years ago
  88. 2208b76 slub: fix bug in slub debug support by Peter Zijlstra · 17 years ago
  89. 02febdf slub: add lock debugging check by Peter Zijlstra · 17 years ago
  90. 4e950f6 Remove fs.h from mm.h by Alexey Dobriyan · 17 years ago
  91. 296699d Introduce CONFIG_SUSPEND for suspend-to-Ram and standby by Rafael J. Wysocki · 17 years ago
  92. b0cb1a1 Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION by Rafael J. Wysocki · 17 years ago
  93. b5445f9 Allow nodes to exist that only contain ZONE_MOVABLE by Mel Gorman · 17 years ago
  94. 3dd9fe8 memory unplug: isolate_lru_page fix by KAMEZAWA Hiroyuki · 17 years ago
  95. dc386d4 memory unplug: migration by kernel by KAMEZAWA Hiroyuki · 17 years ago
  96. b2e961e Merge branch 'request-queue-t' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  97. b8c1c5d slab: correctly handle __GFP_ZERO by Andrew Morton · 17 years ago
  98. 5ab3ee7 fix hugetlb page allocation leak by Ken Chen · 17 years ago
  99. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  100. dec2e6b x86_64: fix section mismatch warning in init.c by Sam Ravnborg · 17 years ago