1. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  2. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  3. f678d6d Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  4. cf482a4 Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  5. b4b52b8 Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 6 years ago
  6. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  7. 71ae5fc Merge tag 'linux-kselftest-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 6 years ago
  8. 81ff5d2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  9. 2c6a392 Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  10. 6ec6296 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  11. 9a91ad92 ubsan: Remove vla bound checks. by Andrey Ryabinin · 6 years ago
  12. f0996bc ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings by Andrey Ryabinin · 6 years ago
  13. 0f46c78 Merge branch 'for-5.2-pf-removal' into for-linus by Petr Mladek · 6 years ago
  14. 35e1547 Merge branch 'for-5.2-vsprintf-hardening' into for-linus by Petr Mladek · 6 years ago
  15. 13369e8 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  16. b424e43 netlink: add validation of NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  17. d54a16b netlink: set bad attribute also on maxtype check by Michal Kubecek · 6 years ago
  18. 554aae3 lib: Add support for generic packing operations by Vladimir Oltean · 6 years ago
  19. 70e16a6 kobject: clean up the kobject add documentation a bit more by Greg Kroah-Hartman · 6 years ago
  20. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  21. ed85634 kobject: Fix kernel-doc comment first line by Tobin C. Harding · 6 years ago
  22. 8fd7c30 kobject: Remove docstring reference to kset by Tobin C. Harding · 6 years ago
  23. 3d378dc kobject: fix dereference before null check on kobj by Colin Ian King · 6 years ago
  24. b51ce37 x86/mm/mem_encrypt: Disable all instrumentation for early SME setup by Gary Hook · 6 years ago
  25. ce9d3ec lib/vsprintf: Make function pointer_string static by YueHaibing · 6 years ago
  26. 214d8ca stacktrace: Provide common infrastructure by Thomas Gleixner · 6 years ago
  27. 56d8f07 lib/stackdepot: Remove obsolete functions by Thomas Gleixner · 6 years ago
  28. 3019125 fault-inject: Simplify stacktrace retrieval by Thomas Gleixner · 6 years ago
  29. c0cfc33 lib/stackdepot: Provide functions which operate on plain storage arrays by Thomas Gleixner · 6 years ago
  30. 1fd7c3b kobject: Improve doc clarity kobject_init_and_add() by Tobin C. Harding · 6 years ago
  31. 92067f8 kobject: Improve docs for kobject_add/del by Tobin C. Harding · 6 years ago
  32. 56738f4 netlink: add strict parsing for future attributes by Johannes Berg · 6 years ago
  33. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  34. 6f455f5 netlink: add NLA_MIN_LEN by Johannes Berg · 6 years ago
  35. e789803 lib/test_vmalloc.c: do not create cpumask_t variable on stack by Uladzislau Rezki (Sony) · 6 years ago
  36. ae3d6a3 lib/Kconfig.debug: fix build error without CONFIG_BLOCK by YueHaibing · 6 years ago
  37. c8c3b58 vsprintf: Limit the length of inlined error messages by Petr Mladek · 6 years ago
  38. 635720a vsprintf: Avoid confusion between invalid address and value by Petr Mladek · 6 years ago
  39. 3e5903e vsprintf: Prevent crash when dereferencing invalid pointers by Petr Mladek · 6 years ago
  40. 0b74d4d vsprintf: Consolidate handling of unknown pointer specifiers by Petr Mladek · 6 years ago
  41. 798cc27 vsprintf: Factor out %pO handler as kobject_string() by Petr Mladek · 6 years ago
  42. 45c3e93 vsprintf: Factor out %pV handler as va_format() by Petr Mladek · 6 years ago
  43. f00cc10 vsprintf: Factor out %p[iI] handler as ip_addr_string() by Petr Mladek · 6 years ago
  44. d529ac4 vsprintf: Do not check address of well-known strings by Petr Mladek · 6 years ago
  45. 1ac2f97 vsprintf: Consistent %pK handling for kptr_restrict == 0 by Petr Mladek · 6 years ago
  46. 6eea242 vsprintf: Shuffle restricted_pointer() by Petr Mladek · 6 years ago
  47. 8b44836 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  48. aa30f47 kobject: Add support for default attribute groups to kobj_type by Kimberly Brown · 6 years ago
  49. ba2e544 lib/siphash.c: mark expected switch fall-throughs by Stephen Rothwell · 6 years ago
  50. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  51. 29da93f mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versions by Peter Zijlstra · 6 years ago
  52. 5c61ee2 Merge tag 'v5.1-rc6' into for-5.2/block by Jens Axboe · 6 years ago
  53. 40453c4 kcov: improve CONFIG_ARCH_HAS_KCOV help text by Mark Rutland · 6 years ago
  54. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  55. ca0b709 rhashtable: use BIT(0) for locking. by NeilBrown · 6 years ago
  56. f4712b4 rhashtable: replace rht_ptr_locked() with rht_assign_locked() by NeilBrown · 6 years ago
  57. adc6a3a rhashtable: move dereference inside rht_ptr() by NeilBrown · 6 years ago
  58. e4edbe3 rhashtable: fix some __rcu annotation errors by NeilBrown · 6 years ago
  59. c252aa3 rhashtable: use struct_size() in kvzalloc() by Gustavo A. R. Silva · 6 years ago
  60. bb23581 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  61. 972acfb Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  62. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  63. 310655b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  64. afb33e4 ASN.1: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  65. 8a05452 lib/cmdline.c: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  66. 224b44d lib: zstd: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  67. 0b0600c lib: Add test module for strscpy_pad by Tobin C. Harding · 6 years ago
  68. 458a3bf lib/string: Add strscpy_pad() function by Tobin C. Harding · 6 years ago
  69. 6b1a4d5 lib: Use new kselftest header by Tobin C. Harding · 6 years ago
  70. 6989808 lib/test_printf: Add empty module_exit function by Tobin C. Harding · 6 years ago
  71. 149212f rhashtable: add lockdep tracking to bucket bit-spin-locks. by NeilBrown · 6 years ago
  72. 8f0db01 rhashtable: use bit_spin_locks to protect hash bucket. by NeilBrown · 6 years ago
  73. ff302db rhashtable: allow rht_bucket_var to return NULL. by NeilBrown · 6 years ago
  74. 7a41c29 rhashtable: use cmpxchg() in nested_table_alloc() by NeilBrown · 6 years ago
  75. 72deb45 block: remove CONFIG_LBDAF by Christoph Hellwig · 6 years ago
  76. f654f0f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  77. b11ed18 lib/lzo: fix bugs for very short or empty input by Dave Rodgman · 6 years ago
  78. 5f074f3 lib/string.c: implement a basic bcmp by Nick Desaulniers · 6 years ago
  79. f83f715 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  80. b35f549 syscalls: Remove start and number from syscall_get_arguments() args by Steven Rostedt (Red Hat) · 8 years ago
  81. 631b7ab ptrace: Remove maxargs from task_current_syscall() by Steven Rostedt (Red Hat) · 8 years ago
  82. 27fad74 iov_iter: Fix build error without CONFIG_CRYPTO by YueHaibing · 6 years ago
  83. d08965a x86/uaccess, ubsan: Fix UBSAN vs. SMAP by Peter Zijlstra · 6 years ago
  84. e83b9f5 kbuild: add ability to generate BTF type info for vmlinux by Andrii Nakryiko · 6 years ago
  85. c03a0fd kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice. by Tetsuo Handa · 6 years ago
  86. ffb8e45 Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  87. 356d71e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  88. 1a9df9e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  89. e6d1fa5 sbitmap: order READ/WRITE freed instance and setting clear bit by Ming Lei · 6 years ago
  90. f7ad68b rhashtable: rename rht_for_each*continue as *from. by NeilBrown · 6 years ago
  91. 4feb7c7 rhashtable: don't hold lock on first table throughout insertion. by NeilBrown · 6 years ago
  92. 408f13e rhashtable: Still do rehash when we get EEXIST by Herbert Xu · 6 years ago
  93. 2821fd0 lib/test_printf: Switch to bitmap_zalloc() by Andy Shevchenko · 6 years ago
  94. 28d747f Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  95. 0be2886 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
  96. 13d3bc7 libfdt: prefix header search paths with $(srctree)/ by Masahiro Yamada · 6 years ago
  97. dbc2fba Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  98. a667cb7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  99. 586187d Drop flex_arrays by Kent Overstreet · 6 years ago
  100. ba20ba2 generic radix trees by Kent Overstreet · 6 years ago