aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2013-09-07Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 4-24/+178
2013-09-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-8/+0
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 1-0/+4
2013-09-04Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2013-08-30tile: support ftrace on tilegxGravatar Tony Lu 1-0/+4
2013-08-28scripts/checkkconfigsymbols.sh: replace echo -e with printfGravatar Max Filippov 1-2/+2
2013-08-20scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture.Gravatar Chen Gang 1-0/+1
2013-08-15Provide version number for Debian firmware packageGravatar Heinrich Schuchardt 1-1/+1
2013-08-13coccinelle: replace 0/1 with false/true in functions returning boolGravatar Rasmus Villemoes 1-0/+58
2013-07-25scripts: remove unused function in sortextable.cGravatar Ramkumar Ramachandra 1-8/+0
2013-07-24deb-pkg: add a hook argument to match debian hooks parametersGravatar Anisse Astier 1-1/+1
2013-07-24deb-pkg: fix installed image path on parisc, mips and powerpcGravatar Anisse Astier 1-7/+20
2013-07-24deb-pkg: split debug symbols in their own packageGravatar Anisse Astier 1-1/+49
2013-07-24deb-pkg: use KCONFIG_CONFIG instead of .config file directlyGravatar Anisse Astier 1-6/+7
2013-07-23rpm-pkg: add generation of kernel-develGravatar Mike Marciniszyn 1-2/+26
2013-07-23rpm-pkg: install firmware files in kernel relative directoryGravatar Mike Marciniszyn 1-4/+5
2013-07-23rpm-pkg: add %post section to create initramfs and grub hooksGravatar Mike Marciniszyn 1-0/+9
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Gravatar Rusty Russell 1-5/+5
2013-07-10Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 35-51/+173
2013-07-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 18-100/+249
2013-07-10Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 7-27/+33
2013-07-09lib: add support for LZ4-compressed kernelGravatar Kyungsik Lee 1-0/+5
2013-07-09checkpatch: make the CamelCase cache work for non-git trees tooGravatar Joe Perches 1-19/+35
2013-07-07Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-43/+9
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Gravatar Linus Torvalds 3-111/+551
2013-07-03rapidio: add udev notificationGravatar Alexandre Bounine 2-0/+26
2013-07-03checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit>Gravatar Joe Perches 1-0/+26
2013-07-03checkpatch: allow longer logging function namesGravatar Jacob Keller 1-1/+1
2013-07-03checkpatch: ignore existing CamelCase uses from include/...Gravatar Joe Perches 1-7/+50
2013-07-03checkpatch: ignore SI unit CamelCase variants like "_uV"Gravatar Joe Perches 1-0/+3
2013-07-03checkpatch: move test for space before semicolon after operator spacingGravatar Joe Perches 1-10/+10
2013-07-03checkpatch: create an EXPERIMENTAL --fix option to correct patchesGravatar Joe Perches 1-88/+354
2013-07-03checkpatch: improve "no space after cast" testGravatar Joe Perches 1-2/+3
2013-07-03checkpatch: add a --strict test for comparison to true/falseGravatar Joe Perches 1-0/+27
2013-07-03checkpatch: don't warn on blank lines before/after braces as oftenGravatar Joe Perches 1-2/+2
2013-07-03checkpatch: add a placeholder to check blank lines before declarationsGravatar Joe Perches 1-0/+8
2013-07-03checkpatch: reduce false positive rate of "complex macros"Gravatar Joe Perches 1-1/+1
2013-07-03checkpatch: warn on comparisons to get_jiffies_64()Gravatar Joe Perches 1-0/+6
2013-07-03checkpatch: warn on comparisons to jiffiesGravatar Joe Perches 1-0/+6
2013-07-03checkpatch: warn when networking block comment lines don't start with *Gravatar Joe Perches 1-0/+8
2013-07-03checkpatch: improve network block comment test and messageGravatar Joe Perches 1-2/+2
2013-07-03checkpatch: remove quote from CamelCase testGravatar Joe Perches 1-2/+2
2013-07-03checkpatch: add --strict preference for p = kmalloc(sizeof(*p)...Gravatar Joe Perches 1-0/+8
2013-07-03checkpatch: warn when using gcc's binary constant ("0b") extensionGravatar Joe Perches 1-2/+14
2013-07-03checkpatch: change CamelCase test and make it --strictGravatar Joe Perches 1-3/+3
2013-07-03Coccinelle: Update information about the minimal version requiredGravatar Nicolas Palix 1-0/+5
2013-07-03Coccinelle: Update the options used to the new option schemeGravatar Nicolas Palix 34-47/+47
2013-07-03kbuild: create directory for dir/file.oGravatar 张忠山 1-1/+1
2013-07-03Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git....Gravatar Linus Torvalds 1-1/+1
2013-07-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Gravatar Linus Torvalds 1-0/+5