aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight
AgeCommit message (Expand)Author
2022-04-15coresight: Fix TRCCONFIGR.QE sysfs interfaceJames Clark
2021-07-19coresight: tmc-etf: Fix global-out-of-bounds in tmc_update_etf_buffer()Sai Prakash Ranjan
2020-12-30coresight: etb10: Fix possible NULL ptr dereference in etb_enable_perf()Sai Prakash Ranjan
2020-12-30coresight: tmc-etr: Fix barrier packet insertion for perf bufferSuzuki K Poulose
2020-12-30coresight: tmc-etr: Check if page is valid before dma_map_page()Mao Jinlong
2020-12-30coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable_etf_sink_perf()Sai Prakash Ranjan
2020-11-10Revert "coresight: Make sysfs functional on topologies with per core sink"Sasha Levin
2020-11-05coresight: Make sysfs functional on topologies with per core sinkLinu Cherian
2020-10-29coresight: etm: perf: Fix warning caused by etm_setup_aux failureTingwei Zhang
2020-10-29coresight: etm4x: Handle unreachable sink in perf modeSuzuki K Poulose
2020-10-01coresight: etm4x: Fix use-after-free of per-cpu etm drvdataSuzuki K Poulose
2020-08-19coresight: tmc: Fix TMC mode read in tmc_read_unprepare_etb()Sai Prakash Ranjan
2020-06-24coresight: tmc: Fix TMC mode read in tmc_read_prepare_etb()Sai Prakash Ranjan
2019-12-17coresight: Serialize enabling/disabling a link device.Yabin Cui
2019-12-13coresight: etm4x: Fix input validation for sysfs.Mike Leach
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds
2019-09-03coresight: tmc-etr: Add barrier packets when moving offset forwardMathieu Poirier
2019-09-03coresight: tmc-etr: Decouple buffer sync and barrier packet insertionMathieu Poirier
2019-09-03coresight: tmc: Make memory width mask computation into a functionMathieu Poirier
2019-09-03coresight: tmc-etr: Fix perf_data checkYabin Cui
2019-09-03coresight: tmc-etr: Fix updating buffer in not-snapshot mode.Yabin Cui
2019-09-03coresight: etm4x: improve clarity of etm4_os_unlock commentAndrew Murray
2019-09-03coresight: etm4x: use module_param instead of module_param_namedAndrew Murray
2019-09-03coresight: etm4x: Use explicit barriers on enable/disableAndrew Murray
2019-09-03coresight: etm4x: Remove superfluous setting of os_unlockAndrew Murray
2019-09-03coresight: acpi: Static funnel supportSuzuki K Poulose
2019-09-03coresight: Convert pr_warn to dev_warn for obsolete bindingsSuzuki K Poulose
2019-09-03coresight: tmc-etr: Check if non-secure access is enabledSuzuki K Poulose
2019-09-03coresight: tmc-etr: Handle memory errorsSuzuki K Poulose
2019-09-03coresight: etr_buf: Consolidate refcount initializationSuzuki K Poulose
2019-09-03coresight: cpu-debug: Add support for Qualcomm KryoSai Prakash Ranjan
2019-09-03coresight: etm4x: Add ETM PIDs for SDM845 and MSM8996Sai Prakash Ranjan
2019-09-03coresight: etm4x: Two function calls lessMarkus Elfring
2019-08-01coresight: Fix DEBUG_LOCKS_WARN_ON for uninitialized attributeSuzuki K Poulose
2019-07-31docs: fix a couple of new broken referencesMauro Carvalho Chehab
2019-07-30drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose
2019-07-12coresight: Make the coresight_device_fwnode_match declaration's fwnode parame...Nathan Chancellor
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-04coresight: Do not default to CPU0 for missing CPU phandleSai Prakash Ranjan
2019-07-03coresight: tmc: Smatch: Fix potential NULL pointer dereferenceSuzuki K Poulose
2019-07-03coresight: etm3x: Smatch: Fix potential NULL pointer dereferenceSuzuki K Poulose
2019-07-03coresight: Potential uninitialized variable in probe()Dan Carpenter
2019-07-03coresight: etb10: Do not call smp_processor_id from preemptibleSuzuki K Poulose
2019-07-03coresight: tmc-etf: Do not call smp_processor_id from preemptibleSuzuki K Poulose
2019-07-03coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from preempt...Suzuki K Poulose
2019-07-03coresight: tmc-etr: Do not call smp_processor_id() from preemptibleSuzuki K Poulose
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose
2019-06-21coresight: cpu-debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman