1. 8af2a21 sch_red: Adaptative RED AQM by Eric Dumazet · 12 years ago
  2. 75957ba dql: Dynamic queue limits by Tom Herbert · 12 years ago
  3. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  4. 94956ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  5. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  6. c30bc94 netlink: validate NLA_MSECS length by Johannes Berg · 13 years ago
  7. 46cbc1d ida: make ida_simple_get/put() IRQ safe by Tejun Heo · 13 years ago
  8. 55036ba lib: rename pack_hex_byte() to hex_byte_pack() by Andy Shevchenko · 13 years ago
  9. 66f6958 lib/string.c: fix strim() semantics for strings that have only blanks by Michael Holzheu · 13 years ago
  10. e3816c5 lib/idr.c: fix comment for ida_get_new_above() by Wang Sheng-Hui · 13 years ago
  11. 3a8495c lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdef by Glauber Costa · 13 years ago
  12. b9c321f lib/bitmap.c: quiet sparse noise about address space by H Hartley Sweeten · 13 years ago
  13. 4e101b0 lib/spinlock_debug.c: print owner on spinlock lockup by Akinobu Mita · 13 years ago
  14. 1dff46d lib/kstrtox: common code between kstrto*() and simple_strto*() functions by Alexey Dobriyan · 13 years ago
  15. c51eaac lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUT by Jiaju Zhang · 13 years ago
  16. 79824820 lib/string.c: introduce memchr_inv() by Akinobu Mita · 13 years ago
  17. 3fa36ac radix_tree: clean away saw_unset_tag leftovers by Hugh Dickins · 13 years ago
  18. 23a7bfa lib: dma-debug needs export.h for EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  19. daaa5f7 md: Add in export.h for files using EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  20. 056075c md: Add module.h to all files using it implicitly by Paul Gortmaker · 13 years ago
  21. 0cfdc72 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  22. 46b51ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  23. 6cba00e fault-inject: export setup_fault_attr() by Per Forlin · 13 years ago
  24. 1b676f7 mmc: core: add random fault injection by Per Forlin · 13 years ago
  25. df87ecb fault-inject: export fault injection functions by Per Forlin · 13 years ago
  26. c3ae1f3 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 13 years ago
  27. 8a4a891 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  28. 3cfef95 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  29. 2d03423 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  30. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  31. 1bc6718 Merge branch 'for-linus' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  32. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  33. 06afb1a Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v', 'pgt' (early part) and 'smp' into for-linus by Russell King · 13 years ago
  34. 1abb4ba Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', 'iommu/fault-reporting' and 'api/iommu-ops-per-bus' into next by Joerg Roedel · 13 years ago
  35. bd860c5 lib/raid6: Fix filename emitted in generated code by Dan McGee · 13 years ago
  36. 0feefd9 dynamic_debug: fix undefined reference to `__netdev_printk' by Jason Baron · 13 years ago
  37. 431625d dynamic_debug: use a single printk() to emit messages by Jason Baron · 13 years ago
  38. bd22c01 dynamic_debug: remove num_enabled accounting by Jason Baron · 13 years ago
  39. fa17b50 sched: Wrap scheduler p->cpus_allowed access by Peter Zijlstra · 13 years ago
  40. f0f1d32 llist: Remove cpu_relax() usage in cmpxchg loops by Peter Zijlstra · 13 years ago
  41. 781f7fd llist: Return whether list is empty before adding in llist_add() by Huang Ying · 13 years ago
  42. a312733 llist: Move cpu_relax() to after the cmpxchg() by Huang Ying · 13 years ago
  43. 2c30245 llist: Remove the platform-dependent NMI checks by Ingo Molnar · 13 years ago
  44. 1230db8 llist: Make some llist functions inline by Huang Ying · 13 years ago
  45. 89bace6 ARM: always use ARM_UNWIND for thumb2 kernels by Arnd Bergmann · 13 years ago
  46. 9c1f859 XZ: Fix incorrect XZ_BUF_ERROR by Lasse Collin · 13 years ago
  47. b780498 lib: add error checking to hex2bin by Mimi Zohar · 13 years ago
  48. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  49. c9bab38 Remove unneeded version.h include from lib/ by Jesper Juhl · 13 years ago
  50. e809ab0 Kconfig: Copyedit: DEBUG_SECTION_MISMATCH by Michael Witten · 13 years ago
  51. cb475de lib: atomic64: Change the type of local lock to raw_spinlock_t by Yong Zhang · 13 years ago
  52. 003f6c9 lib/sha1.c: quiet sparse noise about symbol not declared by H Hartley Sweeten · 13 years ago
  53. f59ca05 locking, lib/atomic64: Annotate atomic64_lock::lock as raw by Shan Hai · 13 years ago
  54. ddb6c9b locking, rwsem: Annotate inner lock as raw by Thomas Gleixner · 14 years ago
  55. 07354eb locking, printk: Annotate logbuf_lock as raw by Thomas Gleixner · 15 years ago
  56. 740969f locking, lib/proportions: Annotate prop_local_percpu::lock as raw by Thomas Gleixner · 15 years ago
  57. f032a45 locking, percpu_counter: Annotate ::lock as raw by Thomas Gleixner · 15 years ago
  58. bd82382 bitops: Move find_next_bit.o from lib-y to obj-y by Geert Uytterhoeven · 13 years ago
  59. c6a21d0 dma-debug: hash_bucket_find needs to allow for offsets within an entry by Neil Horman · 13 years ago
  60. 52288b6 lib: Kconfig.debug: Typo remove extra "it" by Justin P. Mattock · 13 years ago
  61. ebf4127 kobj_uevent: Ignore if some listeners cannot handle message by Milan Broz · 13 years ago
  62. ffa10cb dynamic_debug: make netdev_dbg() call __netdev_printk() by Jason Baron · 13 years ago
  63. 4ad275e dynamic_debug: Convert printks to pr_<level> by Joe Perches · 13 years ago
  64. 5b2ebce dynamic_debug: Remove uses of KERN_CONT in dynamic_emit_prefix by Joe Perches · 13 years ago
  65. 6c2140e dynamic_debug: Consolidate prefix output to single routine by Joe Perches · 13 years ago
  66. cbc4663 dynamic_debug: Add __dynamic_dev_dbg by Joe Perches · 13 years ago
  67. 7cd4767 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  68. bc0b96b crypto: Move md5_transform to lib/md5.c by David S. Miller · 13 years ago
  69. 1eb19a1 lib/sha1: use the git implementation of SHA-1 by Mandeep Singh Baines · 13 years ago
  70. f5c3dd7 Fix kernel-doc comment typo '@id' by Paul Bolle · 13 years ago
  71. 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
  72. e504f3f tmpfs radix_tree: locate_item to speed up swapoff by Hugh Dickins · 13 years ago
  73. 6328650 radix_tree: exceptional entries and indices by Hugh Dickins · 13 years ago
  74. 88eca02 ida: simplified functions for id allocation by Rusty Russell · 13 years ago
  75. dd48c08 fault-injection: add ability to export fault_attr in arbitrary directory by Akinobu Mita · 13 years ago
  76. d0e323b Merge branch 'apei' into apei-release by Len Brown · 13 years ago
  77. 7f18427 lib, Make gen_pool memory allocator lockless by Huang Ying · 13 years ago
  78. f49f23a lib, Add lock-less NULL terminated single list by Huang Ying · 13 years ago
  79. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  80. 7f5ddcc fault-injection: use debugfs_remove_recursive by Akinobu Mita · 13 years ago
  81. 8307fc2 fault-injection: cleanup simple attribute of stacktrace_depth by Akinobu Mita · 13 years ago
  82. 35f4676 fault-injection: do not include unneeded header by Akinobu Mita · 13 years ago
  83. 37e7b5f cpumask: alloc_cpumask_var() use NUMA_NO_NODE by KOSAKI Motohiro · 13 years ago
  84. 95918f4 cpumask: convert for_each_cpumask() with for_each_cpu() by KOSAKI Motohiro · 13 years ago
  85. 778d3b0 cpusets: randomize node rotor used in cpuset_mem_spread_node() by Michal Hocko · 13 years ago
  86. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  87. 75fb8f2 lib: make _tolower() public by Andy Shevchenko · 13 years ago
  88. 72d3950 lib/lcm.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  89. ae891a1 devres: fix possible use after free by Maxin B John · 13 years ago
  90. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  91. 81d6743 XZ: Fix missing <linux/kernel.h> include by Lasse Collin · 13 years ago
  92. ff0c4ad Merge branch 'for-upstream' of git://openrisc.net/jonas/linux by Linus Torvalds · 13 years ago
  93. 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
  94. 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
  95. 82ed223 iomap: make IOPORT/PCI mapping functions conditional by Jonas Bonn · 13 years ago
  96. 994bf1c Merge branch 'linus' into sched/core by Ingo Molnar · 13 years ago
  97. f996f20 lib/vsprintf: replace link to Draft by final RFC number by Jan Engelhardt · 13 years ago
  98. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  99. 732375c plist: Remove the need to supply locks to plist heads by Dima Zavin · 13 years ago
  100. 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