summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| * | | | | | | x86: remove always-defined CONFIG_AS_CFIMasahiro Yamada2020-04-092-44/+2
| * | | | | | | x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.hMasahiro Yamada2020-04-091-1/+1
| * | | | | | | lib/raid6/test: fix build on distros whose /bin/sh is not bashMasahiro Yamada2020-04-091-3/+3
| * | | | | | | sh: remove unneeded uapi asm-generic wrappersMasahiro Yamada2020-04-092-4/+0
| * | | | | | | h8300: move definition of __kernel_size_t etc. to posix_types.hMasahiro Yamada2020-04-092-15/+13
| * | | | | | | sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE()Masahiro Yamada2020-04-091-5/+3
| |/ / / / / /
* | | | | | / mailmap: Add Sedat Dilek (replacement for expired email address)Sedat Dilek2020-04-111-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-10130-366/+706
|\ \ \ \ \ \
| * | | | | | ipc/util.c: sysvipc_find_ipc() should increase position indexVasily Averin2020-04-101-1/+1
| * | | | | | kernel/gcov/fs.c: gcov_seq_next() should increase position indexVasily Averin2020-04-101-1/+1
| * | | | | | fs/seq_file.c: seq_read(): add info message about buggy .next functionsVasily Averin2020-04-101-2/+5
| * | | | | | drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warningskbuild test robot2020-04-101-1/+0