summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | kbuild: allow to run dt_binding_check without kernel configurationMasahiro Yamada2020-03-131-2/+3
| * | | | | | | kbuild: Always validate DT binding examplesRob Herring2020-03-031-1/+2
| * | | | | | | kbuild: generate autoksyms.h earlyQuentin Perret2020-03-031-1/+2
| * | | | | | | kbuild: split adjust_autoksyms.sh in two partsQuentin Perret2020-03-032-32/+55
| * | | | | | | kbuild: allow symbol whitelisting with TRIM_UNUSED_KSYMSQuentin Perret2020-03-031-0/+12
| * | | | | | | kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTMasahiro Yamada2020-03-031-4/+0
| * | | | | | | fixdep: remove redundant null character checkMasahiro Yamada2020-03-021-1/+1
| * | | | | | | fixdep: remove unneeded code and comments about *.ver filesMasahiro Yamada2020-03-021-7/+1
| * | | | | | | kbuild: remove the owner check in mkcompile_hMasahiro Yamada2020-03-021-11/+0
| |/ / / / / /
* | | | | | | Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-311-3/+8
|\ \ \ \ \ \ \
| * | | | | | | selinux: remove unused initial SIDs and improve handlingStephen Smalley2020-02-271-3/+8
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-03-311-0/+6
|\ \ \ \ \ \ \
| * | | | | | | kconfig: Add support for 'as-option'Vincenzo Frascino2020-03-181-0/+6
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-1/+5
|\ \ \ \ \ \ \
| * | | | | | | scripts: Fix the inclusion order in modpostVincenzo Frascino2020-03-211-1/+5
* | | | | | | | Merge tag 'docs-5.7' of git://git.lwn.net/linuxLinus Torvalds2020-03-304-4/+207
|\ \ \ \ \ \ \ \
| * | | | | | | | docs: move gcc-plugins to the kbuild manualJonathan Corbet2020-03-101-1/+1
| * | | | | | | | scripts/sphinx-pre-install: add '-p python3' to virtualenvTim Bird2020-03-021-1/+16
| * | | | | | | | docs: add a script to check sysctl docsStephen Kitt2020-02-251-0/+181
| * | | | | | | | scripts: documentation-file-ref-check: improve :doc: handlingMauro Carvalho Chehab2020-02-251-2/+9
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'i3c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds2020-03-302-0/+26
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | i3c: Generate aliases for i3c modulesBoris Brezillon2020-02-282-0/+26
| |/ / / / / /
* | | | | | | Merge tag 'devicetree-fixes-for-5.6-4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2020-03-271-1/+0
|\ \ \ \ \ \ \
| * | | | | | | scripts/dtc: Remove redundant YYLOC global declarationDirk Mueller2020-03-271-1/+0
| |/ / / / / /
* | | | | | / parse-maintainers: Do not sort section content by defaultJoe Perches2020-03-261-4/+27
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge tag 'kbuild-fixes-v5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-195-18/+27
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | scripts/kallsyms: fix wrong kallsyms_relative_baseMikhail Petrov2020-03-191-4/+4
| * | | | | modpost: Get proper section index by get_secindex() instead of st_shndxXiao Yang2020-03-191-1/+2
| * | | | | modpost: move the namespace field in Module.symvers lastJessica Yu2020-03-172-13/+13
| * | | | | kbuild: Disable -Wpointer-to-enum-castNathan Chancellor2020-03-141-0/+1
| * | | | | kconfig: introduce m32-flag and m64-flagMasahiro Yamada2020-03-121-0/+7
| | |_|_|/ | |/| | |
* / | | | parse-maintainers: Mark as executableJonathan Neuschäfer2020-03-061-0/+0
|/ / / /
* | | | kbuild: remove unneeded semicolon at the end of cmd_dtb_checkMasahiro Yamada2020-02-271-1/+1
* | | | kbuild: fix DT binding schema rule to detect command line changesMasahiro Yamada2020-02-271-2/+2
| |_|/ |/| |
* | | scripts/get_maintainer.pl: deprioritize old Fixes: addressesDouglas Anderson2020-02-211-4/+4
* | | get_maintainer: remove uses of P: for maintainer nameJoe Perches2020-02-211-24/+0
| |/ |/|
* | kbuild: fix mismatch between .version and include/generated/compile.hMasahiro Yamada2020-02-111-1/+1
* | scripts/kallsyms: fix memory corruption caused by write over-runMasahiro Yamada2020-02-111-2/+2
|/
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-0915-105/+119
|\
| * kconfig: Invalidate all symbols after changing to y or m.Tetsuo Handa2020-02-051-3/+2
| * scripts/kallsyms: change table to store (strcut sym_entry *)Masahiro Yamada2020-02-041-56/+65
| * scripts/kallsyms: rename local variables in read_symbol()Masahiro Yamada2020-02-041-12/+12
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-0413-39/+45
| * kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada2020-02-041-1/+1
* | Merge tag 'docs-5.6-2' of git://git.lwn.net/linuxLinus Torvalds2020-02-071-1/+1
|\ \
| * | Allow git builds of SphinxStephen Kitt2020-02-051-1/+1
* | | mm: remove __kreallocFlorian Westphal2020-02-041-4/+0
| |/ |/|
* | Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-02-0113-130/+170
|\ \
| * | kconfig: fix an "implicit declaration of function" warningBartosz Golaszewski2020-01-103-0/+3
| * | kconfig: fix nesting of symbol help textThomas Hebb2020-01-071-8/+8