| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-02 | most: usb: Use kzalloc_objs for endpoint address array | Thorsten Blum | 1 | -4/+2 |
| 2026-04-02 | most: replace cdev_component->class with a const struct class | Jori Koolstra | 1 | -8/+12 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 5 | -15/+15 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 5 | -15/+15 |
| 2026-01-27 | most: core: fix leak on early registration failure | Johan Hovold | 1 | -2/+7 |
| 2025-12-23 | most: core: fix resource leak in most_register_interface error paths | Navaneeth K | 1 | -1/+5 |
| 2025-11-09 | most: usb: fix double free on late probe failure | Johan Hovold | 1 | -9/+5 |
| 2025-10-22 | most: usb: hdm_probe: Fix calling put_device() before device initialization | Victoria Votokina | 1 | -1/+1 |
| 2025-10-22 | most: usb: Fix use-after-free in hdm_disconnect | Victoria Votokina | 1 | -7/+4 |
| 2025-08-19 | most: core: Drop device reference after usage in get_channel() | Miaoqian Lin | 1 | -1/+1 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -2/+2 |
| 2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2024-06-24 | most: remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 2 | -8/+8 |
| 2024-03-07 | most: core: make mostbus const | Ricardo B. Marliere | 1 | -1/+1 |
| 2023-06-01 | staging: most: Replace all non-returning strlcpy with strscpy | Azeem Shaikh | 1 | -4/+4 |
| 2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-01-19 | most: tell what the MOST acronym means | Randy Dunlap | 1 | -1/+1 |
| 2023-01-19 | most: fix kernel-doc warnings | Randy Dunlap | 3 | -9/+12 |
| 2021-11-26 | most: usb: replace snprintf in show functions with sysfs_emit | Jing Yao | 1 | -2/+2 |
| 2021-10-26 | most: fix control-message timeouts | Johan Hovold | 1 | -2/+3 |
| 2021-07-21 | MOST: cdev: rename 'mod_init' & 'mod_exit' functions to be module-specific | Randy Dunlap | 1 | -4/+4 |
| 2021-04-26 | Merge tag 'staging-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -0/+756 |
| 2021-04-02 | drivers: most: use LIST_HEAD() for list_head | Shixin Liu | 1 | -2/+1 |
| 2021-04-02 | drivers: most: use DEFINE_SPINLOCK() for spinlock | Shixin Liu | 1 | -2/+1 |
| 2021-03-23 | drivers: most: add ALSA sound driver | Christian Gromm | 3 | -0/+756 |
| 2021-01-26 | most: core: Constify static attribute_group structs | Rikard Falkeborn | 1 | -3/+3 |
| 2020-09-07 | drivers: most: add character device interface driver | Christian Gromm | 3 | -0/+553 |
| 2020-07-31 | drivers: most: add USB adapter driver | Christian Gromm | 3 | -0/+1183 |
| 2020-06-25 | staging: most: avoid null pointer dereference when iface is null | Colin Ian King | 1 | -3/+1 |
| 2020-04-28 | most: core: use function subsys_initcall() | Christian Gromm | 1 | -1/+1 |
| 2020-03-24 | staging: most: move core files out of the staging area | Christian Gromm | 4 | -0/+2233 |