1. 203b660 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  2. 3478588 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  3. 18a4d8b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  4. f7fb7c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  5. 6baec88 kasan: turn off asan-stack for clang-8 and earlier by Arnd Bergmann · 6 years ago
  6. 9ed8f1a Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  7. cdc84d7 locking/lockdep: Make it easy to detect whether or not inside a selftest by Bart Van Assche · 6 years ago
  8. 0614621d Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  9. fd92d66 bpf: test_bpf: turn off preemption in function __run_once by Anders Roxell · 6 years ago
  10. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  11. 6c4128f rhashtable: Remove obsolete rhashtable_walk_init function by Herbert Xu · 6 years ago
  12. 56b90fa lib/test_rhashtable: fix spelling mistake "existant" -> "existent" by Colin Ian King · 6 years ago
  13. 1f5a018 Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  14. 375ca54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  15. 0b999ae Merge tag 'compiler-attributes-for-linus-v5.0-rc7' of git://github.com/ojeda/linux by Linus Torvalds · 6 years ago
  16. bb2ba2d assoc_array: Fix shortcut creation by David Howells · 6 years ago
  17. ff98e20 lib/crc32.c: mark crc32_le_base/__crc32c_le_base aliases as __pure by Miguel Ojeda · 6 years ago
  18. fa8ba2c lib: objagg: fix handling of object with 0 users when assembling hints by Jiri Pirko · 6 years ago
  19. e7c2e3b test_objagg: Uninitialized variable in error handling by Dan Carpenter · 6 years ago
  20. 951d3d6 test_objagg: Test the correct variable by Dan Carpenter · 6 years ago
  21. 4446eb8 lib: objagg: Fix an error code in objagg_hints_get() by Dan Carpenter · 6 years ago
  22. 02106f8 kprobes: Prohibit probing on bsearch() by Andrea Righi · 6 years ago
  23. 984640c kprobes: Prohibit probing on preemption checking debug functions by Masami Hiramatsu · 6 years ago
  24. 204f6a8 lib: objagg: add root count to stats by Jiri Pirko · 6 years ago
  25. 9069a38 lib: objagg: implement optimization hints assembly and use hints for object creation by Jiri Pirko · 6 years ago
  26. bb72e68 lib: objagg: fix typo in objagg_stats_put() docstring by Jiri Pirko · 6 years ago
  27. 27b4ad6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  28. 47b8f3a refcount_t: Add ACQUIRE ordering on success for dec(sub)_and_test() variants by Elena Reshetova · 6 years ago
  29. db7ddea lib/test_kmod.c: potential double free in error handling by Dan Carpenter · 6 years ago
  30. fc42a68 lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamically by Bart Van Assche · 6 years ago
  31. 48b1619 Merge tag 'xarray-5.0-rc3' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  32. fbfaf85 fix int_sqrt64() for very large numbers by Florian La Roche · 6 years ago
  33. fe76fc6 sbitmap: Protect swap_lock from hardirq by Ming Lei · 6 years ago
  34. d69d287 XArray tests: Check mark 2 gets squashed by Matthew Wilcox · 6 years ago
  35. 3719876 sbitmap: Protect swap_lock from softirqs by Steven Rostedt (VMware) · 6 years ago
  36. b0606fe XArray: Honour reserved entries in xa_insert by Matthew Wilcox · 6 years ago
  37. 76b4e52 XArray: Permit storing 2-byte-aligned pointers by Matthew Wilcox · 6 years ago
  38. 4a31896 XArray: Change xa_for_each iterator by Matthew Wilcox · 6 years ago
  39. 02669b1 XArray: Turn xa_init_flags into a static inline by Matthew Wilcox · 6 years ago
  40. 490fd30f XArray tests: Add RCU locking by Matthew Wilcox · 6 years ago
  41. 85e1ffb Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  42. d7252d0 Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  43. 172caf1 kbuild: remove redundant target cleaning on failure by Masahiro Yamada · 6 years ago
  44. e9666d1 jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 6 years ago
  45. 35004f2 lib/genalloc.c: include vmalloc.h by Olof Johansson · 6 years ago
  46. 9b286ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  47. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  48. 6862d2f lib/genalloc.c: use vzalloc_node() to allocate the bitmap by Huang Shijie · 6 years ago
  49. 439e00b lib/find_bit_benchmark.c: align test_find_next_and_bit with others by Yury Norov · 6 years ago
  50. 52fbf11 lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunk by Alexey Skidanov · 6 years ago
  51. 594cc25 make 'user_access_begin()' do 'access_ok()' by Linus Torvalds · 6 years ago
  52. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  53. dc629c2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md into for-linus by Jens Axboe · 6 years ago
  54. 04a17ed Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  55. 28e8c4b Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 6 years ago
  56. 495d714 Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  57. 769e470 Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  58. d8372ba lib: don't depend on linux headers being installed. by NeilBrown · 6 years ago
  59. b07039b Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  60. 117eda8 Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  61. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  62. af7ddd8 Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  63. 0e9da3f Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  64. d53ce04 kmemleak: add config to select auto scan by Sri Krishna chowdary · 6 years ago
  65. 8e2d434 lib/ioremap: ensure break-before-make is used for huge p4d mappings by Will Deacon · 6 years ago
  66. 36ddc5a lib/ioremap: ensure phys_addr actually corresponds to a physical address by Will Deacon · 6 years ago
  67. d239865 ioremap: rework pXd_free_pYd_page() API by Will Deacon · 6 years ago
  68. c3a5c77 lib/show_mem.c: drop pgdat_resize_lock in show_mem() by Wei Yang · 6 years ago
  69. 9705bea mm: convert zone->managed_pages to atomic variable by Arun KS · 6 years ago
  70. a9ee3a6 debugobjects: call debug_objects_mem_init eariler by Qian Cai · 6 years ago
  71. 2bd926b kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS by Andrey Konovalov · 6 years ago
  72. b71acb0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  73. e0c38a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  74. 8d69733 Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  75. 792bf4d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  76. 89261c5 Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  77. 29924e5 seq_buf: Use size_t for len in seq_buf_puts() by Michael Ellerman · 6 years ago
  78. 0464ed2 seq_buf: Make seq_buf_puts() null-terminate the buffer by Michael Ellerman · 6 years ago
  79. 8636a1f treewide: surround Kconfig file paths with double quotes by Masahiro Yamada · 6 years ago
  80. 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  81. 9f6b7ef sbitmap: add helpers for add/del wait queue handling by Jens Axboe · 6 years ago
  82. be85f93 lib/raid6: add option to skip algo benchmarking by Daniel Verkamp · 6 years ago
  83. 0437de4 lib/raid6: sort algos in rough performance order by Daniel Verkamp · 6 years ago
  84. 86919f9 lib/raid6: check for assembler SSSE3 support by Daniel Verkamp · 6 years ago
  85. e213574 raid6/ppc: Fix build for clang by Joel Stanley · 6 years ago
  86. ac8b6f1 Fonts: New Terminus large console font by Amanoel Dawod · 6 years ago
  87. 809c670 test_rhashtable: remove semaphore usage by Arnd Bergmann · 6 years ago
  88. 10fdf83 lib: fix build failure in CONFIG_DEBUG_VIRTUAL test by Christophe Leroy · 6 years ago
  89. 4848361 XArray: Fix xa_alloc when id exceeds max by Matthew Wilcox · 6 years ago
  90. d05f443 iov_iter: introduce hash_and_copy_to_iter helper by Sagi Grimberg · 6 years ago
  91. cb002d0 iov_iter: pass void csum pointer to csum_and_copy_to_iter by Sagi Grimberg · 6 years ago
  92. b2dbff1 sbitmap: flush deferred clears for resize and shallow gets by Jens Axboe · 6 years ago
  93. 4d42c44 lib/vsprintf: Print time and date in human readable format via %pt by Andy Shevchenko · 6 years ago
  94. 4cc1fee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  95. 58ab5e3 sbitmap: silence bogus lockdep IRQ warning by Jens Axboe · 6 years ago
  96. 7c703e5 arch: switch the default on ARCH_HAS_SG_CHAIN by Christoph Hellwig · 6 years ago
  97. 4f145cd XArray tests: Check iterating over multiorder entries by Matthew Wilcox · 6 years ago
  98. b7677a1 XArray tests: Handle larger indices more elegantly by Matthew Wilcox · 6 years ago
  99. eff3860 radix tree: Don't return retry entries from lookup by Matthew Wilcox · 6 years ago
  100. 186bddb kref/kobject: Improve documentation by Ezequiel Garcia · 6 years ago