summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* | checkpatch: add ability to coalesce commit descriptions on multiple linesJoe Perches2015-02-131-0/+7
* | checkpatch: add likely/unlikely comparison misuse testJoe Perches2015-02-131-0/+7
* | checkpatch: update git commit messageJoe Perches2015-02-131-13/+32
* | checkpatch: Allow comments in macros tested for single statementsJoe Perches2015-02-131-0/+1
* | checkpatch: add check for keyword 'boolean' in Kconfig definitionsChristoph Jaeger2015-02-131-0/+7
* | checkpatch: fix UNNECESSARY_KERN_LEVEL false positivePaolo Bonzini2015-02-131-1/+1
* | checkpatch: ignore __pure $AttributeJoe Perches2015-02-131-0/+1
* | checkpatch: improve octal permissions testsJoe Perches2015-02-131-1/+5
* | checkpatch: emit an error when using predefined timestamp macrosJoe Perches2015-02-131-0/+6
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-131-10/+10
|\ \
| * | module: set ksymtab/kcrctab* section addresses to 0x0Rabin Vincent2015-02-061-10/+10
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-02-111-11/+19
|\ \ \
| * | | X.509: silence asn1 compiler debug outputArnd Bergmann2015-01-231-11/+19
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-112-4/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | s390/ftrace: hotpatch support for function tracingHeiko Carstens2015-01-291-2/+7
| * | | ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens2015-01-291-2/+3
* | | | scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymoreMichael Karcher2015-01-191-1/+0
| |/ / |/| |
* | | kbuild: Fix removal of the debian/ directoryMichal Marek2015-01-021-8/+8
| |/ |/|
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2014-12-202-1/+5
|\ \
| * | scripts/package: binrpm-pkg do not create source and devel packageJérôme Glisse2014-12-081-0/+4
| * | bugon.cocci: fix Options at the macroMauro Carvalho Chehab2014-11-241-1/+1
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-12-204-12/+15
|\ \ \
| * | | kbuild: remove redundant -rR flag of hdr-instMasahiro Yamada2014-12-031-2/+2
| * | | kconfig: Fix warning "‘jump’ may be used uninitialized"Peter Kümmel2014-11-281-2/+2
| * | | kbuild: Remove duplicate $(cmd) definition in Makefile.cleanMichal Marek2014-11-261-5/+0
| * | | kbuild: collect shorthands into scripts/Kbuild.includeMasahiro Yamada2014-11-263-5/+13
| |/ /
* | | CRIS: Fix headers_installSam Ravnborg2014-12-201-2/+0
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-191-2/+2
|\ \ \ | |_|/ |/| |
| * | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-12-121-2/+2
| |\ \
| | * | calloc/xcalloc: Fix argument orderArjun Sreedharan2014-12-091-2/+2
| | |/
* | | Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-142-59/+139
|\ \ \
| * | | checkkconfigsymbols.py: improve detection of defectsValentin Rothberg2014-11-081-30/+27
| * | | checkkconfigsymbols.sh: reimplementation in pythonValentin Rothberg2014-11-072-59/+142
| | |/ | |/|
* | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-0/+106
|\ \ \
| * | | coccinelle: api: add spatch to prevent unnecessary .ownerWolfram Sang2014-11-061-0/+106
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-121-3/+3
|\ \ \
| * | | Replace mentions of "list_struct" to "list_head"Andrey Utkin2014-11-201-3/+3
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-12-112-2/+2
|\ \ \
| * | | s390/ftrace,kprobes: allow to patch first instructionHeiko Carstens2014-10-272-2/+2
| |/ /
* | | checkpatch: add ability to --fix (coalesce) string fragments on multiple linesJoe Perches2014-12-101-46/+69
* | | checkpatch: add --strict "pointer comparison to NULL" testJoe Perches2014-12-101-0/+14
* | | checkpatch: add test for consecutive string fragmentsJoe Perches2014-12-101-0/+6
* | | checkpatch: add --strict preference for #defines using BIT(foo)Joe Perches2014-12-101-0/+11
* | | checkpatch: allow certain SI units with three charactersJulius Werner2014-12-101-1/+3
* | | checkpatch: Add --strict test for function pointer calling styleJoe Perches2014-12-101-3/+21
* | | checkpatch: reduce MAINTAINERS update message frequencyJoe Perches2014-12-101-0/+6
* | | checkpatch: try to avoid mask and shift errorsJoe Perches2014-12-101-0/+8
* | | checkpatch: fix use via symlink, make missing spelling file non-fatalJoe Perches2014-12-101-17/+21
* | | checkpatch: improve warning message for "needless if" caseFabio Estevam2014-12-101-1/+1
* | | checkpatch: improve test for no space after castJoe Perches2014-12-101-1/+2
OpenPOWER on IntegriCloud