Age | Commit message (Expand) | Author | Files | Lines |
2023-09-15 | coresight: Fix run time warnings while reusing ETR buffer | Linu Cherian | 1 | -11/+13 |
2023-08-18 | coresight: trbe: Fix TRBE potential sleep in atomic context | Junhao He | 1 | -15/+17 |
2023-08-18 | coresight: Fix memory leak in acpi_buffer->pointer | Junhao He | 1 | -14/+26 |
2023-08-17 | coresight: etm4x: Ensure valid drvdata and clock before clk_put() | Anshuman Khandual | 1 | -1/+1 |
2023-08-17 | coresight: trbe: Allocate platform data per device | Suzuki K Poulose | 1 | -7/+4 |
2023-08-04 | coresight: dummy: simplify the code with module_platform_driver | Yang Yingliang | 1 | -11/+1 |
2023-08-04 | coresight: tmc: Explicit type conversions to prevent integer overflow | Ruidong Tian | 3 | -4/+5 |
2023-08-02 | coresight: trbe: Directly use ID_AA64DFR0_EL1_TraceBuffer_IMP | Anshuman Khandual | 1 | -1/+1 |
2023-07-26 | coresight: Fix all W=1 build warnings | James Clark | 2 | -3/+3 |
2023-07-26 | coresight: etm4x: Add ACPI support in platform driver | Suzuki K Poulose | 1 | -0/+10 |
2023-07-26 | coresight: platform: acpi: Ignore the absence of graph | Suzuki K Poulose | 1 | -1/+5 |
2023-07-26 | coresight: etm4x: Change etm4_platform_driver driver for MMIO devices | Anshuman Khandual | 2 | -2/+60 |
2023-07-26 | coresight: etm4x: Drop pid argument from etm4_probe() | Anshuman Khandual | 1 | -14/+15 |
2023-07-26 | coresight: etm4x: Drop iomem 'base' argument from etm4_probe() | Anshuman Khandual | 1 | -5/+5 |
2023-07-26 | coresight: etm4x: Allocate and device assign 'struct etmv4_drvdata' earlier | Anshuman Khandual | 1 | -5/+14 |
2023-07-26 | hwtracing: coresight: Explicitly include correct DT includes | Rob Herring | 2 | -3/+1 |
2023-07-03 | Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 28 | -641/+855 |
2023-06-27 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2 | -39/+32 |
2023-06-19 | coresight: dummy: Update type of mode parameter in dummy_{sink,source}_enable() | Nathan Chancellor | 1 | -2/+2 |
2023-06-15 | Coresight: Add coresight dummy driver | Hao Zhang | 3 | -0/+175 |
2023-06-14 | arm64/sysreg: Convert TRBLIMITR_EL1 register to automatic generation | Anshuman Khandual | 1 | -9/+0 |
2023-06-14 | arm64/sysreg: Rename TRBIDR_EL1 fields per auto-gen tools format | Anshuman Khandual | 1 | -3/+3 |
2023-06-14 | arm64/sysreg: Rename TRBSR_EL1 fields per auto-gen tools format | Anshuman Khandual | 2 | -14/+14 |
2023-06-14 | arm64/sysreg: Rename TRBBASER_EL1 fields per auto-gen tools format | Anshuman Khandual | 1 | -2/+2 |
2023-06-14 | arm64/sysreg: Rename TRBLIMITR_EL1 fields per auto-gen tools format | Anshuman Khandual | 2 | -13/+15 |
2023-06-07 | coresight: etm4x: Match all ETM4 instances based on DEVARCH and DEVTYPE | Suzuki K Poulose | 2 | -2/+22 |
2023-06-07 | coresight: etm4x: Make etm4_remove_dev() return void | Uwe Kleine-König | 1 | -6/+3 |
2023-06-06 | coresight: etm4x: Fix missing trctraceidr file in sysfs | Mike Leach | 1 | -9/+18 |
2023-06-05 | coresight: Fix CTI module refcount leak by making it a helper device | James Clark | 6 | -105/+79 |
2023-06-05 | coresight: Enable and disable helper devices adjacent to the path | James Clark | 5 | -54/+178 |
2023-06-05 | coresight: Refactor out buffer allocation function for ETR | James Clark | 2 | -7/+45 |
2023-06-05 | coresight: Make refcount a property of the connection | James Clark | 10 | -238/+117 |
2023-06-05 | coresight: Store in-connections as well as out-connections | James Clark | 3 | -50/+69 |
2023-06-05 | coresight: Simplify connection fixup mechanism | James Clark | 1 | -52/+32 |
2023-06-05 | coresight: Store pointers to connections rather than an array of them | James Clark | 4 | -28/+41 |
2023-06-05 | coresight: Dynamically add connections | James Clark | 2 | -77/+70 |
2023-06-05 | coresight: Rename connection members to make the direction explicit | James Clark | 4 | -47/+46 |
2023-06-05 | coresight: Rename nr_outports to nr_outconns | James Clark | 3 | -34/+34 |
2023-06-05 | coresight: Change name of pdata->conns | James Clark | 3 | -20/+20 |
2023-06-05 | coresight: Use enum type for cs_mode wherever possible | James Clark | 13 | -31/+30 |
2023-06-05 | coresight: Fix loss of connection info when a module is unloaded | James Clark | 1 | -7/+2 |
2023-05-11 | coresight: perf: Release Coresight path when alloc trace id failed | Ruidong Tian | 1 | -0/+1 |
2023-05-11 | coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet() | Dan Carpenter | 1 | -1/+1 |
2023-04-19 | Merge tag 'coresight-next-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 1 | -0/+1 |
2023-04-14 | coresight: etm_pmu: Set the module field | Suzuki K Poulose | 1 | -0/+1 |
2023-03-21 | coresight: etm4x: Do not access TRCIDR1 for identification | Suzuki K Poulose | 2 | -27/+15 |
2023-03-21 | coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug | Steve Clevenger | 1 | -1/+1 |
2023-01-30 | coresight: tmc: Don't enable TMC when it's not ready. | Yabin Cui | 4 | -14/+56 |
2023-01-30 | coresight: tpda: fix return value check in tpda_probe() | Yang Yingliang | 1 | -2/+2 |
2023-01-26 | Coresight: tpda/tpdm: remove incorrect __exit annotation | Arnd Bergmann | 2 | -2/+2 |