aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 2-3/+3
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleGravatar Michel Lespinasse 1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-2/+2
2020-06-07Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 165-7449/+5131
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 12-0/+3213
2020-06-03atomisp: avoid warning about unused functionGravatar Linus Torvalds 1-6/+4
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 728-1643/+147728
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 6-66/+31
2020-06-03Merge branch 'uaccess.comedi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 6-600/+467
2020-06-02Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 1-4/+7
2020-06-02staging: media: ipu3: use vmap instead of reimplementing itGravatar Christoph Hellwig 2-25/+9
2020-06-02staging: android: ion: use vmap instead of vm_map_ramGravatar Christoph Hellwig 1-2/+2
2020-05-29comedi: get rid of compat_alloc_user_space() mess in COMEDI_CMD{,TEST} compatGravatar Al Viro 1-115/+66
2020-05-29comedi: do_cmd_ioctl(): lift copyin/copyout into the callerGravatar Al Viro 1-24/+24
2020-05-29comedi: do_cmdtest_ioctl(): lift copyin/copyout into the callerGravatar Al Viro 1-23/+22
2020-05-29comedi: lift copy_from_user() into callers of __comedi_get_user_cmd()Gravatar Al Viro 1-8/+12
2020-05-29comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSNLIST compatGravatar Al Viro 1-90/+48
2020-05-29comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSN compatGravatar Al Viro 1-27/+47
2020-05-29staging: rtl8723bs: Use common packet header constantsGravatar Pascal Terjan 3-10/+6
2020-05-29staging: sm750fb: Add names to proc_setBLANK argsGravatar Igor Ribeiro Barbosa Duarte 1-1/+1
2020-05-29staging: most: usb: init return value in default path of switch/case expressionGravatar Christian Gromm 1-0/+1
2020-05-28comedi: get rid of compat_alloc_user_space() mess in COMEDI_RANGEINFO compatGravatar Al Viro 3-35/+27
2020-05-28comedi: get rid of compat_alloc_user_space() mess in COMEDI_CHANINFO compatGravatar Al Viro 1-38/+30
2020-05-28comedi: get rid of indirection via translated_ioctl()Gravatar Al Viro 1-18/+8
2020-05-28comedi: move compat ioctl handling to native fopsGravatar Al Viro 4-487/+448
2020-05-28staging: tegra-video: fix V4L2 dependencyGravatar Arnd Bergmann 1-1/+1
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEGravatar Ulf Hansson 1-1/+0
2020-05-28staging: greybus: sdio: Respect the cmd->busy_timeout from the mmc coreGravatar Ulf Hansson 1-3/+7
2020-05-27staging: vchiq: Get rid of VCHIQ_SERVICE_OPENEND callback reasonGravatar Nicolas Saenz Julienne 2-13/+0
2020-05-27staging: vchiq: move vchiq_release_message() into vchiqGravatar Nicolas Saenz Julienne 2-3/+5
2020-05-27staging: vchi: Get rid of C++ guardsGravatar Nicolas Saenz Julienne 1-8/+0
2020-05-27staging: vchi: Get rid of not implemented function declarationsGravatar Nicolas Saenz Julienne 1-59/+0
2020-05-27staging: vchi: Get rid of vchiq_status_to_vchi()Gravatar Nicolas Saenz Julienne 1-14/+11
2020-05-27staging: vchi: Get rid of vchi_service_set_option()Gravatar Nicolas Saenz Julienne 2-36/+0
2020-05-27staging: vchi: Merge vchi_msg_queue() into vchi_queue_kernel_message()Gravatar Nicolas Saenz Julienne 1-25/+4
2020-05-27staging: vchiq: Move copy callback handling into vchiqGravatar Nicolas Saenz Julienne 4-33/+22
2020-05-27staging: vchi: Get rid of vchi_queue_user_message()Gravatar Nicolas Saenz Julienne 2-40/+0
2020-05-27staging: vchi: Get rid of vchi_service_destroy()Gravatar Nicolas Saenz Julienne 2-22/+0
2020-05-27staging: most: usb: use function sysfs_streqGravatar Christian Gromm 1-6/+6
2020-05-27staging: most: usb: add missing put_device callsGravatar Christian Gromm 1-0/+2
2020-05-27staging: most: usb: use correct error codesGravatar Christian Gromm 1-3/+3
2020-05-27staging: most: usb: replace code to calculate array indexGravatar Christian Gromm 1-3/+8
2020-05-27staging: most: usb: don't use error path to exit function on successGravatar Christian Gromm 1-2/+2
2020-05-27staging: most: usb: move allocation of URB out of critical sectionGravatar Christian Gromm 1-7/+5
2020-05-27staging: most: usb: return 0 instead of variableGravatar Christian Gromm 1-2/+2
2020-05-27staging: most: usb: change return value of function drci_rd_regGravatar Christian Gromm 1-5/+7
2020-05-27staging: most: usb: don't use expressions that might fail in a declarationGravatar Christian Gromm 1-3/+6
2020-05-27staging: most: usb: change order of function parametersGravatar Christian Gromm 1-5/+6
2020-05-27staging: vt6656: Fix warning: unused variable vnt_frame_timeGravatar Malcolm Priestley 1-4/+0
2020-05-27staging: vt6656: Move vnt_tx_usb_header to vnt_tx_contextGravatar Malcolm Priestley 6-43/+31