| Commit message (Expand) | Author | Age | Files | Lines |
* | scripts: add Python 3 compatibility to spdxcheck.py | Jeremy Cline | 2018-08-18 | 1 | -2/+5 |
* | scripts/spdxcheck.py: work with current HEAD LICENSES/ directory | Joe Perches | 2018-08-18 | 1 | -3/+1 |
* | Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2018-08-15 | 17 | -124/+189 |
|\ |
|
| * | kconfig: remove P_ENV property type | Masahiro Yamada | 2018-08-14 | 3 | -4/+0 |
| * | kconfig: remove unused sym_get_env_prop() function | Masahiro Yamada | 2018-08-14 | 2 | -10/+0 |
| * | kconfig: fix the rule of mainmenu_stmt symbol | Masahiro Yamada | 2018-08-13 | 1 | -2/+2 |
| * | Kbuild: Makefile.modbuiltin: include auto.conf and tristate.conf mandatory | Dirk Gouders | 2018-08-02 | 1 | -2/+2 |
| * | kbuild: add .DELETE_ON_ERROR special target | Masahiro Yamada | 2018-07-25 | 1 | -0/+3 |
| * | kconfig: allow all config targets to write auto.conf if missing | Masahiro Yamada | 2018-07-25 | 7 | -19/+30 |
| * | kconfig: make syncconfig update .config regardless of sym_change_count | Masahiro Yamada | 2018-07-25 | 1 | -4/+6 |
| * | kconfig: create directories needed for syncconfig by itself | Masahiro Yamada | 2018-07-25 | 2 | -9/+20 |
| * | kconfig: remove unneeded directory generation from local*config | Masahiro Yamada | 2018-07-25 | 1 | -1/+0 |
| * | kconfig: split out useful helpers in confdata.c | Masahiro Yamada | 2018-07-25 | 1 | -17/+64 |
| * | kconfig: rename file_write_dep and move it to confdata.c | Masahiro Yamada | 2018-07-25 | 3 | -32/+30 |
| * | kconfig: handle format string before calling conf_message_callback() | Masahiro Yamada | 2018-07-25 | 4 | -18/+17 |
| * | kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE | Dirk Gouders | 2018-07-17 | 6 | -8/+8 |
| * | kconfig: check for pkg-config on make {menu,n,g,x}config | Randy Dunlap | 2018-07-17 | 2 | -0/+9 |
* | | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2018-08-15 | 19 | -68/+252 |
|\ \ |
|
| * | | coccicheck: return proper error code on fail | Denis Efremov | 2018-08-14 | 1 | -2/+3 |
| * | | Coccinelle: doubletest: reduce side effect false positives | Julia Lawall | 2018-08-14 | 1 | -8/+26 |
| * | | kbuild: remove deprecated host-progs variable | Masahiro Yamada | 2018-08-09 | 2 | -8/+0 |
| * | | scripts: Add Python 3 support to tracing/draw_functrace.py | Jeremy Cline | 2018-07-29 | 1 | -1/+1 |
| * | | builddeb: Add automatic support for sh{3,4}{,eb} architectures | Ben Hutchings | 2018-07-28 | 1 | -3/+10 |
| * | | builddeb: Add automatic support for riscv* architectures | Ben Hutchings | 2018-07-28 | 1 | -1/+1 |
| * | | builddeb: Add automatic support for m68k architecture | Ben Hutchings | 2018-07-28 | 1 | -1/+1 |
| * | | builddeb: Add automatic support for or1k architecture | Ben Hutchings | 2018-07-28 | 1 | -0/+2 |
| * | | builddeb: Add automatic support for sparc64 architecture | Ben Hutchings | 2018-07-28 | 1 | -1/+1 |
| * | | builddeb: Add automatic support for mips{,64}r6{,el} architectures | Ben Hutchings | 2018-07-28 | 1 | -1/+3 |
| * | | builddeb: Add automatic support for mips64el architecture | Ben Hutchings | 2018-07-28 | 1 | -1/+6 |
| * | | builddeb: Add automatic support for ppc64 and powerpcspe architectures | Ben Hutchings | 2018-07-28 | 1 | -1/+6 |
| * | | builddeb: Introduce functions to simplify kconfig tests in set_debarch | Ben Hutchings | 2018-07-28 | 1 | -9/+17 |
| * | | builddeb: Drop check for 32-bit s390 | Ben Hutchings | 2018-07-28 | 1 | -1/+1 |
| * | | builddeb: Change architecture detection fallback to use dpkg-architecture | Ben Hutchings | 2018-07-28 | 1 | -2/+2 |
| * | | builddeb: Skip architecture detection when KBUILD_DEBARCH is set | Ben Hutchings | 2018-07-28 | 1 | -3/+6 |
| * | | kbuild: do not redirect the first prerequisite for filechk | Masahiro Yamada | 2018-07-28 | 2 | -2/+2 |
| * | | kbuild: buildtar: add arm64 support | Olof Johansson | 2018-07-19 | 1 | -0/+8 |
| * | | kbuild: buildtar: remove crufty vax pieces | Olof Johansson | 2018-07-19 | 1 | -4/+0 |
| * | | kbuild: change ld_flags to contain LDFLAGS_$(@F) | Masahiro Yamada | 2018-07-19 | 1 | -2/+2 |
| * | | kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags) | Masahiro Yamada | 2018-07-19 | 1 | -2/+1 |
| * | | kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS | Laura Abbott | 2018-07-17 | 3 | -11/+11 |
| * | | kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGS | Laura Abbott | 2018-07-17 | 1 | -5/+5 |
| * | | kbuild: Rename HOSTCXXFLAGS to KBUILD_HOSTCXXFLAGS | Laura Abbott | 2018-07-17 | 1 | -1/+1 |
| * | | kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS | Laura Abbott | 2018-07-17 | 2 | -2/+2 |
| * | | kbuild: Add build salt to the kernel and modules | Laura Abbott | 2018-07-17 | 1 | -0/+3 |
| * | | kbuild: verify that $DEPMOD is installed | Randy Dunlap | 2018-07-17 | 1 | -1/+7 |
| * | | kbuild: move bin2c back to scripts/ from scripts/basic/ | Masahiro Yamada | 2018-07-17 | 5 | -2/+2 |
| * | | Coccinelle: add atomic_as_refcounter script | Elena Reshetova | 2018-07-17 | 1 | -0/+129 |
| |/ |
|
* | | Merge tag 'gcc-plugin-cleanup-v4.19-rc1' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2018-08-15 | 4 | -28/+182 |
|\ \ |
|
| * | | gcc-plugins: Clean up the cgraph_create_edge* macros | Alexander Popov | 2018-07-25 | 1 | -10/+16 |
| * | | gcc-plugins: Regularize Makefile.gcc-plugins | Kees Cook | 2018-07-25 | 1 | -12/+24 |