aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2012-10-19MODSIGN: Move the magic string to the end of a module and eliminate the searchGravatar David Howells 1-3/+3
2012-10-19MODSIGN: perlify sign-file and merge in x509keyidGravatar David Howells 2-346/+399
2012-10-19kbuild: Fix module signature generationGravatar Linus Torvalds 1-2/+3
2012-10-19kbuild: sign the modules at install timeGravatar Rusty Russell 4-111/+28
2012-10-18Merge tag 'dt-fixes-for-3.7' of git://sources.calxeda.com/kernel/linuxGravatar Linus Torvalds 1-34/+10
2012-10-17dtc: fix for_each_*() to skip first object if deletedGravatar Stephen Warren 1-34/+10
2012-10-17uapi: Allow automatic generation of uapi/asm/ header filesGravatar Catalin Marinas 1-1/+1
2012-10-15kbuild: Fix accidental revert in commit fe04ddfGravatar Michal Marek 1-2/+2
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-1/+2018
2012-10-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 5-9/+366
2012-10-12Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 10-130/+289
2012-10-12Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 4-5/+6
2012-10-11modpost: Permit .GCC.command.line sectionsGravatar Jonathan Kliegman 1-0/+1
2012-10-11coccicheck: Add the rep+ctxt modeGravatar Nicolas Palix 1-0/+3
2012-10-11scripts/coccinelle/tests/odd_ptr_err.cocci: semantic patch for IS_ERR/PTR_ERR...Gravatar Julia Lawall 1-0/+65
2012-10-10MODSIGN: Sign modules during the build processGravatar David Howells 2-1/+191
2012-10-10MODSIGN: Provide a script for generating a key ID from an X.509 certGravatar David Howells 1-0/+268
2012-10-09Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxGravatar Linus Torvalds 1-0/+2
2012-10-08X.509: Add simple ASN.1 grammar compilerGravatar David Howells 4-0/+1559
2012-10-08Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Gravatar Linus Torvalds 8-16/+16
2012-10-06kernel-doc: don't mangle whitespace in Example sectionGravatar Daniel Santos 1-2/+7
2012-10-06kernel-doc: bugfix - empty line in Example sectionGravatar Daniel Santos 1-1/+10
2012-10-06kernel-doc: bugfix - multi-line macrosGravatar Daniel Santos 1-0/+3
2012-10-06checkpatch: fix name of "MODULE_PARM_DESC"Gravatar Kees Cook 1-1/+1
2012-10-06checkpatch: check networking specific block comment styleGravatar Joe Perches 1-0/+14
2012-10-06checkpatch: update suggested printk conversionsGravatar Joe Perches 1-2/+4
2012-10-06checkpatch: check utf-8 content from a commit log when it's missing from charsetGravatar Pasi Savanainen 1-3/+12
2012-10-06kbuild: make: fix if_changed when command contains backslashesGravatar Sascha Hauer 1-1/+1
2012-10-03modpost: fix modpost warnings for xtensaGravatar Max Filippov 1-0/+2
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Gravatar Linus Torvalds 2-25/+41
2012-10-03Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linuxGravatar Linus Torvalds 30-701/+3847
2012-10-03kbuild: Fix gcc -x syntaxGravatar Jean Delvare 6-13/+13
2012-10-02UAPI: Plumb the UAPI Kbuilds into the user header installation and checkingGravatar David Howells 2-20/+39
2012-10-02UAPI: Remove the objhdr-y export listGravatar David Howells 1-5/+2
2012-10-01Merge tag 'staging-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-0/+15
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-5/+5
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+3
2012-10-01Merge tag 'localmodconfig-v3.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-26/+24
2012-10-01localmodconfig: Fix localyesconfig to set to 'y' not 'm'Gravatar Yuta Ando 1-0/+2
2012-10-01dtc: import latest upstream dtcGravatar Stephen Warren 30-701/+3847
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2012-09-27kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as ...Gravatar Adam Lee 2-12/+25
2012-09-27menuconfig: Assign jump keys per-page instead of globallyGravatar Benjamin Poirier 6-73/+149
2012-09-27menuconfig: Do not open code textbox scroll up/downGravatar Benjamin Poirier 1-44/+11
2012-09-27menuconfig: Add jump keys to search resultsGravatar Benjamin Poirier 5-35/+94
2012-09-27menuconfig: Extend dialog_textbox so that it can return to a scrolled positionGravatar Benjamin Poirier 3-6/+28
2012-09-27menuconfig: Extend dialog_textbox so that it can exit on arbitrary keypressesGravatar Benjamin Poirier 3-13/+33
2012-09-27menuconfig: Remove superfluous conditionnalGravatar Benjamin Poirier 1-5/+3
2012-09-27Kbuild: use normal compression settings for tar*-pkgGravatar Andi Kleen 1-3/+3
2012-09-27kbuild: Do not package /boot and /lib in make tar-pkgGravatar Michal Marek 2-3/+3