index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-06
ASN.1: fix open failure check on headername
Colin Ian King
1
-1
/
+1
2016-03-25
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
8
-9
/
+215
2016-03-25
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
2
-6
/
+10
2016-03-25
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
4
-9
/
+12
2016-03-23
parisc: Use generic extable search and sort routines
Helge Deller
1
-0
/
+1
2016-03-23
ubsan: fix tree-wide -Wmaybe-uninitialized false positives
Andrey Ryabinin
1
-0
/
+4
2016-03-23
scripts/gdb: account for changes in module data structure
Jan Kiszka
2
-3
/
+4
2016-03-23
scripts/gdb: add cmdline reader command
Kieran Bingham
1
-0
/
+13
2016-03-23
scripts/gdb: add version command
Kieran Bingham
2
-0
/
+29
2016-03-23
kernel: add kcov code coverage
Dmitry Vyukov
1
-0
/
+6
2016-03-21
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-4
/
+39
2016-03-20
Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
14
-112
/
+741
2016-03-18
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-5
/
+5
2016-03-17
Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2016-03-17
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
5
-99
/
+580
2016-03-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
4
-14
/
+116
2016-03-16
kallsyms: add support for relative offsets in kallsyms address table
Ard Biesheuvel
3
-10
/
+75
2016-03-16
kallsyms: don't overload absolute symbol type for percpu symbols
Ard Biesheuvel
1
-2
/
+12
2016-03-16
x86: kallsyms: disable absolute percpu symbols on !SMP
Ard Biesheuvel
1
-1
/
+1
2016-03-16
checkpatch: fix another left brace warning
Geyslan G. Bem
1
-1
/
+1
2016-03-16
checkpatch: improve UNSPECIFIED_INT test for bare signed/unsigned uses
Joe Perches
1
-4
/
+8
2016-03-16
checkpatch: warn on bare unsigned or signed declarations without int
Joe Perches
1
-0
/
+20
2016-03-16
checkpatch: exclude asm volatile from complex macro check
Joe Perches
1
-0
/
+3
2016-03-15
Merge commit 'fixes.2015.02.23a' into core/rcu
Ingo Molnar
1
-1
/
+2
2016-03-15
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+32
2016-03-13
ld-version: Fix awk regex compile failure
James Hogan
1
-1
/
+1
2016-03-05
objtool: Detect and warn if libelf is missing and don't break the build
Josh Poimboeuf
1
-0
/
+2
2016-03-05
kbuild: suppress annoying "... is up to date." message
Masahiro Yamada
1
-3
/
+3
2016-03-05
kbuild/mkspec: clean boot loader configuration on rpm removal
Paolo Abeni
1
-0
/
+5
2016-03-03
sign-file: fix build with CMS support disabled
Marc-Antoine Perennou
1
-1
/
+1
2016-02-29
objtool: Add CONFIG_STACK_VALIDATION option
Josh Poimboeuf
1
-4
/
+35
2016-02-29
objtool: Mark non-standard object files and directories
Josh Poimboeuf
1
-0
/
+2
2016-02-26
KEYS: Use the symbol value for list size, updated by scripts/insert-sys-cert
Mehmet Kayaalp
1
-8
/
+21
2016-02-26
KEYS: Reserve an extra certificate symbol for inserting without recompiling
Mehmet Kayaalp
3
-0
/
+412
2016-02-26
kbuild/mkspec: fix grub2 installkernel issue
Jiri Kosina
1
-4
/
+4
2016-02-24
arm64: switch to relative exception tables
Ard Biesheuvel
1
-1
/
+1
2016-02-24
scripts/sortextable: add support for ET_DYN binaries
Ard Biesheuvel
1
-4
/
+4
2016-02-24
sparse: Add __private to privatize members of structs
Boqun Feng
1
-1
/
+2
2016-02-23
kbuild: Allow using host dtc instead of kernel's copy
Rob Herring
1
-1
/
+2
2016-02-19
Coccinelle: Add api/setup_timer.cocci
Vaishali Thakkar
1
-0
/
+199
2016-02-19
coccinelle: bugon: reduce rule applicability
Julia Lawall
1
-1
/
+1
2016-02-19
Coccinelle: pm_runtime: reduce rule applicability
Julia Lawall
1
-1
/
+1
2016-02-19
Coccinelle: array_size: reduce rule applicability
Julia Lawall
1
-1
/
+1
2016-02-19
Coccinelle: reduce rule applicability
Julia Lawall
1
-1
/
+1
2016-02-18
scripts/tags.sh: add regex to map kprobe helpers
Naveen N. Rao
1
-0
/
+2
2016-02-18
scripts/sign-file.c: Add support for signing with a raw signature
Juerg Haefliger
1
-90
/
+146
2016-02-18
scripts/coccinelle: modernize &
Julia Lawall
1
-1
/
+1
2016-02-18
x86/mm: Expand the exception table logic to allow new handling options
Tony Luck
1
-0
/
+32
2016-02-18
kbuild: fixdep: Check fstat(2) return value
Tom Rini
1
-1
/
+5
2016-02-15
Merge 4.5-rc4 into char-misc-next
Greg Kroah-Hartman
2
-1
/
+22
[next]