index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2023-06-12
selftests/ftace: Fix KTAP output ordering
Mark Brown
2023-06-12
selftests/cpufreq: Don't enable generic lock debugging options
Mark Brown
2023-06-12
kselftests: Sort the collections list to avoid duplicate tests
Rishabh Bhatnagar
2023-06-12
selftest: pidfd: Omit long and repeating outputs
Ziqi Zhao
2023-06-12
selftests: allow runners to override the timeout
Luis Chamberlain
2023-06-12
selftests/ftrace: Add new test case which checks for optimized probes
Akanksha J N
2023-06-12
selftests/clone3: test clone3 with exit signal in flags
Tobias Klauser
2023-06-12
kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is...
Colin Ian King
2023-06-12
selftests: prctl: Fix spelling mistake "anonynous" -> "anonymous"
Colin Ian King
2023-06-12
selftests: media_tests: Add new subtest to video_device_test
Ivan Orlov
2023-06-12
selftests/bpf: Update bpf_cpumask_any* tests to use bpf_cpumask_any_distribute*
David Vernet
2023-06-12
selftests/bpf: Add test for new bpf_cpumask_first_and() kfunc
David Vernet
2023-06-12
perf inject: Lazily allocate guest_event event_buf
Ian Rogers
2023-06-12
perf inject: Lazily allocate event_copy
Ian Rogers
2023-06-12
perf script: Remove some large stack allocations
Ian Rogers
2023-06-12
perf sched: Avoid large stack allocations
Ian Rogers
2023-06-12
perf bench sched messaging: Free contexts on exit
Ian Rogers
2023-06-12
perf bench futex: Avoid memory leaks from pthread_attr
Ian Rogers
2023-06-12
perf bench epoll: Fix missing frees/puts on the exit path
Ian Rogers
2023-06-12
perf help: Ensure clean_cmds is called on all paths
Ian Rogers
2023-06-12
lib subcmd: Avoid memory leak in exclude_cmds
Ian Rogers
2023-06-12
perf cs-etm: Add exception level consistency check
James Clark
2023-06-12
perf cs-etm: Track exception level
James Clark
2023-06-12
perf cs-etm: Make PID format accessible from struct cs_etm_auxtrace
James Clark
2023-06-12
perf cs-etm: Use previous thread for branch sample source IP
James Clark
2023-06-12
perf cs-etm: Only track threads instead of PID and TIDs
James Clark
2023-06-12
perf map: Fix double 'struct map' reference free found with -DREFCNT_CHECKING=1
James Clark
2023-06-12
perf srcline: Optimize comparision against SRCLINE_UNKNOWN
Arnaldo Carvalho de Melo
2023-06-12
selftests/landlock: Add hostfs tests
Mickaël Salaün
2023-06-12
selftests/landlock: Add tests for pseudo filesystems
Mickaël Salaün
2023-06-12
selftests/landlock: Make mounts configurable
Mickaël Salaün
2023-06-12
selftests/landlock: Add supports_filesystem() helper
Mickaël Salaün
2023-06-12
selftests/landlock: Don't create useless file layouts
Mickaël Salaün
2023-06-12
perf hist: Fix srcline memory leak
Ian Rogers
2023-06-12
perf srcline: Change free_srcline to zfree_srcline
Ian Rogers
2023-06-12
perf callchain: Use pthread keys for tls callchain_cursor
Ian Rogers
2023-06-12
perf header: Avoid out-of-bounds read
Ian Rogers
2023-06-12
perf top: Add exit routine for main thread
Ian Rogers
2023-06-12
perf annotate: Fix parse_objdump_line memory leak
Ian Rogers
2023-06-12
perf map/maps/thread: Changes to reference counting
Ian Rogers
2023-06-12
perf machine: Don't leak module maps
Ian Rogers
2023-06-12
perf machine: Fix leak of kernel dso
Ian Rogers
2023-06-12
perf maps: Fix overlapping memory leak
Ian Rogers
2023-06-12
perf symbol-elf: Correct holding a reference
Ian Rogers
2023-06-12
perf jit: Fix two thread leaks
Ian Rogers
2023-06-12
perf python: Avoid 2 leak sanitizer issues
Ian Rogers
2023-06-12
perf evlist: Free stats in all evlist destruction
Ian Rogers
2023-06-12
perf intel-pt: Fix missed put and leak
Ian Rogers
2023-06-12
perf stat: Avoid evlist leak
Ian Rogers
2023-06-12
perf header: Ensure bitmaps are freed
Ian Rogers
[prev]
[next]