| Commit message (Expand) | Author | Age | Files | Lines |
* | kasan: remove redundant config option | Walter Wu | 2021-04-17 | 1 | -2/+8 |
* | kasan: fix hwasan build for gcc | Arnd Bergmann | 2021-04-17 | 1 | -6/+6 |
* | kbuild: lto: Merge module sections if and only if CONFIG_LTO_CLANG is enabled | Sean Christopherson | 2021-04-01 | 1 | -0/+2 |
* | kbuild: fix ld-version.sh to not be affected by locale | Masahiro Yamada | 2021-03-13 | 1 | -1/+1 |
* | kbuild: remove meaningless parameter to $(call if_changed_rule,dtc) | Masahiro Yamada | 2021-03-11 | 1 | -1/+1 |
* | kbuild: remove unneeded -O option to dtc | Masahiro Yamada | 2021-03-11 | 1 | -1/+1 |
* | kbuild: dummy-tools: adjust to scripts/cc-version.sh | Masahiro Yamada | 2021-03-11 | 1 | -2/+2 |
* | kbuild: dummy-tools: support MPROFILE_KERNEL checks for ppc | Jiri Slaby | 2021-03-11 | 1 | -0/+9 |
* | kbuild: rebuild GCC plugins when the compiler is upgraded | Masahiro Yamada | 2021-03-11 | 1 | -0/+1 |
* | kbuild: Fix ld-version.sh script if LLD was built with LLD_VENDOR | Bernhard Rosenkränzer | 2021-03-09 | 1 | -7/+13 |
* | kbuild: dummy-tools: fix inverted tests for gcc | Jiri Slaby | 2021-03-09 | 1 | -0/+5 |
* | Merge tag 'gcc-plugins-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-03-06 | 2 | -3/+2 |
|\ |
|
| * | gcc-plugins: latent_entropy: remove unneeded semicolon | Jason Yan | 2021-03-02 | 1 | -1/+1 |
| * | gcc-plugins: structleak: remove unneeded variable 'ret' | Jason Yan | 2021-03-02 | 1 | -2/+1 |
* | | Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2021-03-05 | 1 | -1/+0 |
|\ \ |
|
| * | | dts: drop dangling c6x symlink | Michal Kubecek | 2021-02-24 | 1 | -1/+0 |
* | | | ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcount | Chen Jun | 2021-03-02 | 1 | -1/+1 |
| |/
|/| |
|
* | | kbuild: do not include include/config/auto.conf from adjust_autoksyms.sh | Masahiro Yamada | 2021-02-28 | 1 | -3/+0 |
* | | kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTO | Masahiro Yamada | 2021-02-28 | 2 | -15/+26 |
* | | kbuild: lto: add _mcount to list of used symbols | Arnd Bergmann | 2021-02-27 | 1 | -0/+1 |
* | | Merge tag 'docs-5.12-2' of git://git.lwn.net/linux | Linus Torvalds | 2021-02-26 | 1 | -1/+1 |
|\ \ |
|
| * | | scripts: kernel-doc: fix array element capture in pointer-to-func parsing | Aditya Srivastava | 2021-02-22 | 1 | -1/+1 |
* | | | ubsan: remove overflow checks | Andrey Ryabinin | 2021-02-26 | 1 | -2/+0 |
* | | | scripts/gdb: fix list_for_each | George Prekas | 2021-02-26 | 1 | -0/+5 |
* | | | checkpatch: do not apply "initialise globals to 0" check to BPF progs | Song Liu | 2021-02-26 | 1 | -1/+11 |
* | | | checkpatch: don't warn about colon termination in linker scripts | Chris Down | 2021-02-26 | 1 | -1/+1 |
* | | | checkpatch: add kmalloc_array_node to unnecessary OOM message check | Joe Perches | 2021-02-26 | 1 | -1/+1 |
* | | | checkpatch: add warning for avoiding .L prefix symbols in assembly files | Aditya Srivastava | 2021-02-26 | 1 | -0/+7 |
* | | | checkpatch: improve TYPECAST_INT_CONSTANT test message | Joe Perches | 2021-02-26 | 1 | -10/+10 |
* | | | checkpatch: prefer ftrace over function entry/exit printks | Joe Perches | 2021-02-26 | 1 | -0/+35 |
* | | | checkpatch: trivial style fixes | Dwaipayan Ray | 2021-02-26 | 1 | -9/+9 |
* | | | checkpatch: ignore warning designated initializers using NR_CPUS | Peng Wang | 2021-02-26 | 1 | -1/+3 |
* | | | checkpatch: improve blank line after declaration test | Joe Perches | 2021-02-26 | 1 | -23/+29 |
* | | | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2021-02-25 | 20 | -230/+423 |
|\ \ \ |
|
| * | | | kbuild: remove deprecated 'always' and 'hostprogs-y/m' | Masahiro Yamada | 2021-02-24 | 3 | -16/+0 |
| * | | | kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfig | Masahiro Yamada | 2021-02-24 | 1 | -22/+14 |
| * | | | kconfig: omit --oldaskconfig option for 'make config' | Masahiro Yamada | 2021-02-24 | 2 | -1/+2 |
| * | | | kconfig: fix 'invalid option' for help option | Masahiro Yamada | 2021-02-24 | 1 | -2/+2 |
| * | | | kconfig: remove dead code in conf_askvalue() | Masahiro Yamada | 2021-02-24 | 1 | -15/+1 |
| * | | | kconfig: clean up nested if-conditionals in check_conf() | Masahiro Yamada | 2021-02-24 | 1 | -26/+29 |
| * | | | kconfig: Remove duplicate call to sym_get_string_value() | Mickaël Salaün | 2021-02-24 | 1 | -1/+1 |
| * | | | kbuild: check the minimum linker version in Kconfig | Masahiro Yamada | 2021-02-22 | 3 | -32/+77 |
| * | | | kbuild: remove ld-version macro | Masahiro Yamada | 2021-02-22 | 1 | -5/+1 |
| * | | | scripts: add generic syscallhdr.sh | Masahiro Yamada | 2021-02-22 | 1 | -0/+98 |
| * | | | scripts: add generic syscalltbl.sh | Masahiro Yamada | 2021-02-22 | 1 | -0/+73 |
| * | | | gen_compile_commands: prune some directories | Masahiro Yamada | 2021-02-16 | 1 | -2/+10 |
| * | | | Kconfig: allow explicit opt in to DWARF v5 | Nick Desaulniers | 2021-02-16 | 1 | -0/+8 |
| * | | | Kbuild: Make composite object searching more generic | Elliot Berman | 2021-02-16 | 1 | -4/+8 |
| * | | | kbuild: use always-y instead of extra-y | Masahiro Yamada | 2021-02-16 | 2 | -7/+7 |
| * | | | genksyms: remove useless case DOTS | Masahiro Yamada | 2021-02-16 | 1 | -1/+0 |