index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2020-07-01
staging: vchiq: Use vchiq.h as the main header file for services
Nicolas Saenz Julienne
-116
/
+106
2020-07-01
staging: vchiq: Move conditional barrier definition into vchiq_core.h
Nicolas Saenz Julienne
-11
/
+12
2020-07-01
staging: vchiq: Get rid of vchi
Nicolas Saenz Julienne
-267
/
+31
2020-07-01
staging: vchi: Move vchi_queue_kernel_message() into vchiq
Nicolas Saenz Julienne
-43
/
+32
2020-07-01
staging: vchi: Get rid of vchi_bulk_queue_transmit()
Nicolas Saenz Julienne
-81
/
+41
2020-07-01
staging: vchi: Get rid of vchi_bulk_queue_receive()
Nicolas Saenz Julienne
-70
/
+37
2020-07-01
staging: vchiq: Move definitions only used by core into core header
Nicolas Saenz Julienne
-16
/
+22
2020-07-01
staging: vchiq: Make vchiq_add_service() local
Nicolas Saenz Julienne
-5
/
+1
2020-07-01
staging: vchiq: Get rid of unnecessary definitions in vchiq_if.h
Nicolas Saenz Julienne
-17
/
+0
2020-07-01
staging: vchi: Don't include vchiq_core.h
Nicolas Saenz Julienne
-1
/
+0
2020-07-01
staging: vchi: Get rid of struct vchiq_instance forward declaration
Nicolas Saenz Julienne
-7
/
+0
2020-07-01
staging: vchiq: Unify fourcc definition mechanisms
Nicolas Saenz Julienne
-9
/
+4
2020-07-01
staging: vchi: Rework vchi_msg_hold() to match vchiq_msg_hold()
Nicolas Saenz Julienne
-17
/
+3
2020-07-01
staging: vchiq: Pass vchiq's message when holding a message
Nicolas Saenz Julienne
-30
/
+9
2020-07-01
staging: vchi: Get rid of struct vchi_service
Nicolas Saenz Julienne
-129
/
+73
2020-07-01
staging: vchi: Use struct vchiq_service_params
Nicolas Saenz Julienne
-37
/
+14
2020-07-01
staging: vchiq: Don't use a typedef for vchiq_callback
Nicolas Saenz Julienne
-7
/
+12
2020-07-01
staging: vchi: Get rid of vchiq_shim's message callback
Nicolas Saenz Julienne
-107
/
+59
2020-07-01
staging: vchiq: Export vchiq_msg_queue_push
Nicolas Saenz Julienne
-0
/
+1
2020-07-01
staging: vchiq: Export vchiq_get_service_userdata()
Nicolas Saenz Julienne
-0
/
+1
2020-07-01
staging: vchi: Expose struct vchi_service
Nicolas Saenz Julienne
-10
/
+7
2020-07-01
staging: vchiq: Get rid of vchiq_util.h
Nicolas Saenz Julienne
-30
/
+14
2020-07-01
staging: vchiq: Move message queue into struct vchiq_service
Nicolas Saenz Julienne
-113
/
+61
2020-07-01
staging: vchiq: Introduce vchiq_validate_params()
Nicolas Saenz Julienne
-4
/
+15
2020-07-01
staging: vchi: Get rid of effect less expression
Nicolas Saenz Julienne
-2
/
+0
2020-07-01
staging: vchi: Use vchiq's enum vchiq_reason
Nicolas Saenz Julienne
-66
/
+10
2020-07-01
staging: vchi: Use enum vchiq_bulk_mode instead of vchi's transmission flags
Nicolas Saenz Julienne
-55
/
+9
2020-07-01
staging: vchi: Get rid of flags argument in vchi_msg_hold()
Nicolas Saenz Julienne
-13
/
+5
2020-07-01
staging: vc04_services: Get rid of vchi_cfg.h
Nicolas Saenz Julienne
-239
/
+0
2020-07-01
staging: vchi: Get rid of unnecessary defines
Nicolas Saenz Julienne
-12
/
+0
2020-07-01
staging: vchi_common: Get rid of all unused definitions
Nicolas Saenz Julienne
-65
/
+0
2020-07-01
staging: vchi: Get rid of vchi_msg_dequeue()
Nicolas Saenz Julienne
-46
/
+0
2020-07-01
staging: vc04_services: bcm2835-audio: Use vchi_msg_hold()
Nicolas Saenz Julienne
-11
/
+14
2020-07-01
staging: vchi: Unify struct shim_service and struct vchi_service_handle
Nicolas Saenz Julienne
-85
/
+70
2020-07-01
staging: vchi: Get rid of struct vchi_instance_handle
Nicolas Saenz Julienne
-42
/
+30
2020-07-01
staging: vchi: Get rid of vchi_msg_peek()
Nicolas Saenz Julienne
-89
/
+0
2020-07-01
staging: vchi: Get rid of all useless callback reasons
Nicolas Saenz Julienne
-37
/
+3
2020-07-01
staging: vchiq_arm: Add a matching unregister call
Phil Elwell
-0
/
+1
2020-07-01
staging: mmal-vchiq: Fix formatting errors in mmal_parameters.h
Naushir Patuck
-17
/
+17
2020-07-01
staging: mmal-vchiq: If the VPU returns an error, don't negate it
Dave Stevenson
-1
/
+2
2020-07-01
staging: mmal-vchiq: Always return the param size from param_get
Dave Stevenson
-1
/
+2
2020-07-01
staging: mmal-vchiq: Fix client_component for 64 bit kernel
Dave Stevenson
-1
/
+8
2020-07-01
staging: mmal-vchiq: Fixup vchiq-mmal include ordering
Dave Stevenson
-0
/
+2
2020-07-01
staging: mmal-vchiq: Make a mmal_buf struct for passing parameters
Dave Stevenson
-36
/
+65
2020-07-01
staging: mmal-vchiq: Make timeout a defined parameter
Dave Stevenson
-1
/
+7
2020-07-01
staging: kpc2000: kpc_dma: Remove additional goto statements
Souptick Joarder
-12
/
+13
2020-07-01
staging: kpc2000: kpc_dma: Convert get_user_pages() --> pin_user_pages()
Souptick Joarder
-8
/
+5
2020-07-01
staging: kpc2000: kpc_dma: Convert set_page_dirty() --> set_page_dirty_lock()
Souptick Joarder
-3
/
+3
2020-07-01
staging: kpc2000: kpc_dma: Unpin partial pinned pages
Souptick Joarder
-4
/
+9
2020-07-01
staging: qlge: qlge.h: remove unnecessary spaces
Diego Bienz
-2
/
+2
[next]