1. 874be05 bpf, tests: Add tail call test suite by Johan Almbladh · 3 years, 5 months ago
  2. 6a3b24c bpf, tests: Add tests for BPF_CMPXCHG by Johan Almbladh · 3 years, 5 months ago
  3. e4517b3 bpf, tests: Add tests for atomic operations by Johan Almbladh · 3 years, 5 months ago
  4. 53e33f9 bpf, tests: Add test for 32-bit context pointer argument passing by Johan Almbladh · 3 years, 5 months ago
  5. 66e5eb8 bpf, tests: Add branch conversion JIT test by Johan Almbladh · 3 years, 5 months ago
  6. e5009b4 bpf, tests: Add word-order tests for load/store of double words by Johan Almbladh · 3 years, 5 months ago
  7. 84024a4 bpf, tests: Add tests for ALU operations implemented with function calls by Johan Almbladh · 3 years, 5 months ago
  8. faa5762 bpf, tests: Add more ALU64 BPF_MUL tests by Johan Almbladh · 3 years, 5 months ago
  9. 3b9890e bpf, tests: Add more BPF_LSH/RSH/ARSH tests for ALU64 by Johan Almbladh · 3 years, 5 months ago
  10. 0f2fca1 bpf, tests: Add more ALU32 tests for BPF_LSH/RSH/ARSH by Johan Almbladh · 3 years, 5 months ago
  11. ba89bcf bpf, tests: Add more tests of ALU32 and ALU64 bitwise operations by Johan Almbladh · 3 years, 5 months ago
  12. e92c813 bpf, tests: Fix typos in test case descriptions by Johan Almbladh · 3 years, 5 months ago
  13. 565731a bpf, tests: Add BPF_MOV tests for zero and sign extension by Johan Almbladh · 3 years, 5 months ago
  14. b55dfa8 bpf, tests: Add BPF_JMP32 test cases by Johan Almbladh · 3 years, 5 months ago
  15. d39e8b9 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 6 months ago
  16. b2ff70a lib/test_string.c: move string selftest in the Runtime Testing menu by Matteo Croce · 3 years, 6 months ago
  17. 2b7e9f2 bpf/tests: Do not PASS tests without actually testing the result by Johan Almbladh · 3 years, 6 months ago
  18. ae7f470 bpf/tests: Fix copy-and-paste error in double word test by Johan Almbladh · 3 years, 6 months ago
  19. c52114d lib/test_hmm: remove set but unused page variable by Alistair Popple · 3 years, 6 months ago
  20. 6bce244 mm/page_alloc: Revert pahole zero-sized workaround by Mel Gorman · 3 years, 7 months ago
  21. 81361b8 Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 6 months ago
  22. dcf3c93 Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 3 years, 6 months ago
  23. 44e8a5e kdump: use vmlinux_build_id to simplify by Stephen Boyd · 3 years, 7 months ago
  24. 3f14d02 buildid: fix kernel-doc notation by Stephen Boyd · 3 years, 7 months ago
  25. 60eec32 buildid: mark some arguments const by Stephen Boyd · 3 years, 7 months ago
  26. 9294523 module: add printk formats to add module build ID to stacktraces by Stephen Boyd · 3 years, 7 months ago
  27. 22f4e66 dump_stack: add vmlinux build ID to stack traces by Stephen Boyd · 3 years, 7 months ago
  28. 83cc6fa buildid: stash away kernels build ID on init by Stephen Boyd · 3 years, 7 months ago
  29. 7eaf3cf buildid: add API to parse build ID out of buffer by Stephen Boyd · 3 years, 7 months ago
  30. a010d79 buildid: only consider GNU notes for build ID parsing by Stephen Boyd · 3 years, 7 months ago
  31. 9dbbc3b lib: fix spelling mistakes by Zhen Lei · 3 years, 7 months ago
  32. 53b0fe3 lib/test: fix spelling mistakes by Zhen Lei · 3 years, 7 months ago
  33. f5c13f1 Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 7 months ago
  34. eed0218 Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 7 months ago
  35. b805259 Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 7 months ago
  36. a180bd1 iov_iter: remove uaccess_kernel() warning from iov_iter_init() by Linus Torvalds · 3 years, 7 months ago
  37. 28e92f9 Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years, 7 months ago
  38. d3acb15 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 7 months ago
  39. 757fa80 Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 7 months ago
  40. a48ad6e Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 7 months ago
  41. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 7 months ago
  42. 3b52348 lib/decompressors: remove set but not used variabled 'level' by Yu Kuai · 3 years, 7 months ago
  43. 2c48441 lib/decompress_unlz4.c: correctly handle zero-padding around initrds. by Dimitri John Ledkov · 3 years, 7 months ago
  44. 7fde9d6 lz4_decompress: declare LZ4_decompress_safe_withPrefix64k static by Rajat Asthana · 3 years, 7 months ago
  45. 4c52729 kernel.h: split out kstrtox() and simple_strtox() to a separate header by Andy Shevchenko · 3 years, 7 months ago
  46. ce71efd lib/test_string.c: allow module removal by Matteo Croce · 3 years, 7 months ago
  47. ad65dce lib: uninline simple_strtoull() by Alexey Dobriyan · 3 years, 7 months ago
  48. 1a58be6 lib: memscan() fixlet by Alexey Dobriyan · 3 years, 7 months ago
  49. 478485f lib/mpi: fix spelling mistakes by Zhen Lei · 3 years, 7 months ago
  50. 05911c5 lib/decompressors: fix spelling mistakes by Zhen Lei · 3 years, 7 months ago
  51. b6c75c4 lib/math/rational: add Kunit test cases by Trent Piepho · 3 years, 7 months ago
  52. 65a0d3c lib/math/rational.c: fix divide by zero by Trent Piepho · 3 years, 7 months ago
  53. cc72181 seq_file: drop unused *_escape_mem_ascii() by Andy Shevchenko · 3 years, 7 months ago
  54. 259fa5d lib/test-string_helpers: add test cases for new features by Andy Shevchenko · 3 years, 7 months ago
  55. 6932569 lib/test-string_helpers: get rid of trailing comma in terminators by Andy Shevchenko · 3 years, 7 months ago
  56. 229563b1 lib/test-string_helpers: print flags in hexadecimal format by Andy Shevchenko · 3 years, 7 months ago
  57. aec0d09 lib/string_helpers: allow to append additional characters to be escaped by Andy Shevchenko · 3 years, 7 months ago
  58. 0362c27 lib/string_helpers: introduce ESCAPE_NAP to escape non-ASCII and non-printable by Andy Shevchenko · 3 years, 7 months ago
  59. a080978 lib/string_helpers: introduce ESCAPE_NA for escaping non-ASCII by Andy Shevchenko · 3 years, 7 months ago
  60. 7e5969a lib/string_helpers: drop indentation level in string_escape_mem() by Andy Shevchenko · 3 years, 7 months ago
  61. 62519b8 lib/string_helpers: move ESCAPE_NP check inside 'else' branch in a loop by Andy Shevchenko · 3 years, 7 months ago
  62. 92aeda5 lib: decompress_bunzip2: remove an unneeded semicolon by Zhen Lei · 3 years, 7 months ago
  63. b659bae mm: selftests for exclusive device memory by Alistair Popple · 3 years, 7 months ago
  64. 6b49bf6 mm: rename migrate_pgmap_owner by Alistair Popple · 3 years, 7 months ago
  65. 65090f3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 7 months ago
  66. a941a03 Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 7 months ago
  67. e563592 Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 7 months ago
  68. dbbee9d mm/page_alloc: convert per-cpu list protection to local_lock by Mel Gorman · 3 years, 7 months ago
  69. 7a22bdc kasan: add memory corruption identification support for hardware tag-based mode by Kuan-Ying Lee · 3 years, 7 months ago
  70. f06f78a kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFY by Kuan-Ying Lee · 3 years, 7 months ago
  71. 158f255 kasan: allow an architecture to disable inline instrumentation by Daniel Axtens · 3 years, 7 months ago
  72. 3ff16d3 kasan: test: improve failure message in KUNIT_EXPECT_KASAN_FAIL() by David Gow · 3 years, 7 months ago
  73. 4469c0f printk: introduce dump_stack_lvl() by Alexander Potapenko · 3 years, 7 months ago
  74. 46e6b31 lib/test_hmm: use vma_lookup() in dmirror_migrate() by Liam Howlett · 3 years, 7 months ago
  75. 7927029 slub: force on no_hash_pointers when slub_debug is enabled by Stephen Boyd · 3 years, 7 months ago
  76. 1f9f78b mm/slub, kunit: add a KUnit test for SLUB debugging functionality by Oliver Glitta · 3 years, 7 months ago
  77. 26c6cb7 kunit: make test->lock irq safe by Vlastimil Babka · 3 years, 7 months ago
  78. 94f2be50 Merge branch 'printk-rework' into for-linus by Petr Mladek · 3 years, 7 months ago
  79. d8c0321 Merge branch 'for-5.14-vsprintf-scanf' into for-linus by Petr Mladek · 3 years, 7 months ago
  80. 54a728d Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 7 months ago
  81. a15286c Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 7 months ago
  82. 6a2cbc5 seq_buf: Make trace_seq_putmem_hex() support data longer than 8 by Yun Zhou · 3 years, 7 months ago
  83. d3b1603 seq_buf: Fix overflow in seq_buf_putmem_hex() by Yun Zhou · 3 years, 7 months ago
  84. 1d71307 kunit: add unit test for filtering suites by names by Daniel Latypov · 3 years, 9 months ago
  85. 40eb5cf kasan: test: make use of kunit_skip() by Marco Elver · 3 years, 7 months ago
  86. d99ea67 kunit: test: Add example tests which are always skipped by David Gow · 3 years, 7 months ago
  87. 6d2426b kunit: Support skipped tests by David Gow · 3 years, 7 months ago
  88. ebd0957 lib/test: convert lib/test_list_sort.c to use KUnit by Daniel Latypov · 3 years, 9 months ago
  89. 7122deb kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpers by Daniel Latypov · 3 years, 9 months ago
  90. 44acdbb kunit: Add gnu_printf specifiers by David Gow · 3 years, 8 months ago
  91. 255ede3 lib/cmdline_kunit: Remove a cast which are no-longer required by David Gow · 3 years, 8 months ago
  92. 1253b9b clocksource: Provide kernel module to test clocksource watchdog by Paul E. McKenney · 3 years, 8 months ago
  93. 1a81229 lockdep/selftest: Remove wait-type RCU_CALLBACK tests by Peter Zijlstra · 3 years, 7 months ago
  94. c0c2c0d lockdep/selftests: Fix selftests vs PROVE_RAW_LOCK_NESTING by Peter Zijlstra · 3 years, 7 months ago
  95. 8946ccc locking/selftests: Add a selftest for check_irq_usage() by Boqun Feng · 3 years, 7 months ago
  96. 49faa77 locking/lockdep: Improve noinstr vs errors by Peter Zijlstra · 3 years, 7 months ago
  97. 766c268 lib/dump_stack: move cpu lock to printk.c by John Ogness · 3 years, 7 months ago
  98. 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 7 months ago
  99. b2c0931 Merge branch 'sched/urgent' into sched/core, to resolve conflicts by Ingo Molnar · 3 years, 7 months ago
  100. ca2e334 lib: add iomem emulation (logic_iomem) by Johannes Berg · 3 years, 11 months ago