1. d1214c6 libstring_helpers.c:string_get_size(): return void by Rasmus Villemoes · 9 years ago
  2. 84b9fbe lib/string_helpers.c:string_get_size(): use 32 bit arithmetic when possible by Rasmus Villemoes · 9 years ago
  3. 7eed8fd lib/string_helpers.c:string_get_size(): remove redundant prefixes by Rasmus Villemoes · 9 years ago
  4. 43e5b66 lib/vsprintf.c: replace while with do-while in skip_atoi by Rasmus Villemoes · 9 years ago
  5. 2aa2f9e lib/vsprintf.c: improve sanity check in vsnprintf() by Rasmus Villemoes · 9 years ago
  6. ffbfed0 lib/vsprintf.c: consume 'p' in format_decode by Rasmus Villemoes · 9 years ago
  7. 5d8e7fb Merge tag 'md/3.20' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  8. 42cf0f2 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  9. 8cc748a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  10. b3d6524 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  11. c5ce28d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  12. 29afc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  13. 23e8fe2 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  14. 61d7b09 rhashtable: using ERR_PTR requires linux/err.h by Stephen Rothwell · 9 years ago
  15. 020219a rhashtable: Fix remove logic to avoid cross references between buckets by Thomas Graf · 9 years ago
  16. cf52d52 rhashtable: Avoid bucket cross reference after removal by Thomas Graf · 10 years ago
  17. 7cd10db rhashtable: Add more lock verification by Thomas Graf · 10 years ago
  18. a03eaec rhashtable: Dump bucket tables on locking violation under PROVE_LOCKING by Thomas Graf · 10 years ago
  19. 2af4b52 rhashtable: Wait for RCU readers after final unzip work by Thomas Graf · 10 years ago
  20. a5ec68e rhashtable: Use a single bucket lock for sibling buckets by Thomas Graf · 10 years ago
  21. c88455c rhashtable: key_hashfn() must return full hash value by Thomas Graf · 10 years ago
  22. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  23. f2683b7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 10 years ago
  24. f2dba9c rhashtable: Introduce rhashtable_walk_* by Herbert Xu · 10 years ago
  25. 28134a5 rhashtable: Fix potential crash on destroy in rhashtable_shrink by Herbert Xu · 10 years ago
  26. 57dd8a0 vhost: vhost_scsi_handle_vq() should just use copy_from_user() by Al Viro · 10 years ago
  27. ba7438a vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend() by Al Viro · 10 years ago
  28. aad9a1c vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec() by Al Viro · 10 years ago
  29. 75aaf4c x86/raid6: correctly check for assembler capabilities by Jan Beulich · 10 years ago
  30. 9d6dbe1 rhashtable: Make selftest modular by Geert Uytterhoeven · 10 years ago
  31. 9ce3577 lib/checksum.c: fix build for generic csum_tcpudp_nofold by karl beldan · 10 years ago
  32. c0a80c0 ftrace: allow architectures to specify ftrace compile options by Heiko Carstens · 10 years ago
  33. 150ae0e lib/checksum.c: fix carry in csum_tcpudp_nofold by karl beldan · 10 years ago
  34. fe6a043 rhashtable: rhashtable_remove() must unlink in both tbl and future_tbl by Thomas Graf · 10 years ago
  35. edb0ec0 kexec, Kconfig: spell "architecture" properly by Borislav Petkov · 10 years ago
  36. 360f547 dcache: let the dentry count go down to zero without taking d_lock by Linus Torvalds · 10 years ago
  37. eb29d8d pci: add pci_iomap_range by Michael S. Tsirkin · 11 years ago
  38. f490282 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 10 years ago
  39. 78e691f Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a', 'srcu.2015.01.06a', 'stall.2015.01.16a' and 'torture.2015.01.11a' into HEAD by Paul E. McKenney · 10 years ago
  40. 57699a4 rhashtable: Fix race in rhashtable_destroy() and use regular work_struct by Ying Xue · 10 years ago
  41. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  42. bb31f60 Merge tag 'keys-next-fixes-20150114' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next by James Morris · 10 years ago
  43. b9f918a MPILIB: Fix comparison of negative MPIs by Rasmus Villemoes · 10 years ago
  44. 98dbbcb MPILIB: Fix obvious but harmless typo by Rasmus Villemoes · 10 years ago
  45. 7fe2129 MPILIB: Deobfuscate mpi_cmp by Rasmus Villemoes · 10 years ago
  46. 80ca8c3 rhashtable: Lower/upper bucket may map to same lock while shrinking by Thomas Graf · 10 years ago
  47. 7a868d1 rhashtable: involve rhashtable_lookup_compare_insert routine by Ying Xue · 10 years ago
  48. aa92913 Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 10 years ago
  49. 545a148 rhashtable: initialize atomic nelems variable by Ying Xue · 10 years ago
  50. c0c09bf rhashtable: avoid unnecessary wakeup for worker queue by Ying Xue · 10 years ago
  51. bd6d4db rhashtable: future table needs to be traversed when remove an object by Ying Xue · 10 years ago
  52. db30485 rhashtable: involve rhashtable_lookup_insert routine by Ying Xue · 10 years ago
  53. 54c5b7d rhashtable: introduce rhashtable_wakeup_worker helper function by Ying Xue · 10 years ago
  54. efb975a6 rhashtable: optimize rhashtable_lookup routine by Ying Xue · 10 years ago
  55. 8155330 lib: memzero_explicit: add comment for its usage by Daniel Borkmann · 10 years ago
  56. 990428b assoc_array: Include rcupdate.h for call_rcu() definition by Pranith Kumar · 10 years ago
  57. 6341e62 kconfig: use bool instead of boolean for type definition attributes by Christoph Jaeger · 10 years ago
  58. 68158fe rcu: Set default to RCU_CPU_STALL_INFO=y by Paul E. McKenney · 10 years ago
  59. 83fe27e rcu: Make SRCU optional by using CONFIG_SRCU by Pranith Kumar · 10 years ago
  60. f89bd6f rhashtable: Supports for nulls marker by Thomas Graf · 10 years ago
  61. 97defe1 rhashtable: Per bucket locks & deferred expansion/shrinking by Thomas Graf · 10 years ago
  62. 897362e nft_hash: Remove rhashtable_remove_pprev() by Thomas Graf · 10 years ago
  63. b8e1943 rhashtable: Factor out bucket_tail() function by Thomas Graf · 10 years ago
  64. 88d6ed1 rhashtable: Convert bucket iterators to take table and index by Thomas Graf · 10 years ago
  65. a4b18cd rhashtable: Use rht_obj() instead of manual offset calculation by Thomas Graf · 10 years ago
  66. 8d24c0b rhashtable: Do hashing inside of rhashtable_lookup_compare() by Thomas Graf · 10 years ago
  67. 231821d dynamic_debug: fix comment by Masatake YAMATO · 10 years ago
  68. 556d2f0 ARM: 8187/1: add CONFIG_HAVE_ARCH_BITREVERSE to support rbit instruction by Yalin Wang · 10 years ago
  69. 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
  70. 49abd8c lib/show_mem.c: add cma reserved information by Vishnu Pratap Singh · 10 years ago
  71. 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
  72. 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
  73. a060bfe lib/decompress.c: consistency of compress formats for kernel image by Haesung Kim · 10 years ago
  74. b5c8afe decompress_bunzip2: off by one in get_next_block() by Dan Carpenter · 10 years ago
  75. 6adc4a2 fault-inject: add ratelimit option by Dmitry Monakhov · 10 years ago
  76. 51f39a1 syscalls: implement execveat() system call by David Drysdale · 10 years ago
  77. 48c96a3 mm/page_owner: keep track of page owners by Joonsoo Kim · 10 years ago
  78. 5e19b01 lib: bitmap: add alignment offset for bitmap_find_next_zero_area() by Michal Nazarewicz · 10 years ago
  79. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  80. 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
  81. 69c953c lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not n by Rasmus Villemoes · 10 years ago
  82. 74a5fef lib/lcm.c: ensure correct result whenever it fits by Rasmus Villemoes · 10 years ago
  83. a39d4a8 printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalents by Joe Perches · 10 years ago
  84. 2ce8e7e dma-debug: prevent early callers from crashing by Florian Fainelli · 10 years ago
  85. 01ce18b dma-debug: introduce dma_debug_disabled by Florian Fainelli · 10 years ago
  86. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  87. 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
  88. 8754589 net: replace remaining users of arch_fast_hash with jhash by Daniel Borkmann · 10 years ago
  89. 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
  90. 218321e bury memcpy_toiovec() by Al Viro · 10 years ago
  91. 6867b17 test: bpf: expand DIV_KX to DIV_MOD_KX by Denis Kirjanov · 10 years ago
  92. b724aa2 lib/genalloc.c: export devm_gen_pool_create() for modules by Michal Simek · 10 years ago
  93. bc127bd mm: do not overwrite reserved pages counter at show_mem() by Rafael Aquini · 10 years ago
  94. 3e7b2ec rhashtable: Check for count mismatch while iterating in selftest by Thomas Graf · 10 years ago
  95. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  96. 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
  97. 8d58e99a seq_buf: Move the seq_buf code to lib/ by Steven Rostedt (Red Hat) · 10 years ago
  98. b10778a Merge commit 'v3.17' into next by James Morris · 10 years ago
  99. 9f45894 reciprocal_div: objects with exported symbols should be obj-y rather than lib-y by Hannes Frederic Sowa · 10 years ago
  100. a77f9c5 Revert "fast_hash: avoid indirect function calls" by Jay Vosburgh · 10 years ago