summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-10-239-51/+43
|\
| * arm64: proton-pack: Update comment to reflect new function nameStephen Boyd2020-10-211-2/+2
| * arm64: spectre-v2: Favour CPU-specific mitigation at EL2Will Deacon2020-10-201-19/+17
| * arm64: link with -z norelro regardless of CONFIG_RELOCATABLENick Desaulniers2020-10-201-2/+2
| * arm64: Fix a broken copyright header in gen_vdso_offsets.shPalmer Dabbelt2020-10-201-1/+1
| * arm64: mremap speedup - Enable HAVE_MOVE_PMDKalesh Singh2020-10-151-0/+1
| * arm64: mm: use single quantity to represent the PA to VA translationArd Biesheuvel2020-10-153-25/+14
| * arm64: reject prctl(PR_PAC_RESET_KEYS) on compat tasksPeter Collingbourne2020-10-152-2/+6
* | Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-10-222-275/+170
|\ \
| * | kconfig: qconf: create QApplication after option checksMasahiro Yamada2020-09-241-1/+2
| * | kconfig: qconf: remove Y, M, N columnsMasahiro Yamada2020-09-242-61/+4
| * | kconfig: qconf: remove ConfigView classMasahiro Yamada2020-09-242-47/+17
| * | kconfig: qconf: move setShowName/Range() to ConfigList from ConfigViewMasahiro Yamada2020-09-242-33/+32
| * | kconfig: qconf: remove ConfigLineEdit classMasahiro Yamada2020-09-242-57/+0
| * | kconfig: qconf: allow to edit "int", "hex", "string" menus in-placeMasahiro Yamada2020-09-242-17/+91
| * | kconfig: qconf: show data column all the timeMasahiro Yamada2020-09-242-32/+2
| * | kconfig: qconf: move ConfigView::updateList(All) to ConfigList classMasahiro Yamada2020-09-242-42/+39
| * | kconfig: qconf: remove unused ConfigItem::okRename()Masahiro Yamada2020-09-242-9/+0
| * | kconfig: qconf: update the intro message to match to the current codeMasahiro Yamada2020-09-241-4/+4
| * | kconfig: qconf: reformat the intro messageMasahiro Yamada2020-09-241-11/+18
* | | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-2251-752/+512
|\ \ \
| * | | kbuild: Use uname for LINUX_COMPILE_HOST detectionChris Down2020-10-201-1/+1
| * | | kbuild: Only add -fno-var-tracking-assignments for old GCC versionsMark Wielaard2020-10-201-1/+5
| * | | kbuild: remove leftover comment for filechk utilityRasmus Villemoes2020-10-201-2/+0
| * | | treewide: remove DISABLE_LTOSami Tolvanen2020-10-205-9/+1
| * | | kbuild: deb-pkg: clean up package name variablesMasahiro Yamada2020-10-141-9/+9
| * | | kbuild: deb-pkg: do not build linux-headers package if CONFIG_MODULES=nMasahiro Yamada2020-10-142-9/+16
| * | | kbuild: enforce -Werror=return-typeOlaf Hering2020-10-121-1/+1
| * | | scripts: remove namespace.plJacob Keller2020-10-113-480/+2
| * | | builddeb: Add support for all required debian/rules targetsGuillem Jover2020-10-091-2/+6
| * | | builddeb: Enable rootless buildsGuillem Jover2020-10-092-2/+8
| * | | builddeb: Pass -n to gzip for reproducible packagesGuillem Jover2020-10-091-1/+1
| * | | kbuild: split the build log of kallsymsMasahiro Yamada2020-10-091-10/+10
| * | | kbuild: explicitly specify the build id styleBill Wendling2020-10-0910-11/+11
| * | | scripts/setlocalversion: make git describe output more reliableRasmus Villemoes2020-09-241-5/+16
| * | | kbuild: remove cc-option test of -Werror=date-timeMasahiro Yamada2020-09-242-2/+2
| * | | kbuild: remove cc-option test of -fno-stack-checkMasahiro Yamada2020-09-241-1/+1
| * | | kbuild: remove cc-option test of -fno-strict-overflowMasahiro Yamada2020-09-242-2/+2
| * | | kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant MakefilesMasahiro Yamada2020-09-244-2/+6
| * | | kbuild: remove redundant CONFIG_KASAN check from scripts/Makefile.kasanMasahiro Yamada2020-09-241-2/+0
| * | | kbuild: do not create built-in objects for external module buildsMasahiro Yamada2020-09-241-1/+2
| * | | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-2421-23/+34
| * | | arch: vdso: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada2020-09-076-6/+6
| * | | Makefile: Add clang-tidy and static analyzer support to makefileNathan Huckleberry2020-08-264-2/+93
| * | | gen_compile_commands: remove the warning about too few .cmd filesMasahiro Yamada2020-08-261-10/+0
| * | | kbuild: wire up the build rule of compile_commands.json to MakefileMasahiro Yamada2020-08-261-4/+25
| * | | gen_compile_commands: support *.o, *.a, modules.order in positional argumentMasahiro Yamada2020-08-261-4/+96
| * | | gen_compile_commands: move directory walk to a generator functionMasahiro Yamada2020-08-261-12/+32
| * | | gen_compile_commands: make -o option independent of -d optionMasahiro Yamada2020-08-261-9/+9
| * | | gen_compile_commands: reword the help message of -d optionMasahiro Yamada2020-08-261-2/+2