aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
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-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
2013-06-26modpost: remove all traces of cpuinit/cpuexit sectionsGravatar Paul Gortmaker 1-43/+9
2013-06-13dtc: ensure #line directives don't consume data from the next lineGravatar Grant Likely 2-117/+117
2013-06-13dtc: Update generated files to output from Bison 2.5Gravatar Grant Likely 2-341/+388
2013-06-13kbuild: make sure we clean up DTB temporary filesGravatar Ian Campbell 1-4/+4
2013-06-12arm64: extable: sort the exception table at build timeGravatar Will Deacon 1-0/+5
2013-05-30Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Gravatar Michal Marek 4-11/+26
2013-05-30kconfig/menu.c: fix multiple references to expressions in menu_add_prop()Gravatar Dirk Gouders 1-1/+14
2013-05-30mconf: handle keys in empty dialogsGravatar Dirk Gouders 2-9/+11
2013-05-23kbuild: Don't assume dts files live in arch/*/boot/dtsGravatar Matthijs Kooijman 1-1/+1
2013-05-20scripts/config: fix assignment of parameters for short version of --*-after o...Gravatar Clement Chauplannaz 1-1/+1
2013-05-20modpost.c: Add .text.unlikely to TEXT_SECTIONSGravatar Tom Rini 1-1/+1
2013-05-16package: Makefile: unbreak binrpm-pkg targetGravatar Luiz Capitulino 1-1/+1
2013-05-07Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 4-39/+37
2013-05-07Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 9-12/+245
2013-05-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 5-66/+48
2013-05-07menuconfig: fix NULL pointer dereference when searching a symbolGravatar Li Zefan 1-6/+10
2013-05-06Fix cleaning in scripts/modGravatar Andreas Schwab 1-0/+2
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 6-57/+78
2013-05-02Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 2-42/+68
2013-04-30menuconfig: print more info for symbol without promptsGravatar Wengmeiling 1-7/+20
2013-04-30Merge tag 'localmodconfig-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-10/+16
2013-04-29checkpatch: add Suggested-by as a standard signatureGravatar Mugunthan V N 1-0/+1
2013-04-29checkpatch: only warn for empty lines before closing braces by themselvesGravatar Matthijs Kooijman 1-1/+1
2013-04-29checkpatch: warn on space before semicolonGravatar Joe Perches 1-2/+2
2013-04-29checkpatch: complain about executable filesGravatar Joe Perches 1-1/+2