Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
89ebc27427695bfc1e769f1dd99bd243d332ac7a
/
scripts
952cca6
ASN.1: fix open failure check on headername
by Colin Ian King
· 9 years ago
70c5eb8
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 9 years ago
3a1ef0e
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 9 years ago
2162b80
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 9 years ago
0de7985
parisc: Use generic extable search and sort routines
by Helge Deller
· 9 years ago
dde5cf3
ubsan: fix tree-wide -Wmaybe-uninitialized false positives
by Andrey Ryabinin
· 9 years ago
ad4db3b
scripts/gdb: account for changes in module data structure
by Jan Kiszka
· 9 years ago
72bf92e
scripts/gdb: add cmdline reader command
by Kieran Bingham
· 9 years ago
2d061d9
scripts/gdb: add version command
by Kieran Bingham
· 9 years ago
5c9a875
kernel: add kcov code coverage
by Dmitry Vyukov
· 9 years ago
26660a4
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
31e1823
Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 9 years ago
588ab3f
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
8eee93e
Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 9 years ago
bb7aeae
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 9 years ago
271ecc5
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
2213e9a
kallsyms: add support for relative offsets in kallsyms address table
by Ard Biesheuvel
· 9 years ago
8c99694
kallsyms: don't overload absolute symbol type for percpu symbols
by Ard Biesheuvel
· 9 years ago
4d5d566
x86: kallsyms: disable absolute percpu symbols on !SMP
by Ard Biesheuvel
· 9 years ago
6b8c69e
checkpatch: fix another left brace warning
by Geyslan G. Bem
· 9 years ago
207a8e8
checkpatch: improve UNSPECIFIED_INT test for bare signed/unsigned uses
by Joe Perches
· 9 years ago
a1ce18e
checkpatch: warn on bare unsigned or signed declarations without int
by Joe Perches
· 9 years ago
42e1529
checkpatch: exclude asm volatile from complex macro check
by Joe Perches
· 9 years ago
8bc6782
Merge commit 'fixes.2015.02.23a' into core/rcu
by Ingo Molnar
· 9 years ago
d88bfe1
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
4b7b1ef
ld-version: Fix awk regex compile failure
by James Hogan
· 9 years ago
3b27a0c
objtool: Detect and warn if libelf is missing and don't break the build
by Josh Poimboeuf
· 9 years ago
2aedcd0
kbuild: suppress annoying "... is up to date." message
by Masahiro Yamada
· 9 years ago
6ef41e2
kbuild/mkspec: clean boot loader configuration on rpm removal
by Paolo Abeni
· 9 years ago
41693d1
sign-file: fix build with CMS support disabled
by Marc-Antoine Perennou
· 9 years ago
b9ab5eb
objtool: Add CONFIG_STACK_VALIDATION option
by Josh Poimboeuf
· 9 years ago
c0dd671686
objtool: Mark non-standard object files and directories
by Josh Poimboeuf
· 9 years ago
8e16789
KEYS: Use the symbol value for list size, updated by scripts/insert-sys-cert
by Mehmet Kayaalp
· 9 years ago
c4c3610
KEYS: Reserve an extra certificate symbol for inserting without recompiling
by Mehmet Kayaalp
· 9 years ago
c8b08ca
kbuild/mkspec: fix grub2 installkernel issue
by Jiri Kosina
· 9 years ago
6c94f27
arm64: switch to relative exception tables
by Ard Biesheuvel
· 9 years ago
7b957b6
scripts/sortextable: add support for ET_DYN binaries
by Ard Biesheuvel
· 9 years ago
ad31545
sparse: Add __private to privatize members of structs
by Boqun Feng
· 9 years ago
6b22b3d
kbuild: Allow using host dtc instead of kernel's copy
by Rob Herring
· 9 years ago
c5eda8f
Coccinelle: Add api/setup_timer.cocci
by Vaishali Thakkar
· 9 years ago
f75621c
coccinelle: bugon: reduce rule applicability
by Julia Lawall
· 9 years ago
79ff2b3
Coccinelle: pm_runtime: reduce rule applicability
by Julia Lawall
· 9 years ago
c7eaa88
Coccinelle: array_size: reduce rule applicability
by Julia Lawall
· 9 years ago
8f551be
Coccinelle: reduce rule applicability
by Julia Lawall
· 9 years ago
0a9e7da
scripts/tags.sh: add regex to map kprobe helpers
by Naveen N. Rao
· 9 years ago
e5a2e3c
scripts/sign-file.c: Add support for signing with a raw signature
by Juerg Haefliger
· 9 years ago
1b669e7
scripts/coccinelle: modernize &
by Julia Lawall
· 9 years ago
548acf1
x86/mm: Expand the exception table logic to allow new handling options
by Tony Luck
· 9 years ago
46fe94a
kbuild: fixdep: Check fstat(2) return value
by Tom Rini
· 9 years ago
1b79dff
Merge 4.5-rc4 into char-misc-next
by Greg Kroah-Hartman
· 9 years ago
91feabc
scripts/dtc: Update to upstream commit b06e55c88b9b
by Rob Herring
· 9 years ago
60c7f4c
scripts/dtc: dtx_diff - add info to error message
by Frank Rowand
· 9 years ago
b64e86c
scripts: add "prune-kernel" script to clean up old kernel images
by J. Bruce Fields
· 11 years ago
411a6f5
v2 linux-next scripts/sign-file.c Fix LibreSSL support
by Codarren Velvindron
· 9 years ago
a043934
scripts/link-vmlinux.sh: force error on kallsyms failure
by Ard Biesheuvel
· 9 years ago
9d403a9
scripts: fix typo in ver_linux
by Matthias Lange
· 9 years ago
6b87b70
unbreak allmodconfig KCONFIG_ALLCONFIG=...
by Al Viro
· 9 years ago
42f9d3c
scripts/kconfig: allow building with make 3.80 again
by Jan Beulich
· 9 years ago
ec1cc55
Merge tag 'powerpc-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
5399eb9
dtbsinstall: don't move target directory out of the way
by Russell King
· 9 years ago
10eadc2
dtc: create tool to diff device trees
by Frank Rowand
· 9 years ago
c153693
powerpc: Simplify module TOC handling
by Alan Modra
· 9 years ago
c6d3085
UBSAN: run-time undefined behavior sanity checker
by Andrey Ryabinin
· 9 years ago
6b10df4
checkpatch: fix a number of COMPLEX_MACRO false positives
by Vladimir Zapolskiy
· 9 years ago
62e15a6
checkpatch: improve macros with flow control test
by Joe Perches
· 9 years ago
938224b
checkpatch: warn when casting constants to c90 int or longer types
by Joe Perches
· 9 years ago
be17bdd
scripts/get_maintainer.pl: handle file names beginning with ./
by Joe Perches
· 9 years ago
90bf353
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 9 years ago
af75d51
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 9 years ago
d9569f0
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 9 years ago
a200dcb
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 9 years ago
0cbeafb
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
e535d74
Merge tag 'docs-4.5' of git://git.lwn.net/linux
by Linus Torvalds
· 9 years ago
685eaad
page-flags: drop __TestClearPage*() helpers
by Kirill A. Shutemov
· 9 years ago
f689b74
Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
2f63236
modpost: don't add a trailing wildcard for OF module aliases
by Javier Martinez Canillas
· 9 years ago
72214a2
scripts/bloat-o-meter: fix python3 syntax error
by Sergey Senozhatsky
· 9 years ago
cbd88cd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 9 years ago
4c257ec
Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 9 years ago
2e50c4b
scripts/recordmcount.pl: support data in text section on powerpc
by Ulrich Weigand
· 9 years ago
4f31d77
Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 9 years ago
43e361f
checkpatch: add virt barriers
by Michael S. Tsirkin
· 9 years ago
f4073b0
checkpatch: check for __smp outside barrier.h
by Michael S. Tsirkin
· 9 years ago
402c255
checkpatch.pl: add missing memory barriers
by Michael S. Tsirkin
· 9 years ago
c5c80bd
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 9 years ago
3f984cb
coccinelle: tests: unsigned value cannot be lesser than zero
by Andrzej Hajda
· 9 years ago
7599ea8
kbuild: Demote 'sign-compare' warning to W=2
by Lee Jones
· 9 years ago
5b61c7b
kconfig: fix qconf segfault by deleting heap objects
by Chris Bainbridge
· 9 years ago
a7df4716
um: link with -lpthread
by Vegard Nossum
· 9 years ago
8083013
ld-version: Fix it on Fedora
by Michael S. Tsirkin
· 9 years ago
93209d6
tags: Unify emacs and exuberant rules
by Michal Marek
· 9 years ago
a1ccdb6
tags: Drop the _PE rule
by Michal Marek
· 9 years ago
ab9ca61
tags: Do not try to index defconfigs
by Michal Marek
· 9 years ago
a281b85
tags: Process Kconfig files in a single pass
by Michal Marek
· 9 years ago
c26206f
tags: Fix erroneous pattern match in a comment
by Michal Marek
· 9 years ago
d2fb5ae
tags: Treat header files as C code
by Michal Marek
· 9 years ago
aab24a8
kconfig: return 'false' instead of 'no' in bool function
by Vegard Nossum
· 9 years ago
713a3e4
ftrace/scripts: Fix incorrect use of sprintf in recordmcount
by Colin Ian King
· 9 years ago
d5ece1c
Fix ld-version.sh to handle large 3rd version part
by James Hogan
· 9 years ago
a7e137e
kbuild: add AFLAGS_REMOVE_(basename).o option
by Heiko Carstens
· 9 years ago
Next »