1. 3e21d9a lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more() by Gustavo A. R. Silva · 5 years ago
  2. 69334ca lib/test_bitmap: correct test data offsets for 32-bit by Andy Shevchenko · 5 years ago
  3. 08a3ef8 Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 5 years ago
  4. bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  5. a78208e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  6. c677124 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  7. e279160 Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  8. 534b0a8 Merge tag 'core-debugobjects-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  9. 6a1000b Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap by Linus Torvalds · 5 years ago
  10. 22a8f39 Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  11. 715d128 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 5 years ago
  12. 0238d3c Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  13. 2092767 bitmap: Introduce bitmap_cut(): cut bits and shift remaining by Stefano Brivio · 5 years ago
  14. ab10ae1 lib: Reduce user_access_begin() boundaries in strncpy_from_user() and strnlen_user() by Christophe Leroy · 5 years ago
  15. 4703d91 Merge tag 'xarray-5.5' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 5 years ago
  16. 0e0c123 lib: crc64: include <linux/crc64.h> for 'crc64_be' by Ben Dooks (Codethink) · 5 years ago
  17. 72c7943 crypto: chacha20poly1305 - add back missing test vectors and test chunking by Jason A. Donenfeld · 5 years ago
  18. c44aa5e XArray: Fix xas_find returning too many entries by Matthew Wilcox (Oracle) · 5 years ago
  19. 19c30f4 XArray: Fix xa_find_after with multi-index entries by Matthew Wilcox (Oracle) · 5 years ago
  20. 430f24f XArray: Fix infinite loop with entry at ULONG_MAX by Matthew Wilcox (Oracle) · 5 years ago
  21. 35fd7a6 debugobjects: Fix various data races by Marco Elver · 5 years ago
  22. be6da98 livepatch/samples/selftest: Use klp_shadow_alloc() API correctly by Petr Mladek · 5 years ago
  23. c24c57a livepatch/selftest: Clean up shadow variable names and type by Petr Mladek · 5 years ago
  24. 49a101d lib/vdso: Only read hrtimer_res when needed in __cvdso_clock_getres() by Christophe Leroy · 5 years ago
  25. a8bdf2c crypto: curve25519 - Fix selftest build error by Herbert Xu · 5 years ago
  26. d7d7b85 crypto: x86/poly1305 - wire up faster implementations for kernel by Jason A. Donenfeld · 5 years ago
  27. 1c08a10 crypto: poly1305 - add new 32 and 64-bit generic versions by Jason A. Donenfeld · 5 years ago
  28. 660fd04 lib/vdso: Prepare for time namespace support by Thomas Gleixner · 5 years ago
  29. c966533 lib/vdso: Mark do_hres() and do_coarse() as __always_inline by Andrei Vagin · 5 years ago
  30. cdb7c5a lib/vdso: Avoid duplication in __cvdso_clock_getres() by Christophe Leroy · 5 years ago
  31. 8463cf8 lib/vdso: Let do_coarse() return 0 to simplify the callsite by Christophe Leroy · 5 years ago
  32. a279235 lib/vdso: Remove checks on return value for 32 bit vDSO by Vincenzo Frascino · 5 years ago
  33. b767081 lib/vdso: Remove VDSO_HAS_32BIT_FALLBACK by Vincenzo Frascino · 5 years ago
  34. bf27984 lib/vdso: Build 32 bit specific functions in the right context by Vincenzo Frascino · 5 years ago
  35. f591df3 md/raid6: fix algorithm choice under larger PAGE_SIZE by Zhengyuan Liu · 5 years ago
  36. 5e5ac01 raid6/test: fix a compilation warning by Zhengyuan Liu · 5 years ago
  37. ffd0873 lib/vdso: Make __cvdso_clock_getres() static by Vincenzo Frascino · 5 years ago
  38. 9fe124b kunit: allow kunit to be loaded as a module by Alan Maguire · 5 years ago
  39. 1c024d4 kunit: remove timeout dependence on sysctl_hung_task_timeout_seconds by Alan Maguire · 5 years ago
  40. c475c77 kunit: allow kunit tests to be loaded as a module by Alan Maguire · 5 years ago
  41. 9bbb11c kunit: hide unexported try-catch interface in try-catch-impl.h by Alan Maguire · 5 years ago
  42. 109fb06 kunit: move string-stream.h to lib/kunit by Alan Maguire · 5 years ago
  43. c273a2b libfdt: include fdt_addresses.c by AKASHI Takahiro · 5 years ago
  44. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  45. aa12796 crypto: lib/curve25519 - re-add selftests by Jason A. Donenfeld · 5 years ago
  46. 1e5f8a3 Merge tag 'v5.5-rc3' into sched/core, to pick up fixes by Ingo Molnar · 5 years ago
  47. 9efa3ed Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  48. 44579f3 Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  49. df034c9 sbitmap: only queue kyber's wait callback if not already active by David Jeffery · 5 years ago
  50. 045f6d7 lib/Kconfig.debug: fix some messed up configurations by Changbin Du · 5 years ago
  51. e0ff126 pipe: Fix bogus dereference in iov_iter_alignment() by Jan Kara · 5 years ago
  52. 702600e lib: raid6: fix awk build warnings by Greg Kroah-Hartman · 5 years ago
  53. 9f47286 sched/core: Use CONFIG_PREEMPTION by Sebastian Andrzej Siewior · 5 years ago
  54. 68d4b3d lib/: fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  55. ec29a5c kernel-hacking: move DEBUG_FS to 'Generic Kernel Debugging Instruments' by Changbin Du · 5 years ago
  56. 2b05bb7 kernel-hacking: move DEBUG_BUGVERBOSE to 'printk and dmesg options' by Changbin Du · 5 years ago
  57. ebebdd0 kernel-hacking: create a submenu for scheduler debugging options by Changbin Du · 5 years ago
  58. dc9b963 kernel-hacking: move SCHED_STACK_END_CHECK after DEBUG_STACK_USAGE by Changbin Du · 5 years ago
  59. f43a289 kernel-hacking: move Oops into 'Lockups and Hangs' by Changbin Du · 5 years ago
  60. 09a7495 kernel-hacking: move kernel testing and coverage options to same submenu by Changbin Du · 5 years ago
  61. 3be5cbc kernel-hacking: group kernel data structures debugging together by Changbin Du · 5 years ago
  62. ff600a9 kernel-hacking: create submenu for arch special debugging options by Changbin Du · 5 years ago
  63. 6210b64 kernel-hacking: group sysrq/kgdb/ubsan into 'Generic Kernel Debugging Instruments' by Changbin Du · 5 years ago
  64. ec939e4 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  65. 30544ed lib/bitmap: introduce bitmap_replace() helper by Andy Shevchenko · 5 years ago
  66. 780ff33 lib/test_bitmap: fix comment about this file by Andy Shevchenko · 5 years ago
  67. c21dd8a lib/test_bitmap: move exp1 and exp2 upper for others to use by Andy Shevchenko · 5 years ago
  68. 0ee312e lib/test_bitmap: rename exp to exp1 to avoid ambiguous name by Andy Shevchenko · 5 years ago
  69. a4881d1 lib/test_bitmap: name EXP_BYTES properly by Andy Shevchenko · 5 years ago
  70. 5422404 lib/test_bitmap: undefine macros after use by Andy Shevchenko · 5 years ago
  71. 17b6753 lib/test_bitmap: force argument of bitmap_parselist_user() to proper address space by Andy Shevchenko · 5 years ago
  72. ce5c31d lib/ubsan: don't serialize UBSAN report by Julien Grall · 5 years ago
  73. 964975a lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addr by Huang Shijie · 5 years ago
  74. fd7eb25 lib/genalloc.c: export symbol addr_in_gen_pool by Huang Shijie · 5 years ago
  75. 323dd2c lib/math/rational.c: fix possible incorrect result from rational fractions helper by Trent Piepho · 5 years ago
  76. dc5c5ad lib/test_meminit.c: add bulk alloc/free tests by Laura Abbott · 5 years ago
  77. e4aa168 lib/test_bitmap.c: add for_each_set_clump8 test cases by William Breathitt Gray · 5 years ago
  78. 169c474 bitops: introduce the for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  79. c3bed3b Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 5 years ago
  80. 76bb8b0 Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  81. 937d6ee Merge tag 'docs-5.5a' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  82. 596cf45 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  83. 3732391 Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 5 years ago
  84. ceb3074 Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  85. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  86. 0651391 kasan: add test for vmalloc by Daniel Axtens · 5 years ago
  87. 3c5c3cf kasan: support backing vmalloc space with real shadow memory by Daniel Axtens · 5 years ago
  88. e4dcad2 rss_stat: add support to detect RSS updates of external mm by Joel Fernandes (Google) · 5 years ago
  89. 0dd0c8f Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 5 years ago
  90. 6a96566 Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  91. a308a71 Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap by Linus Torvalds · 5 years ago
  92. 774800c Merge branch 'pci/resource' by Bjorn Helgaas · 5 years ago
  93. 95f1fa9 Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  94. 9a3d7fd Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  95. 361b0d2 Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  96. 6e9f879 Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  97. 168829a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  98. 1d87200 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  99. 782b597 Merge branch 'acpi-mm' by Rafael J. Wysocki · 5 years ago
  100. 386403a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago