summaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight/coresight-trbe.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2023-06-14arm64/sysreg: Rename TRBSR_EL1 fields per auto-gen tools formatAnshuman Khandual1-6/+6
2023-06-14arm64/sysreg: Rename TRBLIMITR_EL1 fields per auto-gen tools formatAnshuman Khandual1-10/+11
2023-06-05coresight: Use enum type for cs_mode wherever possibleJames Clark1-1/+2
2022-11-28coresight: trbe: remove cpuhp instance node before remove cpuhp stateYang Shen1-0/+1
2022-03-11coresight: trbe: Move check for kernel page table isolation from EL0 to probeSudeep Holla1-5/+6
2022-03-11coresight: trbe: Work around the trace data corruptionAnshuman Khandual1-0/+12
2022-03-11coresight: trbe: Work around the invalid prohibited statesAnshuman Khandual1-12/+36
2022-03-11coresight: trbe: Work around the ignored system register writesAnshuman Khandual1-16/+38
2021-10-27coresight: trbe: Work around write to out of rangeSuzuki K Poulose1-1/+62
2021-10-27coresight: trbe: Make sure we have enough spaceSuzuki K Poulose1-1/+5
2021-10-27coresight: trbe: Add a helper to determine the minimum buffer sizeSuzuki K Poulose1-1/+6
2021-10-27coresight: trbe: Workaround TRBE errata overwrite in FILL modeSuzuki K Poulose1-11/+157
2021-10-27coresight: trbe: Add infrastructure for Errata handlingSuzuki K Poulose1-1/+68
2021-10-27coresight: trbe: Allow driver to choose a different alignmentSuzuki K Poulose1-3/+15
2021-10-27coresight: trbe: Decouple buffer base from the hardware baseSuzuki K Poulose1-4/+14
2021-10-27coresight: trbe: Add a helper to pad a given buffer areaSuzuki K Poulose1-1/+7
2021-10-27coresight: trbe: Add a helper to calculate the trace generatedSuzuki K Poulose1-18/+29
2021-10-27coresight: trbe: Defer the probe on offline CPUsSuzuki K Poulose1-1/+7
2021-10-27coresight: trbe: Fix incorrect access of the sink specific dataSuzuki K Poulose1-1/+1
2021-10-27coresight: trbe: Prohibit trace before disabling TRBESuzuki K Poulose1-0/+9
2021-10-27coresight: trbe: End the AUX handle on truncationSuzuki K Poulose1-10/+16
2021-10-27coresight: trbe: Do not truncate buffer on IRQSuzuki K Poulose1-6/+21
2021-10-27coresight: trbe: Fix handling of spurious interruptsSuzuki K Poulose1-13/+9
2021-10-27coresight: trbe: irq handler: Do not disable TRBE if no action is neededSuzuki K Poulose1-6/+6
2021-10-27coresight: trbe: Unify the enabling sequenceSuzuki K Poulose1-19/+18
2021-10-27coresight: trbe: Drop duplicate TRUNCATE flagsSuzuki K Poulose1-6/+6
2021-10-27coresight: trbe: Ensure the format flag is always setSuzuki K Poulose1-4/+3
2021-04-13coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu()Wei Yongjun1-1/+1
2021-04-07coresight: sink: Add TRBE driverAnshuman Khandual1-0/+1157