summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-08-25bpf: Reenable bpf_refcount_acquireDave Marchevsky1-0/+26
2023-08-25KVM: selftests: Explicit set #UD when *potentially* injecting exceptionSean Christopherson1-0/+3
2023-08-25KVM: selftests: Reload "good" vCPU state if vCPU hits shutdownSean Christopherson1-1/+13
2023-08-25perf lock contention: Fix typo in max-stack option descriptionKajol Jain1-1/+1
2023-08-25perf tui slang: Tidy castsIan Rogers7-34/+15
2023-08-25perf build-id: Simplify build_id_cache__cachedir()Ian Rogers1-4/+2
2023-08-25perf pmu: Make id const and add missing freeIan Rogers3-3/+4
2023-08-25perf parse-events: Make term's config constIan Rogers4-17/+17
2023-08-25perf pmu: Remove logic for PMU name being NULLIan Rogers15-62/+51
2023-08-25perf header: Fix missing PMU capsIan Rogers1-15/+16
2023-08-25Merge branch 'for-next/selftests' into for-next/coreWill Deacon13-124/+470
2023-08-25Merge tag 'trace-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+31
2023-08-25tools: ynl-gen: support empty attribute listsJakub Kicinski1-2/+9
2023-08-25tools: ynl-gen: fix collecting global policy attrsJakub Kicinski1-1/+3
2023-08-25tools: ynl-gen: set length of binary fieldsJakub Kicinski3-0/+11
2023-08-25tools: ynl: allow passing binary dataJakub Kicinski1-1/+6
2023-08-25selftests/mm: fix WARNING comparing pointer to 0Anh Tuan Phan1-1/+1
2023-08-25selftests: cgroup: fix test_kmem_memcg_deletion kernel mem checkLucas Karpinski1-14/+7
2023-08-25minmax: add in_range() macroMatthew Wilcox (Oracle)1-2/+2
2023-08-25merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-15/+65
2023-08-25perf jevents: Don't append Unit to descIan Rogers3-19/+23
2023-08-25selftests: cachestat: catch failing fsync test on tmpfsAndre Przywara1-15/+47
2023-08-25selftests: cachestat: test for cachestat availabilityAndre Przywara1-1/+19
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-143/+361
2023-08-24perf scripts python gecko: Launch the profiler UI on the default browser with...Anup Sharma1-7/+63
2023-08-24perf scripts python: Add support for input args in gecko scriptAnup Sharma1-1/+5
2023-08-24selftests/bpf: Enable cpu v4 tests for RV64Pu Lehui6-6/+12
2023-08-24Merge tag 'net-6.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds8-126/+278
2023-08-24selftests/bpf: Add a local kptr test with no special fieldsYonghong Song2-0/+51
2023-08-24selftests: add OFD lock testsStas Sergeev2-0/+137
2023-08-24perf jevents: Sort strings in the big C string to reduce faultsIan Rogers1-8/+23
2023-08-24perf pmu: Lazily load sysfs aliasesIan Rogers3-39/+46
2023-08-24perf pmu: Be lazy about loading event info files from sysfsIan Rogers1-45/+83
2023-08-24perf pmu: Scan type early to fail an invalid PMU quicklyIan Rogers1-7/+12
2023-08-24perf pmu: Lazily add JSON eventsIan Rogers6-15/+85
2023-08-24perf pmu: Cache JSON events tableIan Rogers4-11/+25
2023-08-24perf pmu: Merge JSON events with sysfs at load timeIan Rogers1-89/+88
2023-08-24perf pmu: Prefer passing pmu to aliases listIan Rogers1-28/+16
2023-08-24perf pmu: Parse sysfs events directly from a fileIan Rogers5-40/+33
2023-08-24perf pmu-events: Add pmu_events_table__find_event()Ian Rogers4-0/+90
2023-08-24perf pmu-events: Reduce processed events by passing PMUIan Rogers6-38/+41
2023-08-24perf s390 s390_cpumcfdg_dump: Don't scan all PMUsIan Rogers1-24/+26
2023-08-24perf parse-events: Improve error message for double settingIan Rogers3-9/+29
2023-08-24perf jevents: Group events by PMUIan Rogers2-57/+154
2023-08-24perf pmu-events: Add extra underscore to function namesIan Rogers7-22/+22
2023-08-24perf pmu: Abstract alias/event structIan Rogers6-323/+366
2023-08-24perf pmu: Make the loading of formats lazyIan Rogers4-65/+106
2023-08-24powerpc/pseries: Move VPHN constants into vphn.hMichael Ellerman2-1/+1
2023-08-24selftests: bonding: add macvlan over bond testingHangbin Liu2-1/+101
2023-08-24selftest: bond: add new topo bond_topo_2d1c.shHangbin Liu4-113/+167