summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf report: Add 'type' sort keyNamhyung Kim2023-12-235-2/+75
* perf annotate: Implement hist_entry__get_data_type()Namhyung Kim2023-12-232-0/+92
* perf annotate: Add annotate_get_insn_location()Namhyung Kim2023-12-232-0/+143
* perf annotate: Factor out evsel__get_arch()Namhyung Kim2023-12-232-13/+33
* perf annotate-data: Add dso->data_types treeNamhyung Kim2023-12-234-10/+100
* perf annotate-data: Add find_data_type() to get type from memory accessNamhyung Kim2023-12-233-0/+205
* perf dwarf-regs: Add get_dwarf_regnum()Namhyung Kim2023-12-233-0/+91
* perf dwarf-aux: Factor out die_get_typename_from_type()Namhyung Kim2023-12-232-11/+30
* perf vendor events powerpc: Add PVN for HX-C2000 CPU with Power8 ArchitectureJiaLong.Yang2023-12-211-2/+1
* perf vendor events: Remove UTF-8 characters from cmn.jsonJing Zhang2023-12-211-1/+1
* perf maps: Fix up overlaps during fixup_endIan Rogers2023-12-201-1/+1
* perf maps: Reduce scope of map_rb_node and maps internalsIan Rogers2023-12-202-58/+55
* perf maps: Add find next entry to give entry after the given mapIan Rogers2023-12-203-4/+16
* perf maps: Add maps__load_first()Ian Rogers2023-12-203-1/+16
* perf maps: Rename clone to copy fromIan Rogers2023-12-204-9/+4
* perf maps: Do simple merge if given map doesn't overlapIan Rogers2023-12-201-0/+11
* perf maps: Refactor maps__fixup_overlappings()Ian Rogers2023-12-203-25/+37
* perf debug: Expose debug fileIan Rogers2023-12-202-7/+16
* perf maps: Add remove maps function to remove a map based on callbackIan Rogers2023-12-203-16/+38
* perf maps: Reduce scope of maps__for_each_entry()Ian Rogers2023-12-202-3/+3
* perf vdso: Use function to add missing maps lockIan Rogers2023-12-201-12/+23
* perf unwind: Use function to add missing maps lockIan Rogers2023-12-201-10/+24
* perf scripts python arm-cs-trace-disasm.py: Do not ignore disam first sampleRuidong Tian2023-12-201-10/+11
* perf scripts python arm-cs-trace-disasm.py: Set start vm addr of exectable fi...Ruidong Tian2023-12-201-2/+3
* perf archive: Add new option '--unpack' to expand tarballsVeronika Molnarova2023-12-201-8/+58
* perf archive: Add new option '--all' to pack perf.data with DSOsVeronika Molnarova2023-12-191-8/+32
* Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2023-12-1813917-342897/+884968
|\
| * Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-12-185-43/+57
| |\
| | * scsi: ufs: core: Store min and max clk freq from OPP tableNitin Rawat2023-12-131-0/+54
| | * Revert "scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinity"Martin K. Petersen2023-12-084-43/+3
| * | Merge tag 'spi-fix-v6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-12-183-15/+96
| |\ \
| | * | spi: atmel: Fix clock issue when using devices with different polaritiesLouis Chauvet2023-12-141-1/+81
| | * | spi: spi-imx: correctly configure burst length when using dmaBenjamin Bigler2023-12-101-4/+11
| | * | spi: cadence: revert "Add SPI transfer delays"Nam Cao2023-12-061-1/+0
| | * | spi: atmel: Prevent spi transfers from being killedMiquel Raynal2023-12-051-6/+4
| | * | spi: atmel: Drop unused definesMiquel Raynal2023-12-011-3/+0
| | * | spi: atmel: Do not cancel a transfer upon any signalMiquel Raynal2023-12-011-2/+2
| * | | Linux 6.7-rc6v6.7-rc6Linus Torvalds2023-12-171-1/+1
| * | | Merge tag 'perf_urgent_for_v6.7_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-12-171-0/+10
| |\ \ \
| | * | | perf: Fix perf_event_validate_size() lockdep splatMark Rutland2023-12-151-0/+10
| * | | | Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-12-171-0/+9
| |\ \ \ \
| | * | | | btrfs: do not allow non subvolume root targets for snapshotJosef Bacik2023-12-151-0/+9
| * | | | | Merge tag 'soundwire-6.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-12-172-4/+6
| |\ \ \ \ \
| | * | | | | soundwire: intel_ace2x: fix AC timing setting for ACE2.xChao Song2023-11-281-1/+2
| | * | | | | soundwire: stream: fix NULL pointer dereference for multi_linkKrzysztof Kozlowski2023-11-281-3/+4
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'phy-fixes-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Linus Torvalds2023-12-173-3/+6
| |\ \ \ \ \
| | * | | | | phy: sunplus: return negative error code in sp_usb_phy_probeSu Hui2023-11-271-1/+1
| | * | | | | phy: mediatek: mipi: mt8183: fix minimal supported frequencyMichael Walle2023-11-271-1/+1
| | * | | | | phy: ti: gmii-sel: Fix register offset when parent is not a syscon nodeAndrew Davis2023-11-161-1/+4
| | |/ / / /
| * | | | | Merge tag 'dmaengine-fix-6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-12-177-30/+41
| |\ \ \ \ \