index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'linux_kselftest-kunit-6.8-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2024-01-10
30
-146
/
+978
|
\
|
*
kunit: Fix some comments which were mistakenly kerneldoc
David Gow
2024-01-03
1
-3
/
+3
|
*
kunit: Protect string comparisons against NULL
Richard Fitzgerald
2024-01-03
1
-1
/
+1
|
*
kunit: Add example of kunit_activate_static_stub() with pointer-to-function
Richard Fitzgerald
2024-01-03
1
-0
/
+35
|
*
kunit: Allow passing function pointer to kunit_activate_static_stub()
Richard Fitzgerald
2024-01-03
1
-1
/
+1
|
*
kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULL
Richard Fitzgerald
2024-01-03
1
-1
/
+3
|
*
kunit: Reset test->priv after each param iteration
Michal Wajdeczko
2023-12-18
1
-0
/
+1
|
*
kunit: Add example for using test->priv
Michal Wajdeczko
2023-12-18
1
-0
/
+15
|
*
drm/tests: Switch to kunit devices
Maxime Ripard
2023-12-18
1
-63
/
+3
|
*
ASoC: topology: Replace fake root_device with kunit_device in tests
davidgow@google.com
2023-12-18
1
-8
/
+2
|
*
overflow: Replace fake root_device with kunit_device
davidgow@google.com
2023-12-18
1
-3
/
+2
|
*
fortify: test: Use kunit_device
davidgow@google.com
2023-12-18
1
-2
/
+3
|
*
kunit: Add APIs for managing devices
davidgow@google.com
2023-12-18
8
-2
/
+475
|
*
Documentation: Add debugfs docs with run after boot
Rae Moar
2023-12-18
1
-4
/
+47
|
*
kunit: add ability to run tests after boot using debugfs
Rae Moar
2023-12-18
2
-0
/
+78
|
*
kunit: add is_init test attribute
Rae Moar
2023-12-18
4
-1
/
+73
|
*
kunit: add example suite to test init suites
Rae Moar
2023-12-18
1
-0
/
+37
|
*
kunit: add KUNIT_INIT_TABLE to init linker section
Rae Moar
2023-12-18
6
-25
/
+109
|
*
kunit: move KUNIT_TABLE out of INIT_DATA
Rae Moar
2023-12-18
1
-3
/
+3
|
*
kunit: tool: add test for parsing attributes
Rae Moar
2023-12-18
2
-0
/
+25
|
*
kunit: tool: fix parsing of test attributes
Rae Moar
2023-12-18
1
-1
/
+3
|
*
kunit: debugfs: Handle errors from alloc_string_stream()
Richard Fitzgerald
2023-12-18
1
-5
/
+25
|
*
kunit: debugfs: Fix unchecked dereference in debugfs_print_results()
Richard Fitzgerald
2023-12-18
1
-1
/
+3
|
*
kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()
Richard Fitzgerald
2023-12-18
1
-1
/
+1
|
*
kunit: string-stream-test: Avoid cast warning when testing gfp_t flags
Richard Fitzgerald
2023-12-18
1
-1
/
+1
|
*
drm/vc4: tests: Use KUNIT_DEFINE_ACTION_WRAPPER
David Gow
2023-12-18
1
-6
/
+3
|
*
drm/tests: Use KUNIT_DEFINE_ACTION_WRAPPER()
David Gow
2023-12-18
1
-21
/
+9
|
*
kunit: Add a macro to wrap a deferred action function
David Gow
2023-12-18
4
-9
/
+33
*
|
Merge tag 'linux_kselftest-nolibc-6.8-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2024-01-10
9
-50
/
+318
|
\
\
|
*
|
selftests/nolibc: disable coredump via setrlimit
Thomas Weißschuh
2023-12-11
1
-0
/
+2
|
*
|
tools/nolibc: add support for getrlimit/setrlimit
Thomas Weißschuh
2023-12-11
2
-0
/
+67
|
*
|
tools/nolibc: drop custom definition of struct rusage
Thomas Weißschuh
2023-12-11
1
-20
/
+1
|
*
|
tools/nolibc: drop duplicated testcase ioctl_tiocinq
Thomas Weißschuh
2023-12-11
1
-1
/
+0
|
*
|
tools/nolibc: annotate va_list printf formats
Thomas Weißschuh
2023-12-11
1
-2
/
+2
|
*
|
selftests/nolibc: make result alignment more robust
Thomas Weißschuh
2023-12-11
1
-5
/
+10
|
*
|
tools/nolibc: mips: add support for PIC
Thomas Weißschuh
2023-12-11
2
-2
/
+7
|
*
|
selftests/nolibc: run-tests.sh: enable testing via qemu-user
Thomas Weißschuh
2023-12-11
1
-3
/
+19
|
*
|
selftests/nolibc: introduce QEMU_ARCH_USER
Thomas Weißschuh
2023-12-11
1
-1
/
+4
|
*
|
selftests/nolibc: fix testcase status alignment
Thomas Weißschuh
2023-12-11
1
-2
/
+2
|
*
|
selftests/nolibc: add configuration for mipso32be
Thomas Weißschuh
2023-12-11
2
-1
/
+8
|
*
|
selftests/nolibc: extraconfig support
Thomas Weißschuh
2023-12-11
1
-0
/
+6
|
*
|
selftests/nolibc: explicitly specify ABI for MIPS
Thomas Weißschuh
2023-12-11
1
-1
/
+1
|
*
|
selftests/nolibc: use XARCH for MIPS
Thomas Weißschuh
2023-12-11
2
-6
/
+8
|
*
|
tools/nolibc: move MIPS ABI validation into arch-mips.h
Thomas Weißschuh
2023-12-11
2
-1
/
+5
|
*
|
tools/nolibc: error out on unsupported architecture
Thomas Weißschuh
2023-12-11
1
-0
/
+2
|
*
|
selftests/nolibc: add script to run testsuite
Thomas Weißschuh
2023-12-11
2
-0
/
+154
|
*
|
selftests/nolibc: support out-of-tree builds
Thomas Weißschuh
2023-12-11
1
-4
/
+14
|
*
|
selftests/nolibc: anchor paths in $(srcdir) if possible
Thomas Weißschuh
2023-12-11
1
-2
/
+2
|
*
|
selftests/nolibc: use EFI -bios for LoongArch qemu
Thomas Weißschuh
2023-12-11
1
-1
/
+8
|
*
|
tools/nolibc: Use linux/wait.h rather than duplicating it
Mark Brown
2023-12-11
1
-3
/
+1
[next]