index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
vc04_services
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: vchiq_arm: Improve initial VCHIQ connect
Stefan Wahren
2025-03-20
3
-21
/
+10
*
staging: vchiq_arm: Create keep-alive thread during probe
Stefan Wahren
2025-03-20
1
-35
/
+34
*
staging: vchiq_arm: Stop kthreads if vchiq cdev register fails
Stefan Wahren
2025-03-20
1
-9
/
+16
*
staging: vchiq_arm: Fix possible NPR of keep-alive thread
Stefan Wahren
2025-03-20
1
-1
/
+2
*
staging: vchiq_arm: Register debugfs after cdev
Stefan Wahren
2025-03-20
1
-2
/
+2
*
staging: vchiq_arm: Don't use %pK through printk
Thomas Weißschuh
2025-03-20
3
-42
/
+42
*
staging: bcm2835-camera: drop vb2_ops_wait_prepare/finish
Hans Verkuil
2025-02-03
1
-2
/
+0
*
staging: vc04_services: convert timeouts to secs_to_jiffies()
Easwar Hariharan
2025-01-12
1
-1
/
+1
*
Merge tag 'staging-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-11-29
13
-705
/
+679
|
\
|
*
staging: vchiq_debugfs: Use forward declarations
Umang Jain
2024-11-10
1
-1
/
+2
|
*
staging: vchiq_core: Rectify header include for vchiq_dump_state()
Umang Jain
2024-11-10
1
-1
/
+1
|
*
staging: vc04_services: Cleanup TODO entry
Umang Jain
2024-11-10
1
-9
/
+0
|
*
staging: vchiq_arm: Track bulk user data pointer separately
Umang Jain
2024-11-04
9
-34
/
+38
|
*
staging: vchiq_core: Pass vchiq_bulk pointer to make_service_callback()
Umang Jain
2024-11-04
1
-3
/
+10
|
*
staging: vchiq: Rename vchiq_completion_data 'bulk_userdata'
Umang Jain
2024-11-04
4
-8
/
+8
|
*
staging: vchiq_core: Rename struct vchiq_bulk 'userdata'
Umang Jain
2024-11-04
4
-10
/
+10
|
*
staging: vchiq_core: Bulk waiter should not piggy back on bulk userdata
Umang Jain
2024-11-04
4
-10
/
+12
|
*
staging: vchiq_arm: Rename a struct vchiq_bulk member
Umang Jain
2024-11-04
3
-8
/
+8
|
*
staging: vchiq_core: Remove unnecessary blank lines
Rohit Chavan
2024-11-04
1
-2
/
+0
|
*
staging: vchiq_dev: Drop userdata local pointer
Umang Jain
2024-10-19
1
-3
/
+2
|
*
staging: vchiq_core: Simplify bulk transfer queue message function
Umang Jain
2024-10-19
1
-23
/
+16
|
*
staging: vc04_services: Simplify (no)callback bulk transfer code paths
Umang Jain
2024-10-19
4
-21
/
+31
|
*
staging: vc04_services: Simplify block bulk transfer code paths
Umang Jain
2024-10-19
4
-23
/
+37
|
*
staging: vchiq_core: Simplify bulk data preparatory functions
Umang Jain
2024-10-19
1
-9
/
+7
|
*
staging: vchiq_core: Subsume 'offset' in struct vchiq_bulk
Umang Jain
2024-10-19
2
-12
/
+17
|
*
staging: vchiq_arm: Fix missing refcount decrement in error path for fw_node
Javier Carrasco
2024-10-16
1
-4
/
+2
|
*
staging: vchiq_arm: refactor goto instructions in vchiq_probe()
Javier Carrasco
2024-10-16
1
-8
/
+5
|
*
staging: vchiq_core: Lower indentation in vchiq_close_service_internal
Umang Jain
2024-10-13
1
-11
/
+13
|
*
staging: vchiq_core: Lower indentation in parse_open()
Umang Jain
2024-10-13
1
-22
/
+26
|
*
staging: vchiq_core: Refactor notify_bulks()
Umang Jain
2024-10-13
1
-31
/
+40
|
*
staging: vchiq_core: Indent copy_message_data() on a single line
Umang Jain
2024-10-13
1
-3
/
+2
|
*
staging: vchiq_core: Do not log debug in a separate scope
Umang Jain
2024-10-13
1
-10
/
+7
|
*
staging: vchiq_core: Locally cache cache_line_size information
Umang Jain
2024-10-13
1
-8
/
+11
|
*
staging: vchiq_arm: removes multiple blank lines
Danilo Pereira
2024-10-13
1
-4
/
+0
|
*
staging: vc04_services: TESTING: Adjust ping test
Stefan Wahren
2024-10-13
1
-2
/
+2
|
*
staging: vchiq_core: Indent static_assert on single line
Umang Jain
2024-10-11
1
-4
/
+2
|
*
staging: vchiq_core: Fix white space indentation error
Hridesh MG
2024-10-11
1
-5
/
+5
|
*
staging: vchiq_core: Drop vchiq_pagelist.h
Umang Jain
2024-10-09
3
-22
/
+14
|
*
staging: vchiq_core: Move bulk data functions in vchiq_core
Umang Jain
2024-10-09
3
-342
/
+338
|
*
staging: vchiq_core: Move remote_event_signal() vchiq_core
Umang Jain
2024-10-09
3
-21
/
+22
|
*
staging: vchiq_core: Drop retry loop on -EINTR
Umang Jain
2024-10-09
1
-17
/
+2
|
*
staging: vchiq_arm: Do not retry bulk transfers on -EINTR
Umang Jain
2024-10-09
1
-49
/
+25
|
*
staging: vchiq_core: Return -EINTR when bulk transfers are interrupted
Umang Jain
2024-10-09
2
-10
/
+10
|
*
staging: vchiq_core: Return -EINTR in queue_message() on interrupt
Umang Jain
2024-10-09
1
-11
/
+11
|
*
staging: vchiq_core: Return on all errors from queue_message()
Umang Jain
2024-10-09
1
-4
/
+6
|
*
staging: vchiq_core: Use killable wait completions for bulk transfers
Umang Jain
2024-10-09
4
-49
/
+46
|
*
staging: Switch back to struct platform_driver::remove()
Sergio Paracuellos
2024-10-09
1
-1
/
+1
*
|
staging: vchiq_arm: Use devm_kzalloc() for drv_mgmt allocation
Umang Jain
2024-10-19
1
-3
/
+1
*
|
staging: vchiq_arm: Use devm_kzalloc() for vchiq_arm_state allocation
Umang Jain
2024-10-19
1
-1
/
+1
|
/
*
staging: vchiq_core: Pass enumerated flag instead of int
Umang Jain
2024-09-11
1
-1
/
+2
[next]