summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2015-08-07modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if neededDavid Woodhouse2-1/+134
2015-08-07modsign: Allow signing key to be PKCS#11David Woodhouse1-5/+24
2015-08-07modsign: Allow password to be specified for signing keyDavid Woodhouse1-1/+26
2015-08-07modsign: Abort modules_install when signing failsDavid Woodhouse1-1/+1
2015-08-07sign-file: Add option to only create signature fileLuis R. Rodriguez1-3/+10
2015-08-07MODSIGN: Use PKCS#7 messages as module signaturesDavid Howells2-421/+2
2015-08-07MODSIGN: Provide a utility to append a PKCS#7 signature to a moduleDavid Howells1-0/+205
2015-08-07ASN.1: Copy string names to tokens in ASN.1 compilerDavid Howells1-82/+73
2015-08-07ASN.1: Add an ASN.1 compiler option to dump the element treeDavid Howells1-12/+76
2015-08-05ASN.1: Handle 'ANY OPTIONAL' in grammarDavid Howells1-1/+2
2015-08-05ASN.1: Fix actions on CHOICE elements with IMPLICIT tagsDavid Howells1-1/+2
2015-08-05ASN.1: Fix handling of CHOICE in ASN.1 compilerDavid Howells1-7/+10
2015-07-18checkpatch: fix long line messages about patch contextJoe Perches1-1/+1
2015-07-09Merge tag 'pm+acpi-4.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+32
2015-07-09modpost: work correctly with tile coldtext sectionsChris Metcalf1-1/+2
2015-07-07ACPI / scan: Add support for ACPI _CLS device matchingSuthikulpanit, Suravee2-2/+32
2015-07-03Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-3/+15
2015-07-03Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds8-506/+666
2015-07-02Merge tag 'cpuinit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2015-07-02Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds30-1535/+1754
2015-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-10/+117
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+6
2015-07-01Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds1-0/+5
2015-07-01scripts/gdb: remove useless global instructionThiébaud Weksteen1-2/+0
2015-07-01scripts/gdb: add ps commandThiébaud Weksteen1-0/+16
2015-07-01scripts/gdb: fix PEP8 complianceThiébaud Weksteen4-7/+7
2015-07-01scripts/gdb: fix typo in exception nameThiébaud Weksteen1-1/+1
2015-07-01scripts/gdb: enable completion for lx-list-check parameterJan Kiszka1-1/+2
2015-07-01scripts/gdb: also allow list_head pointer as lx-list-check paramterJan Kiszka1-2/+4
2015-07-01scripts/gdb: add command to check list consistencyThiébaud Weksteen2-0/+90
2015-06-27Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-0/+17
2015-06-27Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-9/+47
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-87/+297
2015-06-26checkpatch: emit "NOTE: <types>" message only once after multiple filesJoe Perches1-4/+4
2015-06-26checkpatch: emit an error when there's a diff in a changelogJoe Perches1-1/+14
2015-06-26checkpatch: validate MODULE_LICENSE contentBjorn Andersson1-0/+18
2015-06-26checkpatch: add multi-line handling for PREFER_ETHER_ADDR_COPYMateusz Kulikowski1-2/+3
2015-06-26checkpatch: suggest using eth_zero_addr() and eth_broadcast_addr()Mateusz Kulikowski1-0/+23
2015-06-26checkpatch: fix processing of MEMSET issuesMateusz Kulikowski1-1/+1
2015-06-26checkpatch: suggest using ether_addr_equal*()Mateusz Kulikowski1-0/+8
2015-06-26checkpatch: avoid NOT_UNIFIED_DIFF errors on cover-letter.patch filesJoe Perches1-1/+1
2015-06-26checkpatch: remove local from codespell pathMaxim Uvarov1-2/+2
2015-06-26checkpatch: add --showfile to allow input via pipe to show filenamesJoe Perches1-5/+17
2015-06-26checkpatch: colorize output to terminalJoe Perches1-6/+21
2015-06-26checkpatch: improve output with multiple command-line filesJoe Perches1-23/+39
2015-06-26checkpatch: categorize some long line length checksJoe Perches1-10/+50
2015-06-26checkpatch: use $String consistentlyJoe Perches1-6/+6
2015-06-26checkpatch: make types found in a source file/patch localAlex Dowad1-4/+9
2015-06-26checkpatch: add --strict warning for c99 fixed size typedefs : int<size>_tJoe Perches1-6/+25
2015-06-26checkpatch: check for uncommented waitqueue_active()Joe Perches1-0/+7