1. 2d6ffcc inflate: refactor inflate malloc code by Thomas Petazzoni · 16 years ago
  2. e0ce0da9 lists: remove a redundant conditional definition of list_add() by Robert P. J. Day · 16 years ago
  3. fd19382 lib: allow memparse() to accept a NULL and ignorable second parm by Robert P. J. Day · 16 years ago
  4. 545e400 lzo: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  5. d3de851 rtc: BCD codeshrink by David Brownell · 16 years ago
  6. 8b05c7e add a helper function to test if an object is on the stack by FUJITA Tomonori · 16 years ago
  7. 6b74ab9 mm: add a basic debugging framework for memory initialisation by Mel Gorman · 16 years ago
  8. 26dcce0 Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  9. d7b6de1 Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  10. 20b7997 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 16 years ago
  11. 68afab1 kgdb: remove unused HAVE_ARCH_KGDB_SHADOW_INFO config variable by Jason Wessel · 16 years ago
  12. 137d3ed sg: reimplement sg mapping iterator by Tejun Heo · 16 years ago
  13. 6eaaaac Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  14. a00caa1f remove CONFIG_KMOD from lib by Johannes Berg · 16 years ago
  15. 0ad1d6f kobject: Transmit return value of call_usermodehelper() to caller by Wang Chen · 16 years ago
  16. ff54333 debugfs: Add a reference to the debugfs API documentation. by Robert P. J. Day · 16 years ago
  17. 9f255651 kobject: replace '/' with '!' in name by Kay Sievers · 16 years ago
  18. eb6a12c Merge branch 'linus' into cpus4096-for-linus by Ingo Molnar · 16 years ago
  19. 06f8d00 cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.c, fix by Ingo Molnar · 16 years ago
  20. 4755b92 cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.c by Mike Travis · 16 years ago
  21. bb2c018 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  22. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  23. bdec6ca Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  24. 2464a60 ftrace: do not trace library functions by Ingo Molnar · 16 years ago
  25. 9fa1113 ftrace: fix lockup with MAXSMP by Ingo Molnar · 16 years ago
  26. dc7c65d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  27. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  28. 8263884 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  29. 1e09481 Merge branch 'linus' into core/softlockup by Ingo Molnar · 16 years ago
  30. 6c9fcaf Merge branch 'core/rcu' into core/rcu-for-linus by Ingo Molnar · 16 years ago
  31. af5329c Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  32. 8d2567a Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  33. f11f594 [SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRC by Martin K. Petersen · 16 years ago
  34. e8ced39 percpu_counter: new function percpu_counter_sum_and_set by Mingming Cao · 16 years ago
  35. 0c81b2a Merge branch 'linus' into core/rcu by Ingo Molnar · 16 years ago
  36. bac0c91 Merge branch 'tracing/ftrace' into auto-ftrace-next by Ingo Molnar · 16 years ago
  37. 4313883 textsearch: ts_fsm: return error on request for case insensitive search by Joonwoo Park · 16 years ago
  38. 2523c3f textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt algorithm by Joonwoo Park · 16 years ago
  39. 3b76d08 textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithm by Joonwoo Park · 16 years ago
  40. b9c7967 textsearch: support for case insensitive searching by Joonwoo Park · 16 years ago
  41. 0fe1ef2 vsprintf: add support for '%pS' and '%pF' pointer formats by Linus Torvalds · 16 years ago
  42. 4d8a743 vsprintf: add infrastructure support for extended '%p' specifiers by Linus Torvalds · 16 years ago
  43. 78a8bf6 vsprintf: split out '%p' handling logic by Linus Torvalds · 16 years ago
  44. 0f9bfa5 vsprintf: split out '%s' handling logic by Linus Torvalds · 16 years ago
  45. 68083e0 Merge commit 'v2.6.26-rc9' into cpus4096 by Ingo Molnar · 16 years ago
  46. da9eac8 lib: taint kernel in common report_bug() WARN path. by Paul Mundt · 16 years ago
  47. cde5353 Christoph has moved by Christoph Lameter · 16 years ago
  48. 821b03f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  49. aebb6a8 textsearch: fix Boyer-Moore text search bug by Joonwoo Park · 16 years ago
  50. ad118c5 stacktrace: add saved stack traces to backtrace self-test by Vegard Nossum · 16 years ago
  51. 31a72bc rcu: make rcutorture more vicious: reinstate boot-time testing by Paul E. McKenney · 16 years ago
  52. 50db04dd debugobjects: fix lockdep warning by Vegard Nossum · 16 years ago
  53. 8bbd54d Merge branch 'linus' into core/softlockup by Ingo Molnar · 16 years ago
  54. 766d027 Merge branch 'linus' into core/rcu by Ingo Molnar · 16 years ago
  55. e765ee9 Merge branch 'linus' into tracing/ftrace by Ingo Molnar · 16 years ago
  56. 1462a20 Revert "prohibit rcutorture from being compiled into the kernel" by Ingo Molnar · 16 years ago
  57. 643b52b radix-tree: fix small lockless radix-tree bug by Nick Piggin · 16 years ago
  58. d5e181f add an inlined version of iter_div_u64_rem by Jeremy Fitzhardinge · 16 years ago
  59. f595ec9 common implementation of iterative div/mod by Jeremy Fitzhardinge · 16 years ago
  60. 8344b56 PCI: ACPI PCI slot detection driver by Alex Chiang · 16 years ago
  61. 3527fb32 lib: export bitrev16 by Harvey Harrison · 16 years ago
  62. 886dd58 debugging: make stacktrace independent from DEBUG_KERNEL by Ingo Molnar · 16 years ago
  63. 9c44bc0 softlockup: allow panic on lockup by Ingo Molnar · 16 years ago
  64. 654e478 ftrace: use the new kbuild CFLAGS_REMOVE for lib directory by Steven Rostedt · 16 years ago
  65. 9d0a420 ftrace: remove function tracing from spinlock debug by Steven Rostedt · 16 years ago
  66. 3594136 ftrace: do not profile lib/string.o by Steven Rostedt · 16 years ago
  67. 5568b13 ftrace: debug smp_processor_id, use notrace preempt disable by Steven Rostedt · 16 years ago
  68. 16444a8 ftrace: add basic support for gcc profiler instrumentation by Arnaldo Carvalho de Melo · 16 years ago
  69. 6e76641 ftrace: annotate core code that should not be traced by Arnaldo Carvalho de Melo · 16 years ago
  70. 41df0d61 x86: Add performance variants of cpumask operators by Mike Travis · 16 years ago
  71. 8252474 rcu: split list.h and move rcu-protected lists into rculist.h by Franck Bui-Huu · 16 years ago
  72. f9ebcd9 lmb: Fix compile warning by Kumar Gala · 16 years ago
  73. 8f40f67 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 16 years ago
  74. 8978a31 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  75. 3fc9577 lib: create common ascii hex array by Harvey Harrison · 16 years ago
  76. b32a09d add match_strlcpy() us it to make v9fs make uname and remotename parsing more robust by Markus Armbruster · 16 years ago
  77. f4ed0de cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_len by Paul Jackson · 16 years ago
  78. faa6cfd lmb: Make lmb debugging more useful. by David S. Miller · 16 years ago
  79. 4978db5 lmb: Fix inconsistent alignment of size argument. by David S. Miller · 16 years ago
  80. 8e3e076 BKL: revert back to the old spinlock implementation by Linus Torvalds · 16 years ago
  81. 2e83fc4 Merge branch 'powerpc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  82. e024cbd kgdb: kconfig fix xconfig/menuconfig element by Jan Engelhardt · 16 years ago
  83. b41e5ff [POWERPC] devres: Add devm_ioremap_prot() by Emil Medve · 16 years ago
  84. af8e2a4 idr: fix idr_remove() by Nadia Derbey · 16 years ago
  85. 34990cf Add a new sysfs_streq() string comparison function by David Brownell · 16 years ago
  86. 6f6d6a1 rename div64_64 to div64_u64 by Roman Zippel · 16 years ago
  87. 2418f4f introduce explicit signed/unsigned 64bit divide by Roman Zippel · 16 years ago
  88. c3bb7fad klist: fix coding style errors in klist.h and klist.c by Greg Kroah-Hartman · 16 years ago
  89. 4f452e8 devres: support addresses greater than an unsigned long via dev_ioremap by Kumar Gala · 16 years ago
  90. a4ca661 kobject: do not copy vargs, just pass them around by Kay Sievers · 16 years ago
  91. 93dd400 klist: implement klist_add_{after|before}() by Tejun Heo · 16 years ago
  92. 810304d lib: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  93. c6f3a97 debugobjects: add timer specific object debugging code by Thomas Gleixner · 16 years ago
  94. 3ac7fe5 infrastructure to debug (dynamic) objects by Thomas Gleixner · 16 years ago
  95. a42dde0 mm: bdi: allow setting a maximum for the bdi dirty limit by Peter Zijlstra · 16 years ago
  96. cf0ca9f mm: bdi: export BDI attributes in sysfs by Peter Zijlstra · 16 years ago
  97. 867a89e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  98. fee4b19 bitops: remove "optimizations" by Thomas Gleixner · 16 years ago
  99. 199f0ca idr: create idr_layer_cache at boot time by Akinobu Mita · 16 years ago
  100. 309df0c dma/ia64: update ia64 machvecs, swiotlb.c by Arthur Kepner · 16 years ago