aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-09-071-8/+0
| |\ \ \
| | * | | scripts: remove unused function in sortextable.cRamkumar Ramachandra2013-07-251-8/+0
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2013-09-061-0/+4
| |\ \ \
| | * | | tile: support ftrace on tilegxTony Lu2013-08-301-0/+4
| | |/ /
| * | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-09-041-0/+1
| |\ \ \
| | * | | scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture.Chen Gang2013-08-201-0/+1
| | |/ /
| * | | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-5/+5
| |/ /
* | | merge latest neil-mainline (3.11.0-rc2)H. Nikolaus Schaller2013-07-2864-333/+1042
|\ \ \ | |/ /
| * | 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