Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
aa66d88d0bf8d098794cf9923be7e773454d1806
/
scripts
6688173
checkpatch: allow commit descriptions on separate line from commit id
by Joe Perches
· 10 years ago
3f6316b
checkpatch: relax check for length of git commit IDs
by Joe Perches
· 10 years ago
270a009
scripts/kernel-doc: recognize __meminit
by Randy Dunlap
· 10 years ago
c9d2642
Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
899552d
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 10 years ago
3b7b3e6
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 10 years ago
af5b7e8
Merge branch 'pm-tools'
by Rafael J. Wysocki
· 10 years ago
c8d6637
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
b8432c6
PM / tools: analyze_suspend.py: update to v3.0
by Todd E Brandt
· 10 years ago
de5b56b
kernel: build bin2c based on config option CONFIG_BUILD_BIN2C
by Vivek Goyal
· 10 years ago
8370ede
bin2c: move bin2c in scripts/basic
by Vivek Goyal
· 10 years ago
fda9f99
scripts/checkstack.pl: automatically handle 32-bit and 64-bit mode for ARCH=x86
by Konstantin Khlebnikov
· 10 years ago
c965526
scripts/tags.sh: include compat_sys_* symbols in the generated tags
by Catalin Marinas
· 10 years ago
45715f3
scripts/coccinelle/free/ifnullfree.cocci: add copyright information
by Fabian Frederick
· 10 years ago
791dfeb
scripts/coccinelle/free: add NULL test before freeing functions
by Fabian Frederick
· 10 years ago
164f0d2
kbuild: Fix handling of backslashes in *.cmd files
by Michal Marek
· 10 years ago
33caee3
Merge branch 'akpm' (patchbomb from Andrew Morton)
by Linus Torvalds
· 10 years ago
158c129
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
f842230
checkpatch: update $declaration_macros, add uninitialized_var
by Joe Perches
· 10 years ago
ece9659
checkpatch: warn on missing spaces in broken up quoted
by Dan Carpenter
· 10 years ago
308cc8d
checkpatch: fix false positives for --strict "space after cast" test
by Joe Perches
· 10 years ago
e81f239
checkpatch: fix false positive MISSING_BREAK warnings with --file
by Joe Perches
· 10 years ago
1813087
checkpatch: add test for native c90 types in unusual order
by Joe Perches
· 10 years ago
0c773d9
checkpatch: add signed generic types
by Joe Perches
· 10 years ago
3f7bc4e
checkpatch: add short int to c variable types
by Joe Perches
· 10 years ago
0fe3dc2
checkpatch: add for_each tests to indentation and brace tests
by Joe Perches
· 10 years ago
8b8856f
checkpatch: fix brace style misuses of else and while
by Joe Perches
· 10 years ago
8d18247
checkpatch: add --fix option for a couple OPEN_BRACE misuses
by Joe Perches
· 10 years ago
bd474ca
checkpatch: use the correct indentation for which()
by Joe Perches
· 10 years ago
f2d7e4d
checkpatch: add fix_insert_line and fix_delete_line helpers
by Joe Perches
· 10 years ago
d752fcc
checkpatch: add ability to insert and delete lines to patch/file
by Joe Perches
· 10 years ago
194f66f
checkpatch: add an index variable for fixed lines
by Joe Perches
· 10 years ago
c00df19
checkpatch: warn on break after goto or return with same tab indentation
by Joe Perches
· 10 years ago
13f1937
checkpatch: emit a warning on file add/move/delete
by Joe Perches
· 10 years ago
d311cd4
checkpatch: add test for commit id formatting style in commit log
by Joe Perches
· 10 years ago
e367455
checkpatch: emit fewer kmalloc_array/kcalloc conversion warnings
by Joe Perches
· 10 years ago
f27c95d
checkpatch: improve "no space after cast" test
by Joe Perches
· 10 years ago
1574a29
checkpatch: allow multiple const * types
by Joe Perches
· 10 years ago
e2826fd
checkpatch: warn on unnecessary parentheses around references of foo->bar
by Joe Perches
· 10 years ago
8d73e0e
checkpatch: quiet Kconfig help message checking
by Joe Perches
· 10 years ago
fee0aa8
checkpatch: change blank line after declaration type to "LINE_SPACING"
by Joe Perches
· 10 years ago
365dd4e
checkpatch: add a multiple blank lines test
by Joe Perches
· 10 years ago
7f61919
checkpatch: add test for blank lines after function/struct/union/enum
by Joe Perches
· 10 years ago
048b123
checkpatch.pl: also suggest 'else if' when if follows brace
by Rasmus Villemoes
· 10 years ago
29ee1b0
checkpatch: ignore email headers better
by Joe Perches
· 10 years ago
5a4e1fd
checkpatch: fix function pointers in blank line needed after declarations test
by Joe Perches
· 10 years ago
356fd39
checkpatch: fix complex macro false positive for escaped constant char
by Joe Perches
· 10 years ago
032a4c0
checkpatch: warn on unnecessary else after return or break
by Joe Perches
· 10 years ago
ebfdc40
checkpatch: attempt to find unnecessary 'out of memory' messages
by Joe Perches
· 10 years ago
bb2cbf5
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 10 years ago
5be1df6
Coccinelle: Script to replace if and BUG with BUG_ON
by Himangi Saraogi
· 10 years ago
e52320c
Coccinelle: Script to detect incorrect argument to sizeof
by Himangi Saraogi
· 10 years ago
7ab04ea
Coccinelle: Script to use ARRAY_SIZE instead of division of two sizeofs
by Himangi Saraogi
· 10 years ago
99fcec3
Coccinelle: Script to detect cast after memory allocation
by Himangi Saraogi
· 10 years ago
b5889ab
coccinelle/null: solve parse error
by Himangi Saraogi
· 10 years ago
26ea6bb
kbuild, LLVMLinux: Supress warnings unless W=1-3
by Behan Webster
· 10 years ago
29b88e2
Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
a0d8f80
scripts: modpost: Remove numeric suffix pattern matching
by Rasmus Villemoes
· 10 years ago
fcd38ed
scripts: modpost: fix compilation warning
by Michal Nazarewicz
· 10 years ago
90125ed
Merge 3.16-rc6 into driver-core-next
by Greg Kroah-Hartman
· 10 years ago
2ccf466
Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next
by James Morris
· 10 years ago
01c9db8
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 10 years ago
1791ff7
kbuild: clean-up and bug fix of scripts/Makefile.host
by Masahiro Yamada
· 10 years ago
6639355
kbuild: clean up scripts/Makefile.host
by Masahiro Yamada
· 10 years ago
62e2210
kbuild: drop shared library support from Makefile.host
by Masahiro Yamada
· 10 years ago
edb950c
kbuild: fix a bug of C++ host program handling
by Masahiro Yamada
· 10 years ago
d8d9efe
kbuild: fix a typo in scripts/Makefile.host
by Masahiro Yamada
· 10 years ago
cbb4d3e
scripts/kernel-doc: handle object-like macros
by Horia Geanta
· 10 years ago
c1c3f2c
scripts: Teach get_maintainer.pl about the new "R:" tag
by Joe Perches
· 10 years ago
9d5db89
scripts/Makefile.clean: clean also $(extra-m) and $(extra-)
by Masahiro Yamada
· 10 years ago
868b60e
Merge branch 'component-for-driver' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into driver-core-next
by Greg Kroah-Hartman
· 10 years ago
c9a6066
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 10 years ago
91ad11d
recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modules
by Alex Smith
· 10 years ago
b43ae21
checkpatch: reduce false positives when checking void function return statements
by Joe Perches
· 10 years ago
c9d53c0
devres: remove devm_request_and_ioremap()
by Jingoo Han
· 10 years ago
8740e68
kbuild: fix comment in Makefile.modinst
by Olaf Hering
· 10 years ago
8bf1356
builddeb: fix missing headers in linux-headers package
by Fathi Boudra
· 11 years ago
c7eb3a7
kbuild: Fix tar-pkg with relative $(objtree)
by Michal Marek
· 10 years ago
a765a7c
deb-pkg: Fix for relative paths
by Michal Marek
· 10 years ago
aa65506
selinux, kbuild: remove unnecessary $(hostprogs-y) from clean-files
by Masahiro Yamada
· 10 years ago
c1fdb2d
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 10 years ago
1700ff8
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 10 years ago
4251c2a6
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
dbd1abb
decode_stacktrace: make stack dump output useful again
by Sasha Levin
· 10 years ago
7fa0e6d
scripts: objdiff: support directories for the augument of record command
by Masahiro Yamada
· 10 years ago
8ac28be
scripts: objdiff: fix a comment
by Masahiro Yamada
· 10 years ago
8b5d0f2
scripts: objdiff: change the extension of disassembly from .o to .dis
by Masahiro Yamada
· 10 years ago
18165ef
scripts: objdiff: improve path flexibility for record command
by Masahiro Yamada
· 10 years ago
1ecc8e4
scripts: objdiff: remove unnecessary code
by Masahiro Yamada
· 10 years ago
5ab370e
scripts: objdiff: direct error messages to stderr
by Masahiro Yamada
· 10 years ago
fd6e124
scripts: objdiff: get the path to .tmp_objdiff more simply
by Masahiro Yamada
· 10 years ago
a1323fd
deb-pkg: Add automatic support for s390x architecture
by Ben Hutchings
· 10 years ago
90829ad
coccicheck: Add unneeded return variable test
by Peter Senna Tschudin
· 10 years ago
bb66fc6
kbuild: trivial - use tabs for code indent where possible
by Masahiro Yamada
· 10 years ago
9815594
kbuild: create include/config directory in scripts/kconfig/Makefile
by Masahiro Yamada
· 10 years ago
7eb6e34
kbuild: trivial - remove trailing empty lines
by Masahiro Yamada
· 10 years ago
2d5c5db
coccinelle: Check for missing NULL terminators in of_device_id tables
by Stephen Boyd
· 10 years ago
c43ceca
kbuild: do not add "selinux" to subdir- twice
by Masahiro Yamada
· 11 years ago
9b24a15
scripts/tags.sh: ignore symlink'ed source files
by Yann Droneaud
· 10 years ago
cc07aab
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into next
by Linus Torvalds
· 10 years ago
Next »