summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
Commit message (Expand)AuthorAgeFilesLines
...
* coresight: etm4x: Drop iomem 'base' argument from etm4_probe()Anshuman Khandual2023-07-261-5/+5
* coresight: etm4x: Allocate and device assign 'struct etmv4_drvdata' earlierAnshuman Khandual2023-07-261-5/+14
* hwtracing: coresight: Explicitly include correct DT includesRob Herring2023-07-262-3/+1
* Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-0330-676/+1320
|\
| * hwtracing: hisi_ptt: Fix potential sleep in atomic contextYicong Yang2023-06-212-7/+7
| * hwtracing: hisi_ptt: Advertise PERF_PMU_CAP_NO_EXCLUDE for PTT PMUYicong Yang2023-06-211-1/+1
| * hwtracing: hisi_ptt: Export available filters through sysfsYicong Yang2023-06-212-0/+221
| * hwtracing: hisi_ptt: Add support for dynamically updating the filter listYicong Yang2023-06-212-8/+202
| * hwtracing: hisi_ptt: Factor out filter allocation and release operationYicong Yang2023-06-211-24/+39
| * coresight: dummy: Update type of mode parameter in dummy_{sink,source}_enable()Nathan Chancellor2023-06-191-2/+2
| * Coresight: Add coresight dummy driverHao Zhang2023-06-153-0/+175
| * coresight: etm4x: Match all ETM4 instances based on DEVARCH and DEVTYPESuzuki K Poulose2023-06-072-2/+22
| * coresight: etm4x: Make etm4_remove_dev() return voidUwe Kleine-König2023-06-071-6/+3
| * coresight: etm4x: Fix missing trctraceidr file in sysfsMike Leach2023-06-061-9/+18
| * coresight: Fix CTI module refcount leak by making it a helper deviceJames Clark2023-06-056-105/+79
| * coresight: Enable and disable helper devices adjacent to the pathJames Clark2023-06-055-54/+178
| * coresight: Refactor out buffer allocation function for ETRJames Clark2023-06-052-7/+45
| * coresight: Make refcount a property of the connectionJames Clark2023-06-0510-238/+117
| * coresight: Store in-connections as well as out-connectionsJames Clark2023-06-053-50/+69
| * coresight: Simplify connection fixup mechanismJames Clark2023-06-051-52/+32
| * coresight: Store pointers to connections rather than an array of themJames Clark2023-06-054-28/+41
| * coresight: Dynamically add connectionsJames Clark2023-06-052-77/+70
| * coresight: Rename connection members to make the direction explicitJames Clark2023-06-054-47/+46
| * coresight: Rename nr_outports to nr_outconnsJames Clark2023-06-053-34/+34
| * coresight: Change name of pdata->connsJames Clark2023-06-053-20/+20
| * coresight: Use enum type for cs_mode wherever possibleJames Clark2023-06-0513-31/+30
| * coresight: Fix loss of connection info when a module is unloadedJames Clark2023-06-051-7/+2
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-06-262-39/+32
|\ \ | |/ |/|
| * arm64/sysreg: Convert TRBLIMITR_EL1 register to automatic generationAnshuman Khandual2023-06-141-9/+0
| * arm64/sysreg: Rename TRBIDR_EL1 fields per auto-gen tools formatAnshuman Khandual2023-06-141-3/+3
| * arm64/sysreg: Rename TRBSR_EL1 fields per auto-gen tools formatAnshuman Khandual2023-06-142-14/+14
| * arm64/sysreg: Rename TRBBASER_EL1 fields per auto-gen tools formatAnshuman Khandual2023-06-141-2/+2
| * arm64/sysreg: Rename TRBLIMITR_EL1 fields per auto-gen tools formatAnshuman Khandual2023-06-142-13/+15
* | coresight: perf: Release Coresight path when alloc trace id failedRuidong Tian2023-05-111-0/+1
* | coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet()Dan Carpenter2023-05-111-1/+1
|/
* Merge tag 'coresight-next-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2023-04-191-0/+1
|\
| * coresight: etm_pmu: Set the module fieldSuzuki K Poulose2023-04-141-0/+1
* | coresight: etm4x: Do not access TRCIDR1 for identificationSuzuki K Poulose2023-03-212-27/+15
* | coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bugSteve Clevenger2023-03-211-1/+1
|/
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-242-5/+5
|\
| * driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman2023-01-272-5/+5
* | Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-2428-195/+2171
|\ \
| * | coresight: tmc: Don't enable TMC when it's not ready.Yabin Cui2023-01-304-14/+56
| * | coresight: tpda: fix return value check in tpda_probe()Yang Yingliang2023-01-301-2/+2
| * | Coresight: tpda/tpdm: remove incorrect __exit annotationArnd Bergmann2023-01-262-2/+2
| * | coresight: perf: Output trace id only onceSuzuki K Poulose2023-01-242-4/+14
| * | coresight: Fix uninitialised variable use in coresight_disableSuzuki K Poulose2023-01-241-1/+1
| * | Coresight: Add TPDA link driverMao Jinlong2023-01-204-0/+258
| * | coresight-tpdm: Add integration test supportMao Jinlong2023-01-202-0/+68
| * | coresight-tpdm: Add DSB dataset supportMao Jinlong2023-01-202-0/+78