summaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight/coresight-trbe.c
AgeCommit message (Expand)Author
2025-01-17arm64/sysreg: Get rid of TRFCR_ELx SysregFieldsMarc Zyngier
2025-01-12coresight: Pass guest TRFCR value to KVMJames Clark
2025-01-12KVM: arm64: coresight: Give TRBE enabled state to KVMJames Clark
2025-01-12coresight: trbe: Remove redundant disable callJames Clark
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-04-25fix missing vmalloc.h includesKent Overstreet
2023-11-16coresight: trbe: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-16coresight: trbe: Enable ACPI based TRBE devicesAnshuman Khandual
2023-11-16coresight: trbe: Add a representative coresight_platform_data for TRBEAnshuman Khandual
2023-08-18coresight: trbe: Fix TRBE potential sleep in atomic contextJunhao He
2023-08-17coresight: trbe: Allocate platform data per deviceSuzuki K Poulose
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-06-14arm64/sysreg: Rename TRBSR_EL1 fields per auto-gen tools formatAnshuman Khandual
2023-06-14arm64/sysreg: Rename TRBLIMITR_EL1 fields per auto-gen tools formatAnshuman Khandual
2023-06-05coresight: Use enum type for cs_mode wherever possibleJames Clark
2022-11-28coresight: trbe: remove cpuhp instance node before remove cpuhp stateYang Shen
2022-03-11coresight: trbe: Move check for kernel page table isolation from EL0 to probeSudeep Holla
2022-03-11coresight: trbe: Work around the trace data corruptionAnshuman Khandual
2022-03-11coresight: trbe: Work around the invalid prohibited statesAnshuman Khandual
2022-03-11coresight: trbe: Work around the ignored system register writesAnshuman Khandual
2021-10-27coresight: trbe: Work around write to out of rangeSuzuki K Poulose
2021-10-27coresight: trbe: Make sure we have enough spaceSuzuki K Poulose
2021-10-27coresight: trbe: Add a helper to determine the minimum buffer sizeSuzuki K Poulose
2021-10-27coresight: trbe: Workaround TRBE errata overwrite in FILL modeSuzuki K Poulose
2021-10-27coresight: trbe: Add infrastructure for Errata handlingSuzuki K Poulose
2021-10-27coresight: trbe: Allow driver to choose a different alignmentSuzuki K Poulose
2021-10-27coresight: trbe: Decouple buffer base from the hardware baseSuzuki K Poulose
2021-10-27coresight: trbe: Add a helper to pad a given buffer areaSuzuki K Poulose
2021-10-27coresight: trbe: Add a helper to calculate the trace generatedSuzuki K Poulose
2021-10-27coresight: trbe: Defer the probe on offline CPUsSuzuki K Poulose
2021-10-27coresight: trbe: Fix incorrect access of the sink specific dataSuzuki K Poulose
2021-10-27coresight: trbe: Prohibit trace before disabling TRBESuzuki K Poulose
2021-10-27coresight: trbe: End the AUX handle on truncationSuzuki K Poulose
2021-10-27coresight: trbe: Do not truncate buffer on IRQSuzuki K Poulose
2021-10-27coresight: trbe: Fix handling of spurious interruptsSuzuki K Poulose
2021-10-27coresight: trbe: irq handler: Do not disable TRBE if no action is neededSuzuki K Poulose
2021-10-27coresight: trbe: Unify the enabling sequenceSuzuki K Poulose
2021-10-27coresight: trbe: Drop duplicate TRUNCATE flagsSuzuki K Poulose
2021-10-27coresight: trbe: Ensure the format flag is always setSuzuki K Poulose
2021-04-13coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu()Wei Yongjun
2021-04-06coresight: sink: Add TRBE driverAnshuman Khandual