summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/stm
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-8/+8
2026-01-16stm class: Kconfig: correct symbol nameRandy Dunlap-2/+2
2025-02-18stm class: heartbeat: Switch to use hrtimer_setup()Nam Cao-4/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-05-04stm class: sys-t: Improve ftrace source handlingMikhail Lappo-7/+83
2024-05-04stm class: Propagate source type to protocolsMikhail Lappo-7/+9
2024-05-04stm class: Add source typeMikhail Lappo-0/+3
2024-05-04stm class: Fix a double free in stm_register_device()Dan Carpenter-5/+6
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-1/+1
2023-02-02drivers/hwtracing/stm: Remove "select SRCU"Paul E. McKenney-1/+0
2021-04-16stm class: Use correct UUID APIsAndy Shevchenko-2/+4
2021-04-16stm class: Remove an unused functionJiapeng Chong-5/+0
2021-01-21stm class: Fix module init return on allocation failureWang Hui-2/+4
2020-10-05stm class: ftrace: Use different channel accroding to CPUTingwei Zhang-1/+4
2020-10-05stm class: ftrace: Enable supported trace export flagTingwei Zhang-0/+2
2020-10-05stm class: ftrace: Change dependency to TRACINGTingwei Zhang-1/+1
2020-06-15stm class: Replace zero-length array with flexible-arrayGustavo A. R. Silva-3/+3
2020-03-18stm class: sys-t: Fix the use of time_after()Alexander Shishkin-3/+3
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds-11/+1
2019-11-14stm class: Lose the protocol driver when dropping its referenceAlexander Shishkin-0/+4
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann-11/+1
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+1
2019-08-28stm class: Fix a double free of stm_source_deviceDing Xiang-1/+0
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose-8/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-04-25stm class: Fix channel bitmap on 32-bit systemsAlexander Shishkin-4/+3
2019-04-25stm class: Fix channel free in stm output free pathTingwei Zhang-1/+1
2019-02-21stm class: Prevent division by zeroAlexander Shishkin-3/+5
2019-02-21stm class: Fix an endless loop in channel allocationZhi Jin-0/+3
2018-12-19stm class: Fix a module refcount leak in policy creation error pathAlexander Shishkin-5/+7
2018-10-11stm class: Use memcat_p()Alexander Shishkin-28/+1
2018-10-11stm class: heartbeat: Fix whitespaceAlexander Shishkin-1/+1
2018-10-11stm class: p_sys-t: Add support for CLOCKSYNC packetsAlexander Shishkin-0/+80
2018-10-11stm class: Add MIPI SyS-T protocol supportAlexander Shishkin-0/+318
2018-10-11stm class: Switch over to the protocol driverAlexander Shishkin-16/+21
2018-10-11stm class: Factor out default framing protocolAlexander Shishkin-0/+67
2018-10-11stm class: Add a helper for writing data packetsAlexander Shishkin-13/+41
2018-10-11stm class: Introduce framing protocol driversAlexander Shishkin-18/+318
2018-10-11stm class: Clean up stp_configfs_initAlexander Shishkin-5/+1
2018-10-11stm class: Clarify configfs root type/operations namesAlexander Shishkin-6/+6
2018-10-11stm class: Rework policy node fallbackAlexander Shishkin-44/+55
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-9/+1
2018-05-26hwtracing: stm: fix build error on some archesGreg Kroah-Hartman-0/+1
2018-05-25stm class: Use vmalloc for the master mapAlexander Shishkin-3/+3
2018-05-14coresight: Moving framework and drivers to SPDX identifierMathieu Poirier-9/+1
2018-03-28stm class: Make dummy's master/channel ranges configurableAlexander Shishkin-3/+21
2018-03-28stm class: Add SPDX GPL-2.0 header to replace GPLv2 boilerplateAlexander Shishkin-54/+6
2017-12-04tracing: Pass export pointer as argument to ->write()Felipe Balbi-2/+4