aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+1
2018-04-06Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdLinus Torvalds2-5/+2
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap2-2/+1
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2-11/+11
2018-04-04Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds576-95013/+23960
2018-04-04Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-26/+115
2018-04-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-3/+3
2018-04-04Merge tag 'v4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mtd/nextBoris Brezillon1-0/+2
2018-04-04Merge tag 'nand/for-4.17' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon1-2/+2
2018-04-04Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2018-04-03Merge tag 'media/v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds137-13546/+1664
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-13/+8
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds7-344/+1
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2018-03-29lustre: get rid of pointless casts to struct dentry *Al Viro1-3/+3
2018-03-29staging: rtl8723bs: Remove yield call, replace with cond_resched()Thomas Avery1-1/+1
2018-03-29staging: rtl8723bs: Replace yield() call with cond_resched()Thomas Avery1-1/+1
2018-03-29staging: rtl8723bs: Remove unecessary newlines from 'odm.h'.Quytelda Kahja1-27/+0
2018-03-29staging: rtl8723bs: Rework 'struct _ODM_Phy_Status_Info_' coding style.Quytelda Kahja7-84/+90
2018-03-29staging: rtl8723bs: Rework 'struct _ODM_Per_Pkt_Info_' coding style.Quytelda Kahja5-42/+43
2018-03-29staging: rtl8723bs: Replace NULL pointer comparison with '!'.Quytelda Kahja1-1/+1
2018-03-29staging: rtl8723bs: Factor out rtl8723bs_recv_tasklet() sections.Quytelda Kahja1-26/+69
2018-03-29staging: rtl8723bs: Fix function signature that goes over 80 characters.Quytelda Kahja1-1/+2
2018-03-29staging: rtl8723bs: Fix lines too long in update_recvframe_attrib().Quytelda Kahja1-8/+22
2018-03-29staging: rtl8723bs: Remove unnecessary blank lines in 'rtl8723bs_recv.c'.Quytelda Kahja1-7/+0
2018-03-29staging: rtl8723bs: Change camel case to snake case in 'rtl8723bs_recv.c'.Quytelda Kahja1-16/+16
2018-03-29staging: rtl8723bs: Add missing braces in else statement.Quytelda Kahja1-1/+2
2018-03-29staging: rtl8723bs: Add spaces around ternary operators.Quytelda Kahja1-1/+1
2018-03-29staging: rtl8723bs: Fix lines with trailing open parentheses.Quytelda Kahja1-6/+5
2018-03-29staging: rtl8723bs: Remove unnecessary length #define's.Quytelda Kahja2-19/+3
2018-03-29staging: rtl8723bs: Fix IEEE80211 authentication algorithm constants.Quytelda Kahja2-12/+8
2018-03-29staging: rtl8723bs: Fix alignment in rtw_wx_set_auth().Quytelda Kahja1-3/+3
2018-03-29staging: rtl8723bs: Remove braces from single statement conditionals.Quytelda Kahja1-9/+9
2018-03-29staging: rtl8723bs: Remove unecessary braces from switch statement.Quytelda Kahja1-27/+23
2018-03-29staging: rtl8723bs: Fix newlines in rtw_wx_set_auth().Quytelda Kahja1-9/+1
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_STYPE_* with IEEE80211_STYPE_*.Quytelda Kahja3-45/+2
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_FTYPE_* with IEEE80211_FTYPE_*.Quytelda Kahja3-8/+3
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_FCTL_* with IEEE80211_FCTL_*.Quytelda Kahja3-20/+6
2018-03-29staging: rtl8723bs: Remove #defines shadowing enums in 'linux/ieee80211.h'Quytelda Kahja1-56/+0
2018-03-29drivers: staging: rtl8192e: fixed a space coding style issueRene Hickersberger1-1/+1
2018-03-29staging: r8822be: fix typos in header guard macrosColin Ian King2-2/+2
2018-03-29staging: bcm2835-audio: Release resources on module_exit()Kirill Marinushkin1-29/+25
2018-03-29staging: comedi: s626: Use Preferred kernel typePaul McQuade1-4/+4
2018-03-29staging: mt7621-dts: Replace spaces with tabs in indentationNishka Dasgupta1-1/+1
2018-03-29staging: ks7010: Remove unused member 'reg_net' from 'ks_wlan_private'.Quytelda Kahja1-1/+0
2018-03-29staging: ks7010: Change mac_address_valid to a bool instead of int.Quytelda Kahja3-5/+5
2018-03-29staging: ks7010: Remove unecessary cast.Quytelda Kahja1-1/+1
2018-03-29staging: ks7010: replace uint8_t in favour of u8 in michael_get_micSergio Paracuellos1-1/+1
2018-03-29staging: ks7010: replace uint8_t in favour of u8 in michael_appendSergio Paracuellos1-3/+3
2018-03-29staging: ks7010: replace uint8_t in favour of u8 in michael_initSergio Paracuellos1-1/+1