index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
vc04_services
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-04
staging: vchiq_core: Add missing blank lines
Stefan Wahren
1
-0
/
+2
2024-05-04
staging: vchiq_core: Drop unnecessary blank lines
Stefan Wahren
1
-2
/
+0
2024-05-04
staging: vchiq_core: Add parentheses to VCHIQ_MSG_SRCPORT
Stefan Wahren
1
-1
/
+1
2024-05-04
staging: vchiq_core: Use printk messages for devices
Stefan Wahren
1
-5
/
+5
2024-05-04
staging: vchiq_arm: Drop unnecessary NULL check
Stefan Wahren
1
-1
/
+1
2024-05-04
staging: vc04_services: Delete unnecessary NULL check
Dan Carpenter
1
-5
/
+0
2024-05-04
staging: vc04_services: vchiq_arm: Fix NULL ptr dereferences
Stefan Wahren
1
-2
/
+2
2024-04-18
staging: vc04_services: Drop completed TODO item
Umang Jain
1
-7
/
+0
2024-04-18
staging: vc04_services: Move global g_state to vchiq_state
Umang Jain
12
-55
/
+37
2024-04-18
staging: vc04_services: vchiq_mmal: Rename service_callback()
Umang Jain
1
-4
/
+4
2024-04-18
staging: vc04_services: Move spinlocks to vchiq_state
Umang Jain
5
-41
/
+47
2024-04-18
staging: vc04_services: Move global memory mapped pointer
Umang Jain
4
-14
/
+19
2024-04-18
staging: vc04_services: Move global variables tracking allocated pages
Umang Jain
2
-29
/
+30
2024-04-18
staging: vc04_services: Drop vchiq_connected.[ch] files
Umang Jain
5
-76
/
+55
2024-04-18
staging: vc04_services: Move variables for tracking connections
Umang Jain
6
-21
/
+37
2024-04-18
staging: vc04_services: vchiq_arm: Drop g_cache_line_size
Umang Jain
2
-20
/
+25
2024-04-18
staging: vc04_services: vchiq_arm: Split driver static and runtime data
Umang Jain
1
-20
/
+23
2024-04-18
staging: vc04_services: Drop g_once_init global variable
Umang Jain
1
-12
/
+0
2024-04-18
staging: vc04_services: Re-align function parameters
Sumadhura Kalyan
1
-18
/
+11
2024-04-18
staging: vchiq: Reformat Kconfig help texts
Stefan Wahren
1
-15
/
+21
2024-04-09
staging: bcm2835-audio: add terminating new line to Kconfig
Prasad Pandit
1
-1
/
+1
2024-04-09
Revert "staging: vc04_services: vchiq_core: Stop kthreads on shutdown"
Umang Jain
3
-13
/
+12
2024-04-01
Merge 6.9-rc2 into staging-next
Greg Kroah-Hartman
1
-2
/
+3
2024-03-25
staging: vc04_services: fix information leak in create_component()
Dan Carpenter
1
-0
/
+1
2024-03-25
staging: vc04_services: changen strncpy() to strscpy_pad()
Arnd Bergmann
1
-2
/
+2
2024-03-25
staging: vc04_services: vchiq_core: Stop kthreads on shutdown
Umang Jain
3
-12
/
+13
2024-03-25
staging: vc04_services: Implement vchiq_bus .remove
Umang Jain
1
-0
/
+10
2024-03-25
staging: vc04_services: Do not log error on kzalloc()
Umang Jain
1
-4
/
+1
2024-03-25
staging: vc04_services: vchiq_arm: Use appropriate dev_* log helpers
Umang Jain
1
-3
/
+3
2024-03-25
staging: vc04_services: Remove unused function declarations
Umang Jain
1
-6
/
+0
2024-03-05
Staging: vc04_services: bcm2835-camera: fix brace code style check
Moritz C. Weber
1
-32
/
+28
2024-03-05
Staging: vc04_services: bcm2835-camera: fix blank line style check
Moritz C. Weber
1
-1
/
+0
2024-02-17
staging: vc04_services: vchiq_arm: make vchiq_bus_type const
Ricardo B. Marliere
2
-2
/
+2
2023-12-09
staging: vc04_services: vchiq_dev: Use %p to log pointer address
Umang Jain
1
-1
/
+1
2023-12-09
staging: vc04_services: vchiq_arm: Use %p to log pointer address
Umang Jain
1
-4
/
+3
2023-12-07
staging: vc04_services: Drop vchiq_log_debug() in favour of dev_dbg
Umang Jain
5
-161
/
+106
2023-12-07
staging: vc04_services: Drop vchiq_log_trace() in favour of dev_dbg
Umang Jain
4
-95
/
+78
2023-12-07
staging: vc04_services: Drop vchiq_log_warning() in favour of dev_warn
Umang Jain
3
-35
/
+29
2023-12-07
staging: vc04_services: Drop vchiq_log_error() in favour of dev_err
Umang Jain
5
-117
/
+101
2023-12-04
staging: vc04_services: Do not pass NULL to vchiq_log_error()
Umang Jain
2
-3
/
+5
2023-12-04
staging: vc04_services: vchiq_core: Log through struct vchiq_instance
Umang Jain
1
-3
/
+3
2023-11-23
staging: vchiq_arm: move state dump to debugfs
Stefan Wahren
6
-258
/
+107
2023-11-23
staging: vchiq_core: Shorten bulk TX/RX pending dump
Stefan Wahren
1
-7
/
+12
2023-11-23
staging: vchiq_core: Make vchiq_dump_service_state static
Stefan Wahren
2
-87
/
+85
2023-11-23
staging: vc04_services: remove unnecessary NULL check
Dan Carpenter
1
-2
/
+1
2023-10-27
staging: vc04_services: use snprintf instead of sprintf
Ricardo B. Marliere
2
-9
/
+9
2023-10-25
staging: vc04_services: Use %p4cc format modifier to print FourCC codes
Umang Jain
4
-40
/
+33
2023-10-25
staging: vc04_services: Drop log level mechanisms
Umang Jain
5
-175
/
+33
2023-10-25
staging: vc04_services: Drop VCHIQ_LOG_PREFIX macro
Umang Jain
1
-2
/
+0
2023-10-25
staging: vc04: Convert vchiq_log_trace() to use dynamic debug
Umang Jain
4
-43
/
+55
[next]