summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/stm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
|\
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
* | drivers/hwtracing/stm: Remove "select SRCU"Paul E. McKenney2023-02-021-1/+0
|/
* stm class: Use correct UUID APIsAndy Shevchenko2021-04-161-2/+4
* stm class: Remove an unused functionJiapeng Chong2021-04-161-5/+0
* stm class: Fix module init return on allocation failureWang Hui2021-01-211-2/+4
* stm class: ftrace: Use different channel accroding to CPUTingwei Zhang2020-10-051-1/+4
* stm class: ftrace: Enable supported trace export flagTingwei Zhang2020-10-051-0/+2
* stm class: ftrace: Change dependency to TRACINGTingwei Zhang2020-10-051-1/+1
* stm class: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-152-3/+3
* stm class: sys-t: Fix the use of time_after()Alexander Shishkin2020-03-181-3/+3
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-11/+1
|\
| * compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-11/+1
* | stm class: Lose the protocol driver when dropping its referenceAlexander Shishkin2019-11-141-0/+4
|/
* Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-171-8/+1
|\
| * drivers: Introduce device lookup variants by nameSuzuki K Poulose2019-07-301-8/+1
* | stm class: Fix a double free of stm_source_deviceDing Xiang2019-08-281-1/+0
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* stm class: Fix channel bitmap on 32-bit systemsAlexander Shishkin2019-04-251-4/+3
* stm class: Fix channel free in stm output free pathTingwei Zhang2019-04-251-1/+1
* stm class: Prevent division by zeroAlexander Shishkin2019-02-211-3/+5
* stm class: Fix an endless loop in channel allocationZhi Jin2019-02-211-0/+3
* stm class: Fix a module refcount leak in policy creation error pathAlexander Shishkin2018-12-191-5/+7
* stm class: Use memcat_p()Alexander Shishkin2018-10-111-28/+1
* stm class: heartbeat: Fix whitespaceAlexander Shishkin2018-10-111-1/+1
* stm class: p_sys-t: Add support for CLOCKSYNC packetsAlexander Shishkin2018-10-111-0/+80
* stm class: Add MIPI SyS-T protocol supportAlexander Shishkin2018-10-113-0/+318
* stm class: Switch over to the protocol driverAlexander Shishkin2018-10-112-16/+21
* stm class: Factor out default framing protocolAlexander Shishkin2018-10-113-0/+67
* stm class: Add a helper for writing data packetsAlexander Shishkin2018-10-112-13/+41
* stm class: Introduce framing protocol driversAlexander Shishkin2018-10-113-18/+318
* stm class: Clean up stp_configfs_initAlexander Shishkin2018-10-111-5/+1
* stm class: Clarify configfs root type/operations namesAlexander Shishkin2018-10-111-6/+6
* stm class: Rework policy node fallbackAlexander Shishkin2018-10-113-44/+55
* Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-051-9/+1
|\
| * coresight: Moving framework and drivers to SPDX identifierMathieu Poirier2018-05-141-9/+1
* | hwtracing: stm: fix build error on some archesGreg Kroah-Hartman2018-05-261-0/+1
* | stm class: Use vmalloc for the master mapAlexander Shishkin2018-05-251-3/+3
|/
* stm class: Make dummy's master/channel ranges configurableAlexander Shishkin2018-03-281-3/+21
* stm class: Add SPDX GPL-2.0 header to replace GPLv2 boilerplateAlexander Shishkin2018-03-286-54/+6
* tracing: Pass export pointer as argument to ->write()Felipe Balbi2017-12-041-2/+4
* Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-141-5/+5
|\
| * stm class: make config_item_type constBhumika Goyal2017-10-191-5/+5
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* stm class: Fix a use-after-freeAlexander Shishkin2017-09-221-1/+1
* stm: Potential read overflow in stm_char_policy_set_ioctl()Dan Carpenter2017-08-251-1/+1
* Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2016-12-155-4/+105
|\
| * stm: Mark the functions of writing STM with notraceChunyan Zhang2016-11-221-3/+4
| * stm dummy: Mark dummy_stm_packet() with notraceChunyan Zhang2016-11-221-1/+1
| * stm class: ftrace: Add ftrace-export-over-stm driverChunyan Zhang2016-11-223-0/+100