1. a5d76b5 memory unplug: page isolation by KAMEZAWA Hiroyuki · 17 years ago
  2. 75884fb memory unplug: memory hotplug cleanup by KAMEZAWA Hiroyuki · 17 years ago
  3. 42a9fdb SLUB: Optimize cacheline use for zeroing by Christoph Lameter · 17 years ago
  4. 4c93c355 SLUB: Place kmem_cache_cpu structures in a NUMA aware way by Christoph Lameter · 17 years ago
  5. b3fba8d SLUB: Move page->offset to kmem_cache_cpu->offset by Christoph Lameter · 17 years ago
  6. 8e65d24 SLUB: Do not use page->mapping by Christoph Lameter · 17 years ago
  7. dfb4f09 SLUB: Avoid page struct cacheline bouncing due to remote frees to cpu slab by Christoph Lameter · 17 years ago
  8. 467c996 Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo by Mel Gorman · 17 years ago
  9. d9c2340 Do not depend on MAX_ORDER when grouping pages by mobility by Mel Gorman · 17 years ago
  10. 64c5e13 don't group high order atomic allocations by Mel Gorman · 17 years ago
  11. ac0e5b7 remove PAGE_GROUP_BY_MOBILITY by Mel Gorman · 17 years ago
  12. 56fd56b Bias the location of pages freed for min_free_kbytes in the same MAX_ORDER_NR_PAGES blocks by Mel Gorman · 17 years ago
  13. 5c0e306 Fix corruption of memmap on IA64 SPARSEMEM when mem_section is not a power of 2 by Mel Gorman · 17 years ago
  14. e010487 Group high-order atomic allocations by Mel Gorman · 17 years ago
  15. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  16. b92a6ed Add a configure option to group pages by mobility by Mel Gorman · 17 years ago
  17. b2a0ac8 Split the free lists for movable and unmovable allocations by Mel Gorman · 17 years ago
  18. 835c134 Add a bitmap that is used to track flags affecting a block of pages by Mel Gorman · 17 years ago
  19. 6cb0622 Categorize GFP flags by Christoph Lameter · 17 years ago
  20. 0e1e7c7 Memoryless nodes: Use N_HIGH_MEMORY for cpusets by Christoph Lameter · 17 years ago
  21. 523b945 Memoryless nodes: Fix GFP_THISNODE behavior by Christoph Lameter · 17 years ago
  22. 37c0708 Memoryless nodes: Add N_CPU node state by Christoph Lameter · 17 years ago
  23. 7ea1530 Memoryless nodes: introduce mask of nodes with memory by Christoph Lameter · 17 years ago
  24. 1380891 Memoryless nodes: Generic management of nodemasks for various purposes by Christoph Lameter · 17 years ago
  25. 5514476 fs: remove some AOP_TRUNCATED_PAGE by Nick Piggin · 17 years ago
  26. 03158cd fs: restore nobh by Nick Piggin · 17 years ago
  27. a20fa20 With reiserfs no longer using the weird generic_cont_expand, remove it completely. by Nick Piggin · 17 years ago
  28. 89e1078 fs: new cont helpers by Nick Piggin · 17 years ago
  29. afddba4 fs: introduce write_begin, write_end, and perform_write aops by Nick Piggin · 17 years ago
  30. 2f718ff mm: buffered write iterator by Nick Piggin · 17 years ago
  31. 0829142 mm: fix pagecache write deadlocks by Nick Piggin · 17 years ago
  32. 754af6f Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flag by Lee Schermerhorn · 17 years ago
  33. c92ff1b move mm_struct and vm_area_struct by Martin Schwidefsky · 17 years ago
  34. c0bc987 radix-tree: use indirect bit by Nick Piggin · 17 years ago
  35. 557ed1f remove ZERO_PAGE by Nick Piggin · 17 years ago
  36. aadb4bc SLUB: direct pass through of page size or higher kmalloc requests by Christoph Lameter · 17 years ago
  37. 57f6b96 filemap: convert some unsigned long to pgoff_t by Fengguang Wu · 17 years ago
  38. 535443f readahead: remove several readahead macros by Fengguang Wu · 17 years ago
  39. 6df8ba4 radixtree: introduce radix_tree_next_hole() by Fengguang Wu · 17 years ago
  40. f4e6b49 readahead: combine file_ra_state.prev_index/prev_offset into prev_pos by Fengguang Wu · 17 years ago
  41. 0bb7ba6 readahead: mmap read-around simplification by Fengguang Wu · 17 years ago
  42. 937085a readahead: compacting file_ra_state by Fengguang Wu · 17 years ago
  43. 39e91e4 Clean up duplicate includes in include/linux/memory_hotplug.h by Jesper Juhl · 17 years ago
  44. 29c7111 vmemmap: generify initialisation via helpers by Andy Whitcroft · 17 years ago
  45. 8f6aac4 Generic Virtual Memmap support for SPARSEMEM by Christoph Lameter · 17 years ago
  46. 540557b sparsemem: record when a section has a valid mem_map by Andy Whitcroft · 17 years ago
  47. b3b708f wake up from a serial port by Guennadi Liakhovetski · 17 years ago
  48. aa5346a provide stubs for enable_irq_wake() and disable_irq_wake() by Guennadi Liakhovetski · 17 years ago
  49. bf0df63 8250_pci: Autodetect mainpine cards by Alan Cox · 17 years ago
  50. 32e8f70 introduce DMA_MASK_NONE as a signal for unable to do DMA by James Bottomley · 17 years ago
  51. 0322a2b Add assembler equivalents to __init{,date}_refok by Ralf Baechle · 17 years ago
  52. bfe8df3 slow down printk during boot by Randy Dunlap · 17 years ago
  53. e6716b8 docbook: fix filesystems content by Randy Dunlap · 17 years ago
  54. fd39c86 docbook: fix usb content by Randy Dunlap · 17 years ago
  55. 65a6ec0 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  56. 541010e Merge branch 'locks' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  57. a52cefc Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  58. f2e1d89 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  59. f78a1b3 [TCP]: Make snd_cwnd_cnt 32-bit by Ilpo Järvinen · 17 years ago
  60. faca94f [ISDN]: Remove local copy of device name to make sure renames work. by Karsten Keil · 17 years ago
  61. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  62. 37d4187 [NETFILTER]: Do not copy skb in skb_make_writable by Herbert Xu · 17 years ago
  63. e0053ec [SKBUFF]: Add skb_morph by Herbert Xu · 17 years ago
  64. eabd7e3 Add skb_is_gso_v6 by Brice Goglin · 17 years ago
  65. a8fc078 [ARM] 4577/1: ITE 8152 PCI bridge support by Mike Rapoport · 17 years ago
  66. f4921af Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 17 years ago
  67. 419217c Merge branch 'v2.6.24-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep by Linus Torvalds · 17 years ago
  68. b5869ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  69. df3d80f Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  70. 37ca506 Merge branch 'nfs-server-stable' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  71. 57d292b HID: fix HIDIOCGRDESC memory access in hidraw by Jiri Kosina · 17 years ago
  72. 94886b8 sched: guest CPU accounting: maintain stats in account_system_time() by Laurent Vivier · 17 years ago
  73. 9ac5231 sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fields by Laurent Vivier · 17 years ago
  74. 5e84cfd sched: guest CPU accounting: add guest-CPU /proc/stat field by Laurent Vivier · 17 years ago
  75. 7a6c6bc sched: enable wake-idle on CONFIG_SCHED_MC=y by Ingo Molnar · 17 years ago
  76. 95dbb42 sched: reintroduce topology.h tunings by Ingo Molnar · 17 years ago
  77. cc36773 sched: debug, improve migration statistics by Ingo Molnar · 17 years ago
  78. da84d96 sched: reintroduce cache-hot affinity by Ingo Molnar · 17 years ago
  79. 95938a3 sched: prevent wakeup over-scheduling by Mike Galbraith · 17 years ago
  80. 5cb350b sched: group scheduling, sysfs tunables by Dhaval Giani · 17 years ago
  81. 4cf86d7 sched: cleanup: rename task_grp to task_group by Ingo Molnar · 17 years ago
  82. af92723 sched: cleanup, remove the TASK_NONINTERACTIVE flag by Mike Galbraith · 17 years ago
  83. 5522d5d sched: mark scheduling classes as const by Ingo Molnar · 17 years ago
  84. 5f6d858e sched: speed up and simplify vslice calculations by Peter Zijlstra · 17 years ago
  85. 2d72376 sched: clean up schedstats, cnt -> count by Ingo Molnar · 17 years ago
  86. 94359f0 sched: undo some of the recent changes by Ingo Molnar · 17 years ago
  87. 67e9fb2 sched: add vslice by Peter Zijlstra · 17 years ago
  88. c18b8a7 sched: remove unneeded tunables by Ingo Molnar · 17 years ago
  89. b8efb56 sched debug: BKL usage statistics by Ingo Molnar · 17 years ago
  90. 24e377a sched: add fair-user scheduler by Srivatsa Vaddagiri · 17 years ago
  91. 9b5b775 sched: clean up code under CONFIG_FAIR_GROUP_SCHED by Srivatsa Vaddagiri · 17 years ago
  92. 83b699e sched: revert recent removal of set_curr_task() by Srivatsa Vaddagiri · 17 years ago
  93. f6b5320 sched: rework enqueue/dequeue_entity() to get rid of set_curr_task() by Dmitry Adamushko · 17 years ago
  94. 4530d7a sched: simplify sched_class::yield_task() by Dmitry Adamushko · 17 years ago
  95. 30cfdcf sched: do not keep current in the tree and get rid of sched_entity::fair_key by Dmitry Adamushko · 17 years ago
  96. bbdba7c sched: remove wait_runtime fields and features by Ingo Molnar · 17 years ago
  97. e22f5bb sched: remove wait_runtime limit by Ingo Molnar · 17 years ago
  98. e9acbff sched: introduce se->vruntime by Ingo Molnar · 17 years ago
  99. 8ebc91d sched: remove stat_gran by Ingo Molnar · 17 years ago
  100. 2bd8e6d sched: use constants if !CONFIG_SCHED_DEBUG by Ingo Molnar · 17 years ago