index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
greybus
Age
Commit message (
Expand
)
Author
Lines
2026-03-31
staging: greybus: audio: fix error message for BTN_3 button
Haoyu Lu
-1
/
+1
2026-03-31
greybus: raw: fix use-after-free if write is called after disconnect
Damien Riégel
-2
/
+21
2026-03-31
greybus: raw: fix use-after-free on cdev close
Damien Riégel
-35
/
+34
2026-03-18
staging: greybus: loopback: remove unused argument from macro
Giacomo Di Clerico
-2
/
+2
2026-03-18
staging: greybus: loopback: use sysfs_emit in sysfs show functions
Luis Soza Rodriguez
-7
/
+7
2026-03-09
staging: greybus: remove redundant 'int' from unsigned long long
Oskar Ray-Frayssinet
-1
/
+1
2026-03-09
staging: greybus: arche: use sysfs_emit() instead of sprintf()
Ruslan Valiyev
-5
/
+5
2026-03-09
staging: greybus: arche-platform: Use sysfs_emit instead of sprintf
Shubham Chakraborty
-5
/
+5
2026-02-25
staging: greybus: audio: drop stale TODO comment
Hardik Phalet
-1
/
+0
2026-02-25
staging: greybus: audio: remove unused gb_audio_manager_get_module()
Hardik Phalet
-19
/
+0
2026-02-25
staging: greybus: audio: Use sysfs_emit in show functions
Shubham Chakraborty
-6
/
+6
2026-02-23
staging: greybus: sdio: Remove double whitespace
Giorgi Tchankvetadze
-1
/
+1
2026-02-23
staging: greybus: Fix spelling mistake in Kconfig
Tomasz Unger
-1
/
+1
2026-02-23
staging: greybus: sdio: Fix typo in comment
Giorgi Tchankvetadze
-1
/
+1
2026-02-23
staging: greybus: pwm: Fix typo in comment
Giorgi Tchankvetadze
-1
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-2
/
+2
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-8
/
+4
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-25
/
+25
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-41
/
+39
2026-01-27
staging: greybus: remove completed GPIO conversion task from TODO
Archit Anant
-3
/
+0
2026-01-16
staging: greybus: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
-1
/
+1
2026-01-11
staging: greybus: lights: avoid NULL deref
Chaitanya Mishra
-2
/
+6
2026-01-11
staging: greybus: arche-platform: fix spelling mistake in comment
Holden Hsu
-1
/
+1
2026-01-11
staging: greybus: arche-platform: clarify TODO comment
Holden Hsu
-1
/
+1
2026-01-11
staging: greybus: gb-camera: fix configure_streams indentation
Zhan Xusheng
-2
/
+3
2026-01-11
staging: greybus: gb-camera: use BIT() macro for flags
Zhan Xusheng
-2
/
+2
2025-12-22
staging: greybus: Remove completed PWM TODO item.
Sammy Malik
-2
/
+0
2025-12-22
staging: greybus: arche-platform: fix OF populate on driver rebind
Johan Hovold
-10
/
+1
2025-12-22
staging: greybus: arche-platform: fix memleak on probe failure
Johan Hovold
-2
/
+3
2025-12-22
staging: greybus: arche-platform: fix coldboot probe error path
Johan Hovold
-3
/
+4
2025-12-17
staging: greybus: arche-apb-ctrl: switch to device_property_read_bool
Julio Cesar Carvalho de Paula Souza
-6
/
+7
2025-12-06
Merge tag 'staging-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-2
/
+6
2025-11-24
staging: greybus: uart: check return values during probe
Nirbhay Sharma
-2
/
+6
2025-11-17
ASoC: audio_topology: convert to snd_soc_dapm_xxx()
Kuninori Morimoto
-7
/
+7
2025-11-17
ASoC: audio_helper: convert to snd_soc_dapm_xxx()
Kuninori Morimoto
-4
/
+5
2025-11-17
ASoC: audio_codec: convert to snd_soc_dapm_xxx()
Kuninori Morimoto
-5
/
+11
2025-10-20
ASoC: greybus: use snd_kcontrol_chip() instead of snd_soc_kcontrol_component()
Kuninori Morimoto
-5
/
+5
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
-1
/
+1
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2025-07-29
Merge tag 'tty-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-6
/
+1
2025-07-16
staging: greybus: gbphy: fix up const issue with the match callback
Greg Kroah-Hartman
-3
/
+3
2025-07-15
staging: greybus: power_supply fix alignment
Akhil Varkey
-7
/
+7
2025-07-15
staging: greybus: Documentation: firmware: Move logical AND to previous line
Abhinav Krishna C K
-2
/
+2
2025-07-15
staging: greybus: Documentation: firmware.c: fix whitespace alignments
Simon Chopin
-12
/
+12
2025-07-09
debugfs_get_aux(): allow storing non-const void *
Al Viro
-1
/
+1
2025-06-19
staging: greybus: remove unnecessary GPIO line direction check
Bartosz Golaszewski
-6
/
+0
2025-06-17
tty: introduce and use tty_port_tty_vhangup() helper
Jiri Slaby (SUSE)
-6
/
+1
2025-04-15
staging: greybus: use new GPIO line value setter callbacks
Bartosz Golaszewski
-7
/
+9
2025-04-15
staging: greybus: Check for string truncation instead of NUL-termination
Thorsten Blum
-31
/
+17
[next]