summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorLines
2022-05-09coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifierGuilherme G. Piccoli-3/+4
2022-05-04coresight: core: Fix coresight device probe failure issueMao Jinlong-11/+22
2022-04-13coresight: etm4x: Cleanup TRCRSCTLRn register accessesJames Clark-2/+10
2022-04-13coresight: etm4x: Cleanup TRCBBCTLR register accessesJames Clark-2/+5
2022-04-13coresight: etm4x: Cleanup TRCSSPCICRn register accessesJames Clark-1/+3
2022-04-13coresight: etm4x: Cleanup TRCSSCCRn and TRCSSCSRn register accessesJames Clark-4/+8
2022-04-13coresight: etm4x: Cleanup TRCACATRn register accessesJames Clark-25/+31
2022-04-13coresight: etm3x: Cleanup ETMTECR1 register accessesJames Clark-2/+2
2022-04-13coresight: etm4x: Cleanup TRCVICTLR register accessesJames Clark-37/+31
2022-04-13coresight: etm4x: Cleanup TRCSTALLCTLR register accessesJames Clark-6/+10
2022-04-13coresight: etm4x: Cleanup TRCEVENTCTL1R register accessesJames Clark-10/+23
2022-04-13coresight: etm4x: Cleanup TRCCONFIGR register accessesJames Clark-30/+44
2022-04-13coresight: etm4x: Cleanup TRCIDR5 register accessesJames Clark-12/+13
2022-04-13coresight: etm4x: Cleanup TRCIDR4 register accessesJames Clark-6/+14
2022-04-13coresight: etm4x: Cleanup TRCIDR3 register accessesJames Clark-30/+20
2022-04-13coresight: etm4x: Cleanup TRCIDR2 register accessesJames Clark-3/+7
2022-04-13coresight: etm4x: Cleanup TRCIDR0 register accessesJames Clark-28/+21
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-54/+146
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds-1/+1
2022-03-11coresight: Drop unused 'none' enum value for each componentAnshuman Khandual-3/+0
2022-03-11coresight: etm3x: Don't trace PID for non-root PID namespaceLeo Yan-0/+4
2022-03-11coresight: etm4x: Don't trace PID for non-root PID namespaceLeo Yan-2/+8
2022-03-11coresight: etm4x: Don't use virtual contextID for non-root PID namespaceLeo Yan-0/+28
2022-03-11coresight: etm4x: Add lock for reading virtual context ID comparatorLeo Yan-0/+2
2022-03-11coresight: trbe: Move check for kernel page table isolation from EL0 to probeSudeep Holla-5/+6
2022-03-11coresight: no-op refactor to make INSTP0 check more idiomaticJames Clark-1/+1
2022-03-11hwtracing: coresight: Replace acpi_bus_get_device()Rafael J. Wysocki-4/+4
2022-03-11coresight: syscfg: Fix memleak on registration failure in cscfg_create_deviceMiaoqian Lin-1/+1
2022-03-11coresight: Fix TRCCONFIGR.QE sysfs interfaceJames Clark-2/+6
2022-03-11coresight: trbe: Work around the trace data corruptionAnshuman Khandual-0/+12
2022-03-11coresight: trbe: Work around the invalid prohibited statesAnshuman Khandual-12/+36
2022-03-11coresight: trbe: Work around the ignored system register writesAnshuman Khandual-24/+38
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva-1/+1
2022-02-13intel_th: msu: Use memset_startat() for clearing hw headerKees Cook-3/+1
2021-12-13coresight: core: Fix typo in a commentJason Wang-1/+1
2021-11-26coresight: configfs: Allow configfs to activate configurationMike Leach-28/+186
2021-11-26coresight: syscfg: Update load API for config loadable modulesMike Leach-1/+39
2021-11-26coresight: configuration: Update API to permit dynamic load/unloadMike Leach-0/+160
2021-11-26coresight: configuration: Update API to introduce load owner conceptMike Leach-8/+56
2021-11-16coresight: Use devm_bitmap_zalloc when applicableChristophe JAILLET-7/+3
2021-10-27coresight: trbe: Work around write to out of rangeSuzuki K Poulose-1/+62
2021-10-27coresight: trbe: Make sure we have enough spaceSuzuki K Poulose-1/+5
2021-10-27coresight: trbe: Add a helper to determine the minimum buffer sizeSuzuki K Poulose-1/+6
2021-10-27coresight: trbe: Workaround TRBE errata overwrite in FILL modeSuzuki K Poulose-11/+157
2021-10-27coresight: trbe: Add infrastructure for Errata handlingSuzuki K Poulose-1/+68
2021-10-27coresight: trbe: Allow driver to choose a different alignmentSuzuki K Poulose-3/+15
2021-10-27coresight: trbe: Decouple buffer base from the hardware baseSuzuki K Poulose-4/+14
2021-10-27coresight: trbe: Add a helper to pad a given buffer areaSuzuki K Poulose-1/+7
2021-10-27coresight: trbe: Add a helper to calculate the trace generatedSuzuki K Poulose-18/+29
2021-10-27coresight: trbe: Defer the probe on offline CPUsSuzuki K Poulose-1/+7