summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-27perf stat: Aggregate events using evsel->stats->aggrNamhyung Kim
2022-10-27perf stat: Allocate evsel->stats->aggr properlyNamhyung Kim
2022-10-27perf stat: Add struct perf_stat_aggr to perf_stat_evselNamhyung Kim
2022-10-27perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()Namhyung Kim
2022-10-27perf stat: Add cpu aggr id for no aggregation modeNamhyung Kim
2022-10-27perf stat: Add aggr id for global modeNamhyung Kim
2022-10-27perf stat: Use evsel__is_hybrid() moreNamhyung Kim
2022-10-27perf tools: Use pmu info in evsel__is_hybrid()Namhyung Kim
2022-10-27perf tools: Save evsel->pmu in parse_events()Namhyung Kim
2022-10-27perf vendor events riscv: add Sifive U74 JSON fileNikita Shubin
2022-10-27perf arch events: riscv sbi firmware std event filesNikita Shubin
2022-10-27perf tools riscv: Add support for get_cpuid_str functionNikita Shubin
2022-10-27Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2022-10-26Merge tag 'perf-tools-fixes-for-v6.1-2022-10-26' of git://git.kernel.org/pub/...Linus Torvalds
2022-10-26Merge tag 'spi-fix-v6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-26Merge tag 'arc-6.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds
2022-10-26perf vendor events arm64: Fix incorrect Hisi hip08 L3 metricsShang XiaoJing
2022-10-26perf auxtrace: Fix address filter symbol name match for modulesAdrian Hunter
2022-10-26tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo
2022-10-25tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo
2022-10-25tools headers uapi: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo
2022-10-25tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo
2022-10-25tools headers uapi: Update linux/in.h copyArnaldo Carvalho de Melo
2022-10-25tools headers: Update the copy of x86's memcpy_64.S used in 'perf bench'Arnaldo Carvalho de Melo
2022-10-25tools headers arm64: Sync arm64's cputype.h with the kernel sourcesArnaldo Carvalho de Melo
2022-10-25perf test: Do not fail Intel-PT misc test w/o libpythonNamhyung Kim
2022-10-25perf list: Fix PMU name pai_crypto in perf list on s390Thomas Richter
2022-10-25perf record: Fix event fd racesIan Rogers
2022-10-25perf bpf: Fix build with libbpf 0.7.0 by checking if bpf_program__set_insns()...Arnaldo Carvalho de Melo
2022-10-25perf bpf: Fix build with libbpf 0.7.0 by adding prototype for bpf_load_program()Arnaldo Carvalho de Melo
2022-10-25perf vendor events power10: Fix hv-24x7 metric eventsKajol Jain
2022-10-25perf docs: Fix man page build wrt perf-arm-coresight.txtAdrian Hunter
2022-10-25tools headers UAPI: Sync powerpc syscall tables with the kernel sourcesArnaldo Carvalho de Melo
2022-10-25Merge tag 'platform-drivers-x86-v6.1-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-10-25scsi: mpt3sas: re-do lost mpt3sas DMA mask fixSreekanth Reddy
2022-10-24x86/mm: Do not verify W^X at boot upSteven Rostedt (Google)
2022-10-24Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-10-24Merge tag 'rcu-urgent.2022.10.20a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-10-24Merge tag 'linux-kselftest-kunit-fixes-6.1-rc3' of git://git.kernel.org/pub/s...Linus Torvalds
2022-10-24Merge tag 'linux-kselftest-fixes-6.1-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-10-24Merge tag 'pinctrl-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2022-10-24net-memcg: avoid stalls when under memory pressureJakub Kicinski
2022-10-24tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell
2022-10-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-10-24ACPI: video: Fix missing native backlight on ChromebooksDmitry Osipenko
2022-10-24tcp: fix a signed-integer-overflow bug in tcp_add_backlog()Lu Wei
2022-10-24net: lantiq_etop: don't free skb when returning NETDEV_TX_BUSYZhang Changzhong
2022-10-24net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao
2022-10-24docs: netdev: offer performance feedback to contributorsJakub Kicinski
2022-10-24Merge branch 'kcm-data-races'David S. Miller