summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-2/+2
2018-08-14Merge tag 'docs-4.19' of git://git.lwn.net/linuxLinus Torvalds-10/+16
2018-08-14kconfig: remove P_ENV property typeMasahiro Yamada-4/+0
2018-08-14kconfig: remove unused sym_get_env_prop() functionMasahiro Yamada-10/+0
2018-08-14coccicheck: return proper error code on failDenis Efremov-2/+3
2018-08-14Coccinelle: doubletest: reduce side effect false positivesJulia Lawall-8/+26
2018-08-13kconfig: fix the rule of mainmenu_stmt symbolMasahiro Yamada-2/+2
2018-08-10lib/ubsan: remove null-pointer checksAndrey Ryabinin-4/+0
2018-08-09kbuild: remove deprecated host-progs variableMasahiro Yamada-8/+0
2018-08-06scripts/kernel-doc: Escape all literal braces in regexesBen Hutchings-10/+10
2018-08-03Kbuild: Makefile.modbuiltin: include auto.conf and tristate.conf mandatoryDirk Gouders-2/+2
2018-07-30Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman-0/+1
2018-07-29scripts: Add Python 3 support to tracing/draw_functrace.pyJeremy Cline-1/+1
2018-07-28builddeb: Add automatic support for sh{3,4}{,eb} architecturesBen Hutchings-3/+10
2018-07-28builddeb: Add automatic support for riscv* architecturesBen Hutchings-1/+1
2018-07-28builddeb: Add automatic support for m68k architectureBen Hutchings-1/+1
2018-07-28builddeb: Add automatic support for or1k architectureBen Hutchings-0/+2
2018-07-28builddeb: Add automatic support for sparc64 architectureBen Hutchings-1/+1
2018-07-28builddeb: Add automatic support for mips{,64}r6{,el} architecturesBen Hutchings-1/+3
2018-07-28builddeb: Add automatic support for mips64el architectureBen Hutchings-1/+6
2018-07-28builddeb: Add automatic support for ppc64 and powerpcspe architecturesBen Hutchings-1/+6
2018-07-28builddeb: Introduce functions to simplify kconfig tests in set_debarchBen Hutchings-9/+17
2018-07-28builddeb: Drop check for 32-bit s390Ben Hutchings-1/+1
2018-07-28builddeb: Change architecture detection fallback to use dpkg-architectureBen Hutchings-2/+2
2018-07-28builddeb: Skip architecture detection when KBUILD_DEBARCH is setBen Hutchings-3/+6
2018-07-28kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada-2/+2
2018-07-25kbuild: add .DELETE_ON_ERROR special targetMasahiro Yamada-0/+3
2018-07-25kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada-19/+30
2018-07-25kconfig: make syncconfig update .config regardless of sym_change_countMasahiro Yamada-4/+6
2018-07-25kconfig: create directories needed for syncconfig by itselfMasahiro Yamada-9/+20
2018-07-25kconfig: remove unneeded directory generation from local*configMasahiro Yamada-1/+0
2018-07-25kconfig: split out useful helpers in confdata.cMasahiro Yamada-17/+64
2018-07-25kconfig: rename file_write_dep and move it to confdata.cMasahiro Yamada-32/+30
2018-07-25kconfig: handle format string before calling conf_message_callback()Masahiro Yamada-18/+17
2018-07-24gcc-plugins: Clean up the cgraph_create_edge* macrosAlexander Popov-10/+16
2018-07-24gcc-plugins: Regularize Makefile.gcc-pluginsKees Cook-12/+24
2018-07-24gcc-plugins: split out Kconfig entries to scripts/gcc-plugins/KconfigMasahiro Yamada-0/+142
2018-07-23PATCH scripts/kernel-docvaldis.kletnieks@vt.edu-2/+2
2018-07-23arm64: build with baremetal linker target instead of Linux when availableOlof Johansson-2/+2
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+1
2018-07-19kbuild: buildtar: add arm64 supportOlof Johansson-0/+8
2018-07-19kbuild: buildtar: remove crufty vax piecesOlof Johansson-4/+0
2018-07-19kbuild: change ld_flags to contain LDFLAGS_$(@F)Masahiro Yamada-2/+2
2018-07-19kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags)Masahiro Yamada-2/+1
2018-07-18kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders-8/+8
2018-07-18kconfig: check for pkg-config on make {menu,n,g,x}configRandy Dunlap-0/+9
2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott-11/+11
2018-07-18kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott-5/+5
2018-07-18kbuild: Rename HOSTCXXFLAGS to KBUILD_HOSTCXXFLAGSLaura Abbott-1/+1
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott-2/+2