Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e97bc8b220c41cab2e84d7410ece70166bba9fe9
/
scripts
« Previous
c420f16
kasan: enable stack instrumentation
by Andrey Ryabinin
· 10 years ago
0b24bec
kasan: add kernel address sanitizer infrastructure
by Andrey Ryabinin
· 10 years ago
0f3c5aa
checkpatch: add of_device_id to structs that should be const
by Joe Perches
· 10 years ago
a2fe16b
checkpatch: try to avoid poor patch subject lines
by Joe Perches
· 10 years ago
19c146a
checkpatch: make sure a commit reference description uses parentheses
by Joe Perches
· 10 years ago
d2e025f
checkpatch: add --strict test for spaces around arithmetic
by Joe Perches
· 10 years ago
101ee68
checkpatch: neaten printk_ratelimited message position
by Joe Perches
· 10 years ago
43f7fe5
checkpatch: improve "no space necessary after cast" test
by Joe Perches
· 10 years ago
caac1d5
checkpatch: improve seq_print->seq_puts suggestion
by Heba Aamer
· 10 years ago
f8e5821
checkpatch: add ability to --fix unnecessary blank lines around braces
by Joe Perches
· 10 years ago
021158b
checkpatch: add types for other OS typedefs
by Joe Perches
· 10 years ago
b671fde
checkpatch: add ability to coalesce commit descriptions on multiple lines
by Joe Perches
· 10 years ago
acd9362
checkpatch: add likely/unlikely comparison misuse test
by Joe Perches
· 10 years ago
0d7835f
checkpatch: update git commit message
by Joe Perches
· 10 years ago
1b36b20
checkpatch: Allow comments in macros tested for single statements
by Joe Perches
· 10 years ago
327953e
checkpatch: add check for keyword 'boolean' in Kconfig definitions
by Christoph Jaeger
· 10 years ago
dcaf112
checkpatch: fix UNNECESSARY_KERN_LEVEL false positive
by Paolo Bonzini
· 10 years ago
e23ef1f
checkpatch: ignore __pure $Attribute
by Joe Perches
· 10 years ago
c0a5c89
checkpatch: improve octal permissions tests
by Joe Perches
· 10 years ago
62ec818
checkpatch: emit an error when using predefined timestamp macros
by Joe Perches
· 10 years ago
a42cf70
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
8cc748a
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 10 years ago
b3d6524
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 10 years ago
5d8591b
module: set ksymtab/kcrctab* section addresses to 0x0
by Rabin Vincent
· 10 years ago
e6d60b3
s390/ftrace: hotpatch support for function tracing
by Heiko Carstens
· 10 years ago
c0a80c0
ftrace: allow architectures to specify ftrace compile options
by Heiko Carstens
· 10 years ago
b6a2ab2
kconfig: use va_end to match corresponding va_start
by Colin Ian King
· 10 years ago
e994393
X.509: silence asn1 compiler debug output
by Arnd Bergmann
· 10 years ago
1caf6aa
scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymore
by Michael Karcher
· 10 years ago
6dcb4e5
kbuild: allow cc-ifversion to have the argument for false condition
by Masahiro Yamada
· 10 years ago
665d92e
kbuild: do not add $(call ...) to invoke cc-version or cc-fullversion
by Masahiro Yamada
· 10 years ago
dd33c03
kbuild: fix cc-ifversion macro
by Masahiro Yamada
· 10 years ago
09950bc
merge_config.sh: Display usage if given too few arguments
by Olof Johansson
· 10 years ago
d9f711d
builddeb: Try to determine distribution
by Sedat Dilek
· 10 years ago
701ca30
builddeb: Update year and git repository URL in debian/copyright
by Sedat Dilek
· 10 years ago
a16c5f9
kbuild: Fix removal of the debian/ directory
by Michal Marek
· 10 years ago
34948e0
kbuild: Drop support for clean-rule
by Michal Marek
· 10 years ago
787140a
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 10 years ago
d08372c
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 10 years ago
6eb64b8
CRIS: Fix headers_install
by Sam Ravnborg
· 10 years ago
88a5766
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
6ae840e
Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
a7cb7bb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
41e950c
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 10 years ago
27afc5d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 10 years ago
5e4f6ba
checkpatch: add ability to --fix (coalesce) string fragments on multiple lines
by Joe Perches
· 10 years ago
b75ac61
checkpatch: add --strict "pointer comparison to NULL" test
by Joe Perches
· 10 years ago
90ad30e
checkpatch: add test for consecutive string fragments
by Joe Perches
· 10 years ago
0ab9019
checkpatch: add --strict preference for #defines using BIT(foo)
by Joe Perches
· 10 years ago
f512357
checkpatch: allow certain SI units with three characters
by Julius Werner
· 10 years ago
ea4acbb
checkpatch: Add --strict test for function pointer calling style
by Joe Perches
· 10 years ago
e0d975b
checkpatch: reduce MAINTAINERS update message frequency
by Joe Perches
· 10 years ago
abb08a5
checkpatch: try to avoid mask and shift errors
by Joe Perches
· 10 years ago
36061e3
checkpatch: fix use via symlink, make missing spelling file non-fatal
by Joe Perches
· 10 years ago
15160f9
checkpatch: improve warning message for "needless if" case
by Fabio Estevam
· 10 years ago
04941aa
checkpatch: improve test for no space after cast
by Joe Perches
· 10 years ago
619a908
checkpatch: add error on use of attribute((weak)) or __weak declarations
by Joe Perches
· 10 years ago
2381097
checkpatch: add an error test for no space before comma
by Joe Perches
· 10 years ago
7b99078
scripts/kernel-doc: don't eat struct members with __aligned
by Johannes Berg
· 10 years ago
e4e458b
calloc/xcalloc: Fix argument order
by Arjun Sreedharan
· 10 years ago
b9a5442
scripts/package: binrpm-pkg do not create source and devel package
by Jérôme Glisse
· 10 years ago
1846dfb
kbuild: remove redundant -rR flag of hdr-inst
by Masahiro Yamada
· 10 years ago
2d56030
kconfig: Fix warning "‘jump’ may be used uninitialized"
by Peter Kümmel
· 10 years ago
a29b823
kbuild: Remove duplicate $(cmd) definition in Makefile.clean
by Michal Marek
· 10 years ago
371fdc7
kbuild: collect shorthands into scripts/Kbuild.include
by Masahiro Yamada
· 10 years ago
7426977
bugon.cocci: fix Options at the macro
by Mauro Carvalho Chehab
· 10 years ago
3943f42
Replace mentions of "list_struct" to "list_head"
by Andrey Utkin
· 10 years ago
cc641d5
checkkconfigsymbols.py: improve detection of defects
by Valentin Rothberg
· 10 years ago
24fe1f0
checkkconfigsymbols.sh: reimplementation in python
by Valentin Rothberg
· 10 years ago
1f648f8
coccinelle: api: add spatch to prevent unnecessary .owner
by Wolfram Sang
· 10 years ago
c933146
s390/ftrace,kprobes: allow to patch first instruction
by Heiko Carstens
· 10 years ago
323a028
dts, kbuild: Implement support for dtb vendor subdirs
by Robert Richter
· 10 years ago
9fb5e53
dts, kbuild: Factor out dtbs install rules to Makefile.dtbinst
by Robert Richter
· 10 years ago
da92da3
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 10 years ago
f33a3fa
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 10 years ago
dfe2c6d
Merge branch 'akpm' (patches from Andrew Morton)
by Linus Torvalds
· 10 years ago
1ee07ef
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 10 years ago
7cbc0ea
scripts/sortextable: suppress warning: `relocs_size' may be used uninitialized
by Tim Gardner
· 10 years ago
f9a4d11
scripts/headers_install.sh: fix error handling
by Javier Barrio
· 10 years ago
f78d98f
checkpatch: warn on logging functions with KERN_<LEVEL>
by Joe Perches
· 10 years ago
840080a
checkpatch: add exception to return then else test
by Joe Perches
· 10 years ago
66b47b4
checkpatch: look for common misspellings
by Kees Cook
· 10 years ago
08a2843
checkpatch: warn on macros with flow control statements
by Joe Perches
· 10 years ago
d2207cc
checkpatch: remove unnecessary + after {8,8}
by Joe Perches
· 10 years ago
f17dba4
checkpatch: add --strict test for concatenated string elements
by Joe Perches
· 10 years ago
5619327
checkpatch: allow optional shorter config descriptions
by Vadim Bendebury
· 10 years ago
de4c924
checkpatch: enable whitespace checks for DTS files
by Geert Uytterhoeven
· 10 years ago
cdcee68
checkpatch: update $allowed_asm_includes macros, add reboot.h and time.h
by Sergey Ryazanov
· 10 years ago
72c231c
checkpatch: remove debugging message
by Joe Perches
· 10 years ago
388982b
checkpatch: fix spello
by Andrew Morton
· 10 years ago
53255c9
s390/ftrace: remove 31 bit ftrace support
by Heiko Carstens
· 10 years ago
6325e94
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
28596c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
bdf428f
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
74da386
Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linux
by Linus Torvalds
· 10 years ago
4204111
deb-pkg: remove obsolete -isp option to dpkg-gencontrol
by Asbjoern Sloth Toennesen
· 10 years ago
6c34f1f
aarch64: filter $x from kallsyms
by Kyle McMartin
· 10 years ago
5b2389b
kbuild: simplify build, clean, modbuiltin shorthands
by Masahiro Yamada
· 10 years ago
a4954fd
kbuild: remove obj-n and lib-n handling
by Masahiro Yamada
· 10 years ago
Next »