1. fe3cce2 Merge branch 'iov_iter' into for-davem by Al Viro · 9 years ago
  2. c85d697 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  3. 57a9d89d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  4. b81b7be test_rhashtable: Remove bogus max_size setting by Herbert Xu · 9 years ago
  5. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  6. 5899f04 netlink: pad nla_memcpy dest buffer with zeroes by Jiri Benc · 9 years ago
  7. e963741 block: fix blk_stack_limits() regression due to lcm() change by Mike Snitzer · 9 years ago
  8. bc917be saner iov_iter initialization primitives by Al Viro · 9 years ago
  9. 49f7b33 rhashtable: provide len to obj_hashfn by Patrick McHardy · 9 years ago
  10. 6b6f302 rhashtable: Add rhashtable_free_and_destroy() by Thomas Graf · 9 years ago
  11. b5e2c15 rhashtable: Disable automatic shrinking by default by Thomas Graf · 9 years ago
  12. 299e5c3 rhashtable: Use 'unsigned int' consistently by Thomas Graf · 9 years ago
  13. 27ed44a rhashtable: Add comment on choice of elasticity value by Herbert Xu · 9 years ago
  14. d5c1d8c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  15. ba7c95e rhashtable: Fix sleeping inside RCU critical section in walk_stop by Herbert Xu · 9 years ago
  16. ab2bb32 lib: EXPORT_SYMBOL sha_init by Hannes Frederic Sowa · 9 years ago
  17. ccd57b1 rhashtable: Add immediate rehash during insertion by Herbert Xu · 9 years ago
  18. b9ecfda rhashtable: Allow GFP_ATOMIC bucket table allocation by Herbert Xu · 9 years ago
  19. b824478 rhashtable: Add multiple rehash support by Herbert Xu · 9 years ago
  20. 18093d1 rhashtable: Shrink to fit by Herbert Xu · 9 years ago
  21. 31ccde2 rhashtable: Allow hashfn to be unset by Herbert Xu · 9 years ago
  22. d88252f rhashtable: Add barrier to ensure we see new tables in walker by Herbert Xu · 9 years ago
  23. 0fa74a4b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  24. dc0ee26 rhashtable: Rip out obsolete out-of-line interface by Herbert Xu · 9 years ago
  25. b182aa6 test_rhashtable: Use inlined rhashtable interface by Herbert Xu · 9 years ago
  26. 02fd97c rhashtable: Allow hash/comparison functions to be inlined by Herbert Xu · 9 years ago
  27. 488fb86e rhashtable: Make rhashtable_init params argument const by Herbert Xu · 9 years ago
  28. a998f71 rhashtable: Round up/down min/max_size to ensure we respect limit by Thomas Graf · 9 years ago
  29. e2e21c1 rhashtable: Remove max_shift and min_shift by Herbert Xu · 9 years ago
  30. 4f509df test_rhashtable: Use rhashtable max_size instead of max_shift by Herbert Xu · 9 years ago
  31. c2e213c rhashtable: Introduce max_size/min_size by Herbert Xu · 9 years ago
  32. 6aebd94 rhashtable: Remove shift from bucket_table by Herbert Xu · 9 years ago
  33. 617011e rhashtable: Avoid calculating hash again to unlock by Thomas Graf · 9 years ago
  34. d5e7caf LZ4 : fix the data abort issue by JeHyeon Yeon · 9 years ago
  35. db4374f rhashtable: Annotate RCU locking of walkers by Thomas Graf · 9 years ago
  36. 565e864 rhashtable: Fix rhashtable_remove failures by Herbert Xu · 9 years ago
  37. 963ecbd rhashtable: Fix use-after-free in rhashtable_walk_stop by Herbert Xu · 9 years ago
  38. c4db884 rhashtable: Move future_tbl into struct bucket_table by Herbert Xu · 9 years ago
  39. 63d512d rhashtable: Add rehash counter to bucket_table by Herbert Xu · 9 years ago
  40. 9d901bc rhashtable: Free bucket tables asynchronously after rehash by Herbert Xu · 9 years ago
  41. 5269b53 rhashtable: Move seed init into bucket_table_alloc by Herbert Xu · 9 years ago
  42. 8f2484b rhashtable: Use SINGLE_DEPTH_NESTING by Herbert Xu · 9 years ago
  43. eddee5ba rhashtable: Fix walker behaviour during rehash by Herbert Xu · 9 years ago
  44. f788baa Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  45. 3936194 rhashtable: Fix read-side crash during rehash by Herbert Xu · 9 years ago
  46. a5b6846 rhashtable: kill ht->shift atomic operations by Daniel Borkmann · 9 years ago
  47. 9497df8 rhashtable: Fix reader/rehash race by Herbert Xu · 9 years ago
  48. ec9f71c rhashtable: Remove obj_raw_hashfn by Herbert Xu · 9 years ago
  49. cffaa9c rhashtable: Remove key length argument to key_hashfn by Herbert Xu · 9 years ago
  50. eca8493 rhashtable: Use head_hashfn instead of obj_raw_hashfn by Herbert Xu · 9 years ago
  51. 8d2b187 rhashtable: Move masking back into key_hashfn by Herbert Xu · 9 years ago
  52. 84ed82b rhashtable: Add annotation to nested lock by Herbert Xu · 9 years ago
  53. aa34a6cb0 rhashtable: Add arbitrary rehash function by Herbert Xu · 9 years ago
  54. 988dfbd rhashtable: Move hash_rnd into bucket_table by Herbert Xu · 9 years ago
  55. e7901af Merge tag 'trace-fixes-v4.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  56. 4d4eb4d seq_buf: Fix seq_buf_bprintf() truncation by Steven Rostedt (Red Hat) · 9 years ago
  57. 4a8fe4e seq_buf: Fix seq_buf_vprintf() truncation by Steven Rostedt (Red Hat) · 9 years ago
  58. 789d7f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  59. 5beb5c9 rhashtable: use cond_resched() by Eric Dumazet · 9 years ago
  60. 4c4b52d rhashtable: remove indirection for grow/shrink decision functions by Daniel Borkmann · 9 years ago
  61. 8331de7 rhashtable: unconditionally grow when max_shift is not specified by Daniel Borkmann · 9 years ago
  62. 71bb001 rhashtable: initialize all rhashtable walker members by Sasha Levin · 9 years ago
  63. 6dd0c16 rhashtable: allow to unload test module by Daniel Borkmann · 9 years ago
  64. eb6d1ab rhashtable: better high order allocation attempts by Daniel Borkmann · 9 years ago
  65. 342100d rhashtable: don't test for shrink on insert, expansion on delete by Daniel Borkmann · 9 years ago
  66. b7f5e5c rhashtable: don't allocate ht structure on stack in test_rht_init by Daniel Borkmann · 9 years ago
  67. b11a278 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  68. 53861af Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  69. d879cb8 move iov_iter.c from mm/ to lib/ by Al Viro · 10 years ago
  70. 5065296 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  71. 3ee7b3f scripts/gdb: add infrastructure by Jan Kiszka · 9 years ago
  72. 841c009 lib/Kconfig: use bool instead of boolean by Christoph Jaeger · 9 years ago
  73. fee5429 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  74. bebf56a kasan: enable instrumentation of global variables by Andrey Ryabinin · 9 years ago
  75. 3f15801 lib: add kasan test module by Andrey Ryabinin · 9 years ago
  76. 0316bec mm: slub: add kernel address sanitizer support for slub allocator by Andrey Ryabinin · 9 years ago
  77. ef7f0d6 x86_64: add KASan support by Andrey Ryabinin · 9 years ago
  78. 0b24bec kasan: add kernel address sanitizer infrastructure by Andrey Ryabinin · 9 years ago
  79. 4638532 bitmap, cpumask, nodemask: remove dedicated formatting functions by Tejun Heo · 9 years ago
  80. 4a0792b bitmap: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  81. dbc760b lib/vsprintf: implement bitmap printing through '%*pb[l]' by Tejun Heo · 9 years ago
  82. 310ee9e lib/genalloc.c: check result of devres_alloc() by Jan Kara · 9 years ago
  83. 8da53d4 lib/string.c: improve strrchr() by Rasmus Villemoes · 9 years ago
  84. f5e38b9 lib: crc32: constify crc32 lookup table by Daniel Borkmann · 9 years ago
  85. 7f59065 lib: bitmap: remove redundant code from __bitmap_shift_left by Rasmus Villemoes · 9 years ago
  86. 6d874ec lib: bitmap: eliminate branch in __bitmap_shift_left by Rasmus Villemoes · 9 years ago
  87. dba94c2 lib: bitmap: change bitmap_shift_left to take unsigned parameters by Rasmus Villemoes · 9 years ago
  88. cfac1d0 lib: bitmap: yet another simplification in __bitmap_shift_right by Rasmus Villemoes · 9 years ago
  89. 97fb8e9 lib: bitmap: remove redundant code from __bitmap_shift_right by Rasmus Villemoes · 9 years ago
  90. 9d8a6b2 lib: bitmap: eliminate branch in __bitmap_shift_right by Rasmus Villemoes · 9 years ago
  91. 2fbad29 lib: bitmap: change bitmap_shift_right to take unsigned parameters by Rasmus Villemoes · 9 years ago
  92. e8f2427 lib/bitmap.c: elide bitmap_copy_le on little-endian by Rasmus Villemoes · 9 years ago
  93. 9b6c2d2 lib/bitmap.c: change prototype of bitmap_copy_le by Rasmus Villemoes · 9 years ago
  94. 8180995 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  95. 6016daed lib/lcm.c: replace include by Rasmus Villemoes · 9 years ago
  96. 6918584 lib/percpu_ida.c: remove redundant includes by Rasmus Villemoes · 9 years ago
  97. bf3c2d6 lib/strncpy_from_user.c: replace module.h include by Rasmus Villemoes · 9 years ago
  98. b6d4f32 lib/stmp_device.c: replace module.h include by Rasmus Villemoes · 9 years ago
  99. 2ddae68 lib/sort.c: move include inside #if 0 by Rasmus Villemoes · 9 years ago
  100. b8b6db1 lib/show_mem.c: remove redundant include by Rasmus Villemoes · 9 years ago