index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-30
Revert "selftests/sgx: Include KHDR_INCLUDES in Makefile"
Shuah Khan
2
-1
/
+2
2024-05-30
Revert "selftests: Compile kselftest headers with -D_GNU_SOURCE"
Shuah Khan
3
-4
/
+4
2024-05-30
selftests/net/lib: no need to record ns name if it already exist
Hangbin Liu
1
-2
/
+4
2024-05-30
libbpf: fix feature detectors when using token_fd
Andrii Nakryiko
2
-2
/
+2
2024-05-30
selftests: net: bridge: increase IGMP/MLD exclude timeout membership interval
Nikolay Aleksandrov
2
-6
/
+6
2024-05-30
selftests/kcmp: remove unused open mode
Edward Liaw
1
-1
/
+1
2024-05-30
selftests/damon/_damon_sysfs: check errors from nr_schemes file reads
SeongJae Park
1
-0
/
+2
2024-05-30
x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS
Adrian Hunter
1
-4
/
+4
2024-05-30
x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map
Adrian Hunter
1
-1
/
+1
2024-05-30
selftests: cgroup: skip test_cgcore_lesser_ns_open when cgroup2 mounted witho...
Tianchen Ding
11
-13
/
+20
2024-05-30
selftests: net: move amt to socat for better compatibility
Jakub Kicinski
1
-6
/
+6
2024-05-30
selftests: net: add missing config for amt.sh
Jakub Kicinski
1
-0
/
+1
2024-05-30
selftests/sgx: Include KHDR_INCLUDES in Makefile
Edward Liaw
2
-2
/
+1
2024-05-30
selftests: Compile kselftest headers with -D_GNU_SOURCE
Edward Liaw
3
-4
/
+4
2024-05-30
selftests/bpf: Fix pointer arithmetic in test_xdp_do_redirect
Michal Schmidt
1
-2
/
+2
2024-05-30
selftests: default to host arch for LLVM builds
Valentin Obst
1
-2
/
+10
2024-05-30
selftests/resctrl: fix clang build failure: use LOCAL_HDRS
John Hubbard
1
-1
/
+3
2024-05-30
selftests/binderfs: use the Makefile's rules, not Make's implicit rules
John Hubbard
1
-2
/
+0
2024-05-30
selftests: power_supply: Make it POSIX-compliant
Nícolas F. R. A. Prado
1
-1
/
+1
2024-05-30
selftests: ktap_helpers: Make it POSIX-compliant
Nícolas F. R. A. Prado
1
-2
/
+2
2024-05-30
libbpf: Fix error message in attach_kprobe_multi
Jiri Olsa
1
-1
/
+1
2024-05-30
selftests/bpf: Run cgroup1_hierarchy test in own mount namespace
Viktor Malik
2
-1
/
+9
2024-05-30
bpf: Fix verifier assumptions about socket->sk
Alexei Starovoitov
3
-13
/
+20
2024-05-30
selftests/bpf: Fix a fd leak in error paths in open_netns
Geliang Tang
1
-0
/
+2
2024-05-30
selftests/bpf: Fix umount cgroup2 error in test_sockmap
Geliang Tang
1
-1
/
+1
2024-05-30
bpf: Pack struct bpf_fib_lookup
Anton Protopopov
1
-1
/
+1
2024-05-30
bpftool: Mount bpffs on provided dir instead of parent dir
Sahil Siddiq
5
-16
/
+92
2024-05-30
libbpf: Prevent null-pointer dereference when prog to load has no BTF
Quentin Monnet
1
-4
/
+3
2024-05-30
bpftool: Fix missing pids during link show
Yonghong Song
1
-2
/
+2
2024-05-30
tools/nolibc/stdlib: fix memory error in realloc()
Brennan Xavier McManus
1
-1
/
+1
2024-05-30
tools/latency-collector: Fix -Wformat-security compile warns
Shuah Khan
1
-4
/
+4
2024-05-30
selftests/ftrace: Fix checkbashisms errors
Masami Hiramatsu (Google)
2
-2
/
+2
2024-05-30
selftests/ftrace: Fix BTFARG testcase to check fprobe is enabled correctly
Masami Hiramatsu (Google)
1
-1
/
+1
2024-05-12
Merge tag 'kselftest-fix-vfork-2024-05-12' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
4
-67
/
+147
2024-05-11
selftests/harness: Handle TEST_F()'s explicit exit codes
Mickaël Salaün
1
-1
/
+5
2024-05-11
selftests/harness: Fix vfork() side effects
Mickaël Salaün
2
-25
/
+57
2024-05-11
selftests/harness: Share _metadata between forked processes
Mickaël Salaün
1
-11
/
+15
2024-05-11
selftests/pidfd: Fix wrong expectation
Mickaël Salaün
1
-1
/
+1
2024-05-11
selftests/harness: Constify fixture variants
Mickaël Salaün
1
-2
/
+2
2024-05-11
selftests/landlock: Do not allocate memory in fixture data
Mickaël Salaün
1
-22
/
+35
2024-05-11
selftests/harness: Fix interleaved scheduling leading to race conditions
Mickaël Salaün
1
-1
/
+14
2024-05-11
selftests/harness: Fix fixture teardown
Mickaël Salaün
1
-5
/
+9
2024-05-11
selftests/landlock: Fix FS tests when run on a private mount point
Mickaël Salaün
1
-1
/
+9
2024-05-11
selftests/pidfd: Fix config for pidfd_setns_test
Mickaël Salaün
1
-0
/
+2
2024-05-10
Merge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...
Linus Torvalds
5
-33
/
+23
2024-05-10
selftests/mm: fix powerpc ARCH check
Michael Ellerman
1
-3
/
+3
2024-05-09
Merge tag 'net-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-11
/
+3
2024-05-08
selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MAC
Ido Schimmel
1
-11
/
+3
2024-05-05
selftests/vDSO: fix runtime errors on LoongArch
Tiezhu Yang
2
-29
/
+13
2024-05-05
selftests/vDSO: fix building errors on LoongArch
Tiezhu Yang
1
-1
/
+5
[next]