index
:
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.17.y
linux-6.18.y
linux-6.19.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
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2023-11-10
perf build: Add feature check for dwarf_getcfi()
Namhyung Kim
2023-11-10
perf dwarf-aux: Add die_find_variable_by_reg() helper
Namhyung Kim
2023-11-10
perf dwarf-aux: Add die_get_scopes() alternative to dwarf_getscopes()
Namhyung Kim
2023-11-10
perf dwarf-aux: Move #else block of #ifdef HAVE_DWARF_GETLOCATIONS_SUPPORT co...
Namhyung Kim
2023-11-10
perf dwarf-aux: Fix die_get_typename() for void *
Namhyung Kim
2023-11-10
perf tools: Add util/debuginfo.[ch] files
Namhyung Kim
2023-11-10
perf annotate: Move raw_comment and raw_func_start fields out of 'struct ins_...
Namhyung Kim
2023-11-10
perf annotate: Pass "-l" option to objdump conditionally
Namhyung Kim
2023-11-10
perf header: Additional note on AMD IBS for max_precise pmu cap
Arnaldo Carvalho de Melo
2023-11-09
selftests/bpf: add more test cases for check_cfg()
Andrii Nakryiko
2023-11-09
bpf: fix control-flow graph checking in privileged mode
Andrii Nakryiko
2023-11-09
selftests/bpf: add edge case backtracking logic test
Andrii Nakryiko
2023-11-09
bpf: handle ldimm64 properly in check_cfg()
Andrii Nakryiko
2023-11-09
selftests: bpf: xskxceiver: ksft_print_msg: fix format type error
Anders Roxell
2023-11-09
bpf: Use named fields for certain bpf uapi structs
Yonghong Song
2023-11-09
selftests/bpf: Test bpf_refcount_acquire of node obtained via direct ld
Dave Marchevsky
2023-11-09
selftests/bpf: Add test passing MAYBE_NULL reg to bpf_refcount_acquire
Dave Marchevsky
2023-11-09
veristat: add ability to filter top N results
Andrii Nakryiko
2023-11-09
veristat: add ability to sort by stat's absolute value
Andrii Nakryiko
2023-11-09
libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESET
Yonghong Song
2023-11-09
selftests/bpf: Disable CONFIG_DEBUG_INFO_REDUCED in config.aarch64
Anders Roxell
2023-11-09
bpftool: Fix prog object type in manpage
Artem Savkov
2023-11-09
selftests/bpf: Consolidate VIRTIO/9P configs in config.vm file
Manu Bretelle
2023-11-09
selftsets/bpf: Retry map update for non-preallocated per-cpu map
Hou Tao
2023-11-09
selftests/bpf: Export map_update_retriable()
Hou Tao
2023-11-09
selftests/bpf: Use value with enough-size when updating per-cpu map
Hou Tao
2023-11-09
selftests/bpf: satisfy compiler by having explicit return in btf test
Andrii Nakryiko
2023-11-09
selftests/bpf: fix RELEASE=1 build for tc_opts
Andrii Nakryiko
2023-11-09
selftests/bpf: Add malloc failure checks in bpf_iter
Yuran Pereira
2023-11-09
selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
Yuran Pereira
2023-11-09
Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-11-09
tools: Disable __packed attribute compiler warning due to -Werror=attributes
Arnaldo Carvalho de Melo
2023-11-09
perf bpf: Don't synthesize BPF events when disabled
Ian Rogers
2023-11-09
perf test: Add support for setting objdump binary via perf config
James Clark
2023-11-09
perf test: Add option to change objdump binary
James Clark
2023-11-09
perf tests offcpu: Adjust test case perf record offcpu profiling tests for s390
Thomas Richter
2023-11-09
perf tools: Add the python_ext_build directory to .gitignore
Yang Jihong
2023-11-09
perf tests attr: Fix spelling mistake "whic" to "which"
zhaimingbing
2023-11-09
perf annotate: Move offsets array from 'struct annotation' to 'struct annotat...
Namhyung Kim
2023-11-09
perf annotate: Move some source code related fields from 'struct annotation' ...
Namhyung Kim
2023-11-09
perf annotate: Move max_coverage from 'struct annotation' to 'struct annotate...
Namhyung Kim
2023-11-09
perf annotate: Split branch stack cycles info from 'struct annotation'
Namhyung Kim
2023-11-09
perf annotate: Split branch stack cycles information out of 'struct annotatio...
Namhyung Kim
2023-11-09
perf test: Simplify "object code reading" test
Namhyung Kim
2023-11-09
perf machine thread: Remove exited threads by default
Ian Rogers
2023-11-09
perf record: Lazy load kernel symbols
Ian Rogers
2023-11-09
perf tools: Fix spelling mistake "parametrized" -> "parameterized"
Colin Ian King
2023-11-09
perf tools: Add branch counter knob
Kan Liang
2023-11-08
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-11-08
Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
[prev]
[next]