summaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight/coresight-core.c
AgeCommit message (Expand)Author
2024-12-13coresight: Add support for trace filtering by sourceTao Zhang
2024-08-20coresight: Make trace ID map spinlock local to the mapJames Clark
2024-08-20coresight: Emit sink ID in the HW_ID packetsJames Clark
2024-08-20coresight: Use per-sink trace ID maps for Perf sessionsJames Clark
2024-04-16coresight: Add helpers registering/removing both AMBA and platform driversAnshuman Khandual
2024-02-12coresight: Move all sysfs code to sysfs fileJames Clark
2024-02-12coresight: Remove the 'enable' field.James Clark
2024-02-12coresight: Remove ops callback checksJames Clark
2024-02-12coresight: Make language around "activated" sinks consistentJames Clark
2024-02-12coresight: Fix issue where a source device's helpers aren't disabledJames Clark
2024-02-12coresight: make coresight_bustype constGreg Kroah-Hartman
2023-11-16coresight-tpdm: Introduce TPDM subtype to TPDM driverTao Zhang
2023-07-26hwtracing: coresight: Explicitly include correct DT includesRob Herring
2023-06-05coresight: Fix CTI module refcount leak by making it a helper deviceJames Clark
2023-06-05coresight: Enable and disable helper devices adjacent to the pathJames Clark
2023-06-05coresight: Make refcount a property of the connectionJames Clark
2023-06-05coresight: Store in-connections as well as out-connectionsJames Clark
2023-06-05coresight: Simplify connection fixup mechanismJames Clark
2023-06-05coresight: Store pointers to connections rather than an array of themJames Clark
2023-06-05coresight: Dynamically add connectionsJames Clark
2023-06-05coresight: Rename connection members to make the direction explicitJames Clark
2023-06-05coresight: Rename nr_outports to nr_outconnsJames Clark
2023-06-05coresight: Change name of pdata->connsJames Clark
2023-06-05coresight: Use enum type for cs_mode wherever possibleJames Clark
2023-06-05coresight: Fix loss of connection info when a module is unloadedJames Clark
2023-01-24coresight: Fix uninitialised variable use in coresight_disableSuzuki K Poulose
2023-01-20Coresight: Add coresight TPDM source driverMao Jinlong
2023-01-19coresight: core: Use IDR for non-cpu bound sources' paths.Mao Jinlong
2023-01-19coresight: Remove obsolete Trace ID unniqueness checksMike Leach
2022-10-20coresight: Fix possible deadlock with lock dependencySudeep Holla
2022-08-31coresight: Make new csdev_access offsets unsignedJames Clark
2022-08-31coresight: Re-use same function for similar sysfs register accessorsJames Clark
2022-06-22coresight: Clear the connection field properlySuzuki K Poulose
2022-05-04coresight: core: Fix coresight device probe failure issueMao Jinlong
2022-03-11coresight: Drop unused 'none' enum value for each componentAnshuman Khandual
2021-12-13coresight: core: Fix typo in a commentJason Wang
2021-08-18coresight: syscfg: Initial coresight system configurationMike Leach
2021-06-15coresight: Propagate symlink failureJeremy Linton
2021-06-15coresight: core: Remove unnecessary assignmentJunhao He
2021-06-15coresight: core: Fix use of uninitialized pointerJunhao He
2021-06-15coresight: core: Switch to krealloc_array()Andy Shevchenko
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-13coresight: core: Make symbol 'csdev_sink' staticWei Yongjun
2021-04-07coresight: core: Fix typo in coresight-core.cQi Liu
2021-04-06coresight: core: Add support for dedicated percpu sinksAnshuman Khandual
2021-02-04coresight: Convert claim/disclaim operations to use access wrappersSuzuki K Poulose
2021-02-04coresight: Convert coresight_timeout to use access abstractionSuzuki K Poulose
2021-02-04coresight: Introduce device access abstractionSuzuki K Poulose
2020-11-27coresight: Fix W=1 warnings in core frameworkMathieu Poirier
2020-11-27coresight: core: Remove unneeded semicolonZou Wei