1. 2b2f68b DYNAMIC_DEBUG: fix documentation errors by Florian Ragwitz · 15 years ago
  2. ea46c8f dynamic_debug: small cleanup in ddebug_proc_write() by Dan Carpenter · 15 years ago
  3. 0fa0559 scripts/get_maintainer.pl: default to not include unspecified tags by Florian Mickler · 15 years ago
  4. 368669d scripts/get_maintainer.pl: add .get_maintainer.conf default options file by Joe Perches · 15 years ago
  5. e4d26b0 scripts/get_maintainer.pl: optionally ignore non-maintainer signatures by Joe Perches · 15 years ago
  6. cf3b429 vsprintf.c: use noinline_for_stack by Joe Perches · 15 years ago
  7. 59592d0 ad525x_dpot: add support for one time programmable pots by Michael Hennerich · 15 years ago
  8. c74cba6 ad525x_dpot: add support for ADN2860 and AD528x pots by Michael Hennerich · 15 years ago
  9. e3ae68476 ad525x_dpot: add support for AD524x pots by Michael Hennerich · 15 years ago
  10. 6c536e4 ad525x_dpot: add support for SPI parts by Michael Hennerich · 15 years ago
  11. 0c53b9f ad525x_dpot: extend write argument to 16bits by Michael Hennerich · 15 years ago
  12. 0993dbe ad525x_dpot: simplify duplicated sysfs defines by Michael Hennerich · 15 years ago
  13. 7d52669 module: remove duplicate declaration of __ksymtab_gpl_future by Wenji Huang · 15 years ago
  14. aaa04b4 fatfs: ratelimit corruption report by OGAWA Hirofumi · 15 years ago
  15. f40c396 ratelimit: add ratelimit_state_init() by OGAWA Hirofumi · 15 years ago
  16. d8521fc printk_ratelimited(): fix uninitialized spinlock by OGAWA Hirofumi · 15 years ago
  17. fa1f68d drivers: misc: pass miscdevice pointer via file private data by Samu Onkalo · 15 years ago
  18. 6c5e303 include/asm-generic/kmap_types.h: add helpful reminder by Andrew Morton · 15 years ago
  19. 3768217 asm-generic: don't warn that atomic_t is only 24 bit by Peter Fritzsche · 15 years ago
  20. fc62f2f kernel.h: add pr_warn for symmetry to dev_warn, netdev_warn by Joe Perches · 15 years ago
  21. 4c99000 ntfs: use add_to_page_cache_lru() by Minchan Kim · 15 years ago
  22. 2ec93b0 ntfs: clean up ntfs_attr_extend_initialized by Minchan Kim · 15 years ago
  23. ef7ffe8 sunrpc: use formatting of module name in SUNRPC by Alex Riesen · 15 years ago
  24. 08a82c6 hvsi: fix messed up error checking getting state name by Phil Carmody · 15 years ago
  25. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 15 years ago
  26. 940370f hangcheck-timer: fix x86_32 bugs by Yury Polyanskiy · 15 years ago
  27. b3b77c8 endian: #define __BYTE_ORDER by Joakim Tjernlund · 15 years ago
  28. e47103b err.h: add __must_check to error pointer handlers by Jani Nikula · 15 years ago
  29. 1f85f87 cpuidle: add a repeating pattern detector to the menu governor by Arjan van de Ven · 15 years ago
  30. 6cdafaa mn10300: set ARCH_KMALLOC_MINALIGN by FUJITA Tomonori · 15 years ago
  31. 36683161 mn10300: use generic atomic.h by Mathieu Desnoyers · 15 years ago
  32. e9a137c m68knommu: fix broken use of BUAD_TABLE_SIZE in 68328serial driver by Greg Ungerer · 15 years ago
  33. 69dcf3d frv: set ARCH_KMALLOC_MINALIGN by FUJITA Tomonori · 15 years ago
  34. 7ca8b9c frv: extend gdbstub to support more features of gdb by David Howells · 15 years ago
  35. c6f6b59 mm: make lowmem_page_address() use PFN_PHYS() for improved portability by Chris Metcalf · 15 years ago
  36. 4eaf3f6 mem-hotplug: fix potential race while building zonelist for new populated zone by Haicheng Li · 15 years ago
  37. 1f52250 mem-hotplug: avoid multiple zones sharing same boot strapping boot_pageset by Haicheng Li · 15 years ago
  38. 319774e mem-hotplug: separate setup_per_cpu_pageset() into separate functions by Wu Fengguang · 15 years ago
  39. 0faa563 mm: fix NR_SECTION_ROOTS == 0 when using using sparsemem extreme. by Marcelo Roberto Jimenez · 15 years ago
  40. ff3d58c highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_atomic() by Akinobu Mita · 15 years ago
  41. fd23855 include/linux/gfp.h: fix coding style by matt mooney · 15 years ago
  42. 263ff5d include/linux/gfp.h: spelling fixes by matt mooney · 15 years ago
  43. cf23422 cpu/mem hotplug: enable CPUs online before local memory online by minskey guo · 15 years ago
  44. 8b25c6d vmscan: remove isolate_pages callback scan control by Johannes Weiner · 15 years ago
  45. 0aeb233 vmscan: remove all_unreclaimable scan control by Johannes Weiner · 15 years ago
  46. 142762b mm: document follow_page() by Johannes Weiner · 15 years ago
  47. 58a9d3d8 fs-writeback: check sync bit earlier in inode_wait_for_writeback by Richard Kennedy · 15 years ago
  48. ec95f53 mm: introduce free_pages_prepare() by KOSAKI Motohiro · 15 years ago
  49. 5f53e76 vmscan: page_check_references(): check low order lumpy reclaim properly by KOSAKI Motohiro · 15 years ago
  50. bf8abe8 readahead.c: fix comment by Huang Shijie · 15 years ago
  51. 76a33fc vmscan: prevent get_scan_ratio() rounding errors by Shaohua Li · 15 years ago
  52. 6ec3a12 mm: consider the entire user address space during node migration by Greg Thelen · 15 years ago
  53. 4f92e25 mm: compaction: defer compaction using an exponential backoff when compaction fails by Mel Gorman · 15 years ago
  54. 5e77190 mm: compaction: add a tunable that decides when memory should be compacted and when it should be reclaimed by Mel Gorman · 15 years ago
  55. 56de726 mm: compaction: direct compact when a high-order allocation fails by Mel Gorman · 15 years ago
  56. ed4a6d7 mm: compaction: add /sys trigger for per-node memory compaction by Mel Gorman · 15 years ago
  57. 76ab0f5 mm: compaction: add /proc trigger for memory compaction by Mel Gorman · 15 years ago
  58. 748446b mm: compaction: memory compaction core by Mel Gorman · 15 years ago
  59. c175a0c mm: move definition for LRU isolation modes to a header by Mel Gorman · 15 years ago
  60. f1a5ab1 mm: export fragmentation index via debugfs by Mel Gorman · 15 years ago
  61. d7a5752 mm: export unusable free space index via debugfs by Mel Gorman · 15 years ago
  62. a8bef8ff mm: migration: avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks by Mel Gorman · 15 years ago
  63. e9e96b3 mm: allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-remove by Mel Gorman · 15 years ago
  64. 3fe2011 mm: migration: allow the migration of PageSwapCache pages by Mel Gorman · 15 years ago
  65. 67b9509 mm: migration: do not try to migrate unmapped anonymous pages by Mel Gorman · 15 years ago
  66. 7f60c21 mm: migration: share the anon_vma ref counts between KSM and page migration by Mel Gorman · 15 years ago
  67. 3f6c827 mm: migration: take a reference to the anon_vma before migrating by Mel Gorman · 15 years ago
  68. e325c90 mm: default to node zonelist ordering when nodes have only lowmem by David Rientjes · 15 years ago
  69. 1a5cb81 pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vma by Naoya Horiguchi · 15 years ago
  70. e48293f mincore: do nested page table walks by Johannes Weiner · 15 years ago
  71. 25ef0e5 mincore: pass ranges as start,end address pairs by Johannes Weiner · 15 years ago
  72. f488401 mincore: break do_mincore() into logical pieces by Johannes Weiner · 15 years ago
  73. 6a60f1b mincore: cleanups by Johannes Weiner · 15 years ago
  74. c0ff745 cpuset,mm: fix no node to alloc memory when changing cpuset's mems by Miao Xie · 15 years ago
  75. 708c1bb mempolicy: restructure rebinding-mempolicy functions by Miao Xie · 15 years ago
  76. 971ada0 mempolicy: document cpuset interaction with tmpfs mpol mount option by Lee Schermerhorn · 15 years ago
  77. 15d7783 mempolicy: factor mpol_shared_policy_init() return paths by Lee Schermerhorn · 15 years ago
  78. 345ace9 mempolicy: rename policy_types and cleanup initialization by Lee Schermerhorn · 15 years ago
  79. b4652e8 mempolicy: lose unnecessary loop variable in mpol_parse_str() by Lee Schermerhorn · 15 years ago
  80. e17f74a mempolicy: don't call mpol_set_nodemask() when no_context by Lee Schermerhorn · 15 years ago
  81. 1980050 mempolicy: remove redundant check by Bob Liu · 15 years ago
  82. 6eb27e1 mempolicy: remove case MPOL_INTERLEAVE from policy_zonelist() by Bob Liu · 15 years ago
  83. 6d55629 mempolicy: remove redundant code by Bob Liu · 15 years ago
  84. e13861d mm: remove return value of putback_lru_pages() by Minchan Kim · 15 years ago
  85. 4b50dc2 shmem: remove redundant code by Huang Shijie · 15 years ago
  86. e48e67e sparsemem: on no vmemmap path put mem_map on node high too by Yinghai Lu · 15 years ago
  87. 6dda9d5 page allocator: reduce fragmentation in buddy allocator by adding buddies that are merging to the tail of the free lists by Corrado Zoccolo · 15 years ago
  88. e9d6c15 tmpfs: insert tmpfs cache pages to inactive list at first by KOSAKI Motohiro · 15 years ago
  89. 1f0a738 xtensa: includecheck fix: vectors.S by Jaswinder Singh Rajput · 15 years ago
  90. e520c41 xtensa: convert to asm-generic/hardirq.h by Christoph Hellwig · 15 years ago
  91. 498900f xtensa: set ARCH_KMALLOC_MINALIGN by FUJITA Tomonori · 15 years ago
  92. 7e125f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 by Linus Torvalds · 15 years ago
  93. 064e297 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin by Linus Torvalds · 15 years ago
  94. f137711 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 15 years ago
  95. 1595365 Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 15 years ago
  96. c3ed9ea Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  97. 0fed2b5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  98. 0163916 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 15 years ago
  99. a69eee4 Revert "ath9k: Group Key fix for VAPs" by Linus Torvalds · 15 years ago
  100. 3e766fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 15 years ago