| Commit message (Expand) | Author | Age | Files | Lines |
* | coresight: Make the coresight_device_fwnode_match declaration's fwnode parame... | Nathan Chancellor | 2019-07-12 | 1 | -1/+1 |
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-07-12 | 4 | -20/+8 |
|\ |
|
| * | bus_find_device: Unify the match callback with class_find_device | Suzuki K Poulose | 2019-06-24 | 3 | -7/+6 |
| * | coresight: cpu-debug: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-06-21 | 1 | -13/+2 |
* | | coresight: Do not default to CPU0 for missing CPU phandle | Sai Prakash Ranjan | 2019-07-04 | 4 | -10/+19 |
* | | coresight: tmc: Smatch: Fix potential NULL pointer dereference | Suzuki K Poulose | 2019-07-03 | 1 | -2/+4 |
* | | coresight: etm3x: Smatch: Fix potential NULL pointer dereference | Suzuki K Poulose | 2019-07-03 | 1 | -1/+2 |
* | | coresight: Potential uninitialized variable in probe() | Dan Carpenter | 2019-07-03 | 1 | -0/+1 |
* | | coresight: etb10: Do not call smp_processor_id from preemptible | Suzuki K Poulose | 2019-07-03 | 1 | -4/+2 |
* | | coresight: tmc-etf: Do not call smp_processor_id from preemptible | Suzuki K Poulose | 2019-07-03 | 1 | -4/+2 |
* | | coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from preempt... | Suzuki K Poulose | 2019-07-03 | 1 | -5/+2 |
* | | coresight: tmc-etr: Do not call smp_processor_id() from preemptible | Suzuki K Poulose | 2019-07-03 | 1 | -4/+2 |
* | | intel_th: msu: Start read iterator from a non-empty window | Alexander Shishkin | 2019-07-03 | 1 | -9/+33 |
* | | intel_th: msu: Split sgt array and pointer in multiwindow mode | Alexander Shishkin | 2019-07-03 | 1 | -10/+13 |
* | | intel_th: msu: Support multipage blocks | Alexander Shishkin | 2019-07-03 | 1 | -18/+38 |
* | | intel_th: pci: Add Ice Lake NNPI support | Alexander Shishkin | 2019-07-03 | 1 | -0/+5 |
* | | intel_th: msu: Fix single mode with disabled IOMMU | Alexander Shishkin | 2019-07-03 | 1 | -1/+1 |
* | | intel_th: msu: Remove set but not used variable 'last' | YueHaibing | 2019-07-03 | 1 | -2/+1 |
* | | intel_th: msu: Fix unused variable warning on arm64 platform | Shaokun Zhang | 2019-07-03 | 1 | -13/+27 |
* | | coresight: replicator: Add terminate entry for acpi_device_id tables | Wei Yongjun | 2019-06-20 | 1 | -0/+1 |
* | | coresight: platform: add OF/APCI dependency | Arnd Bergmann | 2019-06-20 | 1 | -0/+1 |
* | | coresight: Add dummy definition for of_coresight_get_cpu() | Suzuki K Poulose | 2019-06-20 | 1 | -0/+5 |
* | | coresight: acpi: Support for platform devices | Suzuki K Poulose | 2019-06-20 | 1 | -1/+9 |
* | | coresight: Support for ACPI bindings | Suzuki K Poulose | 2019-06-20 | 1 | -0/+464 |
* | | coresight: stm: ACPI support for parsing stimulus base | Suzuki K Poulose | 2019-06-20 | 1 | -1/+52 |
* | | coresight: Use platform agnostic names | Suzuki K Poulose | 2019-06-20 | 10 | -11/+117 |
* | | coresight: Use fwnode handle instead of device names | Suzuki K Poulose | 2019-06-20 | 3 | -15/+47 |
* | | coresight: platform: Use fwnode handle for device search | Suzuki K Poulose | 2019-06-20 | 1 | -7/+9 |
* | | coresight: Add support for releasing platform specific data | Suzuki K Poulose | 2019-06-20 | 3 | -1/+12 |
* | | coresight: Rearrange platform data probing | Suzuki K Poulose | 2019-06-20 | 9 | -49/+60 |
* | | coresight: Reuse platform data structure for connection tracking | Suzuki K Poulose | 2019-06-20 | 2 | -25/+25 |
* | | coresight: Cleanup coresight_remove_conns | Suzuki K Poulose | 2019-06-20 | 1 | -2/+13 |
* | | coresight: Remove name from platform description | Suzuki K Poulose | 2019-06-20 | 11 | -7/+15 |
* | | coresight: Remove cpu field from platform data | Suzuki K Poulose | 2019-06-20 | 3 | -3/+2 |
* | | coresight: Make device to CPU mapping generic | Suzuki K Poulose | 2019-06-20 | 2 | -7/+14 |
* | | coresight: Introduce generic platform data helper | Suzuki K Poulose | 2019-06-20 | 10 | -81/+81 |
* | | coresight: Make sure device uses DT for obsolete compatible check | Suzuki K Poulose | 2019-06-20 | 2 | -2/+4 |
* | | coresight: platform: Make memory allocation helper generic | Suzuki K Poulose | 2019-06-20 | 1 | -15/+19 |
* | | coresight: Rename of_coresight to coresight-platform | Suzuki K Poulose | 2019-06-20 | 2 | -3/+3 |
* | | coresight: tmc-etr: Rearrange probing default buffer size | Suzuki K Poulose | 2019-06-19 | 1 | -9/+12 |
* | | coresight: stm: Rearrange probing the stimulus area | Suzuki K Poulose | 2019-06-19 | 1 | -4/+19 |
* | | coresight: etm3x: Rearrange cp14 access detection | Suzuki K Poulose | 2019-06-19 | 1 | -1/+1 |
* | | coresight: Use coresight device names for sinks in PMU attribute | Mathieu Poirier | 2019-06-19 | 1 | -4/+4 |
* | | coresight: etb10: Clean up device specific data | Suzuki K Poulose | 2019-06-19 | 1 | -16/+16 |
* | | coresight: etm: Clean up device specific data | Suzuki K Poulose | 2019-06-19 | 5 | -30/+29 |
* | | coresight: stm: Cleanup device specific data | Suzuki K Poulose | 2019-06-19 | 1 | -11/+10 |
* | | coresight: tpiu: Clean up device specific data | Suzuki K Poulose | 2019-06-19 | 1 | -5/+2 |
* | | coresight: catu: Cleanup device specific data | Suzuki K Poulose | 2019-06-19 | 2 | -7/+7 |
* | | coresight: tmc: Clean up device specific data | Suzuki K Poulose | 2019-06-19 | 5 | -47/+47 |
* | | coresight: replicator: Cleanup device tracking | Suzuki K Poulose | 2019-06-19 | 1 | -5/+2 |