aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-29checkpatch: Prefer seq_puts to seq_printfGravatar Joe Perches 1-0/+16
2013-04-29checkpatch: add check for reuse of krealloc argGravatar Joe Perches 1-0/+7
2013-04-29get_maintainer: use filename-only regex match for TegraGravatar Stephen Warren 1-1/+1
2013-04-29scripts/decodecode: make faulting insn ptr more robustGravatar Borislav Petkov 1-1/+7
2013-04-29localmodconfig: Process source kconfig files as they are foundGravatar Steven Rostedt 1-10/+7
2013-04-29localmodconfig: Add debug prints for dependencies of module configsGravatar Steven Rostedt 1-0/+9
2013-04-29Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-0/+15
2013-04-29kconfig: fix lists definition for C++Gravatar Yann E. MORIN 1-2/+2
2013-04-29modpost: fix unwanted VMLINUX_SYMBOL_STR expansionGravatar James Hogan 1-1/+1
2013-04-26Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Gravatar Yann E. MORIN 1-4/+3
2013-04-25kconfig: implement KCONFIG_PROBABILITY for randconfigGravatar Yann E. MORIN 1-3/+54
2013-04-25kconfig: allow specifying the seed for randconfigGravatar Yann E. MORIN 1-1/+11
2013-04-25kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGGravatar Yann E. MORIN 1-3/+4
2013-04-25kconfig: do not override symbols already setGravatar Yann E. MORIN 1-1/+1
2013-04-25kconfig: fix randconfig tristate detectionGravatar Yann E. MORIN 1-1/+1
2013-04-18rpm-pkg: Remove pointless set -e statementsGravatar Michal Marek 1-4/+0
2013-04-18rpm-pkg: Always regenerate the specfileGravatar Michal Marek 1-13/+6
2013-04-18rpm-pkg: Do not write to the parent directoryGravatar Michal Marek 1-7/+5
2013-04-18rpm-pkg: Do not package the whole source directoryGravatar Michal Marek 1-1/+5
2013-04-17checkpatch: fix stringification macro defectGravatar Joe Perches 1-0/+1
2013-04-16kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hGravatar Yann E. MORIN 1-2/+2
2013-04-16menuconfig: Add "breadcrumbs" navigation aidGravatar Benjamin Poirier 4-3/+147
2013-04-16menuconfig: Fix memory leak introduced by jump keys featureGravatar Benjamin Poirier 2-0/+16
2013-04-10merge_config.sh: Avoid creating unnessary source softlinksGravatar John Stultz 1-1/+9
2013-04-09Merge remote-tracking branch 'swarren/for-3.10/dtc-cpp-chroot-std-headers' in...Gravatar Shawn Guo 2-42/+68
2013-04-09headers_install.pl: convert to headers_install.shGravatar Rob Landley 3-65/+45
2013-04-08buildtar: Add ARCH to the archive nameGravatar Borislav Petkov 1-1/+1
2013-04-08Coccinelle: Fix patch output when coccicheck is used with M= and C=Gravatar Nicolas Palix 1-1/+5
2013-04-08Coccinelle: Add support to the SPFLAGS variableGravatar Nicolas Palix 1-1/+1
2013-04-08Coccinelle: Cleanup the setting of the FLAGS and OPTIONS variablesGravatar Nicolas Palix 1-12/+13
2013-04-08Coccinelle: Restore coccicheck verbosity in ONLINE mode (C=1 or C=2)Gravatar Nicolas Palix 1-1/+1
2013-04-08scripts/package/Makefile: compare objtree with srctree instead of test KBUILD...Gravatar Bin Wang 1-1/+1
2013-04-08kbuild: fix ld-option functionGravatar Antony Pavlov 1-1/+1
2013-04-05kbuild: always run gcc -E on *.dts, remove cmd_dtc_cppGravatar Stephen Warren 1-9/+5
2013-04-05kbuild: cmd_dtc_cpp: extract deps from both gcc -E and dtcGravatar Stephen Warren 1-2/+3
2013-04-05kbuild: fixdep: support concatenated dep filesGravatar Stephen Warren 1-32/+61
2013-04-05kbuild: create an "include chroot" for DT bindingsGravatar Stephen Warren 1-1/+1