summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gen_compile_commands: do not support .cmd files under tools/ directoryMasahiro Yamada2020-08-261-20/+12
* gen_compile_commands: use choices for --log_levels optionMasahiro Yamada2020-08-261-10/+4
* gen_compile_commands: parse only the first line of .*.cmd filesMasahiro Yamada2020-08-261-5/+2
* kbuild: hide commands to run Kconfig, and show short log for syncconfigMasahiro Yamada2020-08-262-9/+12
* kbuild: Simplify DEBUG_INFO Kconfig handlingSedat Dilek2020-08-262-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
|\ \ \
| * | | perf/x86/intel/uncore: Add BW counters for GT, IA and IO breakdownVaibhav Shankar2020-08-151-3/+49
| |/ /
* | | Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-237-92/+52
|\ \ \
| * | | Documentation: efi: remove description of efi=old_mapArd Biesheuvel2020-08-201-4/+1
| * | | efi/x86: Move 32-bit code into efi_32.cArd Biesheuvel2020-08-203-86/+37
| * | | efi/libstub: Handle unterminated cmdlineArvind Sankar2020-08-201-2/+4
| * | | efi/libstub: Handle NULL cmdlineArvind Sankar2020-08-201-1/+5
| * | | efi/libstub: Stop parsing arguments at "--"Arvind Sankar2020-08-201-0/+2
| * | | efi: add missed destroy_workqueue when efisubsys_init failsLi Heng2020-08-201-0/+2
| * | | efi/x86: Mark kernel rodata non-executable for mixed modeArvind Sankar2020-08-201-0/+2
| | |/ | |/|
* | | Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-231-1/+2
|\ \ \
| * | | core/entry: Respect syscall number rewritesThomas Gleixner2020-08-211-1/+2
| |/ /
* | | Merge tag 'edac_urgent_for_v5.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-234-7/+7
|\ \ \
| * | | EDAC/{i7core,sb,pnd2,skx}: Fix error event severityTony Luck2020-08-184-7/+7
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-2344-163/+310
|\ \ \