summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2015-08-13sign-file: Fix warning about BIO_reset() return valueDavid Howells-1/+1
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells-2/+3
2015-08-12modsign: Use extract-cert to process CONFIG_SYSTEM_TRUSTED_KEYSDavid Woodhouse-1/+2
2015-08-12extract-cert: Cope with multiple X.509 certificates in a single fileDavid Woodhouse-12/+46
2015-08-12sign-file: Generate CMS message as signature instead of PKCS#7David Howells-24/+27
2015-08-07modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if neededDavid Woodhouse-1/+134
2015-08-07modsign: Allow signing key to be PKCS#11David Woodhouse-5/+24
2015-08-07modsign: Allow password to be specified for signing keyDavid Woodhouse-1/+26
2015-08-07modsign: Abort modules_install when signing failsDavid Woodhouse-1/+1
2015-08-07sign-file: Add option to only create signature fileLuis R. Rodriguez-3/+10
2015-08-07MODSIGN: Use PKCS#7 messages as module signaturesDavid Howells-421/+2
2015-08-07MODSIGN: Provide a utility to append a PKCS#7 signature to a moduleDavid Howells-0/+205
2015-08-07ASN.1: Copy string names to tokens in ASN.1 compilerDavid Howells-82/+73
2015-08-07ASN.1: Add an ASN.1 compiler option to dump the element treeDavid Howells-12/+76
2015-08-05ASN.1: Handle 'ANY OPTIONAL' in grammarDavid Howells-1/+2
2015-08-05ASN.1: Fix actions on CHOICE elements with IMPLICIT tagsDavid Howells-1/+2
2015-08-05ASN.1: Fix handling of CHOICE in ASN.1 compilerDavid Howells-7/+10
2015-07-17checkpatch: fix long line messages about patch contextJoe Perches-1/+1
2015-07-08Merge tag 'pm+acpi-4.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+32
2015-07-08modpost: work correctly with tile coldtext sectionsChris Metcalf-1/+2
2015-07-07ACPI / scan: Add support for ACPI _CLS device matchingSuthikulpanit, Suravee-2/+32
2015-07-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-3/+15
2015-07-02Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-506/+666
2015-07-02Merge tag 'cpuinit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2015-07-01Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1535/+1754
2015-07-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds-10/+117
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+6
2015-07-01Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds-0/+5
2015-06-30scripts/gdb: remove useless global instructionThiébaud Weksteen-2/+0
2015-06-30scripts/gdb: add ps commandThiébaud Weksteen-0/+16
2015-06-30scripts/gdb: fix PEP8 complianceThiébaud Weksteen-7/+7
2015-06-30scripts/gdb: fix typo in exception nameThiébaud Weksteen-1/+1
2015-06-30scripts/gdb: enable completion for lx-list-check parameterJan Kiszka-1/+2
2015-06-30scripts/gdb: also allow list_head pointer as lx-list-check paramterJan Kiszka-2/+4
2015-06-30scripts/gdb: add command to check list consistencyThiébaud Weksteen-0/+90
2015-06-26Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-0/+17
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+47
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds-87/+297
2015-06-25checkpatch: emit "NOTE: <types>" message only once after multiple filesJoe Perches-4/+4
2015-06-25checkpatch: emit an error when there's a diff in a changelogJoe Perches-1/+14
2015-06-25checkpatch: validate MODULE_LICENSE contentBjorn Andersson-0/+18
2015-06-25checkpatch: add multi-line handling for PREFER_ETHER_ADDR_COPYMateusz Kulikowski-2/+3
2015-06-25checkpatch: suggest using eth_zero_addr() and eth_broadcast_addr()Mateusz Kulikowski-0/+23
2015-06-25checkpatch: fix processing of MEMSET issuesMateusz Kulikowski-1/+1
2015-06-25checkpatch: suggest using ether_addr_equal*()Mateusz Kulikowski-0/+8
2015-06-25checkpatch: avoid NOT_UNIFIED_DIFF errors on cover-letter.patch filesJoe Perches-1/+1
2015-06-25checkpatch: remove local from codespell pathMaxim Uvarov-2/+2
2015-06-25checkpatch: add --showfile to allow input via pipe to show filenamesJoe Perches-5/+17
2015-06-25checkpatch: colorize output to terminalJoe Perches-6/+21
2015-06-25checkpatch: improve output with multiple command-line filesJoe Perches-23/+39