1. 7f47671 lib/sg_pool.c: remove unnecessary null check when freeing object by zhong jiang · 6 years ago
  2. 7a20c2fa1 lib/zlib_inflate/inflate.c: remove fall through warnings by Corentin Labbe · 6 years ago
  3. 36c8d1e lib/parser.c: switch match_number() over to use match_strdup() by Eric Biggers · 6 years ago
  4. 4ed97b3 lib/parser.c: switch match_u64int() over to use match_strdup() by Eric Biggers · 6 years ago
  5. 30f7bc9 lib/parser.c: switch match_strdup() over to use kmemdup_nul() by Eric Biggers · 6 years ago
  6. 8ec3d768 lib/bitmap.c: simplify bitmap_print_to_pagebuf() by Rasmus Villemoes · 6 years ago
  7. ce1091d lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebuf by Rasmus Villemoes · 6 years ago
  8. 696e421 lib/bitmap.c: remove wrong documentation by Rasmus Villemoes · 6 years ago
  9. 746bb4e Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  10. dad4f14 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  11. 345671e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  12. 0c96350 lib/test_kasan.c: add tests for several string/memory API functions by Andrey Ryabinin · 6 years ago
  13. b27186a Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  14. 18d0eae Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  15. c300af2 Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 6 years ago
  16. a67eefa Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  17. 62606c2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  18. 01aa9d5 Merge tag 'docs-4.20' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  19. 50b825d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  20. 07171da Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
  21. 0200fbd Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  22. e2b623f Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  23. 6315730 lib: Add umoddi3 and udivmoddi4 of GCC library routines by Zong Li · 6 years ago
  24. 6ab9e09 Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  25. 5289851 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  26. 3a08cd5 radix tree: Remove multiorder support by Matthew Wilcox · 6 years ago
  27. 0e9446c xarray: Add range store functionality by Matthew Wilcox · 7 years ago
  28. 4f06d63 xarray: Move multiorder_check to in-kernel tests by Matthew Wilcox · 7 years ago
  29. 93eb07f xarray: Move multiorder_shrink to kernel tests by Matthew Wilcox · 7 years ago
  30. d6427f8 xarray: Move multiorder account test in-kernel by Matthew Wilcox · 7 years ago
  31. 372266b radix tree test suite: Convert tag_tagged_items to XArray by Matthew Wilcox · 7 years ago
  32. adb9d9c radix tree: Remove radix_tree_clear_tags by Matthew Wilcox · 7 years ago
  33. 8cf2f98 radix tree: Remove radix_tree_maybe_preload_order by Matthew Wilcox · 7 years ago
  34. 2956c66 radix tree: Remove split/join code by Matthew Wilcox · 7 years ago
  35. 1cf56f9 radix tree: Remove radix_tree_update_node_t by Matthew Wilcox · 7 years ago
  36. 7b8d046 shmem: Convert shmem_alloc_hugepage to XArray by Matthew Wilcox · 7 years ago
  37. e21a295 shmem: Convert find_swap_entry to XArray by Matthew Wilcox · 7 years ago
  38. a97e790 mm: Convert workingset to XArray by Matthew Wilcox · 7 years ago
  39. 74d6095 page cache: Add and replace pages using the XArray by Matthew Wilcox · 7 years ago
  40. f32f004 ida: Convert to XArray by Matthew Wilcox · 7 years ago
  41. 371c752 xarray: Track free entries in an XArray by Matthew Wilcox · 7 years ago
  42. 9f14d4f xarray: Add xa_reserve and xa_release by Matthew Wilcox · 6 years ago
  43. 2264f51 xarray: Add xas_create_range by Matthew Wilcox · 7 years ago
  44. 4e99d4e xarray: Add xas_for_each_conflict by Matthew Wilcox · 7 years ago
  45. 64d3e9a xarray: Step through an XArray by Matthew Wilcox · 7 years ago
  46. 687149f xarray: Destroy an XArray by Matthew Wilcox · 7 years ago
  47. 80a0a1a xarray: Extract entries from an XArray by Matthew Wilcox · 7 years ago
  48. b803b42 xarray: Add XArray iterators by Matthew Wilcox · 7 years ago
  49. 41aec91 xarray: Add XArray conditional store operations by Matthew Wilcox · 7 years ago
  50. 58d6ea3 xarray: Add XArray unconditional store operations by Matthew Wilcox · 7 years ago
  51. 9b89a03 xarray: Add XArray marks by Matthew Wilcox · 7 years ago
  52. ad3d6c7 xarray: Add XArray load operation by Matthew Wilcox · 7 years ago
  53. 01959df xarray: Define struct xa_node by Matthew Wilcox · 7 years ago
  54. f8d5d0c xarray: Add definition of struct xarray by Matthew Wilcox · 7 years ago
  55. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  56. 01a14bd locking/lockdep: Make global debug_locks* variables read-mostly by Waiman Long · 6 years ago
  57. 9506a74 locking/lockdep: Fix debug_locks off performance problem by Waiman Long · 6 years ago
  58. 93048c0 lib: Fix ia64 bootloader linkage by Alexander Shishkin · 6 years ago
  59. c994b12 test_ida: Fix lockdep warning by Matthew Wilcox · 6 years ago
  60. d864991 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  61. 94ac8f2 doc: printk-formats: Remove bogus kobject references for device nodes by Geert Uytterhoeven · 6 years ago
  62. a291ab2 Merge tag 'mtd/fixes-for-4.19-rc8' of git://git.infradead.org/linux-mtd by Greg Kroah-Hartman · 6 years ago
  63. 431bca2 lib/vsprintf: Hash printed address for netdev bits fallback by Geert Uytterhoeven · 6 years ago
  64. ec12bc2 lib/vsprintf: Hash legacy clock addresses by Geert Uytterhoeven · 6 years ago
  65. 9073dac lib/vsprintf: Prepare for more general use of ptr_to_id() by Geert Uytterhoeven · 6 years ago
  66. f31b224 lib/vsprintf: Make ptr argument conts in ptr_to_id() by Geert Uytterhoeven · 6 years ago
  67. f0fe77f lib/bch: fix possible stack overrun by Arnd Bergmann · 6 years ago
  68. 0bb95f8 Makefile: Globally enable VLA warning by Kees Cook · 7 years ago
  69. ce76d93 lib: Add memcat_p(): paste 2 pointer arrays together by Alexander Shishkin · 6 years ago
  70. 588b593 Merge tag 'trace-v4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Greg Kroah-Hartman · 6 years ago
  71. 5dff038 s390/kasan: add option for 4-level paging support by Vasily Gorbik · 7 years ago
  72. 071a234 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  73. a5f6cba netlink: Add strict version of nlmsg_parse and nla_parse by David Ahern · 6 years ago
  74. 6216560 vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointers by Steven Rostedt (VMware) · 6 years ago
  75. f9b58e8 ARM: 8800/1: use choice for kernel unwinders by Stefan Agner · 6 years ago
  76. 33188bd netlink: add validation function to policy by Johannes Berg · 6 years ago
  77. 3e48be0 netlink: add attribute range validation to policy by Johannes Berg · 6 years ago
  78. 242cdad lib/xz: Put CRC32_POLY_LE in xz_private.h by Joel Stanley · 7 years ago
  79. 02c02bf xarray: Change definition of sibling entries by Matthew Wilcox · 7 years ago
  80. 3159f94 xarray: Replace exceptional entries by Matthew Wilcox · 7 years ago
  81. 66ee620 idr: Permit any valid kernel pointer to be stored by Matthew Wilcox · 7 years ago
  82. 1501d13 netlink: add nested array policy validation by Johannes Berg · 6 years ago
  83. 9a659a3 netlink: allow NLA_NESTED to specify nested policy to validate by Johannes Berg · 6 years ago
  84. c29f184 netlink: move extack setting into validate_nla() by Johannes Berg · 6 years ago
  85. 48fde90 netlink: make validation_data const by Johannes Berg · 6 years ago
  86. fe3b30d netlink: remove NLA_NESTED_COMPAT by Johannes Berg · 6 years ago
  87. 10081193 bpf: test_bpf: add init_net to dev for flow_dissector by Song Liu · 6 years ago
  88. 18c9a6b percpu-refcount: Introduce percpu_ref_resurrect() by Bart Van Assche · 6 years ago
  89. a5e9f55 crypto: chacha20 - Fix chacha20_block() keystream alignment (again) by Eric Biggers · 7 years ago
  90. b60b87f netlink: add ethernet address policy types by Johannes Berg · 7 years ago
  91. 568b742 netlink: add NLA_REJECT policy type by Johannes Berg · 7 years ago
  92. a7e7edf crc-t10dif: crc_t10dif_mutex can be static by kbuild test robot · 7 years ago
  93. 9784d82 lib/crc32: make core crc32() routines weak so they can be overridden by Ard Biesheuvel · 7 years ago
  94. 6d0a70a vsprintf: print OF node name using full_name by Rob Herring · 7 years ago
  95. 4c5d114 lib/Kconfig.debug: fix three typos in help text by Thibaut Sautereau · 7 years ago
  96. 11dcb10 crc-t10dif: Allow current transform to be inspected in sysfs by Martin K. Petersen · 7 years ago
  97. b763775 crc-t10dif: Pick better transform if one becomes available by Martin K. Petersen · 7 years ago
  98. 501dacb Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  99. 13ba17b notifier: Remove notifier header file wherever not used by Mukesh Ojha · 7 years ago
  100. 050cdc6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago