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