summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-04-11tools/nolibc: Add support for SPARCThomas Weißschuh-0/+206
2025-04-11selftests/nolibc: only consider XARCH for CFLAGS when requestedThomas Weißschuh-1/+4
2025-04-11selftests/nolibc: drop dependency from sysroot to defconfigThomas Weißschuh-1/+1
2025-04-11tools/nolibc/types.h: fix mismatched parenthesis in minor()Jemmy Wong-1/+1
2025-04-11perf tools: Remove evsel__handle_error_quirks()Namhyung Kim-22/+0
2025-04-11rcutorture: Make torture.sh --do-rt use CONFIG_PREEMPT_RTPaul E. McKenney-5/+9
2025-04-11selftests/landlock: Add PID tests for audit recordsMickaël Salaün-10/+141
2025-04-11selftests/landlock: Factor out audit fixture in audit_testMickaël Salaün-15/+12
2025-04-11Merge tag 'v6.15-rc1' into x86/cpu, to refresh the branch with upstream changesIngo Molnar-16215/+66128
2025-04-10tools: ynl: generate code for rt-route and add a sampleJakub Kicinski-1/+83
2025-04-10tools: ynl: generate code for rt-addr and add a sampleJakub Kicinski-2/+84
2025-04-10tools: ynl-gen: use family c-name in notificationsJakub Kicinski-3/+3
2025-04-10tools: ynl-gen: consider dump ops without a do "type-consistent"Jakub Kicinski-5/+9
2025-04-10tools: ynl: don't use genlmsghdr in classic netlinkJakub Kicinski-8/+22
2025-04-10tools: ynl-gen: don't consider requests with fixed hdr emptyJakub Kicinski-2/+5
2025-04-10tools: ynl: support creating non-genl socketsJakub Kicinski-20/+43
2025-04-10netlink: specs: rename rtnetlink specs in accordance with family nameJakub Kicinski-2/+2
2025-04-10perf libunwind arm64: Fix missing close parens in an if statementArnaldo Carvalho de Melo-1/+1
2025-04-10io_uring/zcrx: enable tcp-data-split in selftestDavid Wei-0/+4
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-412/+1152
2025-04-10Merge tag 'objtool-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-17/+65
2025-04-10objtool: Fix false-positive "ignoring unreachables" warningJosh Poimboeuf-1/+1
2025-04-10selftests/nolibc: drop unnecessary sys/io.h includeThomas Weißschuh-1/+0
2025-04-10selftests/bpf: Make res_spin_lock AA test condition strongerKumar Kartikeya Dwivedi-3/+7
2025-04-10selftests/xsk: Add tail adjustment tests and support checkTushar Vyavahare-2/+156
2025-04-10selftests/xsk: Add packet stream replacement functionTushar Vyavahare-6/+7
2025-04-10tools headers: Update the arch/x86/lib/memset_64.S copy with the kernel sourcesNamhyung Kim-1/+48
2025-04-10tools headers: Update the x86 headers with the kernel sourcesNamhyung Kim-20/+39
2025-04-10tools headers: Update the linux/unaligned.h copy with the kernel sourcesNamhyung Kim-2/+6
2025-04-10tools headers: Update the uapi/asm-generic/mman-common.h copy with the kernel...Namhyung Kim-0/+1
2025-04-10tools headers: Update the uapi/linux/prctl.h copy with the kernel sourcesNamhyung Kim-0/+11
2025-04-10tools headers: Update the syscall table with the kernel sourcesNamhyung Kim-25/+15
2025-04-10tools headers: Update the VFS headers with the kernel sourcesNamhyung Kim-54/+179
2025-04-10tools headers: Update the uapi/linux/perf_event.h copy with the kernel sourcesNamhyung Kim-0/+2
2025-04-10tools headers: Update the socket headers with the kernel sourcesNamhyung Kim-0/+4
2025-04-10tools headers: Update the KVM headers with the kernel sourcesNamhyung Kim-7/+13
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-2/+315
2025-04-10Merge tag 'block-6.15-20250410' of git://git.kernel.dk/linuxLinus Torvalds-0/+24
2025-04-10perf ui browser hists: Set actions->thread before calling do_zoom_thread()Arnaldo Carvalho de Melo-1/+1
2025-04-10perf ui browser hists: Simplify the routines that add entries to the popup menuArnaldo Carvalho de Melo-38/+23
2025-04-10perf ui browser: Accept the left arrow key as a Zoom out if done on the first...Arnaldo Carvalho de Melo-0/+2
2025-04-10perf ui browser annotate: Don't show the source code view status initiallyArnaldo Carvalho de Melo-2/+11
2025-04-10perf ui browser annotate: Show in the title the source code view toggleArnaldo Carvalho de Melo-3/+13
2025-04-10perf ui browser map: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo-1/+3
2025-04-10perf ui browser hists: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo-2/+8
2025-04-10perf ui browser header: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo-0/+1
2025-04-10perf ui browser annotate: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo-0/+1
2025-04-10perf ui browser annotate-data: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo-0/+1
2025-04-10perf ui browser: Add a warn on unhandled hotkey helperArnaldo Carvalho de Melo-0/+9
2025-04-10perf ui browser: Add key_name() helperArnaldo Carvalho de Melo-0/+47