summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-123-480/+2
* builddeb: Add support for all required debian/rules targetsGuillem Jover2020-10-101-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-251-5/+16
* kbuild: remove cc-option test of -Werror=date-timeMasahiro Yamada2020-09-252-2/+2
* kbuild: remove cc-option test of -fno-stack-checkMasahiro Yamada2020-09-251-1/+1
* kbuild: remove cc-option test of -fno-strict-overflowMasahiro Yamada2020-09-252-2/+2
* kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant MakefilesMasahiro Yamada2020-09-254-2/+6
* kbuild: remove redundant CONFIG_KASAN check from scripts/Makefile.kasanMasahiro Yamada2020-09-251-2/+0
* kbuild: do not create built-in objects for external module buildsMasahiro Yamada2020-09-251-1/+2
* kbuild: preprocess module linker scriptMasahiro Yamada2020-09-2521-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-274-2/+93
* gen_compile_commands: remove the warning about too few .cmd filesMasahiro Yamada2020-08-271-10/+0
* kbuild: wire up the build rule of compile_commands.json to MakefileMasahiro Yamada2020-08-271-4/+25
* gen_compile_commands: support *.o, *.a, modules.order in positional argumentMasahiro Yamada2020-08-271-4/+96
* gen_compile_commands: move directory walk to a generator functionMasahiro Yamada2020-08-271-12/+32
* gen_compile_commands: make -o option independent of -d optionMasahiro Yamada2020-08-271-9/+9
* gen_compile_commands: reword the help message of -d optionMasahiro Yamada2020-08-271-2/+2
* gen_compile_commands: do not support .cmd files under tools/ directoryMasahiro Yamada2020-08-271-20/+12
* gen_compile_commands: use choices for --log_levels optionMasahiro Yamada2020-08-271-10/+4
* gen_compile_commands: parse only the first line of .*.cmd filesMasahiro Yamada2020-08-271-5/+2
* kbuild: hide commands to run Kconfig, and show short log for syncconfigMasahiro Yamada2020-08-272-9/+12
* kbuild: Simplify DEBUG_INFO Kconfig handlingSedat Dilek2020-08-272-7/+9
* Linux 5.9-rc2v5.9-rc2Linus Torvalds2020-08-231-1/+1
* Merge tag 'powerpc-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-2321-25/+161
|\
| * powerpc/perf/hv-24x7: Move cpumask file to top folder of hv-24x7 driverKajol Jain2020-08-212-2/+11
| * powerpc/32s: Fix module loading failure when VMALLOC_END is over 0xf0000000Christophe Leroy2020-08-211-2/+2
| * powerpc/pseries: Do not initiate shutdown when system is running on UPSVasant Hegde2020-08-201-1/+0
| * powerpc/perf: Fix soft lockups due to missed interrupt accountingAthira Rajeev2020-08-201-0/+4
| * powerpc/powernv/pci: Fix possible crash when releasing DMA resourcesFrederic Barrat2020-08-201-1/+1
| * powerpc/pseries/hotplug-cpu: wait indefinitely for vCPU deathMichael Roth2020-08-181-6/+12
| * powerpc/32s: Fix is_module_segment() when MODULES_VADDR is definedChristophe Leroy2020-08-181-0/+7
| * powerpc/kasan: Fix KASAN_SHADOW_START on BOOK3S_32Christophe Leroy2020-08-181-1/+8
| * powerpc/fixmap: Fix the size of the early debug areaChristophe Leroy2020-08-171-1/+1
| * powerpc/pkeys: Fix build error with PPC_MEM_KEYS disabledAneesh Kumar K.V2020-08-171-1/+3
| * powerpc/kernel: Cleanup machine check function declarationsMadhavan Srinivasan2020-08-174-8/+12
| * powerpc: Add POWER10 raw mode cputable entryMadhavan Srinivasan2020-08-171-0/+20
| * powerpc/perf: Add extended regs support for power10 platformAthira Rajeev2020-08-173-1/+23
| * powerpc/perf: Add support for outputting extended regs in perf intr_regsAnju T Sudhakar2020-08-176-4/+59
| * powerpc: Fix P10 PVR revision in /proc/cpuinfo for SMT4 coresMichael Neuling2020-08-171-0/+1
* | Merge tag 'x86-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-231-4/+6
|\ \
| * | x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVMSean Christopherson2020-08-211-4/+6
* | | Merge tag 'perf-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-231-3/+49
|\ \ \