1. 7cd4767 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  2. bc0b96b crypto: Move md5_transform to lib/md5.c by David S. Miller · 13 years ago
  3. 1eb19a1 lib/sha1: use the git implementation of SHA-1 by Mandeep Singh Baines · 13 years ago
  4. c0c770e Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 13 years ago
  5. e504f3f tmpfs radix_tree: locate_item to speed up swapoff by Hugh Dickins · 13 years ago
  6. 6328650 radix_tree: exceptional entries and indices by Hugh Dickins · 13 years ago
  7. 88eca02 ida: simplified functions for id allocation by Rusty Russell · 13 years ago
  8. dd48c08 fault-injection: add ability to export fault_attr in arbitrary directory by Akinobu Mita · 13 years ago
  9. d0e323b Merge branch 'apei' into apei-release by Len Brown · 13 years ago
  10. 7f18427 lib, Make gen_pool memory allocator lockless by Huang Ying · 13 years ago
  11. f49f23a lib, Add lock-less NULL terminated single list by Huang Ying · 13 years ago
  12. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  13. 7f5ddcc fault-injection: use debugfs_remove_recursive by Akinobu Mita · 13 years ago
  14. 8307fc2 fault-injection: cleanup simple attribute of stacktrace_depth by Akinobu Mita · 13 years ago
  15. 35f4676 fault-injection: do not include unneeded header by Akinobu Mita · 13 years ago
  16. 37e7b5f cpumask: alloc_cpumask_var() use NUMA_NO_NODE by KOSAKI Motohiro · 13 years ago
  17. 95918f4 cpumask: convert for_each_cpumask() with for_each_cpu() by KOSAKI Motohiro · 13 years ago
  18. 778d3b0 cpusets: randomize node rotor used in cpuset_mem_spread_node() by Michal Hocko · 13 years ago
  19. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  20. 75fb8f2 lib: make _tolower() public by Andy Shevchenko · 13 years ago
  21. 72d3950 lib/lcm.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  22. ae891a1 devres: fix possible use after free by Maxin B John · 13 years ago
  23. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  24. 81d6743 XZ: Fix missing <linux/kernel.h> include by Lasse Collin · 13 years ago
  25. ff0c4ad Merge branch 'for-upstream' of git://openrisc.net/jonas/linux by Linus Torvalds · 13 years ago
  26. bdc7ccf Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  27. 75b56ec Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  28. 82ed223 iomap: make IOPORT/PCI mapping functions conditional by Jonas Bonn · 13 years ago
  29. 994bf1c Merge branch 'linus' into sched/core by Ingo Molnar · 13 years ago
  30. f996f20 lib/vsprintf: replace link to Draft by final RFC number by Jan Engelhardt · 13 years ago
  31. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  32. 732375c plist: Remove the need to supply locks to plist heads by Dima Zavin · 13 years ago
  33. 27a3b73 Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  34. be0e1e7 lib/checksum.c: optimize do_csum a bit by Ian Abbott · 13 years ago
  35. 8edbb83 lockup detector: Fix reference to the non-existent CONFIG_DETECT_SOFTLOCKUP option by Anton Blanchard · 13 years ago
  36. 1ecc818 Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into sched/core by Ingo Molnar · 13 years ago
  37. d902db1 sched: Generalize sleep inside spinlock detection by Frederic Weisbecker · 13 years ago
  38. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  39. 161b6ae debugobjects: Fix boot crash when kmemleak and debugobjects enabled by Marcin Slusarz · 13 years ago
  40. 8dac6be Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  41. b0825ee lib/bitmap.c: fix kernel-doc notation by Randy Dunlap · 13 years ago
  42. a685e08 Delay struct net freeing while there's a sysfs instance refering to it by Al Viro · 13 years ago
  43. e8f7c70 sched: Make sleeping inside spinlock detection working in !CONFIG_PREEMPT by Frederic Weisbecker · 13 years ago
  44. 361932b Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6 by Linus Torvalds · 13 years ago
  45. 29cf519 vsprintf: Update %pI6c to not compress a single 0 by Joe Perches · 13 years ago
  46. c0c33ad Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  47. 5f98ecd swiotlb: Export swioltb_nr_tbl and utilize it as appropiate. by FUJITA Tomonori · 13 years ago
  48. 10f8113 lib: cordic: add library module providing cordic angle calculation by Arend van Spriel · 13 years ago
  49. 7150962 lib: crc8: add new library module providing crc8 algorithm by Arend van Spriel · 13 years ago
  50. 3cc39b3 tile: enable CONFIG_BUGVERBOSE by Chris Metcalf · 13 years ago
  51. 29f742f Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/urgent by Ingo Molnar · 13 years ago
  52. 63e424c arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} by Akinobu Mita · 13 years ago
  53. 19de85e bitops: add #ifndef for each of find bitops by Akinobu Mita · 13 years ago
  54. 704f15d flex_array: avoid divisions when accessing elements by Jesse Gross · 13 years ago
  55. ba9f207 rcu: Fix unpaired rcu_irq_enter() from locking selftests by Frederic Weisbecker · 13 years ago
  56. 0798b1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 13 years ago
  57. 5ca43f6 lib: consolidate DEBUG_STACK_USAGE option by Stephen Boyd · 13 years ago
  58. 3c8f370 lib/genalloc.c: add support for specifying the physical address by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  59. 44ec7ab lib: consolidate DEBUG_PER_CPU_MAPS by Stephen Boyd · 13 years ago
  60. c196e32 lib: add kstrto*_from_user() by Alexey Dobriyan · 13 years ago
  61. a08aa35 lru_cache: use correct type in sizeof for allocation by Ilia Mirkin · 13 years ago
  62. d9be9b9 lib/vsprintf.c: fix interaction of kasprintf() and vsnprintf() when using %pV by Jan Beulich · 13 years ago
  63. 4b06042 bitmap, irq: add smp_affinity_list interface to /proc/irq by Mike Travis · 13 years ago
  64. 7bf02ea arch, mm: filter disallowed nodes from arch specific show_mem functions by David Rientjes · 13 years ago
  65. b7b5755 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  66. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  67. eb04f2f Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  68. 6595b4a Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  69. cbdad8d Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  70. 83d7e94 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-2.6-cm by Linus Torvalds · 13 years ago
  71. fce4a1d Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 13 years ago
  72. 79e0d9b kmemleak: Select DEBUG_FS unconditionally in DEBUG_KMEMLEAK by Catalin Marinas · 13 years ago
  73. c0a5afb MIPS: Enable kmemleak for MIPS by Maxin John · 13 years ago
  74. d0f1fed Add a strtobool function matching semantics of existing in kernel equivalents by Jonathan Cameron · 13 years ago
  75. 1a94dc3 lib: Add generic binary search function to the kernel. by Tim Abbott · 13 years ago
  76. 411f05f vsprintf: Turn kptr_restrict off by default by Ingo Molnar · 13 years ago
  77. 604c307 Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats' and 'amd-iommu/extended-features' into iommu/2.6.40 by Joerg Roedel · 13 years ago
  78. fc2ecf7 rcu: Enable DEBUG_OBJECTS_RCU_HEAD from !PREEMPT by Mathieu Desnoyers · 13 years ago
  79. a00e0d71 rcu: Remove conditional compilation for RCU CPU stall warnings by Paul E. McKenney · 13 years ago
  80. aaeb012 audit: support the "standard" <asm-generic/unistd.h> by Chris Metcalf · 13 years ago
  81. 6f23928 Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  82. 646032e XZ decompressor: Fix decoding of empty LZMA2 streams by Lasse Collin · 13 years ago
  83. bf69d41 flex_arrays: allow zero length flex arrays by Eric Paris · 13 years ago
  84. 5d30b10 flex_array: flex_array_prealloc takes a number of elements, not an end by Eric Paris · 13 years ago
  85. a8d05c8 flex_array: allow 0 length elements by Eric Paris · 13 years ago
  86. 150cdf6 flex_arrays: allow zero length flex arrays by Eric Paris · 13 years ago
  87. 5a3ea87 flex_array: flex_array_prealloc takes a number of elements, not an end by Eric Paris · 13 years ago
  88. e11feaa watchdog, hung_task_timeout: Add Kconfig configurable default by Jeff Mahoney · 13 years ago
  89. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  90. 78be959 kstrtox: simpler code in _kstrtoull() by Alexey Dobriyan · 13 years ago
  91. 01eda2e kstrtox: fix compile warnings in test by Alexey Dobriyan · 13 years ago
  92. 99172a2 add printk.time=1 boot-time hint to Kconfig.debug help text by Jim Cromie · 13 years ago
  93. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  94. ba4b87ad dma-debug: print information about leaked entry by Stanislaw Gruszka · 13 years ago
  95. ba1835e vsprintf: make comment about vs{n,cn,}printf more understandable by Uwe Kleine-König · 13 years ago
  96. 9718269 kemleak-test: build as module only by Daniel Baluta · 13 years ago
  97. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  98. a17d473 Merge branch 'for-linus-1' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  99. 94df491 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  100. 7bf7e37 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1 by Artem Bityutskiy · 13 years ago