summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
Commit message (Expand)AuthorAgeFilesLines
* coresight: Fix DEBUG_LOCKS_WARN_ON for uninitialized attributeSuzuki K Poulose2019-08-011-0/+1
* coresight: Make the coresight_device_fwnode_match declaration's fwnode parame...Nathan Chancellor2019-07-121-1/+1
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-124-20/+8
|\
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-243-7/+6
| * coresight: cpu-debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-211-13/+2
* | coresight: Do not default to CPU0 for missing CPU phandleSai Prakash Ranjan2019-07-044-10/+19
* | coresight: tmc: Smatch: Fix potential NULL pointer dereferenceSuzuki K Poulose2019-07-031-2/+4
* | coresight: etm3x: Smatch: Fix potential NULL pointer dereferenceSuzuki K Poulose2019-07-031-1/+2
* | coresight: Potential uninitialized variable in probe()Dan Carpenter2019-07-031-0/+1
* | coresight: etb10: Do not call smp_processor_id from preemptibleSuzuki K Poulose2019-07-031-4/+2
* | coresight: tmc-etf: Do not call smp_processor_id from preemptibleSuzuki K Poulose2019-07-031-4/+2
* | coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from preempt...Suzuki K Poulose2019-07-031-5/+2
* | coresight: tmc-etr: Do not call smp_processor_id() from preemptibleSuzuki K Poulose2019-07-031-4/+2
* | intel_th: msu: Start read iterator from a non-empty windowAlexander Shishkin2019-07-031-9/+33
* | intel_th: msu: Split sgt array and pointer in multiwindow modeAlexander Shishkin2019-07-031-10/+13
* | intel_th: msu: Support multipage blocksAlexander Shishkin2019-07-031-18/+38
* | intel_th: pci: Add Ice Lake NNPI supportAlexander Shishkin2019-07-031-0/+5
* | intel_th: msu: Fix single mode with disabled IOMMUAlexander Shishkin2019-07-031-1/+1
* | intel_th: msu: Remove set but not used variable 'last'YueHaibing2019-07-031-2/+1
* | intel_th: msu: Fix unused variable warning on arm64 platformShaokun Zhang2019-07-031-13/+27
* | coresight: replicator: Add terminate entry for acpi_device_id tablesWei Yongjun2019-06-201-0/+1
* | coresight: platform: add OF/APCI dependencyArnd Bergmann2019-06-201-0/+1
* | coresight: Add dummy definition for of_coresight_get_cpu()Suzuki K Poulose2019-06-201-0/+5
* | coresight: acpi: Support for platform devicesSuzuki K Poulose2019-06-201-1/+9
* | coresight: Support for ACPI bindingsSuzuki K Poulose2019-06-201-0/+464
* | coresight: stm: ACPI support for parsing stimulus baseSuzuki K Poulose2019-06-201-1/+52
* | coresight: Use platform agnostic namesSuzuki K Poulose2019-06-2010-11/+117
* | coresight: Use fwnode handle instead of device namesSuzuki K Poulose2019-06-203-15/+47
* | coresight: platform: Use fwnode handle for device searchSuzuki K Poulose2019-06-201-7/+9
* | coresight: Add support for releasing platform specific dataSuzuki K Poulose2019-06-203-1/+12
* | coresight: Rearrange platform data probingSuzuki K Poulose2019-06-209-49/+60
* | coresight: Reuse platform data structure for connection trackingSuzuki K Poulose2019-06-202-25/+25
* | coresight: Cleanup coresight_remove_connsSuzuki K Poulose2019-06-201-2/+13
* | coresight: Remove name from platform descriptionSuzuki K Poulose2019-06-2011-7/+15
* | coresight: Remove cpu field from platform dataSuzuki K Poulose2019-06-203-3/+2
* | coresight: Make device to CPU mapping genericSuzuki K Poulose2019-06-202-7/+14
* | coresight: Introduce generic platform data helperSuzuki K Poulose2019-06-2010-81/+81
* | coresight: Make sure device uses DT for obsolete compatible checkSuzuki K Poulose2019-06-202-2/+4
* | coresight: platform: Make memory allocation helper genericSuzuki K Poulose2019-06-201-15/+19
* | coresight: Rename of_coresight to coresight-platformSuzuki K Poulose2019-06-202-3/+3
* | coresight: tmc-etr: Rearrange probing default buffer sizeSuzuki K Poulose2019-06-191-9/+12
* | coresight: stm: Rearrange probing the stimulus areaSuzuki K Poulose2019-06-191-4/+19
* | coresight: etm3x: Rearrange cp14 access detectionSuzuki K Poulose2019-06-191-1/+1
* | coresight: Use coresight device names for sinks in PMU attributeMathieu Poirier2019-06-191-4/+4
* | coresight: etb10: Clean up device specific dataSuzuki K Poulose2019-06-191-16/+16
* | coresight: etm: Clean up device specific dataSuzuki K Poulose2019-06-195-30/+29
* | coresight: stm: Cleanup device specific dataSuzuki K Poulose2019-06-191-11/+10
* | coresight: tpiu: Clean up device specific dataSuzuki K Poulose2019-06-191-5/+2
* | coresight: catu: Cleanup device specific dataSuzuki K Poulose2019-06-192-7/+7
* | coresight: tmc: Clean up device specific dataSuzuki K Poulose2019-06-195-47/+47