Commit Graph

2018 Commits (109e941843893cb1b4f7bed24c615ba84ce00ff5)

Author SHA1 Message Date
Josh Triplett ca56dc098c checkpatch: check for quoted strings broken across lines 13 years ago
Joe Perches 6712d85852 checkpatch: whitespace - add/remove blank lines 13 years ago
Joe Perches 2c92488ab2 checkpatch: warn on use of yield() 13 years ago
Joe Perches aad4f61498 checkpatch: add --strict tests for braces, comments and casts 13 years ago
Andy Whitcroft b337d8b82f checkpatch: add [] to type extensions 13 years ago
Andy Whitcroft fd1b57ac73 checkpatch: high precedence operators do not require additional parentheses in #defines 13 years ago
Andy Whitcroft e45bab8ebf checkpatch: handle string concatenation in simple #defines 13 years ago
Andy Whitcroft b9df76ac76 checkpatch: allow simple character constants in #defines 13 years ago
Andy Whitcroft daebc534ac checkpatch: catch [ ... ] usage when not at the beginning of definition 13 years ago
Artem Bityutskiy 11232688ec checkpatch.pl: be silent when -q and --ignore is given 13 years ago
Joe Perches d1fe9c099c checkpatch: add some --strict coding style checks 13 years ago
Joe Perches 6061d949dd include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...) 13 years ago
Richard Weinberger 728f5a94a1 get_maintainer.pl: add support for moderated lists 13 years ago
Joe Perches 0ede274507 get_maintainer: use a default "unknown" S: status/role 13 years ago
Andreas Bießmann dd2a3acaec mod/file2alias: make modpost compile on darwin again 13 years ago
Greg Dietsche 42f1c01b79 coccicheck: change handling of C={1,2} when M= is set 13 years ago
Ben Hutchings 6c63522460 builddeb: Don't create files in /tmp with predictable names 13 years ago
Tony Lindgren 6e2e340b59 ARM: 7324/1: modpost: Fix section warnings for ARM for many compilers 13 years ago
Ondrej Zary 0d86f65ed0 module: fix broken isapnp handling in file2alias 13 years ago
Ben Hutchings 5467bdda4a x86/cpu: Clean up modalias feature matching 13 years ago
Joe Perches 8eef05dd3e checkpatch: Warn on code with 6+ tab indentation 13 years ago
Andi Kleen 644e9cbbe3 Add driver auto probing for x86 features v4 13 years ago
Randy Dunlap 70c95b00b8 scripts/kernel-doc: fix fatal error caused by cfg80211.h 13 years ago
Lucas De Marchi 620c231c7a kbuild: do not check for ancient modutils tools 13 years ago
Russell King 65f2e753f1 Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus." 13 years ago
Li Zefan 30c4eaafac menuconfig: fix a regression when canceling the prompt dialog at exit 13 years ago
Arnaud Lacombe 37ae2d5998 kbuild: Fix compiler warning with assertion when calling 'fwrite' 13 years ago
Peter Foley e2aef4d33a Improve update-po-config output 13 years ago
Julia Lawall 29a36d4dec scripts/coccinelle: improve the coverage of some semantic patches 13 years ago
Stephen Warren 7c43185138 Kbuild: Use dtc's -d (dependency) option 13 years ago
Stephen Warren 136ec2049f dtc: Implement -d option to write out a dependency file 13 years ago
Julia Lawall fb3f8af4ff coccinelle: semantic patches related to devm_ functions (part 2) 13 years ago
Julia Lawall 22e0059af3 coccinelle: semantic patches related to devm_ functions (part 1) 13 years ago
Greg Dietsche d0bc1fb467 coccicheck: add M= option to control which dir is processed 13 years ago
Wang YanQing c55ac15401 menuconfig: let make not report error when not save configuration 13 years ago
John Stultz 320d41bb15 merge_config.sh: fix bug in final check 13 years ago
Darren Hart c0c0cda276 merge_config.sh: whitespace cleanup 13 years ago
Darren Hart 041b78c89b merge_config.sh: use signal names compatible with dash and bash 13 years ago
john stultz 4b5f72145e kconfig: add merge_config.sh script 13 years ago
Steven Rostedt 364212fdda kconfig/streamline-config.pl: Fix parsing Makefile with variables 13 years ago
Steven Rostedt d060d963e8 kconfig/streamline-config.pl: Simplify backslash line concatination 13 years ago
Rusty Russell e49ce14150 modpost: use linker section to generate table. 13 years ago
Rusty Russell 626596e295 modpost: use a table rather than a giant if/else statement. 13 years ago
Andy Whitcroft bfcb2cc798 checkpatch: catch all occurences of type and cast spacing errors per line 13 years ago
Andy Whitcroft 6b48db24e3 checkpatch: typeof may have more complex arguments 13 years ago
Andy Whitcroft addcdcea99 checkpatch: ensure cast type is unique in the context parser 13 years ago
Andy Whitcroft c81769fdc8 checkpatch: fix complex macros handling of square brackets 13 years ago
Andy Whitcroft e01886ada2 checkpatch: fix 'return is not a function' square bracket handling 13 years ago
Andy Whitcroft 72f115f94d checkpatch: complex macro should allow the empty do while loop 13 years ago
Andy Whitcroft 87a5387718 checkpatch: fix EXPORT_SYMBOL handling following a function 13 years ago