index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-13
selftests: fib_tests: Count all trace point invocations
Ido Schimmel
1
-2
/
+2
2023-10-13
selftests: fib_tests: Disable RP filter in multipath list receive test
Ido Schimmel
1
-0
/
+3
2023-10-13
selftests/resctrl: Move run_benchmark() to a more fitting file
Maciej Wieczor-Retman
3
-53
/
+50
2023-10-13
selftests/resctrl: Fix schemata write error check
Maciej Wieczor-Retman
1
-15
/
+26
2023-10-13
selftests/resctrl: Reduce failures due to outliers in MBA/MBM tests
Ilpo Järvinen
2
-2
/
+2
2023-10-13
selftests/resctrl: Fix feature checks
Ilpo Järvinen
1
-2
/
+5
2023-10-13
selftests/resctrl: Refactor feature check to use resource and feature name
Ilpo Järvinen
3
-51
/
+34
2023-10-13
selftests/resctrl: Move _GNU_SOURCE define into Makefile
Ilpo Järvinen
2
-2
/
+1
2023-10-13
selftests/resctrl: Remove duplicate feature check from CMT test
Ilpo Järvinen
1
-3
/
+0
2023-10-13
selftests/resctrl: Extend signal handler coverage to unmount on receiving signal
Ilpo Järvinen
3
-44
/
+55
2023-10-13
selftests/resctrl: Fix uninitialized .sa_flags
Ilpo Järvinen
1
-2
/
+2
2023-10-13
selftests/resctrl: Cleanup benchmark argument parsing
Ilpo Järvinen
1
-23
/
+23
2023-10-13
selftests/resctrl: Remove ben_count variable
Ilpo Järvinen
1
-3
/
+2
2023-10-13
selftests/resctrl: Make benchmark command const and build it with pointers
Ilpo Järvinen
6
-35
/
+53
2023-10-13
selftests/resctrl: Reorder resctrl FS prep code and benchmark_cmd init
Ilpo Järvinen
1
-8
/
+8
2023-10-13
selftests/resctrl: Simplify span lifetime
Ilpo Järvinen
6
-25
/
+26
2023-10-13
selftests/resctrl: Remove bw_report and bm_type from main()
Ilpo Järvinen
4
-17
/
+13
2023-10-13
selftests/resctrl: Correct benchmark command help
Ilpo Järvinen
1
-2
/
+2
2023-10-13
selftests/resctrl: Ensure the benchmark commands fits to its array
Ilpo Järvinen
1
-0
/
+5
2023-10-13
selftests/resctrl: Fix wrong format specifier
Maciej Wieczor-Retman
1
-1
/
+1
2023-10-13
selftests/mm: Substitute attribute with a macro
Maciej Wieczor-Retman
2
-2
/
+2
2023-10-13
selftests/kvm: Replace attribute with macro
Maciej Wieczor-Retman
1
-4
/
+4
2023-10-13
selftests/sigaltstack: Fix wrong format specifier
Maciej Wieczor-Retman
1
-1
/
+1
2023-10-13
selftests/pidfd: Fix ksft print formats
Maciej Wieczor-Retman
2
-7
/
+7
2023-10-13
selftests/openat2: Fix wrong format specifier
Maciej Wieczor-Retman
1
-1
/
+1
2023-10-13
selftests/cachestat: Fix print_cachestat format
Maciej Wieczor-Retman
1
-1
/
+1
2023-10-13
selftests: Add printf attribute to kselftest prints
Maciej Wieczor-Retman
1
-8
/
+10
2023-10-13
bpf: Change syscall_nr type to int in struct syscall_tp_t
Artem Savkov
2
-3
/
+3
2023-10-13
kselftest/arm64: add FEAT_LSE128 to hwcap test
Joey Gouly
1
-0
/
+21
2023-10-13
selftests/arm64: add HWCAP2_LRCPC3 test
Joey Gouly
1
-0
/
+20
2023-10-13
Merge tag 'riscv-for-linus-6.6-rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-5
/
+5
2023-10-13
selftests: netdevsim: use suitable existing dummy file for flash test
Jiri Pirko
1
-7
/
+14
2023-10-13
selftests: fdb_flush: Add test cases for FDB flush with bridge device
Amit Cohen
1
-0
/
+96
2023-10-13
selftests: Add test cases for FDB flush with VXLAN device
Amit Cohen
2
-0
/
+717
2023-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-110
/
+566
2023-10-12
Merge tag 'net-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
5
-73
/
+331
2023-10-12
selftests/nolibc: add tests for multi-object linkage
Thomas Weißschuh
4
-6
/
+45
2023-10-12
selftests/nolibc: use qemu-system-ppc64 for ppc64le
Thomas Weißschuh
1
-1
/
+1
2023-10-12
tools/nolibc: add support for constructors and destructors
Thomas Weißschuh
2
-1
/
+39
2023-10-12
tools/nolibc: drop test for getauxval(AT_PAGESZ)
Thomas Weißschuh
1
-1
/
+0
2023-10-12
tools/nolibc: automatically detect necessity to use pselect6
Thomas Weißschuh
4
-14
/
+6
2023-10-12
tools/nolibc: don't define new syscall number
Thomas Weißschuh
1
-4
/
+3
2023-10-12
tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacks
Thomas Weißschuh
1
-17
/
+27
2023-10-12
selftests/nolibc: allow building i386 with multiarch compiler
Thomas Weißschuh
1
-0
/
+1
2023-10-12
selftests/nolibc: don't embed initramfs into kernel image
Thomas Weißschuh
2
-16
/
+27
2023-10-12
selftests/nolibc: libc-test: avoid -Wstringop-overflow warnings
Thomas Weißschuh
1
-3
/
+3
2023-10-12
tools/nolibc: string: Remove the `_nolibc_memcpy_up()` function
Ammar Faizi
1
-13
/
+7
2023-10-12
tools/nolibc: string: Remove the `_nolibc_memcpy_down()` function
Ammar Faizi
1
-10
/
+0
2023-10-12
tools/nolibc: x86-64: Use `rep stosb` for `memset()`
Ammar Faizi
2
-0
/
+15
2023-10-12
tools/nolibc: x86-64: Use `rep movsb` for `memcpy()` and `memmove()`
Ammar Faizi
2
-0
/
+33
[prev]
[next]