index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Lines
2015-08-07
MODSIGN: Use PKCS#7 messages as module signatures
David Howells
-421
/
+2
2015-08-07
MODSIGN: Provide a utility to append a PKCS#7 signature to a module
David Howells
-0
/
+205
2015-08-07
ASN.1: Copy string names to tokens in ASN.1 compiler
David Howells
-82
/
+73
2015-08-07
ASN.1: Add an ASN.1 compiler option to dump the element tree
David Howells
-12
/
+76
2015-08-06
scripts/kernel-doc Allow struct arguments documentation in struct body
Danilo Cesar Lemes de Paula
-2
/
+75
2015-08-05
ASN.1: Handle 'ANY OPTIONAL' in grammar
David Howells
-1
/
+2
2015-08-05
ASN.1: Fix actions on CHOICE elements with IMPLICIT tags
David Howells
-1
/
+2
2015-08-05
ASN.1: Fix handling of CHOICE in ASN.1 compiler
David Howells
-7
/
+10
2015-08-03
scripts/checkkconfigsymbols.py: support default statements
Valentin Rothberg
-2
/
+7
2015-08-03
checkkconfigsymbols.py: colored output
Valentin Rothberg
-6
/
+20
2015-08-03
checkkconfigsymbols.py: find relevant commits
Valentin Rothberg
-0
/
+21
2015-08-03
Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f...
Ingo Molnar
-4
/
+35
2015-07-22
scripts: Make checkpatch.pl warn on expedited RCU grace periods
Paul E. McKenney
-0
/
+19
2015-07-20
rtmutex: Delete scriptable tester
Davidlohr Bueso
-1533
/
+0
2015-07-17
checkpatch: fix long line messages about patch context
Joe Perches
-1
/
+1
2015-07-13
selinux: explicitly declare the role "base_r"
Laurent Bigonville
-0
/
+1
2015-07-10
scripts/kernel-doc: Use $KBUILD_BUILD_TIMESTAMP as man page date
Ben Hutchings
-3
/
+12
2015-07-10
scripts/kernel-doc: parse kernel-doc deterministically
Jérémy Bobbio
-1
/
+1
2015-07-08
Merge tag 'pm+acpi-4.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-2
/
+32
2015-07-08
modpost: work correctly with tile coldtext sections
Chris Metcalf
-1
/
+2
2015-07-07
ACPI / scan: Add support for ACPI _CLS device matching
Suthikulpanit, Suravee
-2
/
+32
2015-07-02
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
-3
/
+15
2015-07-02
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
-506
/
+666
2015-07-02
Merge tag 'cpuinit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-1
/
+1
2015-07-01
Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1535
/
+1754
2015-07-01
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-10
/
+117
2015-07-01
Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+6
2015-07-01
Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
-0
/
+5
2015-06-30
scripts/gdb: remove useless global instruction
Thiébaud Weksteen
-2
/
+0
2015-06-30
scripts/gdb: add ps command
Thiébaud Weksteen
-0
/
+16
2015-06-30
scripts/gdb: fix PEP8 compliance
Thiébaud Weksteen
-7
/
+7
2015-06-30
scripts/gdb: fix typo in exception name
Thiébaud Weksteen
-1
/
+1
2015-06-30
scripts/gdb: enable completion for lx-list-check parameter
Jan Kiszka
-1
/
+2
2015-06-30
scripts/gdb: also allow list_head pointer as lx-list-check paramter
Jan Kiszka
-2
/
+4
2015-06-30
scripts/gdb: add command to check list consistency
Thiébaud Weksteen
-0
/
+90
2015-06-26
Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-0
/
+17
2015-06-26
Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-9
/
+47
2015-06-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-87
/
+297
2015-06-25
checkpatch: emit "NOTE: <types>" message only once after multiple files
Joe Perches
-4
/
+4
2015-06-25
checkpatch: emit an error when there's a diff in a changelog
Joe Perches
-1
/
+14
2015-06-25
checkpatch: validate MODULE_LICENSE content
Bjorn Andersson
-0
/
+18
2015-06-25
checkpatch: add multi-line handling for PREFER_ETHER_ADDR_COPY
Mateusz Kulikowski
-2
/
+3
2015-06-25
checkpatch: suggest using eth_zero_addr() and eth_broadcast_addr()
Mateusz Kulikowski
-0
/
+23
2015-06-25
checkpatch: fix processing of MEMSET issues
Mateusz Kulikowski
-1
/
+1
2015-06-25
checkpatch: suggest using ether_addr_equal*()
Mateusz Kulikowski
-0
/
+8
2015-06-25
checkpatch: avoid NOT_UNIFIED_DIFF errors on cover-letter.patch files
Joe Perches
-1
/
+1
2015-06-25
checkpatch: remove local from codespell path
Maxim Uvarov
-2
/
+2
2015-06-25
checkpatch: add --showfile to allow input via pipe to show filenames
Joe Perches
-5
/
+17
2015-06-25
checkpatch: colorize output to terminal
Joe Perches
-6
/
+21
2015-06-25
checkpatch: improve output with multiple command-line files
Joe Perches
-23
/
+39
[prev]
[next]