summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
Commit message (Expand)AuthorAgeFilesLines
* coresight: tmc-etr: Disable warnings for allocation failuresSuzuki K Poulose2023-09-201-1/+2
* coresight: Fix run time warnings while reusing ETR bufferLinu Cherian2023-09-151-11/+13
* coresight: trbe: Fix TRBE potential sleep in atomic contextJunhao He2023-08-181-15/+17
* coresight: Fix memory leak in acpi_buffer->pointerJunhao He2023-08-181-14/+26
* coresight: etm4x: Ensure valid drvdata and clock before clk_put()Anshuman Khandual2023-08-171-1/+1
* coresight: trbe: Allocate platform data per deviceSuzuki K Poulose2023-08-171-7/+4
* hwtracing: hisi_ptt: Use pci_dev_id() to simplify the codeXiongfeng Wang2023-08-151-4/+4
* coresight: dummy: simplify the code with module_platform_driverYang Yingliang2023-08-041-11/+1
* coresight: tmc: Explicit type conversions to prevent integer overflowRuidong Tian2023-08-043-4/+5
* coresight: trbe: Directly use ID_AA64DFR0_EL1_TraceBuffer_IMPAnshuman Khandual2023-08-021-1/+1
* coresight: Fix all W=1 build warningsJames Clark2023-07-262-3/+3
* coresight: etm4x: Add ACPI support in platform driverSuzuki K Poulose2023-07-261-0/+10
* coresight: platform: acpi: Ignore the absence of graphSuzuki K Poulose2023-07-261-1/+5
* coresight: etm4x: Change etm4_platform_driver driver for MMIO devicesAnshuman Khandual2023-07-262-2/+60
* coresight: etm4x: Drop pid argument from etm4_probe()Anshuman Khandual2023-07-261-14/+15
* 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
|/