summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells2012-10-191-3/+3
* MODSIGN: perlify sign-file and merge in x509keyidDavid Howells2012-10-192-346/+399
* kbuild: Fix module signature generationLinus Torvalds2012-10-191-2/+3
* kbuild: sign the modules at install timeRusty Russell2012-10-194-111/+28
* Merge tag 'dt-fixes-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-10-181-34/+10
|\
| * dtc: fix for_each_*() to skip first object if deletedStephen Warren2012-10-171-34/+10
* | uapi: Allow automatic generation of uapi/asm/ header filesCatalin Marinas2012-10-171-1/+1
* | kbuild: Fix accidental revert in commit fe04ddfMichal Marek2012-10-151-2/+2
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-147-1/+2018
|\
| * MODSIGN: Sign modules during the build processDavid Howells2012-10-102-1/+191
| * MODSIGN: Provide a script for generating a key ID from an X.509 certDavid Howells2012-10-101-0/+268
| * X.509: Add simple ASN.1 grammar compilerDavid Howells2012-10-084-0/+1559
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2012-10-125-9/+366
|\ \
| * | coccicheck: Add the rep+ctxt modeNicolas Palix2012-10-111-0/+3
| * | scripts/coccinelle/tests/odd_ptr_err.cocci: semantic patch for IS_ERR/PTR_ERR...Julia Lawall2012-10-111-0/+65
| * | scripts/tags.sh: Add magic for pci access functionsKirill Tkhai2012-08-311-2/+6
| * | scripts/coccinelle: ptr_ret: Add ternary operator versionLars-Peter Clausen2012-08-311-0/+26
| * | scripts/kernel-doc: added support for html5Dan Luedtke2012-08-311-7/+266
* | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2012-10-1210-130/+289
|\ \ \
| * | | kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as ...Adam Lee2012-09-272-12/+25
| * | | menuconfig: Assign jump keys per-page instead of globallyBenjamin Poirier2012-09-276-73/+149
| * | | menuconfig: Do not open code textbox scroll up/downBenjamin Poirier2012-09-271-44/+11
| * | | menuconfig: Add jump keys to search resultsBenjamin Poirier2012-09-275-35/+94
| * | | menuconfig: Extend dialog_textbox so that it can return to a scrolled positionBenjamin Poirier2012-09-273-6/+28
| * | | menuconfig: Extend dialog_textbox so that it can exit on arbitrary keypressesBenjamin Poirier2012-09-273-13/+33
| * | | menuconfig: Remove superfluous conditionnalBenjamin Poirier2012-09-271-5/+3
| * | | kconfig: document oldnoconfig to what it really does in conf.cAdam Lee2012-08-311-1/+1
| * | | kconfig/mconf.c: revision of curses initialization.Dirk Gouders2012-08-303-4/+8
| |/ /
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2012-10-124-5/+6
|\ \ \
| * | | modpost: Permit .GCC.command.line sectionsJonathan Kliegman2012-10-111-0/+1
| * | | Kbuild: use normal compression settings for tar*-pkgAndi Kleen2012-09-271-3/+3
| * | | scripts/Makefile.modpost: error in finding modules from .mod files.이건호2012-08-312-2/+2
| |/ /
* | | Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds2012-10-091-0/+2
|\ \ \
| * | | modpost: fix modpost warnings for xtensaMax Filippov2012-10-031-0/+2
* | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2012-10-088-16/+16
|\ \ \ \
| * | | | kbuild: Fix gcc -x syntaxJean Delvare2012-10-036-13/+13
| * | | | kbuild: Do not package /boot and /lib in make tar-pkgMichal Marek2012-09-272-3/+3
* | | | | kernel-doc: don't mangle whitespace in Example sectionDaniel Santos2012-10-061-2/+7
* | | | | kernel-doc: bugfix - empty line in Example sectionDaniel Santos2012-10-061-1/+10
* | | | | kernel-doc: bugfix - multi-line macrosDaniel Santos2012-10-061-0/+3
* | | | | checkpatch: fix name of "MODULE_PARM_DESC"Kees Cook2012-10-061-1/+1
* | | | | checkpatch: check networking specific block comment styleJoe Perches2012-10-061-0/+14
* | | | | checkpatch: update suggested printk conversionsJoe Perches2012-10-061-2/+4
* | | | | checkpatch: check utf-8 content from a commit log when it's missing from charsetPasi Savanainen2012-10-061-3/+12
* | | | | kbuild: make: fix if_changed when command contains backslashesSascha Hauer2012-10-061-1/+1
* | | | | Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-032-25/+41
|\ \ \ \ \
| * | | | | UAPI: Plumb the UAPI Kbuilds into the user header installation and checkingDavid Howells2012-10-022-20/+39
| * | | | | UAPI: Remove the objhdr-y export listDavid Howells2012-10-021-5/+2
* | | | | | Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-10-0330-701/+3847
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | dtc: import latest upstream dtcStephen Warren2012-10-0130-701/+3847
| | |_|/ / | |/| | |