aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-01-09rcutorture: build initrd for rcutorture with nolibcSven Schnelle1-1/+1
2023-01-09rcutorture: add support for s390Sven Schnelle1-0/+6
2023-01-09selftests/nolibc: add s390 supportSven Schnelle1-1/+6
2023-01-09tools/nolibc: fix the O_* fcntl/open macro definitions for riscvWilly Tarreau1-7/+7
2023-01-09nolibc: add support for s390Sven Schnelle3-0/+226
2023-01-09tools/nolibc: prevent gcc from making memset() loop over itselfWilly Tarreau1-1/+4
2023-01-09tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau10-0/+29
2023-01-09tools/nolibc: restore mips branch ordering in the _start blockWilly Tarreau1-0/+2
2023-01-09tools/nolibc: Fix S_ISxxx macrosWarner Losh1-7/+7
2023-01-09nolibc: fix fd_set typeSven Schnelle1-23/+30
2023-01-09objtool: Tolerate STT_NOTYPE symbols at end of sectionNicholas Piggin1-0/+9
2023-01-09perf tests bpf prologue: Fix bpf-script-test-prologue test compile issue with...Athira Rajeev1-0/+2
2023-01-09af_unix: selftest: Fix the size of the parameter to connect()Mirsad Goran Todorovac1-1/+1
2023-01-09selftest: mptcp: add test for mptcp socket in useMenglong Dong1-5/+51
2023-01-09selftest: mptcp: exit from copyfd_io_poll() when receive SIGUSR1Menglong Dong1-2/+2
2023-01-08mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson1-0/+4
2023-01-08Merge tag 'fixes-2023-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+3
2023-01-07objtool: Fix memory leak in create_static_call_sections()Miaoqian Lin1-0/+2
2023-01-07selftests/membarrier: Test MEMBARRIER_CMD_GET_REGISTRATIONSMichal Clapinski3-2/+39
2023-01-06Merge tag 'perf-tools-fixes-for-v6.2-1-2023-01-06' of git://git.kernel.org/pu...Linus Torvalds13-32/+70
2023-01-06libbpf: Poison strlcpy()Rong Tao1-2/+2
2023-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski350-118926/+86586
2023-01-05tools/testing/cxl: Prevent cxl_test from confusing production modulesDan Williams8-0/+69
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds14-6/+395
2023-01-05x86/alternatives: Add alt_instr.flagsBorislav Petkov (AMD)1-3/+3
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski22-86/+656
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-1/+74
2023-01-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-19/+24
2023-01-04cxl/pci: Move tracepoint definitions to drivers/cxl/core/Dan Williams1-0/+2
2023-01-04perf tools: Fix build on uClibc systems by adding missing sys/types.h includeJesus Sanchez-Palencia1-0/+1
2023-01-04perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non...Namhyung Kim1-5/+18
2023-01-04perf stat: Fix handling of unsupported cgroup events when using BPF countersNamhyung Kim1-11/+3
2023-01-04perf test record_probe_libc_inet_pton: Fix test on s/390 where 'text_to_binar...Thomas Richter1-0/+1
2023-01-04memblock tests: Fix compilation error.Aaron Thompson2-1/+3
2023-01-03tools: memory-model: Make plain accesses carry dependenciesJonas Oberhauser3-1/+45
2023-01-03tools: memory-model: Add rmw-sequences to the LKMMAlan Stern2-2/+33
2023-01-03rcu: Permit string-valued Kconfig options in kvm.shPaul E. McKenney1-1/+1
2023-01-03torture: Permit double-quoted-string Kconfig optionsPaul E. McKenney1-3/+2
2023-01-03selftests: rcutorture: Use "grep -E" instead of "egrep"Tiezhu Yang5-12/+12
2023-01-03torture: make kvm-find-errors.sh check for compressed vmlinux filesPaul E. McKenney1-1/+1
2023-01-03libbpf: Return -ENODATA for missing btf sectionChangbin Du1-1/+1
2023-01-03perf lock contention: Fix core dump related to not finding the "__sched_text_...Thomas Richter1-0/+2
2023-01-03perf build: Don't propagate subdir to submakes for install_headersIan Rogers1-5/+5
2023-01-03libbpf: Add LoongArch support to bpf_tracing.hHengqi Chen1-0/+23
2023-01-03perf test record_probe_libc_inet_pton: Fix failure due to extra inet_pton() b...Arnaldo Carvalho de Melo1-1/+1
2023-01-02perf tools: Fix segfault when trying to process tracepoints in perf.data and ...Arnaldo Carvalho de Melo1-0/+12
2023-01-02perf tools: Don't include signature in version stringsAhelenia ZiemiaƄska2-2/+2
2023-01-02perf help: Use HAVE_LIBTRACEEVENT to filter out unsupported commandsYang Jihong2-7/+22
2023-01-02perf tools riscv: Fix build error on riscv due to missing header for 'struct ...Eric Lin1-1/+1
2023-01-02perf tools: Fix resources leak in perf_data__open_dir()Miaoqian Lin1-0/+2