index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
vc04_services
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-18
Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-77
/
+72
2018-07-24
staging: bcm2835-camera: fix timeout handling in wait_for_completion_timeout
Nicholas Mc Guire
1
-5
/
+6
2018-07-24
staging: bcm2835-camera: handle wait_for_completion_timeout return properly
Nicholas Mc Guire
1
-3
/
+4
2018-07-13
staging: bcm2835-audio: Don't leak workqueue if open fails
Tuomas Tynkkynen
1
-6
/
+10
2018-07-13
staging: bcm2835-audio: Check if workqueue allocation failed
Tuomas Tynkkynen
1
-61
/
+50
2018-07-04
media: staging: bcm2835-camera: Provide lock for vb2_queue
Ezequiel Garcia
1
-19
/
+5
2018-06-17
staging: vc04_services: make a couple of pointers static
Colin Ian King
1
-2
/
+2
2018-06-01
staging: vc04_services: no need to save the log debufs dentries
Greg Kroah-Hartman
1
-19
/
+10
2018-06-01
staging: vc04_services: vchiq_debugfs_log_entry can be a void *
Greg Kroah-Hartman
1
-4
/
+4
2018-06-01
staging: vc04_services: remove struct vchiq_debugfs_info
Greg Kroah-Hartman
1
-13
/
+1
2018-06-01
staging: vc04_services: move client dbg directory into static variable
Greg Kroah-Hartman
1
-14
/
+4
2018-06-01
staging: vc04_services: remove odd vchiq_debugfs_top() wrapper
Greg Kroah-Hartman
1
-16
/
+8
2018-06-01
staging: vc04_services: no need to check debugfs return values
Greg Kroah-Hartman
3
-74
/
+15
2018-05-14
staging: bcm2835: Use BIT_ULL macro
Kilian Köppchen
1
-1
/
+1
2018-05-14
staging: bcm2835-camera: Replace open-coded idr with a struct idr.
Eric Anholt
1
-104
/
+31
2018-05-14
staging: bcm2835-camera: Fix module section mismatch warnings.
Eric Anholt
1
-4
/
+4
2018-05-11
staging: bcm2835: Fix mmal_port_parameter_get() signed/unsigned warnings.
Eric Anholt
1
-3
/
+3
2018-05-11
staging: bcm2835: Remove dead code related to framerate.
Eric Anholt
1
-5
/
+0
2018-05-11
staging: bcm2835-camera: Fix warnings about string ops on v4l2 uapi.
Eric Anholt
1
-6
/
+6
2018-05-11
staging: bcm2835-camera: Fix indentation of tables
Dave Stevenson
1
-150
/
+139
2018-05-11
staging: bcm2835-camera: Fix comment typos.
Dave Stevenson
1
-1
/
+1
2018-05-11
staging: bcm2835-camera: Replace BUG_ON with return error
Dave Stevenson
1
-3
/
+4
2018-05-11
staging: bcm2835-camera: Move struct vchiq_mmal_rect
Dave Stevenson
2
-8
/
+8
2018-05-11
staging: bcm2835-camera: Add multiple include protection
Dave Stevenson
1
-0
/
+5
2018-05-11
staging: bcm2835-camera: Remove V4L2/MMAL buffer remapping
Dave Stevenson
2
-87
/
+29
2018-05-11
staging: bcm2835-camera: Match MMAL buffer count to V4L2.
Dave Stevenson
3
-26
/
+5
2018-05-11
staging: bcm2835-camera: Remove bulk_mutex as it is not required
Dave Stevenson
1
-47
/
+1
2018-05-11
staging: bcm2835-camera: Allocate context once per buffer
Dave Stevenson
4
-13
/
+62
2018-05-11
staging: bcm2835-camera: Skip ISP pass to eliminate padding.
Dave Stevenson
2
-12
/
+35
2018-05-11
staging/bcm2835-camera: Set ourselves up as a platform driver.
Eric Anholt
2
-15
/
+14
2018-05-11
staging/vc04_services: Register a platform device for the camera driver.
Eric Anholt
1
-0
/
+6
2018-05-06
staging: vc04_services: Remove stack hog issue from TODO
Stefan Wahren
1
-7
/
+2
2018-05-06
staging: vchiq_shim: Remove unnecessary break
Stefan Wahren
1
-1
/
+0
2018-05-06
staging: vchiq_arm: remove unnecessary return
Stefan Wahren
1
-1
/
+0
2018-05-06
staging: vchiq_2835_arm: Fix whitespace issue in create_pagelist
Stefan Wahren
1
-1
/
+1
2018-05-06
staging: vc04_services: Remove defines from Makefile
Stefan Wahren
2
-3
/
+1
2018-05-06
staging: vchiq_arm: Make index variable more self-explaining
Stefan Wahren
1
-8
/
+8
2018-05-06
staging: vchiq_arm: Rework second abort criterion
Stefan Wahren
1
-2
/
+5
2018-05-06
staging: vchiq_arm: Clear VLA warning
Stefan Wahren
1
-9
/
+16
2018-05-06
staging: vchiq_arm: print real dump limit
Stefan Wahren
1
-2
/
+1
2018-04-29
staging: bcm2835-audio: Disconnect and free vchi_instance on module_exit()
Kirill Marinushkin
3
-28
/
+91
2018-04-23
staging: vc04_services: Remove depends on HAS_DMA in case of platform dependency
Geert Uytterhoeven
1
-1
/
+0
2018-04-23
staging: vchiq_core: Free kthreads in error case
Stefan Wahren
1
-2
/
+9
2018-04-23
staging: vchiq_core: Move all wake-ups to one point
Stefan Wahren
1
-2
/
+3
2018-04-23
staging: vchiq_arm: Avoid long udelay
Stefan Wahren
1
-1
/
+1
2018-04-23
staging: vchiq_arm: Fix multiline dereferences
Stefan Wahren
1
-5
/
+6
2018-04-23
staging: vc04_services: Use __func__ macro
Stefan Wahren
3
-24
/
+24
2018-04-23
staging: vchiq_core: remove BITSET_ZERO
Stefan Wahren
1
-1
/
+0
2018-04-23
staging: vchiq_core: Remove stackhog in process_free_queue
Stefan Wahren
1
-4
/
+12
2018-04-23
staging: vchiq_core: Fix missing semaphore release in error case
Stefan Wahren
1
-0
/
+1
[next]