index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux 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