aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-15Provide version number for Debian firmware packageHeinrich Schuchardt1-1/+1
2013-08-13coccinelle: replace 0/1 with false/true in functions returning boolRasmus Villemoes1-0/+58
2013-07-25scripts: remove unused function in sortextable.cRamkumar Ramachandra1-8/+0
2013-07-24deb-pkg: add a hook argument to match debian hooks parametersAnisse Astier1-1/+1
2013-07-24deb-pkg: fix installed image path on parisc, mips and powerpcAnisse Astier1-7/+20
2013-07-24deb-pkg: split debug symbols in their own packageAnisse Astier1-1/+49
2013-07-24deb-pkg: use KCONFIG_CONFIG instead of .config file directlyAnisse Astier1-6/+7
2013-07-23Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linux-kconfig into kbuild/kconfigMichal Marek3-33/+24
2013-07-23rpm-pkg: add generation of kernel-develMike Marciniszyn1-2/+26
2013-07-23rpm-pkg: install firmware files in kernel relative directoryMike Marciniszyn1-4/+5
2013-07-23rpm-pkg: add %post section to create initramfs and grub hooksMike Marciniszyn1-0/+9
2013-07-16kconfig: simplify symbol-search codeYann E. MORIN1-19/+11
2013-07-16kconfig: don't allocate n+1 elements in temporary arrayYann E. MORIN1-1/+1
2013-07-16kconfig: minor style fixes in symbol-search codeYann E. MORIN1-4/+3
2013-07-16kconfig/[mn]conf: shorten title in search-boxYann E. MORIN2-4/+4
2013-07-16kconfig: avoid multiple calls to strlenYann E. MORIN1-5/+5
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell1-5/+5
2013-07-10Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds35-51/+173
2013-07-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds18-100/+249
2013-07-10Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds7-27/+33
2013-07-09lib: add support for LZ4-compressed kernelKyungsik Lee1-0/+5
2013-07-09checkpatch: make the CamelCase cache work for non-git trees tooJoe Perches1-19/+35
2013-07-07Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-43/+9
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds3-111/+551
2013-07-03rapidio: add udev notificationAlexandre Bounine2-0/+26
2013-07-03checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit>Joe Perches1-0/+26
2013-07-03checkpatch: allow longer logging function namesJacob Keller1-1/+1
2013-07-03checkpatch: ignore existing CamelCase uses from include/...Joe Perches1-7/+50
2013-07-03checkpatch: ignore SI unit CamelCase variants like "_uV"Joe Perches1-0/+3
2013-07-03checkpatch: move test for space before semicolon after operator spacingJoe Perches1-10/+10
2013-07-03checkpatch: create an EXPERIMENTAL --fix option to correct patchesJoe Perches1-88/+354
2013-07-03checkpatch: improve "no space after cast" testJoe Perches1-2/+3
2013-07-03checkpatch: add a --strict test for comparison to true/falseJoe Perches1-0/+27
2013-07-03checkpatch: don't warn on blank lines before/after braces as oftenJoe Perches1-2/+2
2013-07-03checkpatch: add a placeholder to check blank lines before declarationsJoe Perches1-0/+8
2013-07-03checkpatch: reduce false positive rate of "complex macros"Joe Perches1-1/+1
2013-07-03checkpatch: warn on comparisons to get_jiffies_64()Joe Perches1-0/+6
2013-07-03checkpatch: warn on comparisons to jiffiesJoe Perches1-0/+6
2013-07-03checkpatch: warn when networking block comment lines don't start with *Joe Perches1-0/+8
2013-07-03checkpatch: improve network block comment test and messageJoe Perches1-2/+2
2013-07-03checkpatch: remove quote from CamelCase testJoe Perches1-2/+2
2013-07-03checkpatch: add --strict preference for p = kmalloc(sizeof(*p)...Joe Perches1-0/+8
2013-07-03checkpatch: warn when using gcc's binary constant ("0b") extensionJoe Perches1-2/+14
2013-07-03checkpatch: change CamelCase test and make it --strictJoe Perches1-3/+3
2013-07-03Coccinelle: Update information about the minimal version requiredNicolas Palix1-0/+5
2013-07-03Coccinelle: Update the options used to the new option schemeNicolas Palix34-47/+47
2013-07-03kbuild: create directory for dir/file.o张忠山1-1/+1
2013-07-03Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-07-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds1-0/+5
2013-07-03scripts: Coccinelle script for pci_free_consistent()strnape1@fel.cvut.cz1-0/+52