index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
greybus
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-13
treewide: Use array_size() in vmalloc()
Kees Cook
1
-2
/
+3
2018-06-13
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-1
/
+1
2018-06-09
Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-24
/
+17
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
1
-2
/
+2
2018-06-01
staging: greybus: camera: no need to check debugfs return values
Greg Kroah-Hartman
1
-14
/
+3
2018-05-25
staging: greybus: fix spelling mistake: "Inavlid" -> "Invalid"
Colin Ian King
1
-1
/
+1
2018-05-07
staging: greybus: Remove unused local variable
Nathan Chancellor
1
-3
/
+0
2018-04-29
staging: greybus: Use gpio_is_valid()
Arvind Yadav
1
-3
/
+3
2018-04-23
staging: greybus: simplify getting .drvdata
Wolfram Sang
1
-2
/
+1
2018-04-23
staging: greybus: Fix warning to limit chars per line
Gaurav Dhingra
1
-1
/
+4
2018-04-23
staging: greybus: Add TODO file with GPIO work items
Linus Walleij
1
-0
/
+5
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2018-01-22
staging: greybus: audio_codec.h Fix alignment should match open parenthesis
Kamal Heib
1
-1
/
+1
2018-01-22
staging: greybus: audio_codec.h: Prefer kernel type 'u32' over 'uint32_t'
Kamal Heib
1
-5
/
+5
2018-01-22
staging: greybus: audio_codec.c: Prefer kernel type 'u32' over 'uint32_t'
Kamal Heib
1
-3
/
+3
2018-01-22
staging: greybus: audio_codec.c: Logical continuations should be on the previ...
Kamal Heib
1
-2
/
+2
2018-01-22
staging: greybus: audio_codec.c: Space required around ':'
Kamal Heib
1
-2
/
+2
2018-01-22
staging: greybus: audio_codec.c: Cleanup blank lines
Kamal Heib
1
-3
/
+0
2018-01-22
staging: greybus: audio_codec.c: Fix alignment should match open parenthesis
Kamal Heib
1
-3
/
+3
2018-01-22
staging: greybus: authentication.c: Fix alignment should match open parenthesis
Kamal Heib
1
-1
/
+1
2018-01-09
Staging: greybus: camera: cleanup multiple checks for null pointers
Sumit Pundir
1
-8
/
+8
2017-12-19
staging: greybus: arche-platform.c: Fix alignment should match open parenthesis
Kamal Heib
1
-9
/
+12
2017-12-19
staging: greybus: arche-apb-ctrl.c: Fix alignment should match open parenthesis
Kamal Heib
1
-19
/
+20
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-4
/
+3
2017-11-14
Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
74
-324
/
+148
2017-11-11
staging: greybus: Remove redundant license text
Greg Kroah-Hartman
63
-127
/
+0
2017-11-11
staging: greybus: add SPDX identifiers to all greybus driver files
Greg Kroah-Hartman
74
-0
/
+74
2017-11-06
staging: greybus: loopback: convert loopback to use generic async operations
Bryan O'Donoghue
1
-139
/
+29
2017-11-06
staging: greybus: operation: add private data with get/set accessors
Bryan O'Donoghue
1
-0
/
+13
2017-11-06
staging: greybus: loopback: Fix iteration count on async path
Bryan O'Donoghue
1
-1
/
+3
2017-11-06
staging: greybus: loopback: Hold per-connection mutex across operations
Bryan O'Donoghue
1
-3
/
+1
2017-11-06
staging: greybus/loopback: use ktime_get() for time intervals
Arnd Bergmann
1
-24
/
+18
2017-11-03
staging: greybus: remove unused kfifo_ts
Arnd Bergmann
1
-24
/
+3
2017-11-02
staging: greybus: spilib: fix use-after-free after deregistration
Johan Hovold
1
-3
/
+5
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
3
-0
/
+3
2017-10-18
greybus: audio: don't inclide rwlock.h directly.
Sebastian Andrzej Siewior
1
-1
/
+1
2017-10-18
staging: greybus: mark expected switch fall-through in check_urb_status
Gustavo A. R. Silva
1
-0
/
+1
2017-09-29
staging: greybus: light: remove unnecessary error check
Arvind Yadav
1
-5
/
+1
2017-09-29
staging: greybus: light: Release memory obtained by kasprintf
Arvind Yadav
1
-0
/
+2
2017-09-07
Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
1
-22
/
+24
2017-08-27
media: v4l2-flash-led-class: Create separate sub-devices for indicators
Sakari Ailus
1
-5
/
+18
2017-08-27
media: staging: greybus: light: fix memory leak in v4l2 register
Rui Miguel Silva
1
-20
/
+9
2017-08-23
staging: greybus: audio: constify snd_soc_dai_ops structures
Arvind Yadav
1
-1
/
+1
2017-08-23
Staging: greybus: Fix spelling error in comment
Eames Trinh
1
-1
/
+1
2017-08-20
Staging: greybus: vibrator.c: Fixed alignment to match open parenthesis.
Srishti Sharma
1
-4
/
+4
2017-08-20
staging: greybus: make device_type const
Bhumika Goyal
1
-1
/
+1
2017-08-19
Staging: greybus: Match alignment with open parenthesis.
Shreeya Patel
1
-19
/
+16
2017-07-30
greybus: usb: constify hc_driver structures
Julia Lawall
1
-1
/
+1
2017-07-28
staging: greybus: Fix coding style issue for column width
Deb McLemore
1
-1
/
+2
2017-07-28
staging: greybus: Remove unnecessary platform_set_drvdata
Amitoj Kaur Chawla
1
-1
/
+0
[next]