Age | Commit message (Expand) | Author |
2022-04-12 | staging/most, dim2: convert dim2_tasklet to threaded irq | Davidlohr Bueso |
2022-03-28 | Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-03-18 | media: Kconfig: cleanup VIDEO_DEV dependencies | Mauro Carvalho Chehab |
2022-02-15 | staging: most: net: Make use of the helper macro LIST_HEAD() | Cai Huoqing |
2022-02-15 | staging: most: video: Make use of the helper macro LIST_HEAD() | Cai Huoqing |
2021-12-28 | staging: most: dim2: use consistent routine naming | Nikita Yushchenko |
2021-12-28 | staging: most: dim2: update renesas compatible string | Nikita Yushchenko |
2021-10-20 | staging: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski |
2021-10-13 | staging: most: dim2: use device release method | Nikita Yushchenko |
2021-10-13 | staging: most: dim2: do not double-register the same device | Nikita Yushchenko |
2021-09-28 | staging: most: dim2: use if statements instead of ?: expressions | Nikita Yushchenko |
2021-09-28 | staging: most: dim2: force fcnt=3 on Renesas GEN3 | Nikita Yushchenko |
2021-07-27 | staging/most: Remove all strcpy() uses in favor of strscpy() | Len Baker |
2021-05-10 | staging: most: dim2: hal: Demote non-conformant kernel-doc headers | Lee Jones |
2021-05-10 | staging: most: dim2: hal: Fix one kernel-doc header and demote two non-confor... | Lee Jones |
2021-05-10 | staging: most: i2c: Fix a little doc-rot | Lee Jones |
2021-05-10 | staging: most: dim2: Provide missing descriptions and fix doc-rot | Lee Jones |
2021-05-10 | staging: most: net: Fix some kernel-doc formatting issues | Lee Jones |
2021-03-23 | drivers: most: add ALSA sound driver | Christian Gromm |
2021-02-04 | staging: most: Switch from strlcpy to strscpy | Kumar Kartikeya Dwivedi |
2021-02-04 | staging: most: sound: use non-safe list iteration | Christian Gromm |
2021-02-04 | staging: most: sound: add sanity check for function argument | Christian Gromm |
2020-12-28 | staging: most: net: use DEFINE_MUTEX() for mutex lock | Zheng Yongjun |
2020-12-09 | staging: most: Fix spelling mistake "tranceiver" -> "transceiver" | Colin Ian King |
2020-11-06 | drivers: staging: most: use swabXX functions of kernel | Christian Gromm |
2020-09-07 | drivers: most: add character device interface driver | Christian Gromm |
2020-08-18 | staging: most: dim2: Add missing identifier name to function argument | NĂcolas F. R. A. Prado |
2020-08-06 | Merge tag 'staging-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-08-02 | staging: most: fix up movement of USB driver | Greg Kroah-Hartman |
2020-07-31 | drivers: most: add USB adapter driver | Christian Gromm |
2020-07-31 | staging: most: Use %pM format specifier for MAC addresses | Andy Shevchenko |
2020-07-30 | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() | Kees Cook |
2020-07-29 | staging: most: usb: remove NET dependency | Christian Gromm |
2020-06-25 | staging: most: sound: remove overcautious argument checking | Christian Gromm |
2020-06-25 | staging: most: sound: fix white spaces | Christian Gromm |
2020-06-25 | staging: most: sound: fix return values | Christian Gromm |
2020-06-25 | staging: most: sound: fix error path | Christian Gromm |
2020-06-25 | staging: most: sound: remove noisy log messages | Christian Gromm |
2020-06-25 | staging: most: cdev: simplify list iteration | Christian Gromm |
2020-06-25 | staging: most: cdev: fix return values | Christian Gromm |
2020-06-25 | staging: most: cdev: fix up parenthesizing | Christian Gromm |
2020-06-25 | staging: most: cdev: remove overcautious parameter checking | Christian Gromm |
2020-06-25 | staging: most: cdev: use dev_*() functions to print messages | Christian Gromm |
2020-06-25 | staging: most: cdev: remove noisy log messages | Christian Gromm |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-05-29 | staging: most: usb: init return value in default path of switch/case expression | Christian Gromm |
2020-05-27 | staging: most: usb: use function sysfs_streq | Christian Gromm |
2020-05-27 | staging: most: usb: add missing put_device calls | Christian Gromm |
2020-05-27 | staging: most: usb: use correct error codes | Christian Gromm |
2020-05-27 | staging: most: usb: replace code to calculate array index | Christian Gromm |