index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-04
Merge tag 'linux-cpupower-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux
Rafael J. Wysocki
2
-1
/
+1
2022-02-04
kselftest: alsa: Declare most functions static
Mark Brown
1
-28
/
+30
2022-02-04
kselftest: alsa: Check for event generation when we write to controls
Mark Brown
1
-3
/
+151
2022-02-03
selftests: rtnetlink: Use more sensible tos values
Guillaume Nault
1
-2
/
+2
2022-02-03
selftests: fib offload: use sensible tos values
Guillaume Nault
1
-6
/
+6
2022-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
35
-439
/
+492
2022-02-03
Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
7
-239
/
+235
2022-02-03
Merge tag 'linux-kselftest-fixes-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
14
-177
/
+201
2022-02-04
libbpf: Deprecate forgotten btf__get_map_kv_tids()
Andrii Nakryiko
2
-0
/
+4
2022-02-03
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
4
-232
/
+6
2022-02-03
selftests/bpf: Add a selftest for invalid func btf with btf decl_tag
Yonghong Song
1
-0
/
+19
2022-02-03
libbpf: Deprecate priv/set_priv storage
Delyan Kratunov
1
-1
/
+6
2022-02-03
selftests/bpf: Redo the switch to new libbpf XDP APIs
Andrii Nakryiko
7
-50
/
+47
2022-02-03
selftests/bpf: Remove usage of deprecated feature probing APIs
Andrii Nakryiko
2
-3
/
+3
2022-02-03
bpftool: Fix uninit variable compilation warning
Andrii Nakryiko
1
-1
/
+1
2022-02-03
bpftool: Stop supporting BPF offload-enabled feature probing
Andrii Nakryiko
1
-12
/
+17
2022-02-03
libbpf: Stop using deprecated bpf_map__is_offload_neutral()
Andrii Nakryiko
1
-1
/
+1
2022-02-03
tools/resolve_btfids: Do not print any commands when building silently
Nathan Chancellor
1
-1
/
+5
2022-02-03
selftests: net: bridge: Parameterize ageing timeout
Tobias Waldekranz
4
-4
/
+9
2022-02-03
selftests: mptcp: add fullmesh setting tests
Geliang Tang
1
-6
/
+43
2022-02-03
selftests: mptcp: set fullmesh flag in pm_nl_ctl
Geliang Tang
1
-3
/
+5
2022-02-02
libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_run
Delyan Kratunov
1
-1
/
+3
2022-02-02
bpftool: Migrate from bpf_prog_test_run_xattr
Delyan Kratunov
1
-3
/
+2
2022-02-02
selftests/bpf: Migrate from bpf_prog_test_run_xattr
Delyan Kratunov
14
-283
/
+218
2022-02-02
selftests/bpf: Migrate from bpf_prog_test_run
Delyan Kratunov
38
-523
/
+649
2022-02-02
kunit: fix missing f in f-string in run_checks.py
Daniel Latypov
1
-1
/
+1
2022-02-02
Merge tag 'linux-kselftest-kunit-fixes-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
1
-0
/
+1
2022-02-02
selftests/perf_events: Test modification of perf_event_attr::sig_data
Marco Elver
1
-8
/
+9
2022-02-02
selftests/rseq: x86-32: use %gs segment selector for accessing rseq thread area
Mathieu Desnoyers
1
-32
/
+34
2022-02-02
selftests/rseq: x86-64: use %fs segment selector for accessing rseq thread area
Mathieu Desnoyers
1
-28
/
+30
2022-02-02
selftests/rseq: Fix: work-around asm goto compiler bugs
Mathieu Desnoyers
7
-6
/
+245
2022-02-02
selftests/rseq: Remove arm/mips asm goto compiler work-around
Mathieu Desnoyers
2
-74
/
+0
2022-02-02
selftests/rseq: Fix warnings about #if checks of undefined tokens
Mathieu Desnoyers
2
-2
/
+2
2022-02-02
selftests/rseq: Fix ppc32 offsets by using long rather than off_t
Mathieu Desnoyers
9
-11
/
+11
2022-02-02
selftests/rseq: Fix ppc32 missing instruction selection "u" and "x" for load/store
Mathieu Desnoyers
1
-27
/
+28
2022-02-02
selftests/rseq: Fix ppc32: wrong rseq_cs 32-bit field pointer on big endian
Mathieu Desnoyers
5
-38
/
+38
2022-02-02
selftests/rseq: Uplift rseq selftests for compatibility with glibc-2.35
Mathieu Desnoyers
3
-88
/
+88
2022-02-02
selftests/rseq: Introduce thread pointer getters
Mathieu Desnoyers
4
-0
/
+114
2022-02-02
selftests/rseq: Introduce rseq_get_abi() helper
Mathieu Desnoyers
7
-94
/
+99
2022-02-02
selftests/rseq: Remove volatile from __rseq_abi
Mathieu Desnoyers
2
-4
/
+4
2022-02-02
selftests/rseq: Remove useless assignment to cpu variable
Mathieu Desnoyers
1
-3
/
+1
2022-02-02
selftests/rseq: introduce own copy of rseq uapi header
Mathieu Desnoyers
3
-14
/
+161
2022-02-01
tools/memory-model: Explain syntactic and semantic dependencies
Alan Stern
1
-0
/
+51
2022-02-01
torture: Change KVM environment variable to RCUTORTURE
Paul E. McKenney
6
-19
/
+19
2022-02-01
torture: Make kvm-find-errors.sh notice missing vmlinux file
Paul E. McKenney
1
-0
/
+6
2022-02-01
torture: Print only one summary line per run
Paul E. McKenney
1
-1
/
+1
2022-02-01
torture: Make kvm-remote.sh try multiple times to download tarball
Paul E. McKenney
1
-6
/
+11
2022-02-01
torture: Compress KCSAN as well as KASAN vmlinux files
Paul E. McKenney
1
-9
/
+9
2022-02-01
torture: Indicate which torture.sh runs' bugs are all KCSAN reports
Paul E. McKenney
1
-1
/
+11
2022-02-01
torture: Make kvm.sh summaries note runs having only KCSAN reports
Paul E. McKenney
2
-1
/
+11
[prev]
[next]