summaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds30-676/+1320
2023-06-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-39/+32
2023-06-21hwtracing: hisi_ptt: Fix potential sleep in atomic contextYicong Yang2-7/+7
2023-06-21hwtracing: hisi_ptt: Advertise PERF_PMU_CAP_NO_EXCLUDE for PTT PMUYicong Yang1-1/+1
2023-06-21hwtracing: hisi_ptt: Export available filters through sysfsYicong Yang2-0/+221
2023-06-21hwtracing: hisi_ptt: Add support for dynamically updating the filter listYicong Yang2-8/+202
2023-06-21hwtracing: hisi_ptt: Factor out filter allocation and release operationYicong Yang1-24/+39
2023-06-19coresight: dummy: Update type of mode parameter in dummy_{sink,source}_enable()Nathan Chancellor1-2/+2
2023-06-15Coresight: Add coresight dummy driverHao Zhang3-0/+175
2023-06-14arm64/sysreg: Convert TRBLIMITR_EL1 register to automatic generationAnshuman Khandual1-9/+0
2023-06-14arm64/sysreg: Rename TRBIDR_EL1 fields per auto-gen tools formatAnshuman Khandual1-3/+3
2023-06-14arm64/sysreg: Rename TRBSR_EL1 fields per auto-gen tools formatAnshuman Khandual2-14/+14
2023-06-14arm64/sysreg: Rename TRBBASER_EL1 fields per auto-gen tools formatAnshuman Khandual1-2/+2
2023-06-14arm64/sysreg: Rename TRBLIMITR_EL1 fields per auto-gen tools formatAnshuman Khandual2-13/+15
2023-06-07coresight: etm4x: Match all ETM4 instances based on DEVARCH and DEVTYPESuzuki K Poulose2-2/+22
2023-06-07coresight: etm4x: Make etm4_remove_dev() return voidUwe Kleine-König1-6/+3
2023-06-06coresight: etm4x: Fix missing trctraceidr file in sysfsMike Leach1-9/+18
2023-06-05coresight: Fix CTI module refcount leak by making it a helper deviceJames Clark6-105/+79
2023-06-05coresight: Enable and disable helper devices adjacent to the pathJames Clark5-54/+178
2023-06-05coresight: Refactor out buffer allocation function for ETRJames Clark2-7/+45
2023-06-05coresight: Make refcount a property of the connectionJames Clark10-238/+117
2023-06-05coresight: Store in-connections as well as out-connectionsJames Clark3-50/+69
2023-06-05coresight: Simplify connection fixup mechanismJames Clark1-52/+32
2023-06-05coresight: Store pointers to connections rather than an array of themJames Clark4-28/+41
2023-06-05coresight: Dynamically add connectionsJames Clark2-77/+70
2023-06-05coresight: Rename connection members to make the direction explicitJames Clark4-47/+46
2023-06-05coresight: Rename nr_outports to nr_outconnsJames Clark3-34/+34
2023-06-05coresight: Change name of pdata->connsJames Clark3-20/+20
2023-06-05coresight: Use enum type for cs_mode wherever possibleJames Clark13-31/+30
2023-06-05coresight: Fix loss of connection info when a module is unloadedJames Clark1-7/+2
2023-05-11coresight: perf: Release Coresight path when alloc trace id failedRuidong Tian1-0/+1
2023-05-11coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet()Dan Carpenter1-1/+1
2023-04-19Merge tag 'coresight-next-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-0/+1
2023-04-14coresight: etm_pmu: Set the module fieldSuzuki K Poulose1-0/+1
2023-03-21coresight: etm4x: Do not access TRCIDR1 for identificationSuzuki K Poulose2-27/+15
2023-03-21coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bugSteve Clevenger1-1/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-5/+5
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds28-195/+2171
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2-2/+2
2023-02-02drivers/hwtracing/stm: Remove "select SRCU"Paul E. McKenney1-1/+0
2023-01-30coresight: tmc: Don't enable TMC when it's not ready.Yabin Cui4-14/+56
2023-01-30coresight: tpda: fix return value check in tpda_probe()Yang Yingliang1-2/+2
2023-01-27driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman2-5/+5
2023-01-26Coresight: tpda/tpdm: remove incorrect __exit annotationArnd Bergmann2-2/+2
2023-01-24coresight: perf: Output trace id only onceSuzuki K Poulose2-4/+14
2023-01-24coresight: Fix uninitialised variable use in coresight_disableSuzuki K Poulose1-1/+1
2023-01-20Coresight: Add TPDA link driverMao Jinlong4-0/+258
2023-01-20coresight-tpdm: Add integration test supportMao Jinlong2-0/+68
2023-01-20coresight-tpdm: Add DSB dataset supportMao Jinlong2-0/+78