summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2013-07-1035-51/+173
|\
| * Coccinelle: Update information about the minimal version requiredNicolas Palix2013-07-031-0/+5
| * Coccinelle: Update the options used to the new option schemeNicolas Palix2013-07-0334-47/+47
| * scripts: Coccinelle script for pci_free_consistent()strnape1@fel.cvut.cz2013-07-031-0/+52
| * coccicheck: span checks across CPUsKees Cook2013-07-031-3/+28
| * scripts/coccinelle: check for field address argument to kfreeJulia Lawall2013-06-141-0/+32
| * Coccinelle: Make 'report' the default modeNicolas Palix2013-06-141-3/+11
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-07-1018-100/+249
|\ \
| * | kconfig: allow "hex" and "range" to support longsKees Cook2013-06-291-5/+5
| * | Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Yann E. MORIN2013-06-261-3/+3
| * | kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGYann E. MORIN2013-06-241-3/+3
| * | kconfig: loop as long as we changed some symbols in randconfigYann E. MORIN2013-06-243-6/+17
| * | kconfig/[mn]conf: make it explicit in the search box that a regexp is possibleYann E. MORIN2013-06-242-2/+2
| * | kconfig: sort found symbols by relevanceYann E. MORIN2013-06-241-9/+69
| * | kconfig/conf: print the seed used to initialise the RNG for randconfigYann E. MORIN2013-06-181-0/+1
| * | kconfig/conf: accept a base-16 seed for randconfigYann E. MORIN2013-06-181-1/+1
| * | kconfig/conf: fix randconfig setting multiple symbols in a choiceYann E. MORIN2013-06-181-0/+3
| * | scripts/config: replace hard-coded script name by a dynamic valueClement Chauplannaz2013-06-181-5/+7
| * | mconf/nconf: mark empty menus/menuconfigs different from non-empty onesDirk Gouders2013-06-184-13/+31
| * | nconf: use function calls instead of ncurses' variables LINES and COLSDirk Gouders2013-06-182-16/+25
| * | mconf: use function calls instead of ncurses' variables LINES and COLSDirk Gouders2013-06-186-14/+19
| * | kconfig/lxdialog: handle newline characters in print_autowrap()Dirk Gouders2013-06-182-16/+19
| * | kconfig/lxdialog: Use new mininimum resize definitions in conf_choice()Sedat Dilek2013-06-181-1/+3
| * | kconfig/lxdialog: Add definitions for mininimum (re)size valuesSedat Dilek2013-06-167-9/+23
| * | kconfig: Fix defconfig when one choice menu selects options that another choi...Arve Hjønnevåg2013-06-164-4/+25
| |/
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-07-107-27/+33
|\ \
| * | kbuild: create directory for dir/file.o张忠山2013-07-031-1/+1
| * | Fix a build warning in scripts/mod/file2alias.cDaniel Tang2013-07-031-4/+6
| * | improve modalias buildingJan Beulich2013-06-281-8/+3
| * | scripts/mod: Spelling s/DEVICEVTABLE/DEVICETABLE/Geert Uytterhoeven2013-06-281-2/+2
| * | kbuild: fix error when building from src rpmMike Marciniszyn2013-06-241-0/+1
| * | scripts/setlocalversion on write-protected source treeChristian Kujau2013-06-241-3/+0
| * | Makefile.lib: align DTB quiet_cmdJames Hogan2013-06-131-1/+1
| * | kbuild: fix make headers_install when path is too longNicolas Dichtel2013-05-172-8/+19
| |/
* | lib: add support for LZ4-compressed kernelKyungsik Lee2013-07-091-0/+5
* | checkpatch: make the CamelCase cache work for non-git trees tooJoe Perches2013-07-091-19/+35
* | Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-071-43/+9
|\ \
| * | modpost: remove all traces of cpuinit/cpuexit sectionsPaul Gortmaker2013-06-261-43/+9
* | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-033-111/+551
|\ \ \
| * | | rapidio: add udev notificationAlexandre Bounine2013-07-032-0/+26
| * | | checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit>Joe Perches2013-07-031-0/+26
| * | | checkpatch: allow longer logging function namesJacob Keller2013-07-031-1/+1
| * | | checkpatch: ignore existing CamelCase uses from include/...Joe Perches2013-07-031-7/+50
| * | | checkpatch: ignore SI unit CamelCase variants like "_uV"Joe Perches2013-07-031-0/+3
| * | | checkpatch: move test for space before semicolon after operator spacingJoe Perches2013-07-031-10/+10
| * | | checkpatch: create an EXPERIMENTAL --fix option to correct patchesJoe Perches2013-07-031-88/+354
| * | | checkpatch: improve "no space after cast" testJoe Perches2013-07-031-2/+3
| * | | checkpatch: add a --strict test for comparison to true/falseJoe Perches2013-07-031-0/+27
| * | | checkpatch: don't warn on blank lines before/after braces as oftenJoe Perches2013-07-031-2/+2
| * | | checkpatch: add a placeholder to check blank lines before declarationsJoe Perches2013-07-031-0/+8