summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts/gdb/linux/tasks.py: fix get_thread_infoXi Kangjie2018-01-191-0/+2
* scripts/decodecode: fix decoding for AArch64 (arm64) instructionsWill Deacon2018-01-191-0/+8
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-171-4/+10
|\
| * objtool: Fix seg fault with gold linkerJosh Poimboeuf2018-01-161-4/+10
| * Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-171-1/+1
| |\
* | \ Merge tag 'kbuild-fixes-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-132-2/+4
|\ \ \
| * | | genksyms: drop *.hash.c from .gitignoreMasahiro Yamada2018-01-131-1/+0
| * | | kconfig: fix relational operators for bool and tristate symbolsNicolas Pitre2018-01-061-1/+4
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-12-151-22/+0
|\ \ \ \
| * | | | checkpatch: Remove ACCESS_ONCE() warningMark Rutland2017-12-121-22/+0
* | | | | scripts/faddr2line: fix CROSS_COMPILE unset errorLiu, Changcheng2017-12-141-4/+4
|/ / / /
* | | | Merge tag 'docs-4.15-fixes' of git://git.lwn.net/linuxLinus Torvalds2017-12-041-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | scripts/kernel-doc: Don't fail with status != 0 if error encountered with -noneWill Deacon2017-12-021-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-292-9/+19
|\ \ \ \
| * | | | scripts/bloat-o-meter: don't fail with division by 0Andy Shevchenko2017-11-291-2/+5
| * | | | scripts/faddr2line: extend usage on generic archLiu, Changcheng2017-11-291-7/+14
| |/ / /
* | | | vsprintf: add printk specifier %pxTobin C. Harding2017-11-291-1/+1
|/ / /
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-251-277/+0
|\ \ \
| * | | Coccinelle: Remove setup_timer.cocciKees Cook2017-11-211-277/+0
* | | | Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2017-11-255-14/+16
|\ \ \ \
| * | | | kbuild: drop $(extra-y) from real-objs-yMasahiro Yamada2017-11-231-1/+1
| * | | | kbuild: rpm: prompt to use "rpm-pkg" if "rpm" target is usedMasahiro Yamada2017-11-231-1/+1
| * | | | kbuild: pkg: use --transform option to prefix paths in tarMasahiro Yamada2017-11-231-3/+2
| * | | | coccinelle: fix parallel build with CHECK=scripts/coccicheckMasahiro Yamada2017-11-231-6/+9
| * | | | kconfig/symbol.c: use correct pointer type argument for sizeofHeinrich Schuchardt2017-11-231-1/+1
| * | | | kbuild: create built-in.o automatically if parent directory wants itMasahiro Yamada2017-11-181-2/+2
| |/ / /
* | | | Merge tag 'docs-4.15-2' of git://git.lwn.net/linuxLinus Torvalds2017-11-232-1/+29
|\ \ \ \ | |/ / / |/| | |
| * | | Add optional check for bad kernel-doc commentsMatthew Wilcox2017-11-202-1/+29
* | | | Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-1710-216/+452
|\ \ \ \
| * | | | coccinelle: orplus: reorganize to improve performanceJulia Lawall2017-11-161-14/+29
| * | | | coccinelle: use exists to improve efficiencyJulia Lawall2017-11-141-1/+1
| * | | | builddeb: Pass the kernel:debarch substvar to dpkg-genchangesSven Joachim2017-11-141-2/+2
| * | | | Coccinelle: use false positive annotationJulia Lawall2017-11-141-4/+4
| * | | | coccinelle: fix verbose message about .cocci file being runMasahiro Yamada2017-11-141-1/+1
| * | | | coccinelle: grep Options and Requires fields more preciselyMasahiro Yamada2017-11-142-3/+3
| * | | | Coccinelle: make DEBUG_FILE option more usefulJulia Lawall2017-11-141-9/+11
| * | | | coccinelle: api: detect identical chip data arraysJulia Lawall2017-11-141-0/+161
| * | | | coccinelle: Improve setup_timer.cocci matchingKees Cook2017-11-141-24/+105
| * | | | Coccinelle: setup_timer: improve messages from setup_timerJulia Lawall2017-11-141-9/+6
| * | | | kbuild: rpm-pkg: do not force -jN in submakeMasahiro Yamada2017-11-141-1/+2
| * | | | kbuild: rpm-pkg: keep spec file until make mrproperMasahiro Yamada2017-11-141-2/+2
| * | | | kbuild: rpm-pkg: fix jobserver unavailable warningMasahiro Yamada2017-11-141-2/+2
| * | | | kbuild: rpm-pkg: replace $RPM_BUILD_ROOT with %{buildroot}Masahiro Yamada2017-11-141-16/+16
| * | | | kbuild: rpm-pkg: fix build error when CONFIG_MODULES is disabledMasahiro Yamada2017-11-141-25/+32
| * | | | kbuild: rpm-pkg: refactor mkspec with here docMasahiro Yamada2017-11-141-113/+105
| * | | | kbuild: rpm-pkg: clean up mkspecMasahiro Yamada2017-10-091-28/+16
| * | | | kbuild: rpm-pkg: install vmlinux.bz2 unconditionallyMasahiro Yamada2017-10-091-3/+0
| * | | | kbuild: rpm-pkg: remove ppc64 specific image handlingMasahiro Yamada2017-10-091-5/+0
* | | | | Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-11-1711-90/+129
|\ \ \ \ \
| * | | | | kbuild: move coccicheck help from scripts/Makefile.help to top MakefileMasahiro Yamada2017-11-171-3/+0
OpenPOWER on IntegriCloud