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
2022-11-22
vc04_services: bcm2835-camera: Use bool values for mmal_fmt.remove_padding
Umang Jain
1
-15
/
+15
2022-11-22
vc04_services: mmal-vchiq: Use bool for vchiq_mmal_component.in_use
Umang Jain
2
-4
/
+4
2022-11-22
Revert "staging: mmal-vchiq: Avoid use of bool in structures"
Umang Jain
2
-8
/
+8
2022-06-27
staging: vchiq_arm: Add missing memory barrier comments
Phil Elwell
2
-0
/
+13
2022-06-20
staging: vchiq: provide testing instructions
Stefan Wahren
1
-0
/
+82
2022-06-06
staging: vchiq_arm: remove global 'vchiq_states' array
Adrien Thierry
2
-10
/
+0
2022-06-06
staging: vchiq_arm: use state from vchiq instance
Adrien Thierry
2
-11
/
+8
2022-06-06
staging: vchiq_arm: pass vchiq instance to 'handle_to_service'
Adrien Thierry
3
-7
/
+7
2022-06-06
staging: vchiq_arm: pass vchiq instance to 'vchiq_get_service_userdata'
Adrien Thierry
4
-4
/
+5
2022-06-06
staging: vchiq_arm: pass vchiq instance to 'vchiq_get_client_id'
Adrien Thierry
3
-3
/
+3
2022-06-06
staging: vchiq_arm: pass vchiq instance to 'find_service_by_handle'
Adrien Thierry
8
-103
/
+118
2022-06-06
staging: vchiq_arm: pass vchiq instance to service callbacks
Adrien Thierry
6
-12
/
+18
2022-06-06
staging: vchiq_arm: get rid of global device structure
Adrien Thierry
7
-57
/
+53
2022-06-06
staging: vchiq_arm: add reference to vchiq device in vchiq_state
Adrien Thierry
3
-3
/
+6
2022-05-19
staging: vc04_services: remove unused macro
Gaston Gonzalez
1
-1
/
+0
2022-05-05
staging: vc04_services: Re-use generic struct s32_fract
Andy Shevchenko
6
-49
/
+46
2022-04-26
staging: vc04_services: Re-add dependency on HAS_DMA to BCM2835_VCHIQ
Geert Uytterhoeven
3
-3
/
+4
2022-04-22
staging: bcm2835-audio: delete TODO
Adrien Thierry
1
-10
/
+0
2022-04-22
staging: vchiq:remove unneeded flush_workqueue
ran jianping
1
-1
/
+0
2022-04-20
staging: bcm2835-audio: fix mutex definition without comment
Adrien Thierry
1
-1
/
+1
2022-04-20
staging: bcm2835-audio: fix mutex definition without comment
Adrien Thierry
1
-1
/
+1
2022-04-20
staging: bcm2835-audio: fix unnecessary space after cast
Adrien Thierry
1
-1
/
+1
2022-04-20
staging: bcm2835-audio: fix line ending with '('
Adrien Thierry
1
-2
/
+1
2022-04-20
staging: bcm2835-audio: fully describe config symbol
Adrien Thierry
1
-2
/
+4
2022-04-13
staging: bcm2835-audio: remove compat ALSA card
Adrien Thierry
2
-104
/
+15
2022-04-04
staging: vc04_services: Convert kmap() to kmap_local_page()
Fabio M. De Francesco
1
-8
/
+5
2022-04-04
staging: vchiq: replace usage of found with dedicated list iterator variable
Jakob Koschel
2
-14
/
+12
2022-03-28
Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-150
/
+110
2022-03-24
Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...
Linus Torvalds
1
-1
/
+1
2022-03-23
Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
1
-1
/
+1
2022-03-18
staging: mmal-vchiq: clear redundant item named bulk_scratch
Xiaoke Wang
1
-7
/
+0
2022-03-18
media: Kconfig: cleanup VIDEO_DEV dependencies
Mauro Carvalho Chehab
1
-1
/
+1
2022-03-14
staging: vchiq_arm: make vchiq_platform_get_arm_state() static
Gaston Gonzalez
1
-2
/
+1
2022-02-17
treewide: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
1
-1
/
+1
2022-02-14
Merge 5.17-rc4 into staging-testing
Greg Kroah-Hartman
1
-2
/
+18
2022-01-25
staging: vc04_services: Fix RCU dereference check
Padmanabha Srinivasaiah
1
-2
/
+18
2022-01-25
staging: vchiq_dev: Avoid unnecessary alloc in vchiq_ioc_create_service
Stefan Wahren
1
-4
/
+3
2022-01-25
staging: vchiq_core: handle NULL result of find_service_by_handle
Stefan Wahren
1
-0
/
+6
2022-01-25
staging: vchiq_arm: Avoid NULL ptr deref in vchiq_dump_platform_instances
Stefan Wahren
1
-0
/
+3
2022-01-25
staging: vchiq_arm: make vchiq_get_state return early
Stefan Wahren
1
-4
/
+8
2022-01-25
staging: vchiq_core: use min_t macro
Stefan Wahren
1
-6
/
+3
2022-01-25
staging: vchiq_core: avoid ternary operator for set_service_state
Stefan Wahren
1
-4
/
+6
2022-01-25
staging: vchiq_core: fix alignment
Stefan Wahren
1
-3
/
+2
2022-01-25
staging: vchiq_core: reduce multi-line statements
Stefan Wahren
1
-7
/
+4
2022-01-25
staging: vchiq_core: drop prefix of vchiq_set_service_state
Stefan Wahren
1
-16
/
+15
2022-01-25
staging: vchiq_core: align return statements in msg_type_str
Stefan Wahren
1
-15
/
+15
2022-01-25
staging: vchiq_core: simplify vchiq_add_service_internal
Stefan Wahren
1
-22
/
+1
2022-01-25
staging: vchiq_core: fix type of parameter localport
Stefan Wahren
2
-4
/
+4
2022-01-25
staging: vchiq: add message handling to TODO list
Stefan Wahren
1
-0
/
+9
2022-01-25
staging: vchiq: drop completed tasks from TODO
Stefan Wahren
1
-29
/
+0
[next]