| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-09-28 | 1 | -1/+1 |
|\ |
|
| * | MODSIGN: Export module signature definitions | Thiago Jung Bauermann | 2019-08-06 | 1 | -1/+1 |
* | | checkpatch: check for nested (un)?likely() calls | Denis Efremov | 2019-09-26 | 1 | -0/+6 |
* | | scripts/gdb: handle split debug | Douglas Anderson | 2019-09-26 | 1 | -2/+2 |
* | | checkpatch: make git output use LANGUAGE=en_US.utf8 | Joe Perches | 2019-09-26 | 1 | -4/+6 |
* | | checkpatch: remove obsolete period from "ambiguous SHA1" query | Sean Christopherson | 2019-09-26 | 1 | -1/+1 |
* | | checkpatch: allow consecutive close braces | Joe Perches | 2019-09-26 | 1 | -1/+1 |
* | | checkpatch: prefer __section over __attribute__((section(...))) | Joe Perches | 2019-09-26 | 1 | -0/+12 |
* | | checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSE | Brendan Jackman | 2019-09-26 | 1 | -1/+1 |
* | | checkpatch.pl: warn on invalid commit id | Matteo Croce | 2019-09-26 | 1 | -0/+11 |
* | | checkpatch: improve SPDX license checking | Joe Perches | 2019-09-26 | 1 | -9/+9 |
* | | checkpatch: don't interpret stack dumps as commit IDs | Joe Perches | 2019-09-26 | 1 | -2/+4 |
* | | Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-09-22 | 6 | -19/+228 |
|\ \ |
|
| * | | scripts: Coccinelle script for namespace dependencies. | Matthias Maennich | 2019-09-10 | 3 | -1/+84 |
| * | | modpost: add support for generating namespace dependencies | Matthias Maennich | 2019-09-10 | 2 | -5/+51 |
| * | | modpost: add support for symbol namespaces | Matthias Maennich | 2019-09-10 | 3 | -17/+96 |
* | | | Merge tag 'gcc-plugins-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-09-21 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | randstruct: Check member structs in is_pure_ops_struct() | Joonwon Kang | 2019-07-31 | 1 | -5/+5 |
| | |/
| |/| |
|
* | | | Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2019-09-20 | 2 | -212/+259 |
|\ \ \ |
|
| * | | | recordmcount: Clarify what cleanup() does | Matt Helsley | 2019-08-31 | 1 | -70/+81 |
| * | | | recordmcount: Remove redundant cleanup() calls | Matt Helsley | 2019-08-31 | 2 | -15/+0 |
| * | | | recordmcount: Kernel style formatting | Matt Helsley | 2019-08-31 | 1 | -22/+25 |
| * | | | recordmcount: Kernel style function signature formatting | Matt Helsley | 2019-08-31 | 2 | -21/+13 |
| * | | | recordmcount: Rewrite error/success handling | Matt Helsley | 2019-08-31 | 2 | -119/+184 |
| * | | | recordmcount: Remove unused fd from uwrite() and ulseek() | Matt Helsley | 2019-08-31 | 2 | -21/+21 |
| * | | | recordmcount: Remove uread() | Matt Helsley | 2019-08-31 | 1 | -13/+5 |
| * | | | recordmcount: Remove redundant strcmp | Matt Helsley | 2019-08-31 | 1 | -2/+1 |
| | |/
| |/| |
|
* | | | Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2019-09-20 | 23 | -355/+450 |
|\ \ \ |
|
| * | | | genksyms: convert to SPDX License Identifier for lex.l and parse.y | Masahiro Yamada | 2019-09-14 | 2 | -44/+20 |
| * | | | modpost: use __section in the output to *.mod.c | Masahiro Yamada | 2019-09-14 | 1 | -3/+2 |
| * | | | modpost: use MODULE_INFO() for __module_depends | Masahiro Yamada | 2019-09-14 | 1 | -5/+2 |
| * | | | export.h, genksyms: do not make genksyms calculate CRC of trimmed symbols | Masahiro Yamada | 2019-09-14 | 1 | -5/+1 |
| * | | | kbuild: allow Clang to find unused static inline functions for W=1 build | Masahiro Yamada | 2019-09-09 | 1 | -0/+6 |
| * | | | kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN | Masahiro Yamada | 2019-09-06 | 4 | -8/+13 |
| * | | | kbuild: refactor scripts/Makefile.extrawarn | Masahiro Yamada | 2019-09-06 | 1 | -50/+56 |
| * | | | merge_config.sh: ignore unwanted grep errors | Guillaume Tucker | 2019-09-04 | 1 | -1/+1 |
| * | | | kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj) | Masahiro Yamada | 2019-09-04 | 3 | -20/+23 |
| * | | | modpost: add NOFAIL to strndup | Denis Efremov | 2019-09-04 | 1 | -2/+2 |
| * | | | modpost: add guid_t type definition | Heikki Krogerus | 2019-09-04 | 1 | -0/+5 |
| * | | | kbuild: add $(BASH) to run scripts with bash-extension | Masahiro Yamada | 2019-09-04 | 1 | -1/+1 |
| * | | | kbuild: clean up subdir-ymn calculation in Makefile.clean | Masahiro Yamada | 2019-08-29 | 1 | -11/+2 |
| * | | | kbuild: remove unneeded '+' marker from cmd_clean | Masahiro Yamada | 2019-08-29 | 1 | -1/+1 |
| * | | | kbuild: remove clean-dirs syntax | Masahiro Yamada | 2019-08-29 | 2 | -15/+3 |
| * | | | kbuild: get rid of $(realpath ...) from scripts/mkmakefile | Masahiro Yamada | 2019-08-29 | 1 | -2/+2 |
| * | | | kbuild: remove unneeded comments and code from scripts/basic/Makefile | Masahiro Yamada | 2019-08-29 | 1 | -12/+2 |
| * | | | kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.package | Masahiro Yamada | 2019-08-25 | 1 | -1/+4 |
| * | | | kbuild: pkg: add package targets to PHONY instead of FORCE | Masahiro Yamada | 2019-08-25 | 1 | -9/+20 |
| * | | | kbuild: pkg: clean up package files/dirs from the top Makefile | Masahiro Yamada | 2019-08-25 | 2 | -10/+1 |
| * | | | merge_config.sh: Check error codes from make | Mark Brown | 2019-08-21 | 1 | -5/+5 |
| * | | | kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.build | Masahiro Yamada | 2019-08-21 | 3 | -16/+15 |