summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | smb3: change noisy error message to FYISteve French2020-04-091-1/+1
| * | | | smb3: smbdirect support can be configured by defaultSteve French2020-04-071-1/+1
| * | | | cifs: smbd: Do not schedule work to send immediate packet on every receiveLong Li2020-04-072-52/+10
| * | | | cifs: smbd: Properly process errors on ib_post_sendLong Li2020-04-071-123/+97
| * | | | cifs: Allocate crypto structures on the fly for calculating signatures of inc...Long Li2020-04-073-36/+60
| * | | | cifs: smbd: Update receive credits before sending and deal with credits roll ...Long Li2020-04-071-7/+18
| * | | | cifs: smbd: Check send queue size before posting a sendLong Li2020-04-072-1/+11
| * | | | cifs: smbd: Merge code to track pending packetsLong Li2020-04-073-39/+12
| * | | | cifs: ignore cached share root handle closing errorsAurelien Aptel2020-04-071-0/+14
* | | | | Merge tag 'nfs-for-5.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-121-0/+1
|\ \ \ \ \
| * | | | | pNFS: Fix RCU lock leakageTrond Myklebust2020-04-111-0/+1
* | | | | | Merge tag 'nios2-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-04-115-11/+13
|\ \ \ \ \ \
| * | | | | | MAINTAINERS: Remove nios2-dev@lists.rocketboards.orgLey Foon Tan2020-04-111-4/+0
| * | | | | | arch: nios2: remove 'resetvalue' propertyAlexandru Ardelean2020-04-112-3/+0
| * | | | | | arch: nios2: rename 'altr,gpio-bank-width' -> 'altr,ngpio'Alexandru Ardelean2020-04-112-4/+4
| * | | | | | arch: nios2: Enable the common clk subsystem on Nios2Dragos Bogdan2020-04-112-0/+9
* | | | | | | Merge tag 'dma-mapping-5.7-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-04-112-4/+8
|\ \ \ \ \ \ \
| * | | | | | | dma-debug: fix displaying of dma allocation typeGrygorii Strashko2020-04-081-3/+6
| * | | | | | | dma-direct: fix data truncation in dma_direct_get_required_mask()Kishon Vijay Abraham I2020-04-081-1/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-04-1161-519/+384
|\ \ \ \ \ \ \
| * | | | | | | kbuild: fix comment about missing include guard detectionMasahiro Yamada2020-04-111-1/+1
| * | | | | | | kbuild: support LLVM=1 to switch the default tools to Clang/LLVMMasahiro Yamada2020-04-094-8/+40
| * | | | | | | kbuild: replace AS=clang with LLVM_IAS=1Masahiro Yamada2020-04-092-2/+5
| * | | | | | | kbuild: add dummy toolchains to enable all cc-option etc. in KconfigMasahiro Yamada2020-04-094-0/+123
| * | | | | | | kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=yMasahiro Yamada2020-04-092-18/+6
| * | | | | | | MIPS: fw: arc: add __weak to prom_meminit and prom_free_prom_memoryMasahiro Yamada2020-04-091-2/+2
| * | | | | | | kbuild: remove -I$(srctree)/tools/include from scripts/MakefileMasahiro Yamada2020-04-091-4/+0
| * | | | | | | kbuild: do not pass $(KBUILD_CFLAGS) to scripts/mkcompile_hMasahiro Yamada2020-04-091-1/+1
| * | | | | | | Documentation/llvm: fix the name of llvm-sizeFangrui Song2020-04-091-1/+1
| * | | | | | | kbuild: mkcompile_h: Include $LD version in /proc/versionKees Cook2020-04-092-2/+6
| * | | | | | | kconfig: qconf: Fix a few alignment issuesMauro Carvalho Chehab2020-04-091-6/+7
| * | | | | | | kconfig: qconf: remove some old bogus TODOsMauro Carvalho Chehab2020-04-091-2/+1
| * | | | | | | kconfig: qconf: fix support for the split view modeMauro Carvalho Chehab2020-04-092-7/+28
| * | | | | | | kconfig: qconf: fix the content of the main widgetMauro Carvalho Chehab2020-04-091-6/+17
| * | | | | | | kconfig: qconf: Change title for the item windowMauro Carvalho Chehab2020-04-091-1/+9
| * | | | | | | kconfig: qconf: clean deprecated warningsMauro Carvalho Chehab2020-04-091-4/+4
| * | | | | | | gcc-plugins: drop support for GCC <= 4.7Masahiro Yamada2020-04-097-103/+14
| * | | | | | | kbuild: Enable -Wtautological-compareNathan Chancellor2020-04-092-2/+1
| * | | | | | | x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld2020-04-0921-90/+15
| * | | | | | | crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'Masahiro Yamada2020-04-091-2/+0
| * | | | | | | Documentation/changes: Raise minimum supported binutils version to 2.23Borislav Petkov2020-04-091-2/+2
| * | | | | | | crypto: curve25519 - do not pollute dispatcher based on assemblerJason A. Donenfeld2020-04-091-4/+2
| * | | | | | | crypto: x86 - rework configuration based on KconfigJason A. Donenfeld2020-04-092-91/+69
| * | | | | | | x86: add comments about the binutils version to support code in as-instrMasahiro Yamada2020-04-091-0/+10
| * | | | | | | x86: probe assembler capabilities via kconfig instead of makefileJason A. Donenfeld2020-04-094-11/+20
| * | | | | | | drm/i915: remove always-defined CONFIG_AS_MOVNTDQAMasahiro Yamada2020-04-092-8/+0
| * | | | | | | x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada2020-04-0913-89/+21
| * | | | | | | x86: remove always-defined CONFIG_AS_SSSE3Masahiro Yamada2020-04-095-15/+4
| * | | | | | | x86: remove always-defined CONFIG_AS_CFI_SECTIONSMasahiro Yamada2020-04-092-6/+2
| * | | | | | | x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAMEMasahiro Yamada2020-04-092-10/+2