1. 897aea3 Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  2. d1969a8 percpu_counter: unbreak __percpu_counter_add() by Hugh Dickins · 10 years ago
  3. 74e72f8 lib/percpu_counter.c: fix __percpu_counter_add() by Ming Lei · 10 years ago
  4. 23fd78d KEYS: Fix multiple key add into associative array by David Howells · 11 years ago
  5. 14058d2 lockref: include mutex.h rather than reinvent arch_mutex_cpu_relax by Will Deacon · 11 years ago
  6. 5800dc3 panic: Make panic_timeout configurable by Jason Baron · 11 years ago
  7. b0e3636 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  8. 78dc53c Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  9. fcd40d6 percpu-refcount: Add percpu-refcount.o to obj-y by Randy Dunlap · 11 years ago
  10. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  11. eda670c Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  12. a019e48 kfifo: kfifo_copy_{to,from}_user: fix copied bytes calculation by Lars-Peter Clausen · 11 years ago
  13. 0791a60 llists-move-llist_reverse_order-from-raid5-to-llistc-fix by Andrew Morton · 11 years ago
  14. b89241e llists: move llist_reverse_order from raid5 to llist.c by Christoph Hellwig · 11 years ago
  15. 9196436 vsprintf: ignore %n again by Kees Cook · 11 years ago
  16. 57f4257 lockref: use BLOATED_SPINLOCKS to avoid explicit config dependencies by Peter Zijlstra · 11 years ago
  17. 0125737a random32: use msecs_to_jiffies for reseed timer by Daniel Borkmann · 11 years ago
  18. 66b2514 random32: add __init prefix to prandom_start_seed_timer by Daniel Borkmann · 11 years ago
  19. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  20. 0910c0b Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  21. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  22. 684f0d3 lib/genalloc: add a helper function for DMA buffer allocation by Nicolin Chen · 11 years ago
  23. ff6092a lib/digsig.c: use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)) by Duan Jiong · 11 years ago
  24. c0d92a5 lib/vsprintf.c: document formats for dentry and struct file by Olof Johansson · 11 years ago
  25. d3773ba lib/debugobjects.c: remove unnecessary work pending test by Xie XiuQi · 11 years ago
  26. 312b4e2 vsprintf: check real user/group id for %pK by Ryan Mallon · 11 years ago
  27. 623fd80 percpu: add test module for various percpu operations by Greg Thelen · 11 years ago
  28. c78e936 mm: do not walk all of system memory during show_mem by Mel Gorman · 11 years ago
  29. 39cf275 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  30. a6a9c0f random32: add test cases for taus113 implementation by Daniel Borkmann · 11 years ago
  31. a98814c random32: upgrade taus88 generator to taus113 from errata paper by Daniel Borkmann · 11 years ago
  32. 4af712e random32: add prandom_reseed_late() and call when nonblocking pool becomes initialized by Hannes Frederic Sowa · 11 years ago
  33. 6d31920 random32: add periodic reseeding by Hannes Frederic Sowa · 11 years ago
  34. 51c37a7 random32: fix off-by-one in seeding requirement by Daniel Borkmann · 11 years ago
  35. 8b5baa4 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 11 years ago
  36. e1d8f62 Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-3.13 by Konrad Rzeszutek Wilk · 11 years ago
  37. bad9781 Merge tag 'v3.12-rc5' into stable/for-linus-3.13 by Konrad Rzeszutek Wilk · 11 years ago
  38. e37459b Merge branch 'blk-mq/core' into for-3.13/core by Jens Axboe · 11 years ago
  39. c9e8d12 percpu-refcount: Add EXPORT_SYMBOL to use percpu_ref from modules by Nicholas Bellinger · 11 years ago
  40. a1212d2 Revert "sysfs: drop kobj_ns_type handling" by Linus Torvalds · 11 years ago
  41. 56edff7 Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  42. 0324e74 Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  43. 32cf7c3 locking: Move the percpu-rwsem code to kernel/locking/ by Peter Zijlstra · 11 years ago
  44. ed428bf locking: Move the rwsem code to kernel/locking/ by Peter Zijlstra · 11 years ago
  45. 60fc287 locking: Move the spinlock code to kernel/locking/ by Peter Zijlstra · 11 years ago
  46. c90423d Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ file move by Ingo Molnar · 11 years ago
  47. 1651483 lib: crc32: reduce number of cases for crc32{, c}_combine by Daniel Borkmann · 11 years ago
  48. cc0ac19 lib: crc32: conditionally resched when running testcases by Daniel Borkmann · 11 years ago
  49. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  50. efba721 lib: crc32: add test cases for crc32{, c}_combine routines by Daniel Borkmann · 11 years ago
  51. 6e95fca lib: crc32: add functionality to combine two crc32{, c}s in GF(2) by Daniel Borkmann · 11 years ago
  52. d921e04 lib: crc32: clean up spacing in test cases by Daniel Borkmann · 11 years ago
  53. fb10d5b Merge branch 'linus' into sched/core by Ingo Molnar · 11 years ago
  54. 3d77b50 lib/scatterlist.c: don't flush_kernel_dcache_page on slab page by Ming Lei · 11 years ago
  55. 2a999aa Kconfig: make KOBJECT_RELEASE debugging require timer debugging by Linus Torvalds · 11 years ago
  56. 1dddc01 percpu_ida: add an API to return free tags by Shaohua Li · 11 years ago
  57. 7fc2ba1 percpu_ida: add percpu_ida_for_each_free by Shaohua Li · 11 years ago
  58. e26b53d percpu_ida: make percpu_ida percpu size/batch configurable by Shaohua Li · 11 years ago
  59. 098faf5 percpu_counter: make APIs irq safe by Shaohua Li · 11 years ago
  60. 783d028 swiotlb: print a warning when the swiotlb is full by Stefano Stabellini · 11 years ago
  61. ce5be5a tracing/events: Fix swiotlb tracepoint creation by Thierry Reding · 11 years ago
  62. a7204d7 Merge 3.12-rc6 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  63. 5e9dd37 percpu_refcount: export symbols by Matias Bjorling · 11 years ago
  64. 8eaede4 sysrq: Allow magic SysRq key functions to be disabled through Kconfig by Ben Hutchings · 11 years ago
  65. e66cf16 GFS2: Use lockref for glocks by Steven Whitehouse · 11 years ago
  66. 1461c5b kobject: show debug info on delayed kobject release by Fengguang Wu · 11 years ago
  67. ec0ad3d Merge branch 'core/urgent' into sched/core by Ingo Molnar · 11 years ago
  68. 0ff18e37 kobject: show debug info on delayed kobject release by Fengguang Wu · 11 years ago
  69. 37bf063 Merge tag 'v3.12-rc4' into sched/core by Ingo Molnar · 11 years ago
  70. 26ea12d kobject: grab an extra reference on kobject->sd to allow duplicate deletes by Tejun Heo · 11 years ago
  71. 6b37838 percpu_ida: Removing unused arguement from alloc_local_tag by Nick Swenson · 11 years ago
  72. 2b2b614 tracing/events: Add bounce tracing to swiotbl by Zoltan Kiss · 11 years ago
  73. c31eeac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  74. 88502b9 Merge 3.12-rc3 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  75. 491f6f8 lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP() by Heiko Carstens · 11 years ago
  76. 730d7d3 sysfs: Allow mounting without CONFIG_NET by Eric W. Biederman · 11 years ago
  77. d2212b4 lockref: allow relaxed cmpxchg64 variant for lockless updates by Will Deacon · 11 years ago
  78. eee0316 kobject: introduce kobj_completion by Jeff Mahoney · 11 years ago
  79. cb26a31 sysfs: drop kobj_ns_type handling by Tejun Heo · 11 years ago
  80. e34ff49 sysfs: remove ktype->namespace() invocations in directory code by Tejun Heo · 11 years ago
  81. 4ff1582 MPILIB: add module description and license by Konstantin Khlebnikov · 11 years ago
  82. 4a2b4b2 sched: Introduce preempt_count accessor functions by Peter Zijlstra · 11 years ago
  83. b2a4df2 KEYS: Expand the capacity of a keyring by David Howells · 11 years ago
  84. 3cb9895 Add a generic associative array implementation. by David Howells · 11 years ago
  85. c26d436 lib: introduce upper case hex ascii helpers by Andre Naujoks · 11 years ago
  86. 8f4c344 lockref: use cmpxchg64 explicitly for lockless updates by Will Deacon · 11 years ago
  87. 399a946 Merge branch 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  88. 0898d2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  89. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  90. 48efe45 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  91. 26052f9 crypto: crct10dif - Add fallback for broken initrds by Herbert Xu · 11 years ago
  92. b34081f1 lz4: fix compression/decompression signedness mismatch by Sergey Senozhatsky · 11 years ago
  93. 5e4c0d97 lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt by Jan Kara · 11 years ago
  94. 7c993e1 rbtree: allow tests to run as builtin by Cody P Schafer · 11 years ago
  95. a791a62 rbtree_test: add test for postorder iteration by Cody P Schafer · 11 years ago
  96. 9dee5c5 rbtree: add postorder iteration functions by Cody P Schafer · 11 years ago
  97. 1431574 lib/decompressors: fix "no limit" output buffer length by Alexandre Courbot · 11 years ago
  98. f2e1d2a lib/crc32: update the comments of crc32_{be,le}_generic() by Gu Zheng · 11 years ago
  99. 5ab58ac lib/genalloc.c: correct dev_get_gen_pool documentation by Emilio López · 11 years ago
  100. ade34a3 lib/genalloc.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) by Joe Perches · 11 years ago