aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-17staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect()Dan Carpenter1-1/+2
2021-11-17staging: greybus: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai1-2/+6
2021-11-15staging: Remove Netlogic XLP network driverRob Herring9-2424/+0
2021-11-15staging: r8188eu: fix a memory leak in rtw_wx_read32()Dan Carpenter1-1/+7
2021-11-15staging: r8188eu: use GFP_ATOMIC under spinlockMichael Straube1-1/+1
2021-11-15staging: r8188eu: Use kzalloc() with GFP_ATOMIC in atomic contextFabio M. De Francesco1-2/+2
2021-11-15staging/fbtft: Fix backlightNoralf Trønnes2-12/+1
2021-11-15staging: r8188eu: Fix breakage introduced when 5G code was removedLarry Finger1-0/+2
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds8-10/+5
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds7-721/+0
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-17/+12
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-49/+40
2021-11-04Merge tag 'staging-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds254-22221/+3171
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-10/+4
2021-11-01Merge tag 'media/v5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds41-259/+511
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-8/+8
2021-10-30staging: r8188eu: hal: remove goto statement and local variableSaurav Girepunje1-14/+5
2021-10-30staging: rtl8723bs: hal remove the assignment to itselfSaurav Girepunje1-12/+0
2021-10-30staging: rtl8723bs: fix unmet dependency on CRYPTO for CRYPTO_LIB_ARC4Julian Braha1-0/+1
2021-10-30staging: vchiq_core: get rid of typedefGaston Gonzalez2-6/+4
2021-10-30staging: fieldbus: anybus: reframe comment to avoid warningAjith P V1-4/+4
2021-10-30staging: r8188eu: fix missing unlock in rtw_resume()Yang Yingliang1-1/+3
2021-10-29exit/r8188eu: Replace the macro thread_exit with a simple return 0Eric W. Biederman3-4/+2
2021-10-29exit/rtl8712: Replace the macro thread_exit with a simple return 0Eric W. Biederman2-2/+1
2021-10-29exit/rtl8723bs: Replace the macro thread_exit with a simple return 0Eric W. Biederman4-5/+3
2021-10-27staging: use of_get_ethdev_address()Jakub Kicinski1-1/+1
2021-10-26staging: r8188eu: core: remove the goto from rtw_IOL_accquire_xmit_frameSaurav Girepunje1-4/+3
2021-10-26staging: r8188eu: core: remove goto statementSaurav Girepunje1-7/+4
2021-10-26staging: vt6655: Rename `dwAL7230InitTable` arrayKarolina Drobnik1-11/+11
2021-10-26staging: vt6655: Rename `dwAL2230PowerTable` arrayKarolina Drobnik1-3/+3
2021-10-26staging: vt6655: Rename `dwAL7230InitTableAMode` arrayKarolina Drobnik1-9/+9
2021-10-26staging: vt6655: Rename `dwAL7230ChannelTable2` arrayKarolina Drobnik1-3/+3
2021-10-26staging: vt6655: Rename `dwAL7230ChannelTable1` arrayKarolina Drobnik1-3/+3
2021-10-26staging: vt6655: Rename `dwAL7230ChannelTable0` arrayKarolina Drobnik1-3/+3
2021-10-26staging: vt6655: Rename `dwAL2230ChannelTable1` arrayKarolina Drobnik1-3/+3
2021-10-26staging: vt6655: Rename `dwAL2230ChannelTable0` arrayKarolina Drobnik1-3/+3
2021-10-26staging: r8712u: fix control-message timeoutJohan Hovold1-1/+1
2021-10-26staging: rtl8192u: fix control-message timeoutsJohan Hovold1-9/+9
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman1-0/+3
2021-10-25staging: mt7621-dts: add missing SPDX license to filesSergio Paracuellos3-0/+3
2021-10-25staging: vchiq_core: fix quoted strings split across linesGaston Gonzalez1-7/+3
2021-10-25staging: vchiq_core: cleanup lines that end with '(' or '['Gaston Gonzalez1-20/+10
2021-10-25staging: vchiq_core: drop extern prefix in function declarationsGaston Gonzalez1-51/+25
2021-10-25staging: vchiq: drop trailing semicolon in macro definitionGaston Gonzalez4-8/+8
2021-10-25staging: vchiq_core.h: use preferred kernel typesGaston Gonzalez1-6/+6
2021-10-25staging: vchiq_core.h: fix CamelCase in function declarationGaston Gonzalez1-1/+1
2021-10-25staging: vchiq_core: cleanup code alignment issuesGaston Gonzalez2-441/+286
2021-10-25staging: vchiq_core: cleanup blank linesGaston Gonzalez2-5/+0
2021-10-25staging: r8188eu: remove the sreset_priv structureMartin Kaiser8-51/+4
2021-10-25staging: r8188eu: remove last_tx_complete_timeMartin Kaiser4-22/+0