summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2013-07-23Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Michal Marek-33/+24
2013-07-23rpm-pkg: add generation of kernel-develMike Marciniszyn-2/+26
2013-07-23rpm-pkg: install firmware files in kernel relative directoryMike Marciniszyn-4/+5
2013-07-23rpm-pkg: add %post section to create initramfs and grub hooksMike Marciniszyn-0/+9
2013-07-16kconfig: simplify symbol-search codeYann E. MORIN-19/+11
2013-07-16kconfig: don't allocate n+1 elements in temporary arrayYann E. MORIN-1/+1
2013-07-16kconfig: minor style fixes in symbol-search codeYann E. MORIN-4/+3
2013-07-16kconfig/[mn]conf: shorten title in search-boxYann E. MORIN-4/+4
2013-07-16kconfig: avoid multiple calls to strlenYann E. MORIN-5/+5
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell-5/+5
2013-07-10Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds-51/+173
2013-07-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-100/+249
2013-07-10Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-27/+33
2013-07-09lib: add support for LZ4-compressed kernelKyungsik Lee-0/+5
2013-07-09checkpatch: make the CamelCase cache work for non-git trees tooJoe Perches-19/+35
2013-07-07Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-43/+9
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds-111/+551
2013-07-03rapidio: add udev notificationAlexandre Bounine-0/+26
2013-07-03checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit>Joe Perches-0/+26
2013-07-03checkpatch: allow longer logging function namesJacob Keller-1/+1
2013-07-03checkpatch: ignore existing CamelCase uses from include/...Joe Perches-7/+50
2013-07-03checkpatch: ignore SI unit CamelCase variants like "_uV"Joe Perches-0/+3
2013-07-03checkpatch: move test for space before semicolon after operator spacingJoe Perches-10/+10
2013-07-03checkpatch: create an EXPERIMENTAL --fix option to correct patchesJoe Perches-88/+354
2013-07-03checkpatch: improve "no space after cast" testJoe Perches-2/+3
2013-07-03checkpatch: add a --strict test for comparison to true/falseJoe Perches-0/+27
2013-07-03checkpatch: don't warn on blank lines before/after braces as oftenJoe Perches-2/+2
2013-07-03checkpatch: add a placeholder to check blank lines before declarationsJoe Perches-0/+8
2013-07-03checkpatch: reduce false positive rate of "complex macros"Joe Perches-1/+1
2013-07-03checkpatch: warn on comparisons to get_jiffies_64()Joe Perches-0/+6
2013-07-03checkpatch: warn on comparisons to jiffiesJoe Perches-0/+6
2013-07-03checkpatch: warn when networking block comment lines don't start with *Joe Perches-0/+8
2013-07-03checkpatch: improve network block comment test and messageJoe Perches-2/+2
2013-07-03checkpatch: remove quote from CamelCase testJoe Perches-2/+2
2013-07-03checkpatch: add --strict preference for p = kmalloc(sizeof(*p)...Joe Perches-0/+8
2013-07-03checkpatch: warn when using gcc's binary constant ("0b") extensionJoe Perches-2/+14
2013-07-03checkpatch: change CamelCase test and make it --strictJoe Perches-3/+3
2013-07-03Coccinelle: Update information about the minimal version requiredNicolas Palix-0/+5
2013-07-03Coccinelle: Update the options used to the new option schemeNicolas Palix-47/+47
2013-07-03kbuild: create directory for dir/file.o张忠山-1/+1
2013-07-03Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git....Linus Torvalds-1/+1
2013-07-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds-0/+5
2013-07-03scripts: Coccinelle script for pci_free_consistent()strnape1@fel.cvut.cz-0/+52
2013-07-03coccicheck: span checks across CPUsKees Cook-3/+28
2013-07-03Fix a build warning in scripts/mod/file2alias.cDaniel Tang-4/+6
2013-06-29kconfig: allow "hex" and "range" to support longsKees Cook-5/+5
2013-06-28improve modalias buildingJan Beulich-8/+3
2013-06-28scripts/mod: Spelling s/DEVICEVTABLE/DEVICETABLE/Geert Uytterhoeven-2/+2
2013-06-26modpost: remove all traces of cpuinit/cpuexit sectionsPaul Gortmaker-43/+9
2013-06-26Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Yann E. MORIN-3/+3