1. dbcb0f1 mm/mempolicy.c: cleanups by Adrian Bunk · 17 years ago
  2. d8dc74f mm/shmem.c: make 3 functions static by Adrian Bunk · 17 years ago
  3. 54f9f80 hugetlb: Add hugetlb_dynamic_pool sysctl by Adam Litke · 17 years ago
  4. 98f3cfc memory hotplug: Hot-add with sparsemem-vmemmap by Yasunori Goto · 17 years ago
  5. 48e9419 fix memory hot remove not configured case. by KAMEZAWA Hiroyuki · 17 years ago
  6. 0c0e619 memory unplug: page offline by KAMEZAWA Hiroyuki · 17 years ago
  7. a5d76b5 memory unplug: page isolation by KAMEZAWA Hiroyuki · 17 years ago
  8. 75884fb memory unplug: memory hotplug cleanup by KAMEZAWA Hiroyuki · 17 years ago
  9. 42a9fdb SLUB: Optimize cacheline use for zeroing by Christoph Lameter · 17 years ago
  10. 4c93c355 SLUB: Place kmem_cache_cpu structures in a NUMA aware way by Christoph Lameter · 17 years ago
  11. b3fba8d SLUB: Move page->offset to kmem_cache_cpu->offset by Christoph Lameter · 17 years ago
  12. 8e65d24 SLUB: Do not use page->mapping by Christoph Lameter · 17 years ago
  13. dfb4f09 SLUB: Avoid page struct cacheline bouncing due to remote frees to cpu slab by Christoph Lameter · 17 years ago
  14. 467c996 Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo by Mel Gorman · 17 years ago
  15. d9c2340 Do not depend on MAX_ORDER when grouping pages by mobility by Mel Gorman · 17 years ago
  16. 64c5e13 don't group high order atomic allocations by Mel Gorman · 17 years ago
  17. ac0e5b7 remove PAGE_GROUP_BY_MOBILITY by Mel Gorman · 17 years ago
  18. 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
  19. 5c0e306 Fix corruption of memmap on IA64 SPARSEMEM when mem_section is not a power of 2 by Mel Gorman · 17 years ago
  20. e010487 Group high-order atomic allocations by Mel Gorman · 17 years ago
  21. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  22. b92a6ed Add a configure option to group pages by mobility by Mel Gorman · 17 years ago
  23. b2a0ac8 Split the free lists for movable and unmovable allocations by Mel Gorman · 17 years ago
  24. 835c134 Add a bitmap that is used to track flags affecting a block of pages by Mel Gorman · 17 years ago
  25. 954ffcb flush icache before set_pte() on ia64: flush icache at set_pte by KAMEZAWA Hiroyuki · 17 years ago
  26. 6cb0622 Categorize GFP flags by Christoph Lameter · 17 years ago
  27. 0e1e7c7 Memoryless nodes: Use N_HIGH_MEMORY for cpusets by Christoph Lameter · 17 years ago
  28. 523b945 Memoryless nodes: Fix GFP_THISNODE behavior by Christoph Lameter · 17 years ago
  29. 37c0708 Memoryless nodes: Add N_CPU node state by Christoph Lameter · 17 years ago
  30. 7ea1530 Memoryless nodes: introduce mask of nodes with memory by Christoph Lameter · 17 years ago
  31. 1380891 Memoryless nodes: Generic management of nodemasks for various purposes by Christoph Lameter · 17 years ago
  32. 5514476 fs: remove some AOP_TRUNCATED_PAGE by Nick Piggin · 17 years ago
  33. 03158cd fs: restore nobh by Nick Piggin · 17 years ago
  34. a20fa20 With reiserfs no longer using the weird generic_cont_expand, remove it completely. by Nick Piggin · 17 years ago
  35. 89e1078 fs: new cont helpers by Nick Piggin · 17 years ago
  36. afddba4 fs: introduce write_begin, write_end, and perform_write aops by Nick Piggin · 17 years ago
  37. 2f718ff mm: buffered write iterator by Nick Piggin · 17 years ago
  38. 0829142 mm: fix pagecache write deadlocks by Nick Piggin · 17 years ago
  39. 754af6f Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flag by Lee Schermerhorn · 17 years ago
  40. c92ff1b move mm_struct and vm_area_struct by Martin Schwidefsky · 17 years ago
  41. c0bc987 radix-tree: use indirect bit by Nick Piggin · 17 years ago
  42. 557ed1f remove ZERO_PAGE by Nick Piggin · 17 years ago
  43. aadb4bc SLUB: direct pass through of page size or higher kmalloc requests by Christoph Lameter · 17 years ago
  44. 57f6b96 filemap: convert some unsigned long to pgoff_t by Fengguang Wu · 17 years ago
  45. 535443f readahead: remove several readahead macros by Fengguang Wu · 17 years ago
  46. 6df8ba4 radixtree: introduce radix_tree_next_hole() by Fengguang Wu · 17 years ago
  47. f4e6b49 readahead: combine file_ra_state.prev_index/prev_offset into prev_pos by Fengguang Wu · 17 years ago
  48. 0bb7ba6 readahead: mmap read-around simplification by Fengguang Wu · 17 years ago
  49. 937085a readahead: compacting file_ra_state by Fengguang Wu · 17 years ago
  50. 39e91e4 Clean up duplicate includes in include/linux/memory_hotplug.h by Jesper Juhl · 17 years ago
  51. d29eff7 ppc64: SPARSEMEM_VMEMMAP support by Andy Whitcroft · 17 years ago
  52. 46644c2 SPARC64: SPARSEMEM_VMEMMAP support by David Miller · 17 years ago
  53. ef229c5 IA64: SPARSEMEM_VMEMMAP 16K page size support by Christoph Lameter · 17 years ago
  54. 0889eba x86_64: SPARSEMEM_VMEMMAP 2M page size support by Christoph Lameter · 17 years ago
  55. 29c7111 vmemmap: generify initialisation via helpers by Andy Whitcroft · 17 years ago
  56. 8f6aac4 Generic Virtual Memmap support for SPARSEMEM by Christoph Lameter · 17 years ago
  57. 540557b sparsemem: record when a section has a valid mem_map by Andy Whitcroft · 17 years ago
  58. 74a0b57 x86: optimize page faults like all other achitectures and kill notifier cruft by Christoph Hellwig · 17 years ago
  59. d5a7430 Convert cpu_sibling_map to be a per cpu variable by Mike Travis · 17 years ago
  60. 0835761 x86: Convert cpu_core_map to be a per cpu variable by Mike Travis · 17 years ago
  61. b3b708f wake up from a serial port by Guennadi Liakhovetski · 17 years ago
  62. aa5346a provide stubs for enable_irq_wake() and disable_irq_wake() by Guennadi Liakhovetski · 17 years ago
  63. bf0df63 8250_pci: Autodetect mainpine cards by Alan Cox · 17 years ago
  64. 43d9f7f pcmcia: use DMA_MASK_NONE for the default for all pcmcia devices by James Bottomley · 17 years ago
  65. 32e8f70 introduce DMA_MASK_NONE as a signal for unable to do DMA by James Bottomley · 17 years ago
  66. b5446b5 move a few definitions to au1000_xxs1500.c by Yoichi Yuasa · 17 years ago
  67. 0322a2b Add assembler equivalents to __init{,date}_refok by Ralf Baechle · 17 years ago
  68. bfe8df3 slow down printk during boot by Randy Dunlap · 17 years ago
  69. e6716b8 docbook: fix filesystems content by Randy Dunlap · 17 years ago
  70. fd39c86 docbook: fix usb content by Randy Dunlap · 17 years ago
  71. 65a6ec0 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  72. 541010e Merge branch 'locks' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  73. e457f79 Merge branch 'release' of ssh://master.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 17 years ago
  74. a52cefc Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  75. 0df333c [IA64] build fix for scatterlist by Tony Luck · 17 years ago
  76. f2e1d89 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  77. f78a1b3 [TCP]: Make snd_cwnd_cnt 32-bit by Ilpo Järvinen · 17 years ago
  78. e5bbef2 [IPV6]: Replace sk_buff ** with sk_buff * in input handlers by Herbert Xu · 17 years ago
  79. 762cc40 [INET]: Consolidate the xxx_put by Pavel Emelyanov · 17 years ago
  80. 8e7999c [INET]: Consolidate the xxx_evictor by Pavel Emelyanov · 17 years ago
  81. 1e4b828 [INET]: Consolidate the xxx_frag_destroy by Pavel Emelyanov · 17 years ago
  82. 321a3a9 [INET]: Consolidate xxx_the secret_rebuild by Pavel Emelyanov · 17 years ago
  83. 277e650 [INET]: Consolidate the xxx_frag_kill by Pavel Emelyanov · 17 years ago
  84. 04128f2 [INET]: Collect common frag sysctl variables together by Pavel Emelyanov · 17 years ago
  85. 7eb9515 [INET]: Collect frag queues management objects together by Pavel Emelyanov · 17 years ago
  86. 5ab11c9 [INET]: Move common fields from frag_queues in one place. by Pavel Emelyanov · 17 years ago
  87. faca94f [ISDN]: Remove local copy of device name to make sure renames work. by Karsten Keil · 17 years ago
  88. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  89. af1e1cf [IPVS]: Replace local version of skb_make_writable by Herbert Xu · 17 years ago
  90. 37d4187 [NETFILTER]: Do not copy skb in skb_make_writable by Herbert Xu · 17 years ago
  91. 776c729 [IPV4]: Change ip_defrag to return an integer by Herbert Xu · 17 years ago
  92. e0053ec [SKBUFF]: Add skb_morph by Herbert Xu · 17 years ago
  93. 25b31cb add new prom.h for AU1x00 by Yoichi Yuasa · 17 years ago
  94. cdbd386 Use dcr_host_t.base in dcr_unmap() by Michael Ellerman · 17 years ago
  95. 83f34df Add dcr_host_t.base in dcr_read()/dcr_write() by Michael Ellerman · 17 years ago
  96. eabd7e3 Add skb_is_gso_v6 by Brice Goglin · 17 years ago
  97. 0181b61 Merge branch 'pxa' into devel by Russell King · 17 years ago
  98. a8fc078 [ARM] 4577/1: ITE 8152 PCI bridge support by Mike Rapoport · 17 years ago
  99. 3696a8a [ARM] 4576/1: CM-X270 machine support by Mike Rapoport · 17 years ago
  100. 3e0cc7e [ARM] pxa: Avoid pxa_gpio_mode() in gpio_direction_{in,out}put() by Russell King · 17 years ago