summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-05-10staging: rtl8723bs: core: rtw_mlme: 'retry' is only used if REJOIN is setLee Jones1-1/+1
2021-05-10staging: rtl8723bs: core: rtw_ieee80211: Remove seemingly pointless copyLee Jones1-3/+1
2021-05-10staging: most: dim2: Provide missing descriptions and fix doc-rotLee Jones1-10/+13
2021-05-10staging: rtl8192u: ieee80211_softmac: Move a large data struct onto the heapLee Jones1-3/+6
2021-05-10staging: vt6655: upc: Suppress set but not used warning in macroLee Jones1-1/+1
2021-05-10staging: most: net: Fix some kernel-doc formatting issuesLee Jones1-3/+3
2021-05-10staging: sm750fb: sm750_accel: Provide description for 'accel' and fix functi...Lee Jones1-1/+3
2021-05-10staging: fwserial: Demote a whole host of kernel-doc abusesLee Jones1-24/+22
2021-05-10staging: ks7010: ks_hostif: Remove a bunch of unused variablesLee Jones1-9/+5
2021-05-10staging: nvec: Fix a bunch of kernel-doc issuesLee Jones1-3/+4
2021-05-10staging: iio: frequency: ad9834: Provide missing description for 'devid'Lee Jones1-2/+3
2021-05-10staging: rtl8712: rtl871x_mp_ioctl: Move a large data struct onto the heapLee Jones1-12/+17
2021-05-10staging: rtl8723bs: core: rtw_wlan_util: Remove unused variable 'start_seq'Lee Jones1-3/+1
2021-05-10staging: octeon: ethernet-tx: Fix formatting issue in function headerLee Jones1-1/+0
2021-05-10staging: rtl8723bs: core: rtw_sta_mgt: Return error value directlyLee Jones1-6/+2
2021-05-10staging: rtl8723bs: core: rtw_sta_mgt: Remove unused variable 'psta'Lee Jones1-2/+0
2021-05-10staging: rtl8723bs: core: rtw_security: Demote non-conformant kernel-doc headerLee Jones1-1/+1
2021-05-10staging: rtl8188eu: core: rtw_security: Fix some formatting and misdocumentationLee Jones1-4/+6
2021-05-10staging: rtl8723bs: core: rtw_recv: Mark debug variable as __maybe_unusedLee Jones1-1/+1
2021-05-10staging: rtl8712: rtl871x_mp_ioctl: Remove a bunch of unused tablesLee Jones1-127/+0
2021-05-10staging: rtl8723bs: core: rtw_mlme: Remove a bunch of unused variablesLee Jones1-9/+6
2021-05-10staging: rtl8188eu: core: rtw_ieee80211: Fix incorrectly documented functionLee Jones1-1/+1
2021-05-10staging: wlan-ng: cfg80211: Move large struct onto the heapLee Jones1-13/+17
2021-05-10staging: r819xU_cmdpkt: Remove functionless method 'cmpk_handle_query_config_rx'Lee Jones1-41/+0
2021-05-10staging: r819xU_phy: Remove some local variables from the stackLee Jones1-9/+39
2021-05-10staging: r8192U_core: Do not use kernel-doc formatting for !kernel-doc headersLee Jones1-2/+2
2021-05-10staging: android: ashmem: Supply description for 'new_range'Lee Jones1-0/+1
2021-05-10staging: r8192U_core: Remove unused variable 'ret' and demote kernel-doc abuseLee Jones1-5/+2
2021-05-09Linux 5.13-rc1v5.13-rc1Linus Torvalds1-2/+2
2021-05-09fbmem: fix horribly incorrect placement of __maybe_unusedLinus Torvalds1-1/+1
2021-05-09Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds19-81/+332
2021-05-09Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds4-21/+3
2021-05-09Merge tag '5.13-rc-smb3-part3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-0/+14
2021-05-09Merge tag 'sched-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-15/+37
2021-05-09Merge tag 'locking-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-60/+58
2021-05-09Merge tag 'perf_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-21/+26
2021-05-09Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-233/+263
2021-05-08Revert "bio: limit bio max size"Jens Axboe4-21/+3
2021-05-08Merge tag 'riscv-for-linus-5.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-10/+16
2021-05-08drm/i915/display: fix compiler warning about array overrunLinus Torvalds1-1/+12
2021-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds11-489/+438
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds61-342/+183
2021-05-08smb3: if max_channels set to more than one channel request multichannelSteve French1-0/+3
2021-05-08smb3: do not attempt multichannel to server which does not support itSteve French1-0/+6
2021-05-08Merge tag 'powerpc-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds19-990/+175
2021-05-08smb3: when mounting with multichannel include it in requested capabilitiesSteve French1-0/+5
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds80-330/+689
2021-05-09linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>Masahiro Yamada3-6/+5
2021-05-08Merge branch 'master' into nextMichael Ellerman1332-14493/+33908
2021-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski15-42/+124