summaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)Author
2023-09-20coresight: tmc-etr: Disable warnings for allocation failuresSuzuki K Poulose
2023-09-15coresight: Fix run time warnings while reusing ETR bufferLinu Cherian
2023-08-18coresight: trbe: Fix TRBE potential sleep in atomic contextJunhao He
2023-08-18coresight: Fix memory leak in acpi_buffer->pointerJunhao He
2023-08-17coresight: etm4x: Ensure valid drvdata and clock before clk_put()Anshuman Khandual
2023-08-17coresight: trbe: Allocate platform data per deviceSuzuki K Poulose
2023-08-15hwtracing: hisi_ptt: Use pci_dev_id() to simplify the codeXiongfeng Wang
2023-08-04coresight: dummy: simplify the code with module_platform_driverYang Yingliang
2023-08-04coresight: tmc: Explicit type conversions to prevent integer overflowRuidong Tian
2023-08-02coresight: trbe: Directly use ID_AA64DFR0_EL1_TraceBuffer_IMPAnshuman Khandual
2023-07-26coresight: Fix all W=1 build warningsJames Clark
2023-07-26coresight: etm4x: Add ACPI support in platform driverSuzuki K Poulose
2023-07-26coresight: platform: acpi: Ignore the absence of graphSuzuki K Poulose
2023-07-26coresight: etm4x: Change etm4_platform_driver driver for MMIO devicesAnshuman Khandual
2023-07-26coresight: etm4x: Drop pid argument from etm4_probe()Anshuman Khandual
2023-07-26coresight: etm4x: Drop iomem 'base' argument from etm4_probe()Anshuman Khandual
2023-07-26coresight: etm4x: Allocate and device assign 'struct etmv4_drvdata' earlierAnshuman Khandual
2023-07-26hwtracing: coresight: Explicitly include correct DT includesRob Herring
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-06-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-06-21hwtracing: hisi_ptt: Fix potential sleep in atomic contextYicong Yang
2023-06-21hwtracing: hisi_ptt: Advertise PERF_PMU_CAP_NO_EXCLUDE for PTT PMUYicong Yang
2023-06-21hwtracing: hisi_ptt: Export available filters through sysfsYicong Yang
2023-06-21hwtracing: hisi_ptt: Add support for dynamically updating the filter listYicong Yang
2023-06-21hwtracing: hisi_ptt: Factor out filter allocation and release operationYicong Yang
2023-06-19coresight: dummy: Update type of mode parameter in dummy_{sink,source}_enable()Nathan Chancellor
2023-06-15Coresight: Add coresight dummy driverHao Zhang
2023-06-14arm64/sysreg: Convert TRBLIMITR_EL1 register to automatic generationAnshuman Khandual
2023-06-14arm64/sysreg: Rename TRBIDR_EL1 fields per auto-gen tools formatAnshuman Khandual
2023-06-14arm64/sysreg: Rename TRBSR_EL1 fields per auto-gen tools formatAnshuman Khandual
2023-06-14arm64/sysreg: Rename TRBBASER_EL1 fields per auto-gen tools formatAnshuman Khandual
2023-06-14arm64/sysreg: Rename TRBLIMITR_EL1 fields per auto-gen tools formatAnshuman Khandual
2023-06-07coresight: etm4x: Match all ETM4 instances based on DEVARCH and DEVTYPESuzuki K Poulose
2023-06-07coresight: etm4x: Make etm4_remove_dev() return voidUwe Kleine-König
2023-06-06coresight: etm4x: Fix missing trctraceidr file in sysfsMike Leach
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: Refactor out buffer allocation function for ETRJames 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-05-11coresight: perf: Release Coresight path when alloc trace id failedRuidong Tian
2023-05-11coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet()Dan Carpenter