aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-20coresight: Fix possible deadlock with lock dependencySudeep Holla1-3/+4
2022-08-31coresight: Make new csdev_access offsets unsignedJames Clark1-2/+16
2022-08-31coresight: Re-use same function for similar sysfs register accessorsJames Clark1-0/+14
2022-06-22coresight: Clear the connection field properlySuzuki K Poulose1-0/+1
2022-05-04coresight: core: Fix coresight device probe failure issueMao Jinlong1-11/+22
2022-03-11coresight: Drop unused 'none' enum value for each componentAnshuman Khandual1-3/+0
2021-12-13coresight: core: Fix typo in a commentJason Wang1-1/+1
2021-08-18coresight: syscfg: Initial coresight system configurationMike Leach1-1/+11
2021-06-15coresight: Propagate symlink failureJeremy Linton1-1/+1
2021-06-15coresight: core: Remove unnecessary assignmentJunhao He1-1/+0
2021-06-15coresight: core: Fix use of uninitialized pointerJunhao He1-1/+1
2021-06-15coresight: core: Switch to krealloc_array()Andy Shevchenko1-3/+3
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+27
2021-04-13coresight: core: Make symbol 'csdev_sink' staticWei Yongjun1-1/+1
2021-04-07coresight: core: Fix typo in coresight-core.cQi Liu1-1/+1
2021-04-06coresight: core: Add support for dedicated percpu sinksAnshuman Khandual1-2/+27
2021-02-04coresight: Convert claim/disclaim operations to use access wrappersSuzuki K Poulose1-26/+40
2021-02-04coresight: Convert coresight_timeout to use access abstractionSuzuki K Poulose1-6/+7
2021-02-04coresight: Introduce device access abstractionSuzuki K Poulose1-0/+43
2020-11-27coresight: Fix W=1 warnings in core frameworkMathieu Poirier1-1/+7
2020-11-27coresight: core: Remove unneeded semicolonZou Wei1-1/+1
2020-10-29coresight: add module licenseArnd Bergmann1-0/+1
2020-09-28coresight: core: Allow the coresight core driver to be built as a moduleTingwei Zhang1-0/+1694