| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'kbuild-fixes-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-05-05 | 4 | -12/+5 |
|\ |
|
| * | genksyms: fix typo in parse.tab.{c,h} generation rules | Mauro Rossi | 2018-05-05 | 1 | -2/+2 |
| * | kbuild: replace hardcoded bison in cmd_bison_h with $(YACC) | Masahiro Yamada | 2018-05-05 | 1 | -1/+1 |
| * | gcc-plugins: fix build condition of SANCOV plugin | Masahiro Yamada | 2018-05-05 | 1 | -1/+1 |
| * | modpost: delete stale comment | Rasmus Villemoes | 2018-05-02 | 1 | -8/+1 |
* | | MAINTAINERS & files: Canonize the e-mails I use at files | Mauro Carvalho Chehab | 2018-05-04 | 2 | -2/+2 |
|/ |
|
* | Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2018-04-16 | 19 | -5101/+271 |
|\ |
|
| * | kconfig: extend output of 'listnewconfig' | Don Zickus | 2018-04-13 | 1 | -2/+12 |
| * | kbuild: rpm-pkg: use kernel-install as a fallback for new-kernel-pkg | Javier Martinez Canillas | 2018-04-13 | 1 | -0/+2 |
| * | Kbuild: fix # escaping in .cmd files for future Make | Rasmus Villemoes | 2018-04-10 | 1 | -2/+3 |
| * | kbuild: deb-pkg: split generating packaging and build | Riku Voipio | 2018-04-07 | 3 | -244/+200 |
| * | kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers | Masahiro Yamada | 2018-04-07 | 2 | -6/+7 |
| * | kbuild: rename *-asn1.[ch] to *.asn1.[ch] | Masahiro Yamada | 2018-04-07 | 2 | -3/+3 |
| * | kbuild: add %.dtb.S and %.dtb to 'targets' automatically | Masahiro Yamada | 2018-04-07 | 2 | -3/+5 |
| * | kbuild: add %.lex.c and %.tab.[ch] to 'targets' automatically | Masahiro Yamada | 2018-04-07 | 4 | -6/+12 |
| * | genksyms: generate lexer and parser during build instead of shipping | Masahiro Yamada | 2018-04-07 | 5 | -4825/+30 |
| * | kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile | Masahiro Yamada | 2018-04-07 | 3 | -7/+3 |
| * | .gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore | Masahiro Yamada | 2018-04-07 | 3 | -9/+0 |
| * | kbuild: use HOSTLDFLAGS for single .c executables | Robin Jarry | 2018-04-07 | 1 | -1/+1 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-04-16 | 1 | -2/+2 |
|\ \ |
|
| * | | syscalls/core, syscalls/x86: Clean up compat syscall stub naming convention | Dominik Brodowski | 2018-04-09 | 1 | -1/+1 |
| * | | syscalls/core, syscalls/x86: Clean up syscall stub naming convention | Dominik Brodowski | 2018-04-09 | 1 | -1/+1 |
* | | | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd... | Linus Torvalds | 2018-04-12 | 2 | -2/+0 |
|\ \ \ |
|
| * | | | dts: remove cris & metag dts hard link file | Liu, Changcheng | 2018-04-06 | 2 | -2/+0 |
* | | | | checkpatch: whinge about bool bitfields | Joe Perches | 2018-04-11 | 1 | -0/+6 |
* | | | | checkpatch: allow space between colon and bracket | Heinrich Schuchardt | 2018-04-11 | 1 | -1/+1 |
* | | | | checkpatch: add test for assignment at start of line | Joe Perches | 2018-04-11 | 1 | -0/+6 |
* | | | | checkpatch: test SYMBOLIC_PERMS multiple times per line | Joe Perches | 2018-04-11 | 1 | -1/+1 |
* | | | | checkpatch: two spelling fixes | Claudio Fontana | 2018-04-11 | 1 | -1/+1 |
* | | | | checkpatch: improve get_quoted_string for TRACE_EVENT macros | Joe Perches | 2018-04-11 | 1 | -1/+2 |
* | | | | checkpatch: warn for use of %px | Tobin C. Harding | 2018-04-11 | 1 | -16/+32 |
* | | | | checkpatch: add sub routine get_stat_here() | Tobin C. Harding | 2018-04-11 | 1 | -32/+20 |
* | | | | checkpatch: remove unused variable declarations | Tobin C. Harding | 2018-04-11 | 1 | -2/+0 |
* | | | | checkpatch: add sub routine get_stat_real() | Tobin C. Harding | 2018-04-11 | 1 | -16/+16 |
* | | | | checkpatch: add Crypto ON_STACK to declaration_macros | Gilad Ben-Yossef | 2018-04-11 | 1 | -1/+2 |
* | | | | checkpatch.pl: add SPDX license tag check | Rob Herring | 2018-04-11 | 1 | -0/+27 |
* | | | | checkpatch: improve parse_email signature checking | Joe Perches | 2018-04-11 | 1 | -1/+1 |
* | | | | Merge tag 'leaks-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2018-04-07 | 1 | -113/+259 |
|\ \ \ \ |
|
| * | | | | leaking_addresses: check if file name contains address | Tobin C. Harding | 2018-04-07 | 1 | -0/+12 |
| * | | | | leaking_addresses: explicitly name variable used in regex | Tobin C. Harding | 2018-04-07 | 1 | -1/+1 |
| * | | | | leaking_addresses: remove version number | Tobin C. Harding | 2018-04-07 | 1 | -2/+0 |
| * | | | | leaking_addresses: skip '/proc/1/syscall' | Tobin C. Harding | 2018-04-07 | 1 | -0/+1 |
| * | | | | leaking_addresses: skip all /proc/PID except /proc/1 | Tobin C. Harding | 2018-04-07 | 1 | -0/+12 |
| * | | | | leaking_addresses: cache architecture name | Tobin C. Harding | 2018-04-07 | 1 | -3/+5 |
| * | | | | leaking_addresses: simplify path skipping | Tobin C. Harding | 2018-04-07 | 1 | -61/+29 |
| * | | | | leaking_addresses: do not parse binary files | Tobin C. Harding | 2018-04-07 | 1 | -0/+4 |
| * | | | | leaking_addresses: add 32-bit support | Tobin C. Harding | 2018-04-07 | 1 | -11/+82 |
| * | | | | leaking_addresses: add is_arch() wrapper subroutine | Tobin C. Harding | 2018-04-07 | 1 | -12/+14 |
| * | | | | leaking_addresses: use system command to get arch | Tobin C. Harding | 2018-04-07 | 1 | -6/+6 |
| * | | | | leaking_addresses: add support for 5 page table levels | Tobin C. Harding | 2018-04-07 | 1 | -7/+25 |