| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'spdx-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2019-08-18 | 1 | -0/+1 |
|\ |
|
| * | coccinelle: api/atomic_as_refcounter: add SPDX License Identifier | Matthias Maennich | 2019-07-30 | 1 | -0/+1 |
* | | kbuild: show hint if subdir-y/m is used to visit module Makefile | Masahiro Yamada | 2019-08-09 | 1 | -0/+7 |
* | | kbuild: generate modules.order only in directories visited by obj-y/m | Masahiro Yamada | 2019-08-09 | 1 | -1/+2 |
* | | kbuild: fix false-positive need-builtin calculation | Masahiro Yamada | 2019-08-09 | 1 | -1/+2 |
* | | kbuild: revive single target %.ko | Masahiro Yamada | 2019-08-09 | 1 | -4/+2 |
* | | kconfig: Clear "written" flag to avoid data loss | M. Vefa Bicakci | 2019-08-04 | 1 | -0/+4 |
* | | kbuild: Check for unknown options with cc-option usage in Kconfig and clang | Stephen Boyd | 2019-07-31 | 1 | -1/+1 |
* | | kbuild: modpost: do not parse unnecessary rules for vmlinux modpost | Masahiro Yamada | 2019-07-31 | 2 | -36/+42 |
* | | kbuild: modpost: remove unnecessary dependency for __modpost | Masahiro Yamada | 2019-07-31 | 1 | -2/+2 |
* | | kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules | Masahiro Yamada | 2019-07-31 | 1 | -1/+1 |
* | | kbuild: modpost: include .*.cmd files only when targets exist | Masahiro Yamada | 2019-07-31 | 1 | -4/+2 |
* | | kbuild: detect missing "WITH Linux-syscall-note" for uapi headers | Masahiro Yamada | 2019-07-29 | 1 | -0/+6 |
|/ |
|
* | Merge tag 'kbuild-fixes-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-07-28 | 3 | -7/+2 |
|\ |
|
| * | kbuild: remove unused single-used-m | Masahiro Yamada | 2019-07-27 | 1 | -2/+0 |
| * | gen_compile_commands: lower the entry count threshold | Masahiro Yamada | 2019-07-27 | 1 | -2/+2 |
| * | kbuild: remove unused objectify macro | Masahiro Yamada | 2019-07-27 | 1 | -3/+0 |
* | | Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental i... | Jonathan Corbet | 2019-07-22 | 1 | -21/+97 |
|\ \
| |/
|/| |
|
| * | scripts/sphinx-pre-install: seek for Noto CJK fonts for pdf output | Mauro Carvalho Chehab | 2019-07-17 | 1 | -0/+29 |
| * | scripts/sphinx-pre-install: cleanup Gentoo checks | Mauro Carvalho Chehab | 2019-07-17 | 1 | -2/+13 |
| * | scripts/sphinx-pre-install: fix latexmk dependencies | Mauro Carvalho Chehab | 2019-07-17 | 1 | -0/+4 |
| * | scripts/sphinx-pre-install: don't use LaTeX with CentOS 7 | Mauro Carvalho Chehab | 2019-07-17 | 1 | -18/+50 |
| * | scripts/sphinx-pre-install: fix script for RHEL/CentOS | Mauro Carvalho Chehab | 2019-07-17 | 1 | -1/+1 |
* | | Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2019-07-20 | 18 | -87/+119 |
|\ \ |
|
| * | | kbuild: split out *.mod out of {single,multi}-used-m rules | Masahiro Yamada | 2019-07-17 | 1 | -9/+13 |
| * | | kbuild: remove the first line of *.mod files | Masahiro Yamada | 2019-07-17 | 3 | -11/+6 |
| * | | kbuild: create *.mod with full directory path and remove MODVERDIR | Masahiro Yamada | 2019-07-17 | 5 | -37/+14 |
| * | | kbuild: export_report: read modules.order instead of .tmp_versions/*.mod | Masahiro Yamada | 2019-07-17 | 1 | -6/+5 |
| * | | kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.mod | Masahiro Yamada | 2019-07-17 | 1 | -6/+9 |
| * | | kbuild: modsign: read modules.order instead of $(MODVERDIR)/*.mod | Masahiro Yamada | 2019-07-17 | 1 | -2/+1 |
| * | | kbuild: modinst: read modules.order instead of $(MODVERDIR)/*.mod | Masahiro Yamada | 2019-07-17 | 1 | -4/+1 |
| * | | kbuild: remove duplication from modules.order in sub-directories | Masahiro Yamada | 2019-07-17 | 1 | -6/+3 |
| * | | kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin} | Masahiro Yamada | 2019-07-17 | 3 | -3/+3 |
| * | | kbuild: do not create empty modules.order in the prepare stage | Masahiro Yamada | 2019-07-17 | 1 | -1/+1 |
| * | | coccinelle: api: add devm_platform_ioremap_resource script | Himanshu Jha | 2019-07-17 | 1 | -0/+60 |
| * | | kbuild: compile-test headers listed in header-test-m as well | Masahiro Yamada | 2019-07-17 | 2 | -2/+2 |
| * | | kbuild: remove unused hostcc-option | Masahiro Yamada | 2019-07-17 | 1 | -5/+0 |
| * | | kconfig: fix missing choice values in auto.conf | Masahiro Yamada | 2019-07-17 | 2 | -4/+4 |
| * | | builddeb: generate multi-arch friendly linux-libc-dev package | Cedric Hombourger | 2019-07-17 | 2 | -0/+6 |
| * | | kconfig: run olddefconfig instead of oldconfig after merging fragments | Masahiro Yamada | 2019-07-17 | 1 | -1/+1 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-07-17 | 5 | -4/+283 |
|\ \ \
| |_|/
|/| | |
|
| * | | scripts/gdb: add helpers to find and list devices | Leonard Crestez | 2019-07-17 | 2 | -0/+183 |
| * | | scripts/gdb: add lx-genpd-summary command | Leonard Crestez | 2019-07-17 | 2 | -0/+84 |
| * | | checkpatch.pl: warn on duplicate sysctl local variable | Matteo Croce | 2019-07-17 | 1 | -0/+6 |
| * | | get_maintainer: add ability to skip moderated mailing lists | Joe Perches | 2019-07-17 | 1 | -4/+10 |
| |/ |
|
* | | docs: driver-model: move it to the driver-api book | Mauro Carvalho Chehab | 2019-07-15 | 1 | -1/+1 |
* | | docs: move gcc_plugins.txt to core-api and rename to .rst | Mauro Carvalho Chehab | 2019-07-15 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linux | Linus Torvalds | 2019-07-15 | 1 | -1/+8 |
|\ |
|
| * | *: convert stream-like files -> stream_open, even if they use noop_llseek | Kirill Smelkov | 2019-07-14 | 1 | -1/+8 |
* | | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2019-07-14 | 1 | -1/+2 |
|\ \ |
|