aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-21sign-file: fix the perl warning message when extracting ASN.1Chun-Yi Lee1-3/+3
2012-11-12Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds5-14/+106
2012-11-09Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds1-2/+4
2012-11-09checkpatch: improve network block comment style checkingJoe Perches1-2/+4
2012-11-06modules: don't break modules_install on external modules with no key.Rusty Russell1-1/+2
2012-10-25menuconfig: Replace CIRCLEQ by list_head-style lists.Benjamin Poirier5-14/+106
2012-10-19MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells1-3/+3
2012-10-19MODSIGN: perlify sign-file and merge in x509keyidDavid Howells2-346/+399
2012-10-19kbuild: Fix module signature generationLinus Torvalds1-2/+3
2012-10-19kbuild: sign the modules at install timeRusty Russell4-111/+28
2012-10-18Merge tag 'dt-fixes-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds1-34/+10
2012-10-17dtc: fix for_each_*() to skip first object if deletedStephen Warren1-34/+10
2012-10-17uapi: Allow automatic generation of uapi/asm/ header filesCatalin Marinas1-1/+1
2012-10-15kbuild: Fix accidental revert in commit fe04ddfMichal Marek1-2/+2
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds7-1/+2018
2012-10-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds5-9/+366
2012-10-12Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds10-130/+289
2012-10-12Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds4-5/+6
2012-10-11modpost: Permit .GCC.command.line sectionsJonathan Kliegman1-0/+1
2012-10-11coccicheck: Add the rep+ctxt modeNicolas Palix1-0/+3
2012-10-11scripts/coccinelle/tests/odd_ptr_err.cocci: semantic patch for IS_ERR/PTR_ERR inconsistencyJulia Lawall1-0/+65
2012-10-10MODSIGN: Sign modules during the build processDavid Howells2-1/+191
2012-10-10MODSIGN: Provide a script for generating a key ID from an X.509 certDavid Howells1-0/+268
2012-10-09Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-0/+2
2012-10-08X.509: Add simple ASN.1 grammar compilerDavid Howells4-0/+1559
2012-10-08Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds8-16/+16
2012-10-06kernel-doc: don't mangle whitespace in Example sectionDaniel Santos1-2/+7
2012-10-06kernel-doc: bugfix - empty line in Example sectionDaniel Santos1-1/+10
2012-10-06kernel-doc: bugfix - multi-line macrosDaniel Santos1-0/+3
2012-10-06checkpatch: fix name of "MODULE_PARM_DESC"Kees Cook1-1/+1
2012-10-06checkpatch: check networking specific block comment styleJoe Perches1-0/+14
2012-10-06checkpatch: update suggested printk conversionsJoe Perches1-2/+4
2012-10-06checkpatch: check utf-8 content from a commit log when it's missing from charsetPasi Savanainen1-3/+12
2012-10-06kbuild: make: fix if_changed when command contains backslashesSascha Hauer1-1/+1
2012-10-03modpost: fix modpost warnings for xtensaMax Filippov1-0/+2
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds2-25/+41
2012-10-03Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds30-701/+3847
2012-10-03kbuild: Fix gcc -x syntaxJean Delvare6-13/+13
2012-10-02UAPI: Plumb the UAPI Kbuilds into the user header installation and checkingDavid Howells2-20/+39
2012-10-02UAPI: Remove the objhdr-y export listDavid Howells1-5/+2
2012-10-01Merge tag 'staging-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+15
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-5/+5
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2012-10-01Merge tag 'localmodconfig-v3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-kconfigLinus Torvalds1-26/+24
2012-10-01localmodconfig: Fix localyesconfig to set to 'y' not 'm'Yuta Ando1-0/+2
2012-10-01dtc: import latest upstream dtcStephen Warren30-701/+3847
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2012-09-27kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as an aliasAdam Lee2-12/+25
2012-09-27menuconfig: Assign jump keys per-page instead of globallyBenjamin Poirier6-73/+149
2012-09-27menuconfig: Do not open code textbox scroll up/downBenjamin Poirier1-44/+11