summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2019-01-22staging: android: ion: Support cpu access during dma_buf_detachLiam Mark1-1/+1
2019-01-18staging: rtl8723bs: Fix build error with Clang when inlining is disabledNathan Chancellor1-3/+3
2019-01-15staging: rtl8188eu: Add device code for D-Link DWA-121 rev B1Michael Straube1-0/+1
2019-01-15staging: vchiq: Fix local event signallingPhil Elwell1-0/+1
2019-01-15Staging: wilc1000: unlock on error in init_chip()Dan Carpenter1-3/+4
2019-01-15staging: wilc1000: fix memory leak in wilc_add_rx_gtkGustavo A. R. Silva1-2/+1
2019-01-15staging: wilc1000: fix registration frame sizeJĂșlius Milan1-1/+1
2019-01-14Merge tag 'staging-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+4
2019-01-11Revert "staging: rtl8723bs: Mark ACPI table declaration as used"Greg Kroah-Hartman1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain3-19/+9
2019-01-07staging: rtl8188eu: Fix module loading from tasklet for WEP encryptionLarry Finger1-2/+2
2019-01-07staging: rtl8188eu: Fix module loading from tasklet for CCMP encryptionLarry Finger1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-12/+12
2018-12-28Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds325-10870/+7118
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-7/+0
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-2/+2
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-10/+65
2018-12-25Merge tag 'media/v4.20-7' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds24-0/+24021
2018-12-25Merge tag 'media/v4.20-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds27-152/+3679
2018-12-25Merge tag 'mtd/for-4.21' of git://git.infradead.org/linux-mtdLinus Torvalds7-1119/+0
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-67/+1
2018-12-24staging: octeon: fix build failure with XFRM enabledFlorian Westphal1-2/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2018-12-20staging: mt7621-mmc: Correct spelling mistakes in commentsJona Crasselt1-2/+2
2018-12-20staging: wilc1000: fix missing read_write setting when reading dataColin Ian King1-0/+1
2018-12-20mt7621-mmc: char * array declaration might be better as static constJona Crasselt1-4/+4
2018-12-20mt7621-mmc: return statement in void function unnecessaryJona Crasselt1-2/+0
2018-12-20mt7621-mmc: Alignment should match open parenthesisJona Crasselt1-2/+2
2018-12-20mt7621-mmc: Removed unnecessary blank linesJona Crasselt1-2/+0
2018-12-20mt7621-mmc: Fix some coding style issuesJona Crasselt1-14/+17
2018-12-19staging: android: ashmem: doc: Fix spellingDaniel Bovensiepen1-2/+2
2018-12-19staging: rtl8188eu: cleanup brace coding style issuesMichael Straube5-12/+9
2018-12-19staging: rtl8188eu: add spaces around '&' in rtw_mlme_ext.cMichael Straube1-45/+45
2018-12-19staging: rtl8188eu: change return type of is_basicrate() to boolMichael Straube1-1/+1
2018-12-19staging: rtl8188eu: simplify null array initializationsMichael Straube2-6/+4
2018-12-19staging: rtl8188eu: change order of declarations to improve readabilityMichael Straube1-1/+1
2018-12-19staging: rtl8188eu: make some arrays static in rtw_mlme_ext.cMichael Straube2-8/+3
2018-12-19staging: rtl8188eu: constify some arraysMichael Straube4-27/+27
2018-12-19staging: rtl8188eu: convert unsigned char arrays to u8Michael Straube4-27/+27
2018-12-19staging: rtl8188eu: remove redundant declaration in rtw_mlme_ext.cMichael Straube1-2/+0
2018-12-19staging: rtl8188eu: remove unused arrays WFD_OUI and WMM_INFO_OUIMichael Straube2-4/+0
2018-12-19staging: rtl8188eu: remove unnecessary parentheses in rtw_mlme_ext.cMichael Straube1-161/+161
2018-12-19staging: rtl8188eu: remove unnecessary comments in rtw_mlme_ext.cMichael Straube1-4/+4
2018-12-19staging: rtl8188eu: add blank line after declarationsMichael Straube1-0/+1
2018-12-19staging: rtl8188eu: remove blank lines between declarationsMichael Straube1-2/+0
2018-12-19staging: rtl8188eu: remove commented declarations in rtw_mlme_ext.cMichael Straube1-3/+0
2018-12-19staging: rtl8188eu: replace tabs with spaces in rtw_mlme_ext.cMichael Straube1-6/+6
2018-12-19staging: rtl8188eu: cleanup declarations in rtw_mlme_ext.cMichael Straube1-241/+241