index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwtracing
/
coresight
/
coresight-trbe.c
Age
Commit message (
Expand
)
Author
2025-04-30
coresight: Remove inlines from static function definitions
James Clark
2025-01-17
arm64/sysreg: Get rid of TRFCR_ELx SysregFields
Marc Zyngier
2025-01-12
coresight: Pass guest TRFCR value to KVM
James Clark
2025-01-12
KVM: arm64: coresight: Give TRBE enabled state to KVM
James Clark
2025-01-12
coresight: trbe: Remove redundant disable call
James Clark
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
2024-04-25
fix missing vmalloc.h includes
Kent Overstreet
2023-11-16
coresight: trbe: Convert to platform remove callback returning void
Uwe Kleine-König
2023-11-16
coresight: trbe: Enable ACPI based TRBE devices
Anshuman Khandual
2023-11-16
coresight: trbe: Add a representative coresight_platform_data for TRBE
Anshuman Khandual
2023-08-18
coresight: trbe: Fix TRBE potential sleep in atomic context
Junhao He
2023-08-17
coresight: trbe: Allocate platform data per device
Suzuki K Poulose
2023-07-03
Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-06-14
arm64/sysreg: Rename TRBSR_EL1 fields per auto-gen tools format
Anshuman Khandual
2023-06-14
arm64/sysreg: Rename TRBLIMITR_EL1 fields per auto-gen tools format
Anshuman Khandual
2023-06-05
coresight: Use enum type for cs_mode wherever possible
James Clark
2022-11-28
coresight: trbe: remove cpuhp instance node before remove cpuhp state
Yang Shen
2022-03-11
coresight: trbe: Move check for kernel page table isolation from EL0 to probe
Sudeep Holla
2022-03-11
coresight: trbe: Work around the trace data corruption
Anshuman Khandual
2022-03-11
coresight: trbe: Work around the invalid prohibited states
Anshuman Khandual
2022-03-11
coresight: trbe: Work around the ignored system register writes
Anshuman Khandual
2021-10-27
coresight: trbe: Work around write to out of range
Suzuki K Poulose
2021-10-27
coresight: trbe: Make sure we have enough space
Suzuki K Poulose
2021-10-27
coresight: trbe: Add a helper to determine the minimum buffer size
Suzuki K Poulose
2021-10-27
coresight: trbe: Workaround TRBE errata overwrite in FILL mode
Suzuki K Poulose
2021-10-27
coresight: trbe: Add infrastructure for Errata handling
Suzuki K Poulose
2021-10-27
coresight: trbe: Allow driver to choose a different alignment
Suzuki K Poulose
2021-10-27
coresight: trbe: Decouple buffer base from the hardware base
Suzuki K Poulose
2021-10-27
coresight: trbe: Add a helper to pad a given buffer area
Suzuki K Poulose
2021-10-27
coresight: trbe: Add a helper to calculate the trace generated
Suzuki K Poulose
2021-10-27
coresight: trbe: Defer the probe on offline CPUs
Suzuki K Poulose
2021-10-27
coresight: trbe: Fix incorrect access of the sink specific data
Suzuki K Poulose
2021-10-27
coresight: trbe: Prohibit trace before disabling TRBE
Suzuki K Poulose
2021-10-27
coresight: trbe: End the AUX handle on truncation
Suzuki K Poulose
2021-10-27
coresight: trbe: Do not truncate buffer on IRQ
Suzuki K Poulose
2021-10-27
coresight: trbe: Fix handling of spurious interrupts
Suzuki K Poulose
2021-10-27
coresight: trbe: irq handler: Do not disable TRBE if no action is needed
Suzuki K Poulose
2021-10-27
coresight: trbe: Unify the enabling sequence
Suzuki K Poulose
2021-10-27
coresight: trbe: Drop duplicate TRUNCATE flags
Suzuki K Poulose
2021-10-27
coresight: trbe: Ensure the format flag is always set
Suzuki K Poulose
2021-04-13
coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu()
Wei Yongjun
2021-04-06
coresight: sink: Add TRBE driver
Anshuman Khandual