| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-02 | greybus: gb-beagleplay: bound bootloader receive buffering | Pengpeng Hou | 1 | -0/+7 |
| 2026-04-02 | greybus: gb-beagleplay: propagate hdlc_tx_frames() errors to callers | Weigang He | 1 | -20/+44 |
| 2026-04-02 | greybus: gb-beagleplay: fix sleep in atomic context in hdlc_tx_frames() | Weigang He | 1 | -16/+89 |
| 2026-04-02 | greybus: es2: drop redundant device reference | Johan Hovold | 1 | -9/+2 |
| 2026-04-02 | greybus: beagleplay: bound bootloader RX buffer copy | Pengpeng Hou | 1 | -0/+6 |
| 2026-04-02 | greybus: svc: use kzalloc_flex | Rosen Penev | 1 | -3/+2 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 2 | -4/+2 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 8 | -12/+12 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 9 | -18/+17 |
| 2026-01-16 | greybus: Use bus methods for .probe() and .remove() | Uwe Kleine-König | 1 | -12/+10 |
| 2025-11-26 | greybus: gb-beagleplay: Fix timeout handling in bootloader functions | Haotian Zhang | 1 | -6/+6 |
| 2025-11-26 | greybus: add WQ_PERCPU to alloc_workqueue users | Marco Crivellari | 1 | -1/+1 |
| 2025-08-19 | greybus: svc: use string choice helpers instead of ternary operator | Nai-Chen Cheng | 1 | -1/+2 |
| 2025-07-01 | greybus: gb-beagleplay: remove unneeded calls to devm_gpiod_put() | Bartosz Golaszewski | 1 | -17/+8 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+2 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2025-02-20 | greybus: gb-beagleplay: Add error handling for gb_greybus_init | Wentao Liang | 1 | -1/+3 |
| 2024-11-05 | greybus: Fix a typo | Christophe JAILLET | 1 | -1/+1 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 2 | -2/+2 |
| 2024-09-12 | greybus: gb-beagleplay: Add firmware upload API | Ayush Singh | 2 | -13/+647 |
| 2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
| 2024-07-03 | greybus: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 2 | -0/+2 |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -2/+2 |
| 2024-05-04 | greybus: Fix use-after-free bug in gb_interface_release due to race condition. | Sicong Huang | 1 | -0/+1 |
| 2024-03-21 | Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 8 | -24/+53 |
| 2024-03-07 | greybus: move is_gb_* functions out of greybus.h | Ricardo B. Marliere | 1 | -0/+30 |
| 2024-03-07 | greybus: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 3 | -17/+16 |
| 2024-03-06 | greybus: constify the struct device_type usage | Ricardo B. Marliere | 6 | -6/+6 |
| 2024-03-06 | greybus: make greybus_bus_type const | Greg Kroah-Hartman | 1 | -1/+1 |
| 2024-01-27 | treewide, serdev: change receive_buf() return type to size_t | Francesco Dolcini | 1 | -3/+3 |
| 2024-01-18 | Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -2/+3 |
| 2023-12-17 | greybus: gb-beagleplay: Remove use of pad bytes | Ayush Singh | 1 | -15/+43 |
| 2023-12-11 | Merge 6.7-rc5 into tty-next | Greg Kroah-Hartman | 1 | -0/+1 |
| 2023-12-08 | tty: serdev: convert to u8 and size_t | Jiri Slaby (SUSE) | 1 | -2/+3 |
| 2023-12-05 | Revert "greybus: gb-beagleplay: Ensure le for values in transport" | Greg Kroah-Hartman | 1 | -5/+4 |
| 2023-12-04 | greybus: gb-beagleplay: Ensure le for values in transport | Ayush Singh | 1 | -4/+5 |
| 2023-12-04 | greybus: BeaglePlay driver needs CRC_CCITT | Randy Dunlap | 1 | -0/+1 |
| 2023-10-27 | greybus: Add BeaglePlay Linux Driver | Ayush Singh | 3 | -0/+513 |
| 2023-05-08 | greybus: Use alloc_ordered_workqueue() to create ordered workqueues | Tejun Heo | 2 | -3/+3 |
| 2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -7/+7 |
| 2022-11-10 | greybus: svc: Use kstrtobool() instead of strtobool() | Christophe JAILLET | 1 | -1/+2 |
| 2022-02-04 | greybus: svc: clean up link configuration hack at hello | Johan Hovold | 1 | -5/+8 |
| 2022-02-04 | greybus: svc: clean up hello error path | Johan Hovold | 1 | -2/+3 |
| 2022-02-04 | greybus: svc: fix an error handling bug in gb_svc_hello() | Dan Carpenter | 1 | -1/+7 |
| 2021-12-21 | greybus: es2: fix typo in a comment | Jason Wang | 1 | -1/+1 |
| 2021-04-16 | greybus: es2: fix kernel-doc warnings | Randy Dunlap | 1 | -3/+3 |
| 2021-04-02 | greybus: remove stray nul byte in apb_log_enable_read output | Rasmus Villemoes | 1 | -1/+1 |
| 2021-01-26 | greybus: es2: drop short control-transfer checks | Johan Hovold | 1 | -7/+2 |
| 2021-01-05 | greybus: remove h from printk format specifier | Tom Rix | 1 | -3/+3 |
| 2020-09-04 | drivers/greybus: Use kobj_to_dev() | Wang Qing | 1 | -3/+3 |
| 2020-07-29 | greybus: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2 | -2/+2 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -2/+2 |
| 2020-05-13 | greybus: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-04-29 | greybus: fix typos in GREYBUS/GREYBUS_ES2 help text | Zenyu Sy | 1 | -3/+3 |
| 2019-10-10 | greybus: remove excessive check in gb_connection_hd_cport_quiesce() | Denis Efremov | 1 | -3/+0 |
| 2019-08-27 | staging: greybus: move es2 to drivers/greybus/ | Greg Kroah-Hartman | 4 | -0/+1551 |
| 2019-08-27 | staging: greybus: move the greybus core to drivers/greybus | Greg Kroah-Hartman | 15 | -0/+7839 |