index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Lines
2024-08-12
perf annotate-data: Show first-level children by default in TUI
Namhyung Kim
-2
/
+10
2024-08-12
perf annotate-data: Implement folding in TUI browser
Namhyung Kim
-6
/
+92
2024-08-12
perf annotate-data: Support folding in TUI browser
Namhyung Kim
-23
/
+212
2024-08-12
perf vendor events: SKX, CLX, SNR uncore cache event fixes
Ian Rogers
-117
/
+60
2024-08-12
perf lock contention: Change stack_id type to s32
Namhyung Kim
-2
/
+3
2024-08-12
perf annotate-data: Fix a buffer overflow in TUI browser
Namhyung Kim
-1
/
+2
2024-08-12
selftests/nolibc: run-tests.sh: allow building through LLVM
Thomas Weißschuh
-2
/
+7
2024-08-12
selftests/nolibc: use correct clang target for s390/systemz
Thomas Weißschuh
-0
/
+3
2024-08-12
selftests/nolibc: don't use libgcc when building with clang
Thomas Weißschuh
-2
/
+9
2024-08-12
selftests/nolibc: run-tests.sh: avoid overwriting CFLAGS_EXTRA
Thomas Weißschuh
-2
/
+5
2024-08-12
selftests/nolibc: add cc-option compatible with clang cross builds
Thomas Weißschuh
-2
/
+4
2024-08-12
selftests/nolibc: add support for LLVM= parameter
Thomas Weißschuh
-3
/
+6
2024-08-12
selftests/nolibc: determine $(srctree) first
Thomas Weißschuh
-8
/
+8
2024-08-12
selftests/nolibc: avoid passing NULL to printf("%s")
Thomas Weißschuh
-2
/
+2
2024-08-12
selftests/nolibc: report failure if no testcase passed
Thomas Weißschuh
-1
/
+1
2024-08-12
tools/nolibc: compiler: use attribute((naked)) if available
Thomas Weißschuh
-2
/
+7
2024-08-12
tools/nolibc: move entrypoint specifics to compiler.h
Thomas Weißschuh
-18
/
+21
2024-08-12
libbpf: Fix license for btf_relocate.c
Alan Maguire
-1
/
+1
2024-08-12
perf docs: Refine the description for the buffer size
Leo Yan
-11
/
+12
2024-08-12
perf script: add --addr2line option
Martin Liška
-1
/
+6
2024-08-12
Merge 6.11-rc3 into char-misc-next
Greg Kroah-Hartman
-66
/
+333
2024-08-12
perf tests pmu: Initialize all fields of test_pmu variable
Arnaldo Carvalho de Melo
-3
/
+3
2024-08-12
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
-0
/
+35
2024-08-12
selftests: drv-net: rss_ctx: test dumping RSS contexts
Jakub Kicinski
-2
/
+80
2024-08-12
selftests: drv-net: rss_ctx: add identifier to traffic comments
Jakub Kicinski
-2
/
+2
2024-08-11
selftests: rust: config: disable GCC_PLUGINS
Anders Roxell
-0
/
+1
2024-08-11
selftests: rust: config: add trailing newline
Anders Roxell
-1
/
+1
2024-08-11
mm/memblock: introduce a new helper memblock_estimated_nr_free_pages()
Wei Yang
-0
/
+1
2024-08-10
tools/nolibc: compiler: introduce __nolibc_has_attribute()
Thomas Weißschuh
-7
/
+9
2024-08-10
tools/nolibc: powerpc: limit stack-protector workaround to GCC
Thomas Weißschuh
-1
/
+1
2024-08-10
tools/nolibc: mips: load current function to $t9
Thomas Weißschuh
-1
/
+3
2024-08-10
tools/nolibc: arm: use clang-compatible asm syntax
Thomas Weißschuh
-2
/
+2
2024-08-09
selftests/net: Add coverage for UDP GSO with IPv6 extension headers
Jakub Sitnicki
-1
/
+24
2024-08-09
perf daemon: Fix the build on 32-bit architectures
Arnaldo Carvalho de Melo
-4
/
+5
2024-08-09
cxl/test: Skip cxl_setup_parent_dport() for emulated dports
Li Ming
-0
/
+13
2024-08-09
perf annotate-data: Support --skip-empty option
Namhyung Kim
-29
/
+45
2024-08-09
perf annotate: Fix --group behavior when leader has no samples
Namhyung Kim
-2
/
+12
2024-08-09
perf tools: Create source symlink in perf object dir
Andi Kleen
-0
/
+2
2024-08-09
perf debuginfo: Fix the build with !HAVE_DWARF_SUPPORT
Arnaldo Carvalho de Melo
-0
/
+2
2024-08-09
rtla/osnoise: Prevent NULL dereference in error handling
Dan Carpenter
-7
/
+4
2024-08-09
tools/cpupower: display residency value in idle-info
Aboorva Devarajan
-0
/
+14
2024-08-09
perf script python: Add the 'ins_lat' field to event handler
Zixian Cai
-1
/
+4
2024-08-09
selftests: rds: add testing infrastructure
Vegard Nossum
-0
/
+593
2024-08-09
tools/nolibc: pass argc, argv and envp to constructors
Thomas Weißschuh
-13
/
+15
2024-08-08
selftests/bpf: add sockopt tests for TCP_BPF_SOCK_OPS_CB_FLAGS
Alan Maguire
-3
/
+70
2024-08-08
bpf/bpf_get,set_sockopt: add option to set TCP-BPF sock ops flags
Alan Maguire
-1
/
+2
2024-08-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-27
/
+56
2024-08-08
Merge tag 'net-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-14
/
+41
2024-08-08
perf test shell lbr: Support hybrid x86 systems too
Arnaldo Carvalho de Melo
-1
/
+1
2024-08-08
perf test: Add set of perf record LBR tests
Ian Rogers
-0
/
+161
[prev]
[next]