1. 8a6f0b4 lib: rename TEST_MODULE to TEST_LKM by Valentin Rothberg · 10 years ago
  2. 6de8ab6 lib: remove prio_heap by Lai Jiangshan · 10 years ago
  3. fec2290 lib/textsearch.c: remove textsearch_put reference from comments by Raphael Silva · 10 years ago
  4. 4bad78c lib/dynamic_debug.c: use seq_open_private() instead of seq_open() by Rob Jones · 10 years ago
  5. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  6. 6d5f0eb Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  7. dbb885f Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  8. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  9. c798360 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  10. 9efb3a4 lib/genalloc.c: add genpool range check function by Laura Abbott · 10 years ago
  11. 505e3be lib/genalloc.c: add power aligned algorithm by Laura Abbott · 10 years ago
  12. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  13. 3fc1479 Merge tag 'compress-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  14. bca51651 Merge tag 'driver-core-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  15. 28596c97 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  16. 906d201 dynamic_debug: change __dynamic_<foo>_dbg return types to void by Joe Perches · 10 years ago
  17. 8acd91e locking/lockdep: Revert qrwlock recusive stuff by Peter Zijlstra · 10 years ago
  18. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  19. 50dddff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  20. 6c8ff87 Merge commit 'v3.16' into next by James Morris · 10 years ago
  21. 72cf901 lzo: check for length overrun in variable length encoding. by Willy Tarreau · 10 years ago
  22. af958a3 Revert "lzo: properly check for overruns" by Willy Tarreau · 10 years ago
  23. e7af85d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  24. 3c731eb bpf: mini eBPF library, test stubs and verifier testsuite by Alexei Starovoitov · 10 years ago
  25. 6f3aabd genalloc: fix device node resource counter by Vladimir Zapolskiy · 10 years ago
  26. 4daaab4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  27. 1cae13e percpu_ref: make INIT_ATOMIC and switch_to_atomic() sticky by Tejun Heo · 10 years ago
  28. 2aad2a8 percpu_ref: add PERCPU_REF_INIT_* flags by Tejun Heo · 10 years ago
  29. f47ad45 percpu_ref: decouple switching to percpu mode and reinit by Tejun Heo · 10 years ago
  30. 490c79a percpu_ref: decouple switching to atomic mode and killing by Tejun Heo · 10 years ago
  31. 27344a9 percpu_ref: add PCPU_REF_DEAD by Tejun Heo · 10 years ago
  32. 9e804d1 percpu_ref: rename things to prepare for decoupling percpu/atomic mode switch by Tejun Heo · 10 years ago
  33. eecc16b percpu_ref: replace pcpu_ prefix with percpu_ by Tejun Heo · 10 years ago
  34. 6251f99 percpu_ref: minor code and comment updates by Tejun Heo · 10 years ago
  35. a223737 percpu_ref: relocate percpu_ref_reinit() by Tejun Heo · 10 years ago
  36. 9eca804 Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probe" by Tejun Heo · 10 years ago
  37. d06efeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18 by Tejun Heo · 10 years ago
  38. 0a30288 blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probe by Tejun Heo · 10 years ago
  39. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  40. 98f75b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  41. 25ee732 net: bpf: fix compiler warnings in test_bpf by Alexei Starovoitov · 10 years ago
  42. e625305 percpu-refcount: make percpu_ref based on longs instead of ints by Tejun Heo · 10 years ago
  43. 4843c33 percpu-refcount: improve WARN messages by Tejun Heo · 10 years ago
  44. b3f2512 lib: rhashtable: remove second linux/log2.h inclusion by Fabian Frederick · 10 years ago
  45. 0d9e263 sched: Add default-disabled option to BUG() when stack end location is overwritten by Aaron Tomlin · 10 years ago
  46. 53d91c5 Provide a binary to hex conversion function by David Howells · 10 years ago
  47. 72d9310 Make ARCH_HAS_FAST_MULTIPLIER a real config variable by Linus Torvalds · 10 years ago
  48. 95389b0 KEYS: Fix termination condition in assoc array garbage collection by David Howells · 10 years ago
  49. 02ab695 net: filter: add "load 64-bit immediate" eBPF instruction by Alexei Starovoitov · 10 years ago
  50. da3dae5 Documentation: Docbook: Fix generated DocBook/kernel-api.xml by Masanari Iida · 10 years ago
  51. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  52. a34375e percpu-refcount: add @gfp to percpu_ref_init() by Tejun Heo · 10 years ago
  53. 20ae007 proportions: add @gfp to init functions by Tejun Heo · 10 years ago
  54. 908c7f1 percpu_counter: add @gfp to percpu_counter_init() by Tejun Heo · 10 years ago
  55. ebd8fef percpu_counter: make percpu_counters_lock irq-safe by Tejun Heo · 10 years ago
  56. 60a3b22 net: bpf: make eBPF interpreter images read-only by Daniel Borkmann · 10 years ago
  57. 9400017 lib/rhashtable: allow user to set the minimum shifts of shrinking by Ying Xue · 10 years ago
  58. ae82ddc rhashtable: fix lockdep splat in rhashtable_destroy() by Pablo Neira Ayuso · 10 years ago
  59. 2741960 KEYS: Fix use-after-free in assoc_array_gc() by David Howells · 10 years ago
  60. f9134be dma-debug: modify check_for_stack output by Horia Geanta · 10 years ago
  61. 0c38e1f lib: turn CONFIG_STACKTRACE into an actual option. by Dave Jones · 10 years ago
  62. 4d69237 ww-mutex: clarify help text for DEBUG_WW_MUTEX_SLOWPATH by Rob Clark · 10 years ago
  63. 45d5acd lib: rhashtable: Spelling s/compuate/compute/ by Geert Uytterhoeven · 10 years ago
  64. 72b603e bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT by Alexei Starovoitov · 10 years ago
  65. a98406e random32: improvements to prandom_bytes by Daniel Borkmann · 10 years ago
  66. ad15afb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  67. c91eee5 rhashtable: unexport and make rht_obj() static by Thomas Graf · 10 years ago
  68. 5300fdc rhashtable: RCU annotations for next pointers by Thomas Graf · 10 years ago
  69. 3b7b3e6 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  70. d429a36 Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  71. 560cb12 locking,arch: Rewrite generic atomic support by Peter Zijlstra · 10 years ago
  72. ae17ea0e locking/selftest: Support queued rwlock by Waiman Long · 10 years ago
  73. 214e0ae locking/Documentation: Move locking related docs into Documentation/locking/ by Davidlohr Bueso · 10 years ago
  74. 308c09f lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig by Laura Abbott · 10 years ago
  75. d97b07c initramfs: support initramfs that is bigger than 2GiB by Yinghai Lu · 10 years ago
  76. 4d4b866 initrd: fix lz4 decompress with initrd by Yinghai Lu · 10 years ago
  77. 89b3ac6 kfifo: use BUG_ON by Himangi Saraogi · 10 years ago
  78. 1b9c53e lib/rbtree.c: fix typo in comment of __rb_insert() by Wei Yang · 10 years ago
  79. 93b7aca lib/idr.c: fix out-of-bounds pointer dereference by Andrey Ryabinin · 10 years ago
  80. 33caee3 Merge branch 'akpm' (patchbomb from Andrew Morton) by Linus Torvalds · 10 years ago
  81. 6b22df7 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  82. 74e7653 lib: bitmap: add missing mask in bitmap_andnot by Rasmus Villemoes · 10 years ago
  83. 7e5f97d lib: bitmap: add missing mask in bitmap_and by Rasmus Villemoes · 10 years ago
  84. 2ac521d lib: bitmap: micro-optimize bitmap_allocate_region by Rasmus Villemoes · 10 years ago
  85. 9279d32 lib: bitmap: change parameter of bitmap_*_region to unsigned by Rasmus Villemoes · 10 years ago
  86. a855174 lib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ord by Rasmus Villemoes · 10 years ago
  87. bc5be18 lib: bitmap: simplify bitmap_parselist by Rasmus Villemoes · 10 years ago
  88. 154f5e3 lib: bitmap: make the start index of bitmap_clear unsigned by Rasmus Villemoes · 10 years ago
  89. fb5ac54 lib: bitmap: make the start index of bitmap_set unsigned by Rasmus Villemoes · 10 years ago
  90. 877d9f3 lib: bitmap: make nbits parameter of bitmap_weight unsigned by Rasmus Villemoes · 10 years ago
  91. 5be2021 lib: bitmap: make nbits parameter of bitmap_subset unsigned by Rasmus Villemoes · 10 years ago
  92. 6dfe979 lib: bitmap: make nbits parameter of bitmap_intersects unsigned by Rasmus Villemoes · 10 years ago
  93. 2f9305e lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsigned by Rasmus Villemoes · 10 years ago
  94. 65b4ee6 lib: bitmap: remove unnecessary mask from bitmap_complement by Rasmus Villemoes · 10 years ago
  95. 3d6684f lib: bitmap: make nbits parameter of bitmap_complement unsigned by Rasmus Villemoes · 10 years ago
  96. 5e068069 lib: bitmap: make nbits parameter of bitmap_equal unsigned by Rasmus Villemoes · 10 years ago
  97. 8397927 lib: bitmap: make nbits parameter of bitmap_full unsigned by Rasmus Villemoes · 10 years ago
  98. 0679cc4 lib: bitmap: make nbits parameter of bitmap_empty unsigned by Rasmus Villemoes · 10 years ago
  99. d0da23b lib/list_sort.c: convert to pr_foo by Andrew Morton · 10 years ago
  100. 61b3d6c lib: list_sort.c: Limit number of unused cmp callbacks by Rasmus Villemoes · 10 years ago