summaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-046-66/+31
|\
| * Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller2020-05-275-65/+30
| |\
| | * staging: wilc1000: adjust for management frame register API changesJohannes Berg2020-04-294-41/+30
| | * staging: rtl8723bs: remove mgmt_frame_register methodJohannes Berg2020-04-291-24/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-244-13/+21
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-152-1/+4
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-077-33/+29
| |\ \ \ \
| * | | | | docs: networking: convert switchdev.txt to ReSTMauro Carvalho Chehab2020-04-301-1/+1
* | | | | | Merge branch 'uaccess.comedi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-046-600/+467
|\ \ \ \ \ \
| * | | | | | comedi: get rid of compat_alloc_user_space() mess in COMEDI_CMD{,TEST} compatAl Viro2020-05-291-115/+66
| * | | | | | comedi: do_cmd_ioctl(): lift copyin/copyout into the callerAl Viro2020-05-291-24/+24
| * | | | | | comedi: do_cmdtest_ioctl(): lift copyin/copyout into the callerAl Viro2020-05-291-23/+22
| * | | | | | comedi: lift copy_from_user() into callers of __comedi_get_user_cmd()Al Viro2020-05-291-8/+12
| * | | | | | comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSNLIST compatAl Viro2020-05-291-90/+48
| * | | | | | comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSN compatAl Viro2020-05-291-27/+47
| * | | | | | comedi: get rid of compat_alloc_user_space() mess in COMEDI_RANGEINFO compatAl Viro2020-05-293-35/+27
| * | | | | | comedi: get rid of compat_alloc_user_space() mess in COMEDI_CHANINFO compatAl Viro2020-05-291-38/+30
| * | | | | | comedi: get rid of indirection via translated_ioctl()Al Viro2020-05-291-18/+8
| * | | | | | comedi: move compat ioctl handling to native fopsAl Viro2020-05-294-487/+448
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2020-06-021-4/+7
|\ \ \ \ \ \
| * | | | | | mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson2020-05-281-1/+0
| * | | | | | staging: greybus: sdio: Respect the cmd->busy_timeout from the mmc coreUlf Hansson2020-05-281-3/+7
| | |_|_|_|/ | |/| | | |
* | | | | | staging: media: ipu3: use vmap instead of reimplementing itChristoph Hellwig2020-06-022-25/+9
* | | | | | staging: android: ion: use vmap instead of vm_map_ramChristoph Hellwig2020-06-021-2/+2
|/ / / / /
* | | | | Merge tag 'iio-fixes-for-5.7b' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2020-05-151-5/+12
|\ \ \ \ \
| * | | | | staging: iio: ad2s1210: Fix SPI readingDragos Bogdan2020-05-031-5/+12
* | | | | | staging: wfx: unlock on error pathDan Carpenter2020-05-131-1/+3
* | | | | | staging: greybus: Fix uninitialized scalar variableOscar Carter2020-05-131-2/+2
* | | | | | staging: kpc2000: fix error return code in kp2000_pcie_probe()Wei Yongjun2020-05-131-5/+4
| |_|_|_|/ |/| | | |
* | | | | staging: gasket: Check the return value of gasket_get_bar_index()Oscar Carter2020-05-051-0/+4
* | | | | staging: ks7010: remove me from CC listWolfram Sang2020-05-051-1/+0
| |_|_|/ |/| | |
* | | | Merge tag 'staging-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-04-267-33/+29
|\ \ \ \ | |_|_|/ |/| | |
| * | | staging: vt6656: Fix calling conditions of vnt_set_bss_modeMalcolm Priestley2020-04-231-4/+4
| * | | staging: comedi: Fix comedi_device refcnt leak in comedi_openXiyu Yang2020-04-231-1/+3
| * | | staging: vt6656: Fix pairwise key entry save.Malcolm Priestley2020-04-232-12/+8
| * | | staging: vt6656: Fix drivers TBTT timing counter.Malcolm Priestley2020-04-231-3/+6
| * | | staging: vt6656: Don't set RCR_MULTICAST or RCR_BROADCAST by default.Malcolm Priestley2020-04-231-6/+2
| |/ /
| * | staging: vt6656: Power save stop wake_up_count wrap around.Malcolm Priestley2020-04-161-1/+2
| * | staging: comedi: dt2815: fix writing hi byte of analog outputIan Abbott2020-04-131-0/+3
| * | staging: gasket: Fix incongruency in handling of sysfs entries creationLuis Mendes2020-04-132-6/+1
| |/
* / PCI: Move Apex Edge TPU class quirk to fix BAR assignmentBjorn Helgaas2020-04-151-7/+0
|/
* mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-111-1/+1
* Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-032-14/+10
|\
| * speakup: misc: Use dynamic minor numbers for speakup devicesZhenzhong Duan2020-03-262-14/+10
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-032-0/+2
|\ \
| * | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-252-0/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-04-011-0/+2
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-267-34/+47
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-133-5/+3
| |\ \
| * | | staging: qlge: reject unsupported coalescing paramsJakub Kicinski2020-03-071-0/+2