| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-05 | stm: replace deprecated mmap hook with mmap_prepare | Lorenzo Stoakes (Oracle) | 1 | -10/+21 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 2 | -4/+4 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 3 | -8/+8 |
| 2026-01-16 | stm class: Kconfig: correct symbol name | Randy Dunlap | 1 | -2/+2 |
| 2025-02-18 | stm class: heartbeat: Switch to use hrtimer_setup() | Nam Cao | 1 | -4/+2 |
| 2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 1 | -1/+0 |
| 2024-05-04 | stm class: sys-t: Improve ftrace source handling | Mikhail Lappo | 1 | -7/+83 |
| 2024-05-04 | stm class: Propagate source type to protocols | Mikhail Lappo | 4 | -7/+9 |
| 2024-05-04 | stm class: Add source type | Mikhail Lappo | 3 | -0/+3 |
| 2024-05-04 | stm class: Fix a double free in stm_register_device() | Dan Carpenter | 1 | -5/+6 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -1/+1 |
| 2023-02-02 | drivers/hwtracing/stm: Remove "select SRCU" | Paul E. McKenney | 1 | -1/+0 |
| 2021-04-16 | stm class: Use correct UUID APIs | Andy Shevchenko | 1 | -2/+4 |
| 2021-04-16 | stm class: Remove an unused function | Jiapeng Chong | 1 | -5/+0 |
| 2021-01-21 | stm class: Fix module init return on allocation failure | Wang Hui | 1 | -2/+4 |
| 2020-10-05 | stm class: ftrace: Use different channel accroding to CPU | Tingwei Zhang | 1 | -1/+4 |
| 2020-10-05 | stm class: ftrace: Enable supported trace export flag | Tingwei Zhang | 1 | -0/+2 |
| 2020-10-05 | stm class: ftrace: Change dependency to TRACING | Tingwei Zhang | 1 | -1/+1 |
| 2020-06-15 | stm class: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2 | -3/+3 |
| 2020-03-18 | stm class: sys-t: Fix the use of time_after() | Alexander Shishkin | 1 | -3/+3 |
| 2019-12-01 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -11/+1 |
| 2019-11-14 | stm class: Lose the protocol driver when dropping its reference | Alexander Shishkin | 1 | -0/+4 |
| 2019-10-23 | compat_ioctl: move drivers to compat_ptr_ioctl | Arnd Bergmann | 1 | -11/+1 |
| 2019-09-17 | Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -8/+1 |
| 2019-08-28 | stm class: Fix a double free of stm_source_device | Ding Xiang | 1 | -1/+0 |
| 2019-07-30 | drivers: Introduce device lookup variants by name | Suzuki K Poulose | 1 | -8/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-04-25 | stm class: Fix channel bitmap on 32-bit systems | Alexander Shishkin | 1 | -4/+3 |
| 2019-04-25 | stm class: Fix channel free in stm output free path | Tingwei Zhang | 1 | -1/+1 |
| 2019-02-21 | stm class: Prevent division by zero | Alexander Shishkin | 1 | -3/+5 |
| 2019-02-21 | stm class: Fix an endless loop in channel allocation | Zhi Jin | 1 | -0/+3 |
| 2018-12-19 | stm class: Fix a module refcount leak in policy creation error path | Alexander Shishkin | 1 | -5/+7 |
| 2018-10-11 | stm class: Use memcat_p() | Alexander Shishkin | 1 | -28/+1 |
| 2018-10-11 | stm class: heartbeat: Fix whitespace | Alexander Shishkin | 1 | -1/+1 |
| 2018-10-11 | stm class: p_sys-t: Add support for CLOCKSYNC packets | Alexander Shishkin | 1 | -0/+80 |
| 2018-10-11 | stm class: Add MIPI SyS-T protocol support | Alexander Shishkin | 3 | -0/+318 |
| 2018-10-11 | stm class: Switch over to the protocol driver | Alexander Shishkin | 2 | -16/+21 |
| 2018-10-11 | stm class: Factor out default framing protocol | Alexander Shishkin | 3 | -0/+67 |
| 2018-10-11 | stm class: Add a helper for writing data packets | Alexander Shishkin | 2 | -13/+41 |
| 2018-10-11 | stm class: Introduce framing protocol drivers | Alexander Shishkin | 3 | -18/+318 |
| 2018-10-11 | stm class: Clean up stp_configfs_init | Alexander Shishkin | 1 | -5/+1 |
| 2018-10-11 | stm class: Clarify configfs root type/operations names | Alexander Shishkin | 1 | -6/+6 |
| 2018-10-11 | stm class: Rework policy node fallback | Alexander Shishkin | 3 | -44/+55 |
| 2018-06-05 | Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -9/+1 |
| 2018-05-26 | hwtracing: stm: fix build error on some arches | Greg Kroah-Hartman | 1 | -0/+1 |
| 2018-05-25 | stm class: Use vmalloc for the master map | Alexander Shishkin | 1 | -3/+3 |
| 2018-05-14 | coresight: Moving framework and drivers to SPDX identifier | Mathieu Poirier | 1 | -9/+1 |
| 2018-03-28 | stm class: Make dummy's master/channel ranges configurable | Alexander Shishkin | 1 | -3/+21 |
| 2018-03-28 | stm class: Add SPDX GPL-2.0 header to replace GPLv2 boilerplate | Alexander Shishkin | 6 | -54/+6 |
| 2017-12-04 | tracing: Pass export pointer as argument to ->write() | Felipe Balbi | 1 | -2/+4 |
| 2017-11-14 | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs | Linus Torvalds | 1 | -5/+5 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-19 | stm class: make config_item_type const | Bhumika Goyal | 1 | -5/+5 |
| 2017-09-22 | stm class: Fix a use-after-free | Alexander Shishkin | 1 | -1/+1 |
| 2017-08-25 | stm: Potential read overflow in stm_char_policy_set_ioctl() | Dan Carpenter | 1 | -1/+1 |
| 2016-12-15 | Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 5 | -4/+105 |
| 2016-11-22 | stm: Mark the functions of writing STM with notrace | Chunyan Zhang | 1 | -3/+4 |
| 2016-11-22 | stm dummy: Mark dummy_stm_packet() with notrace | Chunyan Zhang | 1 | -1/+1 |
| 2016-11-22 | stm class: ftrace: Add ftrace-export-over-stm driver | Chunyan Zhang | 3 | -0/+100 |
| 2016-11-18 | stm class: Fix device leak in open error path | Johan Hovold | 1 | -3/+5 |
| 2016-07-01 | stm class: Add runtime power management handling | Alexander Shishkin | 1 | -0/+52 |
| 2016-05-03 | stm class: Support devices that override software assigned masters | Alexander Shishkin | 1 | -0/+15 |
| 2016-04-08 | stm class: Remove unnecessary pointer increment | Alexander Shishkin | 1 | -1/+1 |
| 2016-04-08 | stm class: Fix stm device initialization order | Alexander Shishkin | 1 | -8/+9 |
| 2016-04-08 | stm class: Do not leak the chrdev in error path | Alexander Shishkin | 1 | -0/+2 |
| 2016-04-08 | stm class: Remove a pointless line | Alexander Shishkin | 1 | -2/+0 |
| 2016-04-08 | stm class: stm_heartbeat: Make nr_devs parameter read-only | Alexander Shishkin | 1 | -9/+5 |
| 2016-04-08 | stm class: dummy_stm: Make nr_dummies parameter read-only | Alexander Shishkin | 1 | -9/+5 |
| 2016-04-08 | stm class: Fix integer boundary checks for master range | Chunyan Zhang | 1 | -2/+1 |
| 2016-02-20 | stm class: dummy_stm: Add link callback for fault injection | Alexander Shishkin | 1 | -0/+14 |
| 2016-02-20 | stm class: Plug stm device's unlink callback | Alexander Shishkin | 1 | -4/+19 |
| 2016-02-20 | stm class: Fix a race in unlinking | Alexander Shishkin | 1 | -12/+42 |
| 2016-02-20 | stm class: Fix unbalanced module/device refcounting | Alexander Shishkin | 1 | -6/+14 |
| 2016-02-20 | stm class: Guard output assignment against concurrency | Alexander Shishkin | 2 | -0/+18 |
| 2016-02-20 | stm class: Fix unlocking braino in the error path | Alexander Shishkin | 1 | -4/+3 |
| 2016-02-20 | stm class: Add heartbeat stm source device | Alexander Shishkin | 3 | -0/+143 |
| 2016-02-20 | stm class: dummy_stm: Create multiple devices | Alexander Shishkin | 1 | -9/+48 |
| 2016-02-20 | stm class: Support devices with multiple instances | Alexander Shishkin | 1 | -3/+4 |
| 2016-02-20 | stm class: Use driver's packet callback return value | Alexander Shishkin | 1 | -7/+12 |
| 2016-02-20 | stm class: Fix master deallocation in device unregistering | Chunyan Zhang | 1 | -1/+1 |
| 2016-02-20 | stm class: Use a signed return type for stm_find_master_chan | Lucas Tanure | 1 | -2/+2 |
| 2016-02-07 | stm class: Prevent user-controllable allocations | Alexander Shishkin | 1 | -0/+3 |
| 2016-02-07 | stm class: Fix an off-by-one in master array allocation | Chunyan Zhang | 1 | -1/+1 |
| 2016-02-07 | stm class: Fix link list locking | Alexander Shishkin | 2 | -9/+30 |
| 2016-02-07 | stm class: Fix locking in unbinding policy path | Alexander Shishkin | 1 | -3/+15 |
| 2016-02-07 | stm class: Select CONFIG_SRCU | Arnd Bergmann | 1 | -0/+1 |
| 2016-02-07 | stm class: Hide STM-specific options if STM is disabled | Geert Uytterhoeven | 1 | -0/+4 |
| 2015-11-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -81/+24 |
| 2015-10-16 | stm class: Select configfs | Alexander Shishkin | 1 | -0/+1 |
| 2015-10-10 | stm class: Mark src::link __rcu | Alexander Shishkin | 2 | -4/+7 |
| 2015-10-04 | stm class: stm_console: Add kernel-console-over-stm driver | Alexander Shishkin | 3 | -0/+93 |
| 2015-10-04 | stm class: dummy_stm: Add dummy driver for testing stm class | Alexander Shishkin | 3 | -0/+76 |
| 2015-10-04 | stm class: Introduce an abstraction for System Trace Module devices | Alexander Shishkin | 5 | -0/+1656 |