Age | Commit message (Expand) | Author | Files | Lines |
2019-07-08 | coccinelle: api/stream_open: treat all wait_.*() calls as blocking | Kirill Smelkov | 1 | -4/+4 |
2019-07-08 | coccinelle: put_device: Add a cast to an expression for an assignment | Markus Elfring | 1 | -1/+1 |
2019-07-08 | coccinelle: put_device: Adjust a message construction | Markus Elfring | 1 | -5/+4 |
2019-07-08 | coccinelle: kstrdup: Fix typo in warning messages | Rikard Falkeborn | 1 | -4/+4 |
2019-07-06 | kconfig: Fix spelling of sym_is_changable | Marco Ammon | 7 | -17/+17 |
2019-07-01 | recordmcount: Fix spurious mcount entries on powerpc | Naveen N. Rao | 1 | -1/+2 |
2019-07-01 | fixdep: check return value of printf() and putchar() | Masahiro Yamada | 1 | -10/+41 |
2019-07-01 | kbuild: save $(strip ...) for calling if_changed and friends | Masahiro Yamada | 1 | -3/+3 |
2019-07-01 | kbuild: save $(strip ...) for calling any-prepreq | Masahiro Yamada | 1 | -2/+2 |
2019-07-01 | kbuild: rename arg-check to cmd-check | Masahiro Yamada | 1 | -7/+7 |
2019-06-28 | Merge branch 'automarkup' into docs-next | Jonathan Corbet | 1 | -1/+1 |
2019-06-26 | scripts/sphinx-pre-install: fix out-of-tree build | Mike Rapoport | 1 | -2/+5 |
2019-06-26 | kernel-doc: Don't try to mark up function names | Jonathan Corbet | 1 | -1/+1 |
2019-06-25 | locking/atomics: Use sed(1) instead of non-standard head(1) option | Michael Forney | 1 | -1/+1 |
2019-06-24 | kbuild: fix 'No such file or directory' warning for headers_install | Masahiro Yamada | 1 | -2/+4 |
2019-06-24 | genksyms: Teach parser about 128-bit built-in types | Will Deacon | 2 | -0/+6 |
2019-06-24 | kbuild: Remove unnecessary -Wno-unused-value | Nathan Huckleberry | 1 | -1/+0 |
2019-06-24 | kbuild: Enable -Wuninitialized | Nathan Chancellor | 1 | -1/+0 |
2019-06-21 | scripts/dtc: Update to upstream version v1.5.0-30-g702c1b6c0e73 | Rob Herring | 31 | -833/+31 |
2019-06-21 | doc: ABI scripts: add a SPDX header file | Mauro Carvalho Chehab | 1 | -0/+1 |
2019-06-21 | scripts/get_abi.pl: add a validate command | Mauro Carvalho Chehab | 1 | -7/+9 |
2019-06-21 | scripts/get_abi.pl: add a handler for invalid "where" tag | Mauro Carvalho Chehab | 1 | -0/+6 |
2019-06-21 | scripts/get_abi.pl: avoid creating duplicate names | Mauro Carvalho Chehab | 1 | -0/+9 |
2019-06-21 | scripts/get_abi.pl: fix parse issues with some files | Mauro Carvalho Chehab | 1 | -2/+2 |
2019-06-21 | scripts/get_abi.pl: represent what in tables | Mauro Carvalho Chehab | 1 | -5/+36 |
2019-06-21 | scripts/get_abi.pl: add support for searching for ABI symbols | Mauro Carvalho Chehab | 1 | -9/+103 |
2019-06-21 | scripts/get_abi.pl: split label naming from xref logic | Mauro Carvalho Chehab | 1 | -41/+53 |
2019-06-21 | scripts/get_abi.pl: avoid use literal blocks when not needed | Mauro Carvalho Chehab | 1 | -25/+77 |
2019-06-21 | scripts/get_abi.pl: parse files with text at beginning | Mauro Carvalho Chehab | 1 | -5/+54 |
2019-06-21 | scripts: add an script to parse the ABI files | Mauro Carvalho Chehab | 1 | -0/+212 |
2019-06-21 | docs: driver-model: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 | Thomas Gleixner | 50 | -106/+156 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -3/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 473 | Thomas Gleixner | 1 | -2/+1 |
2019-06-15 | kbuild: add support for ensuring headers are self-contained | Jani Nikula | 2 | -0/+12 |
2019-06-15 | kbuild: deb-pkg: do not run headers_check | Masahiro Yamada | 1 | -1/+1 |
2019-06-15 | kbuild: simplify scripts/headers_install.sh | Masahiro Yamada | 2 | -29/+21 |
2019-06-15 | kbuild: move hdr-inst shorthand to top Makefile | Masahiro Yamada | 1 | -6/+0 |
2019-06-15 | kbuild: re-implement Makefile.headersinst without recursion | Masahiro Yamada | 1 | -77/+55 |
2019-06-15 | kbuild: add 'headers' target to build up uapi headers in usr/include | Masahiro Yamada | 1 | -4/+4 |
2019-06-15 | kbuild: remove build_unifdef target in scripts/Makefile | Masahiro Yamada | 1 | -5/+0 |
2019-06-15 | kbuild: remove headers_{install,check}_all | Masahiro Yamada | 1 | -29/+0 |
2019-06-14 | scripts/documentation-file-ref-check: ignore output dir | Mauro Carvalho Chehab | 1 | -0/+3 |
2019-06-14 | docs: timers: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 1 | -4/+4 |
2019-06-14 | docs: target: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-06-14 | docs: kbuild: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 4 | -11/+11 |
2019-06-14 | Merge tag 'v5.2-rc4' into mauro | Jonathan Corbet | 64 | -366/+86 |
2019-06-13 | scripts/decode_stacktrace.sh: prefix addr2line with $CROSS_COMPILE | Manuel Traut | 1 | -1/+1 |
2019-06-12 | scripts/dtc: Update to upstream version v1.5.0-23-g87963ee20693 | Rob Herring | 15 | -56/+399 |
2019-06-09 | kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG | Masahiro Yamada | 1 | -0/+4 |