1. fe6a043 rhashtable: rhashtable_remove() must unlink in both tbl and future_tbl by Thomas Graf · 9 years ago
  2. 57699a4 rhashtable: Fix race in rhashtable_destroy() and use regular work_struct by Ying Xue · 9 years ago
  3. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  4. 80ca8c3 rhashtable: Lower/upper bucket may map to same lock while shrinking by Thomas Graf · 9 years ago
  5. 7a868d1 rhashtable: involve rhashtable_lookup_compare_insert routine by Ying Xue · 9 years ago
  6. aa92913 Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 9 years ago
  7. 545a148 rhashtable: initialize atomic nelems variable by Ying Xue · 9 years ago
  8. c0c09bf rhashtable: avoid unnecessary wakeup for worker queue by Ying Xue · 9 years ago
  9. bd6d4db rhashtable: future table needs to be traversed when remove an object by Ying Xue · 9 years ago
  10. db30485 rhashtable: involve rhashtable_lookup_insert routine by Ying Xue · 9 years ago
  11. 54c5b7d rhashtable: introduce rhashtable_wakeup_worker helper function by Ying Xue · 9 years ago
  12. efb975a6 rhashtable: optimize rhashtable_lookup routine by Ying Xue · 9 years ago
  13. 990428b assoc_array: Include rcupdate.h for call_rcu() definition by Pranith Kumar · 9 years ago
  14. f89bd6f rhashtable: Supports for nulls marker by Thomas Graf · 9 years ago
  15. 97defe1 rhashtable: Per bucket locks & deferred expansion/shrinking by Thomas Graf · 9 years ago
  16. 897362e nft_hash: Remove rhashtable_remove_pprev() by Thomas Graf · 9 years ago
  17. b8e1943 rhashtable: Factor out bucket_tail() function by Thomas Graf · 9 years ago
  18. 88d6ed1 rhashtable: Convert bucket iterators to take table and index by Thomas Graf · 9 years ago
  19. a4b18cd rhashtable: Use rht_obj() instead of manual offset calculation by Thomas Graf · 9 years ago
  20. 8d24c0b rhashtable: Do hashing inside of rhashtable_lookup_compare() by Thomas Graf · 9 years ago
  21. d790be3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  22. 49abd8c lib/show_mem.c: add cma reserved information by Vishnu Pratap Singh · 10 years ago
  23. 6ae840e Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  24. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  25. a060bfe lib/decompress.c: consistency of compress formats for kernel image by Haesung Kim · 10 years ago
  26. b5c8afe decompress_bunzip2: off by one in get_next_block() by Dan Carpenter · 10 years ago
  27. 6adc4a2 fault-inject: add ratelimit option by Dmitry Monakhov · 10 years ago
  28. 51f39a1 syscalls: implement execveat() system call by David Drysdale · 10 years ago
  29. 48c96a3 mm/page_owner: keep track of page owners by Joonsoo Kim · 10 years ago
  30. 5e19b01 lib: bitmap: add alignment offset for bitmap_find_next_zero_area() by Michal Nazarewicz · 10 years ago
  31. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  32. 350e4f4 Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  33. 69c953c lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not n by Rasmus Villemoes · 10 years ago
  34. 74a5fef lib/lcm.c: ensure correct result whenever it fits by Rasmus Villemoes · 10 years ago
  35. a39d4a8 printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalents by Joe Perches · 10 years ago
  36. 2ce8e7e dma-debug: prevent early callers from crashing by Florian Fainelli · 10 years ago
  37. 01ce18b dma-debug: introduce dma_debug_disabled by Florian Fainelli · 10 years ago
  38. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  39. 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
  40. 8754589 net: replace remaining users of arch_fast_hash with jhash by Daniel Borkmann · 10 years ago
  41. c301106 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  42. 218321e bury memcpy_toiovec() by Al Viro · 10 years ago
  43. 6867b17 test: bpf: expand DIV_KX to DIV_MOD_KX by Denis Kirjanov · 10 years ago
  44. b724aa2 lib/genalloc.c: export devm_gen_pool_create() for modules by Michal Simek · 10 years ago
  45. bc127bd mm: do not overwrite reserved pages counter at show_mem() by Rafael Aquini · 10 years ago
  46. 3e7b2ec rhashtable: Check for count mismatch while iterating in selftest by Thomas Graf · 10 years ago
  47. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  48. d360b78 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 10 years ago
  49. 8d58e99a seq_buf: Move the seq_buf code to lib/ by Steven Rostedt (Red Hat) · 10 years ago
  50. 9f45894 reciprocal_div: objects with exported symbols should be obj-y rather than lib-y by Hannes Frederic Sowa · 10 years ago
  51. a77f9c5 Revert "fast_hash: avoid indirect function calls" by Jay Vosburgh · 10 years ago
  52. 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  53. 6eba822 rhashtable: Drop gfp_flags arg in insert/remove functions by Thomas Graf · 10 years ago
  54. 7b4ce23 rhashtable: Add parent argument to mutex_is_held by Herbert Xu · 10 years ago
  55. 1b2f309 rhashtable: Move mutex_is_held under PROVE_LOCKING by Herbert Xu · 10 years ago
  56. 0c828f2 lib: rhashtable - Remove weird non-ASCII characters from comments by Herbert Xu · 10 years ago
  57. 9ea6c58 Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', 'fixes.2014.11.13a', 'signal.2014.10.29a' and 'rt.2014.10.29a' into HEAD by Paul E. McKenney · 10 years ago
  58. b801717 kdb: Allow access to sensitive commands to be restricted by default by Daniel Thompson · 10 years ago
  59. 0286b5e lib/bug: Use RCU list ops for module_bug_list by Masami Hiramatsu · 10 years ago
  60. 5aaba36 cpumask: factor out show_cpumap into separate helper function by Sudeep Holla · 10 years ago
  61. 41fb96a kobject: fix NULL pointer derefernce in kobj_child_ns_ops by Pankaj Dubey · 10 years ago
  62. 5559b7b devres: support sizes greater than an unsigned long by Cristian Stoica · 10 years ago
  63. e5a2c89 fast_hash: avoid indirect function calls by Hannes Frederic Sowa · 10 years ago
  64. 55b42b5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  65. e21ab36 test: bpf: add a testcase reduced from nmap by Alexei Starovoitov · 10 years ago
  66. a7ca10f Merge branch 'akpm' (incoming from Andrew Morton) by Linus Torvalds · 10 years ago
  67. ea5d05b lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}() by Jan Kara · 10 years ago
  68. d506aa68 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  69. 28f6569 rcu: Remove redundant TREE_PREEMPT_RCU config option by Pranith Kumar · 10 years ago
  70. 0eafa46 rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSE by Paul E. McKenney · 10 years ago
  71. c21e59d lib/scatterlist: fix memory leak with scsi-mq by Tony Battersby · 10 years ago
  72. 14d4cc0 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 10 years ago
  73. 8c81f48 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  74. 0a58282 Merge tag 'fbdev-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 10 years ago
  75. 88ed806 Merge tag 'md/3.18' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  76. d4c5efd random: add and use memzero_explicit() for clearing data by Daniel Borkmann · 10 years ago
  77. ea0e0de crypto: LLVMLinux: Remove VLAIS usage from libcrc32c.c by Jan-Simon Möller · 12 years ago
  78. b395f75 lib/raid6: Add log level to printks by Anton Blanchard · 10 years ago
  79. 71dca95 lib/vsprintf: add %*pE[achnops] format specifier by Andy Shevchenko · 10 years ago
  80. c825038 lib / string_helpers: introduce string_escape_mem() by Andy Shevchenko · 10 years ago
  81. 45ff337 lib / string_helpers: refactoring the test suite by Andy Shevchenko · 10 years ago
  82. d295634 lib / string_helpers: move documentation to c-file by Andy Shevchenko · 10 years ago
  83. b0bfb63 lib: string: Make all calls to strnicmp into calls to strncasecmp by Rasmus Villemoes · 10 years ago
  84. cd514e7 lib/string.c: remove duplicated function by Rasmus Villemoes · 10 years ago
  85. 8a6f0b4 lib: rename TEST_MODULE to TEST_LKM by Valentin Rothberg · 10 years ago
  86. 6de8ab6 lib: remove prio_heap by Lai Jiangshan · 10 years ago
  87. fec2290 lib/textsearch.c: remove textsearch_put reference from comments by Raphael Silva · 10 years ago
  88. 4bad78c lib/dynamic_debug.c: use seq_open_private() instead of seq_open() by Rob Jones · 10 years ago
  89. 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
  90. 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
  91. 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
  92. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  93. c798360 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  94. 9efb3a4 lib/genalloc.c: add genpool range check function by Laura Abbott · 10 years ago
  95. 505e3be lib/genalloc.c: add power aligned algorithm by Laura Abbott · 10 years ago
  96. 33ac9db fonts: Add 6x10 font by Maarten ter Huurne · 10 years ago
  97. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  98. 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
  99. 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
  100. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago