aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-06-03tools/x86/kcpuid: Update bitfields to x86-cpuid-db v3.1Maciej Wieczor-Retman1-26/+26
2026-06-03af_unix: Add test for SCM_INQ on partial readJianyu Li1-2/+52
2026-06-03sched_ext: Make scx_bpf_kick_cid() return s32Tejun Heo1-1/+1
2026-06-03tools/sched_ext: Order single-cid cmask helpers as (cid, mask)Tejun Heo2-36/+36
2026-06-03tools headers UAPI: sync linux/taskstats.h for procacct.cWang Yaxin1-0/+128
2026-06-03bpftool: Use libbpf error code for flow dissector queryWoojin Ji1-2/+2
2026-06-03perf symbol: Lazily compute idleIan Rogers3-52/+100
2026-06-03perf symbol: Add setters for bitfields sharing a byte to avoid concurrent update issuesIan Rogers26-80/+183
2026-06-03perf env: Add helper to lazily compute the os_releaseIan Rogers6-10/+57
2026-06-03perf env: Add mutex to protect lazy environment initializationIan Rogers2-0/+8
2026-06-03perf env: Remove unused perf_env__raw_archIan Rogers2-19/+0
2026-06-03perf env: Refactor perf_env__arch_strerrnoIan Rogers5-22/+58
2026-06-03perf lock-contention: Use perf_env e_machine rather than archIan Rogers1-3/+3
2026-06-03perf c2c: Use perf_env e_machine rather than archIan Rogers1-18/+22
2026-06-03perf header: In print_pmu_caps use perf_env e_machineIan Rogers1-3/+4
2026-06-03perf arch common: Use perf_env e_machine rather than archIan Rogers1-23/+69
2026-06-03perf sort: Use perf_env e_machine rather than archIan Rogers1-26/+32
2026-06-03perf sample-raw: Use perf_env e_machine rather than archIan Rogers2-11/+16
2026-06-03perf machine: Use perf_env e_machine rather than archIan Rogers2-19/+18
2026-06-03perf symbol: Avoid use of machine__isIan Rogers1-6/+22
2026-06-03perf print_insn: Use e_machine for fallback IP length checkIan Rogers2-9/+16
2026-06-03perf capstone: Determine architecture from e_machineIan Rogers1-44/+88
2026-06-03perf env, dso, thread: Add _endian variants for e_machine helpersIan Rogers6-23/+108
2026-06-03perf tests topology: Switch env->arch use to env->e_machineIan Rogers1-2/+6
2026-06-03perf env: Add perf_env__e_machine helper and use in perf_env__archIan Rogers4-63/+281
2026-06-03perf test: Add file offset diagnostic test for corrupted perf.dataArnaldo Carvalho de Melo1-0/+91
2026-06-03perf sched: Replace BUG_ON on invalid CPU with graceful skipArnaldo Carvalho de Melo1-3/+19
2026-06-03perf timechart: Fix cat_backtrace() use-after-free on corrupted callchainArnaldo Carvalho de Melo1-13/+23
2026-06-03perf tools: Include file offset and event type name in skip messagesArnaldo Carvalho de Melo10-24/+43
2026-06-03perf timechart: Include file offset in CPU bounds check messagesArnaldo Carvalho de Melo1-4/+15
2026-06-03perf sched: Include file offset in event skip messagesArnaldo Carvalho de Melo1-5/+12
2026-06-03perf session: Include file offset in event skip/stop messagesArnaldo Carvalho de Melo1-52/+60
2026-06-03perf sample: Add file_offset field to struct perf_sampleArnaldo Carvalho de Melo2-0/+7
2026-06-03selftests/liveupdate: Add stress-files kexec testPasha Tatashin2-0/+98
2026-06-03selftests/liveupdate: Add stress-sessions kexec testPasha Tatashin2-0/+103
2026-06-03selftests/liveupdate: Test session and file limit removalPasha Tatashin3-0/+101
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig2-12/+9
2026-06-03Merge tag 'cgroup-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+10
2026-06-03Merge tag 'sched_ext-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds1-6/+13
2026-06-03selftests: livepatch: set LC_ALL=C to fix locale-dependent test failureQiang Ma1-0/+2
2026-06-03KVM: selftests: Add a test for gPAT handling in L2Yosry Ahmed2-0/+197
2026-06-03KVM: selftests: Add guest_memfd regression test signed offset+size bugSean Christopherson1-0/+11
2026-06-03KVM: selftests: Expand the guest_memfd test macros to allow passing the VMSean Christopherson1-2/+11
2026-06-03rv: Add automatic cleanup handlers for per-task HA monitorsGabriele Monaco1-2/+2
2026-06-03selftests: futex: Add tests for robust release operationsAndré Almeida2-0/+245
2026-06-02selftests/net: bind_bhash: fix memory leak in bind_socketlonglong yan1-4/+5
2026-06-02selftests/damon/sysfs.sh: test probes dirSeongJae Park1-0/+48
2026-06-02tools/mm/page-types: fix kpageflags option argument in getopt_longYe Liu1-1/+1
2026-06-02tools/mm/page-types: fix ternary operator precedence in sigbus handlerYe Liu1-1/+1
2026-06-02tools/mm/page-types: fix typo in madvise() error messageYe Liu1-2/+2