summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | coccicheck: return proper error code on failDenis Efremov2018-08-141-2/+3
| * | | | | Coccinelle: doubletest: reduce side effect false positivesJulia Lawall2018-08-141-8/+26
| * | | | | kbuild: remove deprecated host-progs variableMasahiro Yamada2018-08-092-8/+0
| * | | | | scripts: Add Python 3 support to tracing/draw_functrace.pyJeremy Cline2018-07-291-1/+1
| * | | | | builddeb: Add automatic support for sh{3,4}{,eb} architecturesBen Hutchings2018-07-281-3/+10
| * | | | | builddeb: Add automatic support for riscv* architecturesBen Hutchings2018-07-281-1/+1
| * | | | | builddeb: Add automatic support for m68k architectureBen Hutchings2018-07-281-1/+1
| * | | | | builddeb: Add automatic support for or1k architectureBen Hutchings2018-07-281-0/+2
| * | | | | builddeb: Add automatic support for sparc64 architectureBen Hutchings2018-07-281-1/+1
| * | | | | builddeb: Add automatic support for mips{,64}r6{,el} architecturesBen Hutchings2018-07-281-1/+3
| * | | | | builddeb: Add automatic support for mips64el architectureBen Hutchings2018-07-281-1/+6
| * | | | | builddeb: Add automatic support for ppc64 and powerpcspe architecturesBen Hutchings2018-07-281-1/+6
| * | | | | builddeb: Introduce functions to simplify kconfig tests in set_debarchBen Hutchings2018-07-281-9/+17
| * | | | | builddeb: Drop check for 32-bit s390Ben Hutchings2018-07-281-1/+1
| * | | | | builddeb: Change architecture detection fallback to use dpkg-architectureBen Hutchings2018-07-281-2/+2
| * | | | | builddeb: Skip architecture detection when KBUILD_DEBARCH is setBen Hutchings2018-07-281-3/+6
| * | | | | kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada2018-07-282-2/+2
| * | | | | kbuild: buildtar: add arm64 supportOlof Johansson2018-07-191-0/+8
| * | | | | kbuild: buildtar: remove crufty vax piecesOlof Johansson2018-07-191-4/+0
| * | | | | kbuild: change ld_flags to contain LDFLAGS_$(@F)Masahiro Yamada2018-07-191-2/+2
| * | | | | kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags)Masahiro Yamada2018-07-191-2/+1
| * | | | | kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott2018-07-183-11/+11
| * | | | | kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott2018-07-181-5/+5
| * | | | | kbuild: Rename HOSTCXXFLAGS to KBUILD_HOSTCXXFLAGSLaura Abbott2018-07-181-1/+1
| * | | | | kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott2018-07-182-2/+2
| * | | | | kbuild: Add build salt to the kernel and modulesLaura Abbott2018-07-181-0/+3
| * | | | | kbuild: verify that $DEPMOD is installedRandy Dunlap2018-07-181-1/+7
| * | | | | kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada2018-07-185-2/+2
| * | | | | Coccinelle: add atomic_as_refcounter scriptElena Reshetova2018-07-181-0/+129
| |/ / / /
* | | | | Merge tag 'gcc-plugin-cleanup-v4.19-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2018-08-154-28/+182
|\ \ \ \ \
| * | | | | gcc-plugins: Clean up the cgraph_create_edge* macrosAlexander Popov2018-07-241-10/+16
| * | | | | gcc-plugins: Regularize Makefile.gcc-pluginsKees Cook2018-07-241-12/+24
| * | | | | gcc-plugins: split out Kconfig entries to scripts/gcc-plugins/KconfigMasahiro Yamada2018-07-241-0/+142
| * | | | | gcc-plugins: remove unused GCC_PLUGIN_SUBDIRMasahiro Yamada2018-07-022-7/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-141-2/+2
|\ \ \ \ \
| * | | | | arm64: build with baremetal linker target instead of Linux when availableOlof Johansson2018-07-231-2/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'docs-4.19' of git://git.lwn.net/linuxLinus Torvalds2018-08-142-10/+16
|\ \ \ \ \
| * | | | | scripts/kernel-doc: Escape all literal braces in regexesBen Hutchings2018-08-061-10/+10
| * | | | | PATCH scripts/kernel-docvaldis.kletnieks@vt.edu2018-07-231-2/+2
| * | | | | scripts/documentation-file-ref-check: ignore sched-pelt false positiveMauro Carvalho Chehab2018-07-021-0/+3
| * | | | | scripts/documentation-file-ref-check: remove some false positivesMauro Carvalho Chehab2018-07-021-0/+3
| |/ / / /
* | | | | lib/ubsan: remove null-pointer checksAndrey Ryabinin2018-08-101-4/+0
| |_|_|/ |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-181-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | scripts/tags.sh: Add BPF_CALLConstantine Shulyupin2018-07-161-0/+1
* | | | checkpatch: fix duplicate invalid vsprintf pointer extension '%p<foo>' messagesJoe Perches2018-07-141-3/+3
* | | | Merge tag 'kbuild-fixes-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-07-139-23/+4
|\ \ \ \ | |/ / / |/| | |
| * | | scripts/tags.sh: add __ro_after_initConstantine Shulyupin2018-07-131-1/+1
| * | | scripts: teach extract-vmlinux about LZ4 and ZSTDAdam Borowski2018-07-081-0/+2
| * | | kbuild: remove duplicated comments about PHONYMasahiro Yamada2018-07-066-21/+0
| * | | kbuild: do not drop -I without parameterMasahiro Yamada2018-07-061-1/+1
| |/ /
OpenPOWER on IntegriCloud