aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2024-11-09perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnumIan Rogers3-7/+12
2024-11-09perf disasm: Add e_machine/e_flags to struct archIan Rogers12-2/+30
2024-11-09perf dwarf-regs: Add EM_HOST and EF_HOST definesIan Rogers3-8/+83
2024-11-09perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSETIan Rogers14-197/+27
2024-11-09perf bpf-prologue: Remove unused fileIan Rogers1-37/+0
2024-11-09perf docs: Document tool and hwmon eventsIan Rogers1-0/+15
2024-11-09perf test: Add hwmon "PMU" testIan Rogers3-0/+240
2024-11-09perf pmu: Add calls enabling the hwmon_pmuIan Rogers3-0/+31
2024-11-09perf hwmon_pmu: Add a tool PMU exposing events from hwmon in sysfsIan Rogers3-0/+724
2024-11-09perf test: Add hwmon filename parser testIan Rogers4-0/+114
2024-11-09perf hwmon_pmu: Add hwmon filename parserIan Rogers3-0/+257
2024-11-08tools api io: Ensure line_len_out is always initializedIan Rogers1-0/+1
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang23-23/+23
2024-11-08perf script python: Adjust objdump start/end per map pgoff parameterSteve Clevenger1-5/+11
2024-11-08perf script cs_etm: Add map_pgoff to python dictionarySteve Clevenger1-3/+6
2024-11-07perf stat: Expand metric+unit buffer sizeIan Rogers1-1/+1
2024-11-07perf tools: Add the empty-pmu-events build to .gitignoreHaiyue Wang1-0/+2
2024-11-07perf: event: Remove deadcodeDr. David Alan Gilbert4-29/+0
2024-11-05perf trace: avoid garbage when not printing a trace event's argumentsBenjamin Peterson1-1/+1
2024-11-04perf test: Fix ftrace test with regex patternsNamhyung Kim1-1/+1
2024-11-04perf test: Remove dangling CFLAGS for removed attr.o objectArnaldo Carvalho de Melo1-1/+0
2024-11-04perf tools: Add all shellcheck_log to gitignoreCharlie Jenkins1-3/+1
2024-11-04perf build: Add missing cflags when building with custom libtraceeventYicong Yang1-1/+1
2024-11-04perf test: Remove cpu-list BPF cgroup counter testMichael Petlan1-13/+0
2024-11-04perf build: Make libunwind opt-in rather than opt-outIan Rogers3-4/+8
2024-11-03Merge 'origin/master' into perf-tools-nextNamhyung Kim1060-7643/+12417
2024-11-03Linux 6.12-rc6Linus Torvalds1-1/+1
2024-11-03Merge tag 'mm-hotfixes-stable-2024-11-03-10-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds18-143/+159
2024-11-03Merge tag 'phy-fixes-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phyLinus Torvalds14-28/+59
2024-11-03Merge tag 'dmaengine-fix-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds2-26/+61
2024-11-03Merge tag 'driver-core-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-12/+5
2024-11-03Merge tag 'usb-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds11-31/+78
2024-11-03mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()Yu Zhao3-47/+55
2024-11-03mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL statsYu Zhao2-11/+5
2024-11-03Merge tag 'char-misc-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds10-68/+177
2024-11-03Merge tag 'input-for-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-65/+104
2024-11-03Merge tag 'kbuild-fixes-v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds7-16/+39
2024-11-03Merge tag 'x86-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2024-11-03Merge tag 'timers-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+10
2024-11-03Merge tag 'sched-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-22/+69
2024-11-03Merge tag 'perf-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2024-11-03Merge tag 'irq-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+13
2024-11-03modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit hostMasahiro Yamada1-1/+1
2024-11-03modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endiannessMasahiro Yamada1-5/+5
2024-11-02Input: fix regression when re-registering input handlersDmitry Torokhov2-62/+82
2024-11-02Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-5/+4
2024-11-02Merge tag 'xfs-6.12-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-65/+62
2024-11-01perf test: Use sqrtloop workload to test bperf eventTengda Wu1-1/+1
2024-11-01perf stat: Support inherit events during fork() for bperfTengda Wu5-14/+126
2024-11-01Merge tag 'linux_kselftest-fixes-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds3-2/+22