summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-08-03perf pmu-events: Fix typo in idle-cycles-frontend descriptionPu Hu2-182/+182
2026-08-03docs: kdoc_parser: drop extraneous blank line in warning messageRandy Dunlap1-3/+3
2026-08-03perf ftrace: Fix leak in parse_filter_eventMichail Tatas1-2/+3
2026-08-03selftests/exec: test interpreters bound to a 'B' entryChristian Brauner4-9/+349
2026-08-03selftests/exec: share the bpf handler preconditionsChristian Brauner1-16/+27
2026-08-03selftests/exec: test registering an entry disabledChristian Brauner3-0/+215
2026-08-03selftests/exec: let binfmt_flag_supported() return a boolChristian Brauner3-5/+5
2026-08-03scripts/kernel-doc: Fix kdoc for Python 3.9-3.11Ryszard Knop1-1/+2
2026-08-03selftests/sched_ext: Make allowed_cpus idle validation race-freeAndrea Righi1-7/+42
2026-08-03Merge tag 'sched_ext-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+12
2026-08-03selftests/exec: check that a binfmt_misc instance cannot be pinnedChristian Brauner3-0/+171
2026-08-03selftests/exec: test binfmt_misc loader substitutionChristian Brauner7-22/+764
2026-08-03selftests/exec: test the transparent binfmt_misc modeChristian Brauner7-4/+399
2026-08-03selftests/exec: convert the binfmt_misc bpf test to the kselftest harnessChristian Brauner4-141/+185
2026-08-03selftests/exec: add binfmt_misc bpf-backed handler testFarid Zakaria7-0/+642
2026-08-03objtool/rust: add one more `noreturn` Rust function for Rust 1.99.0Miguel Ojeda1-0/+1
2026-08-03objtool/klp: Fix symbol resolution for duplicate data symbolsJosh Poimboeuf4-62/+423
2026-08-03objtool/klp: Add .klp.symid for sympos disambiguationJosh Poimboeuf6-0/+148
2026-08-03objtool/klp: Fix false module dependencies caused by dead relocsJosh Poimboeuf3-4/+27
2026-08-03objtool/klp: Normalize Module.symvers paths to module namesJoe Lawrence1-15/+34
2026-08-03objtool/klp: Fix module name normalization for paths with dotsJosh Poimboeuf1-4/+6
2026-08-03selftests/bpf: Add IP_TRANSPARENT and IPV6_TRANSPARENT to setget_sockoptShivaji Kant2-0/+4
2026-08-03bpf: Classify scalar kfunc arguments from BTFAmery Hung1-1/+1
2026-08-03bpf: Classify kfunc pointer arguments from BTF, resolve type against the regi...Amery Hung4-8/+8
2026-08-03selftests/bpf: Test __szk precision with a NULL nullable bufferAmery Hung2-0/+30
2026-08-03bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}Amery Hung4-6/+6
2026-08-03selftests/bpf: Test map lookup result refinementAmery Hung2-0/+75
2026-08-03bpf: Resolve map lookup result type at lookup timeEduard Zingerman1-1/+1
2026-08-02selftests/cgroup: add user_usec sanity check in test_cpucg_niceShaojie Sun1-0/+2
2026-08-02perf build: Fix a build error on 32-bit x86Namhyung Kim1-1/+1
2026-08-02perf symbols: Skip dynamic symbols with invalid section indexesZhanpeng Zhang1-1/+6
2026-08-02kselftest/arm64: Don't write to P0 in irritator on SME only systemsMark Brown1-1/+6
2026-08-02kselftest/arm64: Add testcase for SECCOMP_RET_TRACE orig_x0 bypassJinjie Ruan3-1/+206
2026-08-02kselftest/arm64: Add seccomp ptrace x0 bypass testJinjie Ruan3-1/+197
2026-08-02kselftest/arm64: fp-ptrace: Fix checks for inactive SVE and SSVE regsetsKarl Mehltretter1-6/+41
2026-08-02tools/nolibc: add support for AlphaThomas Weißschuh6-2/+170
2026-08-01selftests/bpf: Add tests for >8 byte return value and 128-bit argumentsYonghong Song5-0/+112
2026-07-31perf machine: Check snprintf truncation for guest kallsyms pathArnaldo Carvalho de Melo1-3/+8
2026-07-31perf machine: Free scandir entries in guest kernel map creationArnaldo Carvalho de Melo1-0/+4
2026-07-31perf machine: Reset errno before strtol in guest kernel map creationArnaldo Carvalho de Melo1-0/+1
2026-07-31perf machine: Don't abort guest map creation on first inaccessible dirArnaldo Carvalho de Melo1-4/+2
2026-07-31perf machine: Check snprintf truncation in machines__findnew()Arnaldo Carvalho de Melo1-1/+6
2026-07-31perf machine: Guard against NULL strlist in machines__findnew()Arnaldo Carvalho de Melo1-2/+3
2026-07-31perf machine: Fix NULL parent dereference in fork event processingArnaldo Carvalho de Melo1-1/+2
2026-07-31perf machine: Fix fd leak on bounds check in maps__set_modules_path_dir()Arnaldo Carvalho de Melo1-2/+4
2026-07-31perf hisi-ptt: Fix spelling and abbreviation errorsSizhe Liu3-12/+12
2026-07-31perf hisi-ptt: Strengthen auxtrace event handling and packet type detectionSizhe Liu1-6/+18
2026-07-31perf hisi-ptt: Fix PTT trace TLP header parsingSizhe Liu2-23/+36
2026-07-31perf libdw: Fix outer-frame name resolution and spurious "(inlined)" tagMichael Liang1-3/+29
2026-07-31KVM: selftests: Add a test for KVM_CREATE_VM VM type enforcementHemanth Selam3-4/+49