summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-01-19perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers
2023-01-19perf llvm: Fix inadvertent file creationIan Rogers
2023-01-19perf vendor events intel: Add Emerald RapidsKan Liang
2023-01-19perf docs: Fix a typo in 'perf probe' man page: l20th -> 120thqinyu
2023-01-19perf vendor events arm64: Add instruction mix metrics for neoverse-n2-v2Jing Zhang
2023-01-19perf vendor events arm64: Add PE utilization metrics for neoverse-n2-v2Jing Zhang
2023-01-19perf vendor events arm64: Add branch metrics for neoverse-n2-v2Jing Zhang
2023-01-19perf vendor events arm64: Add cache metrics for neoverse-n2-v2Jing Zhang
2023-01-19perf vendor events arm64: Add TLB metrics for neoverse-n2-v2Jing Zhang
2023-01-19perf vendor events arm64: Add topdown L1 metrics for neoverse-n2-v2Jing Zhang
2023-01-19perf vendor events arm64: Add common topdown L1 metricsJing Zhang
2023-01-19perf jevent: Add general metrics supportJing Zhang
2023-01-19perf pmu: Add #slots literal support for arm64Jing Zhang
2023-01-19perf script flamegraph: Avoid d3-flame-graph package dependencyIan Rogers
2023-01-16Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...Linus Torvalds
2023-01-14Merge tag 'fixes-2023-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-12Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-01-12Merge tag 'core-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-01-12Merge tag 'urgent-nolibc.2023.01.09a' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-01-11proc: fix PIE proc-empty-vm, proc-pid-vm testsAlexey Dobriyan
2023-01-11perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter
2023-01-10perf bpf: Avoid build breakage with libbpf < 0.8.0 + LIBBPF_DYNAMIC=1Arnaldo Carvalho de Melo
2023-01-10perf build: Fix build error when NO_LIBBPF=1Ian Rogers
2023-01-10perf tools: Don't install libtraceevent plugins as its not anymore in the ker...Arnaldo Carvalho de Melo
2023-01-10perf kmem: Support field "node" in evsel__process_alloc_event() coping with r...Leo Yan
2023-01-10perf kmem: Support legacy tracepointsLeo Yan
2023-01-10perf build: Properly guard libbpf includesIan Rogers
2023-01-10selftests/net: l2_tos_ttl_inherit.sh: Ensure environment cleanup on failure.Guillaume Nault
2023-01-10selftests/net: l2_tos_ttl_inherit.sh: Run tests in their own netns.Guillaume Nault
2023-01-10selftests/net: l2_tos_ttl_inherit.sh: Set IPv6 addresses with "nodad".Guillaume Nault
2023-01-09tools/nolibc: fix the O_* fcntl/open macro definitions for riscvWilly Tarreau
2023-01-09tools/nolibc: prevent gcc from making memset() loop over itselfWilly Tarreau
2023-01-09tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau
2023-01-09tools/nolibc: restore mips branch ordering in the _start blockWilly Tarreau
2023-01-09tools/nolibc: Fix S_ISxxx macrosWarner Losh
2023-01-09nolibc: fix fd_set typeSven Schnelle
2023-01-09objtool: Tolerate STT_NOTYPE symbols at end of sectionNicholas Piggin
2023-01-09perf tests bpf prologue: Fix bpf-script-test-prologue test compile issue with...Athira Rajeev
2023-01-09af_unix: selftest: Fix the size of the parameter to connect()Mirsad Goran Todorovac
2023-01-08mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson
2023-01-08Merge tag 'fixes-2023-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-06Merge tag 'perf-tools-fixes-for-v6.2-1-2023-01-06' of git://git.kernel.org/pu...Linus Torvalds
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-01-04perf tools: Fix build on uClibc systems by adding missing sys/types.h includeJesus Sanchez-Palencia
2023-01-04perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non...Namhyung Kim
2023-01-04perf stat: Fix handling of unsupported cgroup events when using BPF countersNamhyung Kim
2023-01-04perf test record_probe_libc_inet_pton: Fix test on s/390 where 'text_to_binar...Thomas Richter
2023-01-04memblock tests: Fix compilation error.Aaron Thompson