| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | tracing: Avoid calling cc-option -mrecord-mcount for every Makefile | Vasily Gorbik | 2018-08-16 | 1 | -6/+3 |
* | | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-08-18 | 1 | -6/+8 |
|\ \ \ |
|
| * \ \ | Merge 4.18-rc5 into char-misc-next | Greg Kroah-Hartman | 2018-07-16 | 15 | -37/+19 |
| |\ \ \ |
|
| * | | | | ver_linux: Do not check for ver_linux pattern in version function | Alexander Kapshuk | 2018-07-07 | 1 | -1/+1 |
| * | | | | ver_linux: Process input coming from procmaps that matches libc only | Alexander Kapshuk | 2018-07-07 | 1 | -5/+7 |
* | | | | | Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2018-08-18 | 2 | -0/+17 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge 4.18-rc7 into usb-next | Greg Kroah-Hartman | 2018-07-30 | 1 | -0/+1 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| * | | | | | Merge 4.18-rc5 into usb-next | Greg Kroah-Hartman | 2018-07-16 | 11 | -27/+8 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| * | | | | | usb: typec: Bus type for alternate modes | Heikki Krogerus | 2018-07-02 | 2 | -0/+17 |
* | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-08-18 | 1 | -5/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | 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 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-08-17 | 1 | -7/+4 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | scripts: Add ppc64le support for checkstack.pl | Breno Leitao | 2018-07-02 | 1 | -7/+4 |
| |/ / / / / |
|
* | | | | | | 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 |