aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-07Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds165-7449/+5131
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds12-0/+3213
2020-06-03atomisp: avoid warning about unused functionLinus Torvalds1-6/+4
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds728-1643/+147728
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds6-66/+31
2020-06-03Merge branch 'uaccess.comedi' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-600/+467
2020-06-02Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-4/+7
2020-06-02staging: media: ipu3: use vmap instead of reimplementing itChristoph Hellwig2-25/+9
2020-06-02staging: android: ion: use vmap instead of vm_map_ramChristoph Hellwig1-2/+2
2020-05-29comedi: get rid of compat_alloc_user_space() mess in COMEDI_CMD{,TEST} compatAl Viro1-115/+66
2020-05-29comedi: do_cmd_ioctl(): lift copyin/copyout into the callerAl Viro1-24/+24
2020-05-29comedi: do_cmdtest_ioctl(): lift copyin/copyout into the callerAl Viro1-23/+22
2020-05-29comedi: lift copy_from_user() into callers of __comedi_get_user_cmd()Al Viro1-8/+12
2020-05-29comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSNLIST compatAl Viro1-90/+48
2020-05-29comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSN compatAl Viro1-27/+47
2020-05-29staging: rtl8723bs: Use common packet header constantsPascal Terjan3-10/+6
2020-05-29staging: sm750fb: Add names to proc_setBLANK argsIgor Ribeiro Barbosa Duarte1-1/+1
2020-05-29staging: most: usb: init return value in default path of switch/case expressionChristian Gromm1-0/+1
2020-05-28comedi: get rid of compat_alloc_user_space() mess in COMEDI_RANGEINFO compatAl Viro3-35/+27
2020-05-28comedi: get rid of compat_alloc_user_space() mess in COMEDI_CHANINFO compatAl Viro1-38/+30
2020-05-28comedi: get rid of indirection via translated_ioctl()Al Viro1-18/+8
2020-05-28comedi: move compat ioctl handling to native fopsAl Viro4-487/+448
2020-05-28staging: tegra-video: fix V4L2 dependencyArnd Bergmann1-1/+1
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson1-1/+0
2020-05-28staging: greybus: sdio: Respect the cmd->busy_timeout from the mmc coreUlf Hansson1-3/+7
2020-05-27staging: vchiq: Get rid of VCHIQ_SERVICE_OPENEND callback reasonNicolas Saenz Julienne2-13/+0
2020-05-27staging: vchiq: move vchiq_release_message() into vchiqNicolas Saenz Julienne2-3/+5
2020-05-27staging: vchi: Get rid of C++ guardsNicolas Saenz Julienne1-8/+0
2020-05-27staging: vchi: Get rid of not implemented function declarationsNicolas Saenz Julienne1-59/+0
2020-05-27staging: vchi: Get rid of vchiq_status_to_vchi()Nicolas Saenz Julienne1-14/+11
2020-05-27staging: vchi: Get rid of vchi_service_set_option()Nicolas Saenz Julienne2-36/+0
2020-05-27staging: vchi: Merge vchi_msg_queue() into vchi_queue_kernel_message()Nicolas Saenz Julienne1-25/+4
2020-05-27staging: vchiq: Move copy callback handling into vchiqNicolas Saenz Julienne4-33/+22
2020-05-27staging: vchi: Get rid of vchi_queue_user_message()Nicolas Saenz Julienne2-40/+0
2020-05-27staging: vchi: Get rid of vchi_service_destroy()Nicolas Saenz Julienne2-22/+0
2020-05-27staging: most: usb: use function sysfs_streqChristian Gromm1-6/+6
2020-05-27staging: most: usb: add missing put_device callsChristian Gromm1-0/+2
2020-05-27staging: most: usb: use correct error codesChristian Gromm1-3/+3
2020-05-27staging: most: usb: replace code to calculate array indexChristian Gromm1-3/+8
2020-05-27staging: most: usb: don't use error path to exit function on successChristian Gromm1-2/+2
2020-05-27staging: most: usb: move allocation of URB out of critical sectionChristian Gromm1-7/+5
2020-05-27staging: most: usb: return 0 instead of variableChristian Gromm1-2/+2
2020-05-27staging: most: usb: change return value of function drci_rd_regChristian Gromm1-5/+7
2020-05-27staging: most: usb: don't use expressions that might fail in a declarationChristian Gromm1-3/+6
2020-05-27staging: most: usb: change order of function parametersChristian Gromm1-5/+6
2020-05-27staging: vt6656: Fix warning: unused variable vnt_frame_timeMalcolm Priestley1-4/+0
2020-05-27staging: vt6656: Move vnt_tx_usb_header to vnt_tx_contextMalcolm Priestley6-43/+31
2020-05-27staging: vt6656: vnt_tx_packet use skb_clone to preserve sk_buff.Malcolm Priestley1-6/+11