summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* reboot: allow to specify reboot mode via sysfsMatteo Croce2020-12-152-0/+238
* reboot: refactor and comment the cpu selection codeMatteo Croce2020-12-151-13/+17
* lib/ubsan.c: mark type_check_kinds with static keywordZou Wei2020-12-151-1/+1
* kcov: don't instrument with UBSANDmitry Vyukov2020-12-151-0/+3
* ubsan: expand tests and reportingKees Cook2020-12-151-8/+66
* ubsan: remove UBSAN_MISC in favor of individual optionsKees Cook2020-12-152-26/+57
* ubsan: enable for all*config buildsKees Cook2020-12-152-2/+5
* ubsan: disable UBSAN_TRAP for all*configKees Cook2020-12-151-0/+1
* ubsan: disable object-size sanitizer under GCCKees Cook2020-12-151-0/+3
* ubsan: move cc-option tests into KconfigKees Cook2020-12-152-33/+73
* ubsan: remove redundant -Wno-maybe-uninitializedKees Cook2020-12-152-8/+0
* kernel/resource.c: fix kernel-doc markupsMauro Carvalho Chehab2020-12-151-10/+14
* blktrace: make relay callbacks constJani Nikula2020-12-151-1/+1
* ath9k: make relay callbacks constJani Nikula2020-12-151-1/+1
* ath11k: make relay callbacks constJani Nikula2020-12-151-1/+1
* ath10k: make relay callbacks constJani Nikula2020-12-151-1/+1
* drm/i915: make relay callbacks constJani Nikula2020-12-151-1/+1
* relay: allow the use of const callback structsJani Nikula2020-12-152-29/+12
* relay: make create_buf_file and remove_buf_file callbacks mandatoryJani Nikula2020-12-152-25/+7
* relay: require non-NULL callbacks in relay_open()Jani Nikula2020-12-151-12/+2
* relay: remove unused buf_mapped and buf_unmapped callbacksJani Nikula2020-12-152-53/+0
* bfs: don't use WARNING: string when it's just info.Randy Dunlap2020-12-151-1/+1
* gcov: fix kernel-doc markup issueAlex Shi2020-12-151-3/+3
* gcov: remove support for GCC < 4.9Nick Desaulniers2020-12-151-3/+1
* rapidio: remove unused rio_get_asm() and rio_get_device()Sebastian Andrzej Siewior2020-12-152-84/+0
* kdump: append uts_namespace.name offset to VMCOREINFOAlexander Egorenkov2020-12-152-0/+7
* fs/nilfs2: remove some unused macros to tame gccAlex Shi2020-12-151-5/+0
* checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warningJoe Perches2020-12-151-3/+10
* checkpatch: fix TYPO_SPELLING check for words with apostropheDwaipayan Ray2020-12-151-2/+5
* checkpatch: add warning for lines starting with a '#' in commit logDwaipayan Ray2020-12-151-0/+9
* checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]Dwaipayan Ray2020-12-151-0/+22
* checkpatch: add fix and improve warning msg for non-standard signatureAditya Srivastava2020-12-151-2/+69
* checkpatch: add fix option for LOGICAL_CONTINUATIONSAditya Srivastava2020-12-151-2/+10
* checkpatch: add fix option for ASSIGNMENT_CONTINUATIONSAditya Srivastava2020-12-151-2/+8
* checkpatch: fix unescaped left braceDwaipayan Ray2020-12-151-1/+1
* checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tagsAditya Srivastava2020-12-151-2/+2
* checkpatch: fix spelling errors and remove repeated wordDwaipayan Ray2020-12-151-3/+3
* checkpatch: improve email parsingDwaipayan Ray2020-12-151-17/+91
* checkpatch: add __alias and __weak to suggested __attribute__ conversionsJoe Perches2020-12-151-1/+3
* checkpatch: add fix option for GERRIT_CHANGE_IDAditya Srivastava2020-12-151-2/+5
* checkpatch: update __attribute__((section("name"))) quote removalJoe Perches2020-12-151-32/+15
* checkpatch: add a fixer for missing newline at eofTom Rix2020-12-151-2/+5
* checkpatch: extend attributes check to handle more patternsDwaipayan Ray2020-12-151-38/+71
* checkpatch: allow --fix removal of unnecessary break statementsJoe Perches2020-12-151-4/+8
* checkpatch: prefer static const declarationsJoe Perches2020-12-151-0/+12
* checkpatch: ignore generated CamelCase defines and enum valuesƁukasz Stelmach2020-12-151-0/+2
* checkpatch: fix false positives in REPEATED_WORD warningAditya Srivastava2020-12-151-1/+15
* checkpatch: add new exception to repeated word checkDwaipayan Ray2020-12-151-2/+13
* lib/lz4: explicitly support in-place decompressionGao Xiang2020-12-152-1/+6
* lib: cleanup kstrto*() usageAlexey Dobriyan2020-12-152-22/+13