aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-1087-763/+729
|\
| * docs: bump minimal GNU Make version to 3.82Masahiro Yamada2022-10-061-2/+2
| * ia64: simplify esi object addition in MakefileMasahiro Yamada2022-10-031-4/+1
| * Revert "kbuild: Check if linker supports the -X option"Masahiro Yamada2022-10-031-1/+1
| * kbuild: rebuild .vmlinux.export.o when its prerequisite is updatedMasahiro Yamada2022-10-033-19/+25
| * kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_oMasahiro Yamada2022-10-033-9/+30
| * zstd: Fixing mixed module-builtin objectsAlexey Kardashevskiy2022-10-034-12/+27
| * kallsyms: ignore __kstrtab_* and __kstrtabns_* symbolsMasahiro Yamada2022-10-031-0/+4
| * kallsyms: take the input file instead of reading stdinMasahiro Yamada2022-10-022-19/+34
| * kallsyms: drop duplicated ignore patterns from kallsyms.cMasahiro Yamada2022-10-022-4/+13
| * kbuild: reuse mksysmap output for kallsymsMasahiro Yamada2022-10-021-6/+5
| * mksysmap: update comment about __crc_*Masahiro Yamada2022-10-021-4/+4
| * kbuild: remove head-y syntaxMasahiro Yamada2022-10-0224-67/+60
| * kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-0229-113/+91
| * kbuild: hide error checker logs for V=1 buildsMasahiro Yamada2022-09-291-2/+2
| * kbuild: re-run modpost when it is updatedMasahiro Yamada2022-09-291-6/+8
| * kbuild: unify two modpost invocationsMasahiro Yamada2022-09-294-76/+54
| * kbuild: move vmlinux.o rule to the top MakefileMasahiro Yamada2022-09-292-7/+5
| * kbuild: move .vmlinux.objs rule to Makefile.modpostMasahiro Yamada2022-09-293-21/+29
| * kbuild: list sub-directories in ./KbuildMasahiro Yamada2022-09-293-43/+46
| * Makefile.compiler: replace cc-ifversion with compiler-specific macrosNick Desaulniers2022-09-295-22/+29
| * kbuild: rpm-pkg: fix breakage when V=1 is usedJanis Schoetterl-Glausch2022-09-291-2/+2
| * scripts: remove unused argument 'type'Zeng Heng2022-09-291-3/+3
| * Kconfig: remove sym_set_choice_valueZeng Heng2022-09-292-6/+1
| * linux/export: use inline assembler to populate symbol CRCsMasahiro Yamada2022-09-291-2/+4
| * kbuild: use objtool-args-y to clean up objtool argumentsMasahiro Yamada2022-09-292-26/+20
| * kbuild: fix and refactor single target buildMasahiro Yamada2022-09-292-43/+20
| * kbuild: rewrite check-local-export in sh/awkOwen Rafferty2022-09-291-49/+48
| * Revert "kbuild: Make scripts/compile.h when sh != bash"Masahiro Yamada2022-09-291-3/+0
| * scripts/mkcompile_h: move LC_ALL=C to '$LD -v'Masahiro Yamada2022-09-291-6/+2
| * kbuild: generate include/generated/compile.h in top MakefileMasahiro Yamada2022-09-292-8/+8
| * kbuild: build init/built-in.a just onceMasahiro Yamada2022-09-2912-131/+120
| * init/version.c: remove #include <linux/version.h>Masahiro Yamada2022-09-291-1/+0
| * kbuild: move 'PHONY += modules_prepare' to the common partMasahiro Yamada2022-09-291-5/+1
| * kbuild: refactor single builds of *.koMasahiro Yamada2022-09-291-12/+4
| * kbuild: remove duplicated dependency between modules and modules_checkMasahiro Yamada2022-09-291-2/+1
| * nios2: move core-y in arch/nios2/Makefile to arch/nios2/KbuildMasahiro Yamada2022-09-292-4/+2
| * kbuild: do not deduplicate modules.orderMasahiro Yamada2022-09-292-5/+2
| * kbuild: check sha1sum just once for each atomic headerMasahiro Yamada2022-09-293-43/+25
| * kbuild: hard-code KBUILD_ALLDIRS in scripts/Makefile.packageMasahiro Yamada2022-09-292-7/+6
| * kbuild: add phony targets to ./KbuildMasahiro Yamada2022-09-292-14/+14
| * kbuild: remove the target in signal traps when interruptedMasahiro Yamada2022-09-291-1/+22
* | Merge tag 'livepatching-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-106-5/+166
|\ \
| * \ Merge branch 'for-6.1/sysfs-patched-object' into for-linusPetr Mladek2022-10-055-1/+148
| |\ \
| | * | selftests/livepatch: add sysfs testSong Liu2022-09-233-1/+122
| | * | livepatch: add sysfs entry "patched" for each klp_objectSong Liu2022-09-232-0/+26
| * | | selftests/livepatch: normalize sysctl error messageJoe Lawrence2022-09-231-1/+1
| * | | livepatch: Add a missing newline character in klp_module_coming()Zhen Lei2022-09-011-1/+1
| * | | livepatch: fix race between fork and KLP transitionRik van Riel2022-09-011-2/+16
| |/ /
* | | Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-10-105-47/+35
|\ \ \