summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | kconfig: nconfig: fix multi-byte UTF handlingBrian Norris2014-08-221-1/+2
| * | kconfig: lxdialog: fix spellingBrian Norris2014-08-221-1/+1
| * | kbuild: Make scripts executableMichal Marek2014-08-2023-0/+0
| * | kbuild: remove redundant clean-files from scripts/kconfig/MakefileMasahiro Yamada2014-08-191-1/+0
| * | kbuild: refactor script/kconfig/MakefileMasahiro Yamada2014-08-191-31/+3
| * | kbuild: handle the dependency of multi-objs hostprogs appropriatelyMasahiro Yamada2014-08-191-2/+4
| * | kbuild: handle multi-objs dependency appropriatelyMasahiro Yamada2014-08-192-6/+13
| |/
* | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-10-144-13/+1142
|\ \
| * | scripts/sortextable: suppress warning: `relocs_size' may be used uninitializedTim Gardner2014-10-141-1/+1
| * | scripts/headers_install.sh: fix error handlingJavier Barrio2014-10-141-2/+2
| * | checkpatch: warn on logging functions with KERN_<LEVEL>Joe Perches2014-10-141-0/+11
| * | checkpatch: add exception to return then else testJoe Perches2014-10-141-1/+5
| * | checkpatch: look for common misspellingsKees Cook2014-10-142-1/+1085
| * | checkpatch: warn on macros with flow control statementsJoe Perches2014-10-141-0/+18
| * | checkpatch: remove unnecessary + after {8,8}Joe Perches2014-10-141-1/+1
| * | checkpatch: add --strict test for concatenated string elementsJoe Perches2014-10-141-0/+6
| * | checkpatch: allow optional shorter config descriptionsVadim Bendebury2014-10-141-2/+7
| * | checkpatch: enable whitespace checks for DTS filesGeert Uytterhoeven2014-10-141-2/+2
| * | checkpatch: update $allowed_asm_includes macros, add reboot.h and time.hSergey Ryazanov2014-10-141-1/+3
| * | checkpatch: remove debugging messageJoe Perches2014-10-141-1/+0
| * | checkpatch: fix spelloAndrew Morton2014-10-141-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-10-142-11/+0
|\ \ \ | |/ / |/| |
| * | s390/ftrace: remove 31 bit ftrace supportHeiko Carstens2014-10-092-11/+0
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-10-082-2/+2
|\ \ \
| * | | aarch64: filter $x from kallsymsKyle McMartin2014-10-022-2/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-072-3/+6
|\ \ \
| * | | treewide: fix errors in printkMasanari Iida2014-09-011-1/+1
| * | | checkstack.pl: port to AArch64Kyle McMartin2014-08-281-2/+5
* | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-10-073-14/+20
|\ \ \ \
| * | | | kbuild: handle module compression while running 'make modules_install'.Bertrand Jacquin2014-08-271-1/+2
| * | | | modinst: wrap long lines in order to enhance cmd_modules_installBertrand Jacquin2014-08-271-1/+5
| * | | | modsign: lookup lines ending in .ko in .mod filesBertrand Jacquin2014-08-271-1/+1
| * | | | modpost: simplify file name generation of *.mod.c filesMathias Krause2014-08-271-1/+1
| * | | | modpost: reduce visibility of symbols and constify r/o arraysMathias Krause2014-08-271-11/+12
* | | | | Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Linus Torvalds2014-10-072-0/+21
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'tiny/bloat-o-meter-no-SyS', 'tiny/more-procless', 'tiny/no-ad...Josh Triplett2014-09-221-0/+19
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | x86: Add "make tinyconfig" to configure the tiniest possible kernelJosh Triplett2014-08-081-0/+5
| | | * | | | x86, platform, kconfig: move kvmconfig functionality to a helperJosh Triplett2014-08-081-0/+14
| * | | | | | bloat-o-meter: Ignore syscall aliases SyS_ and compat_SyS_Josh Triplett2014-08-231-0/+2
| |/ / / / /
* | | | | | Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-271-0/+6
|\ \ \ \ \ \
| * | | | | | sched: add macros to define bitops for task atomic flagsZefan Li2014-09-241-0/+6
| |/ / / / /
* | | | | | checkpatch: allow commit descriptions on separate line from commit idJoe Perches2014-09-101-1/+4
| |_|_|_|/ |/| | | |
* | | | | checkpatch: relax check for length of git commit IDsJoe Perches2014-08-291-2/+2
| |_|/ / |/| | |
* | | | scripts/kernel-doc: recognize __meminitRandy Dunlap2014-08-261-0/+1
|/ / /
* | | Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-141-836/+2981
|\ \ \
| * \ \ Merge branch 'pm-tools'Rafael J. Wysocki2014-08-111-836/+2981
| |\ \ \ | | |/ / | |/| |
| | * | PM / tools: analyze_suspend.py: update to v3.0Todd E Brandt2014-08-091-836/+2981
* | | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2014-08-145-27/+258
|\ \ \ \
| * | | | Coccinelle: Script to replace if and BUG with BUG_ONHimangi Saraogi2014-08-061-0/+62
| * | | | Coccinelle: Script to detect incorrect argument to sizeofHimangi Saraogi2014-08-061-0/+76