summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-261-1/+1
|\
| * Merge 5.12-rc6 into char-misc-nextGreg Kroah-Hartman2021-04-051-0/+2
| |\
| * | scripts/spdxcheck.py: Fix a typoBhaskar Chowdhury2021-03-281-1/+1
* | | Merge tag 'keys-cve-2020-26541-v3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-0/+1
|\ \ \
| * | | certs: Add ability to preload revocation certsEric Snowberg2021-03-111-0/+1
* | | | kasan: remove redundant config optionWalter Wu2021-04-161-2/+8
* | | | kasan: fix hwasan build for gccArnd Bergmann2021-04-161-6/+6
| |_|/ |/| |
* | | kbuild: lto: Merge module sections if and only if CONFIG_LTO_CLANG is enabledSean Christopherson2021-04-011-0/+2
| |/ |/|
* | kbuild: fix ld-version.sh to not be affected by localeMasahiro Yamada2021-03-131-1/+1
* | kbuild: remove meaningless parameter to $(call if_changed_rule,dtc)Masahiro Yamada2021-03-111-1/+1
* | kbuild: remove unneeded -O option to dtcMasahiro Yamada2021-03-111-1/+1
* | kbuild: dummy-tools: adjust to scripts/cc-version.shMasahiro Yamada2021-03-111-2/+2
* | kbuild: dummy-tools: support MPROFILE_KERNEL checks for ppcJiri Slaby2021-03-111-0/+9
* | kbuild: rebuild GCC plugins when the compiler is upgradedMasahiro Yamada2021-03-111-0/+1
* | kbuild: Fix ld-version.sh script if LLD was built with LLD_VENDORBernhard Rosenkränzer2021-03-101-7/+13
* | kbuild: dummy-tools: fix inverted tests for gccJiri Slaby2021-03-101-0/+5
* | Merge tag 'gcc-plugins-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-052-3/+2
|\ \
| * | gcc-plugins: latent_entropy: remove unneeded semicolonJason Yan2021-03-011-1/+1
| * | gcc-plugins: structleak: remove unneeded variable 'ret'Jason Yan2021-03-011-2/+1
* | | Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-03-051-1/+0
|\ \ \
| * | | dts: drop dangling c6x symlinkMichal Kubecek2021-02-231-1/+0
* | | | ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcountChen Jun2021-03-021-1/+1
| |/ / |/| |
* | | kbuild: do not include include/config/auto.conf from adjust_autoksyms.shMasahiro Yamada2021-02-281-3/+0
* | | kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTOMasahiro Yamada2021-02-282-15/+26
* | | kbuild: lto: add _mcount to list of used symbolsArnd Bergmann2021-02-271-0/+1
* | | Merge tag 'docs-5.12-2' of git://git.lwn.net/linuxLinus Torvalds2021-02-261-1/+1
|\ \ \
| * | | scripts: kernel-doc: fix array element capture in pointer-to-func parsingAditya Srivastava2021-02-221-1/+1
* | | | ubsan: remove overflow checksAndrey Ryabinin2021-02-261-2/+0
* | | | scripts/gdb: fix list_for_eachGeorge Prekas2021-02-261-0/+5
* | | | checkpatch: do not apply "initialise globals to 0" check to BPF progsSong Liu2021-02-261-1/+11
* | | | checkpatch: don't warn about colon termination in linker scriptsChris Down2021-02-261-1/+1
* | | | checkpatch: add kmalloc_array_node to unnecessary OOM message checkJoe Perches2021-02-261-1/+1
* | | | checkpatch: add warning for avoiding .L prefix symbols in assembly filesAditya Srivastava2021-02-261-0/+7
* | | | checkpatch: improve TYPECAST_INT_CONSTANT test messageJoe Perches2021-02-261-10/+10
* | | | checkpatch: prefer ftrace over function entry/exit printksJoe Perches2021-02-261-0/+35
* | | | checkpatch: trivial style fixesDwaipayan Ray2021-02-261-9/+9
* | | | checkpatch: ignore warning designated initializers using NR_CPUSPeng Wang2021-02-261-1/+3
* | | | checkpatch: improve blank line after declaration testJoe Perches2021-02-261-23/+29
* | | | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-2520-230/+423
|\ \ \ \
| * | | | kbuild: remove deprecated 'always' and 'hostprogs-y/m'Masahiro Yamada2021-02-243-16/+0
| * | | | kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfigMasahiro Yamada2021-02-241-22/+14
| * | | | kconfig: omit --oldaskconfig option for 'make config'Masahiro Yamada2021-02-242-1/+2
| * | | | kconfig: fix 'invalid option' for help optionMasahiro Yamada2021-02-241-2/+2
| * | | | kconfig: remove dead code in conf_askvalue()Masahiro Yamada2021-02-241-15/+1
| * | | | kconfig: clean up nested if-conditionals in check_conf()Masahiro Yamada2021-02-241-26/+29
| * | | | kconfig: Remove duplicate call to sym_get_string_value()Mickaël Salaün2021-02-241-1/+1
| * | | | kbuild: check the minimum linker version in KconfigMasahiro Yamada2021-02-223-32/+77
| * | | | kbuild: remove ld-version macroMasahiro Yamada2021-02-221-5/+1
| * | | | scripts: add generic syscallhdr.shMasahiro Yamada2021-02-221-0/+98
| * | | | scripts: add generic syscalltbl.shMasahiro Yamada2021-02-221-0/+73