aboutsummaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-15mm: simplify follow_pte{,pmd}Christoph Hellwig4-40/+14
2020-12-15mm: unexport follow_pte_pmdChristoph Hellwig1-1/+0
2020-12-15apparmor: remove duplicate macro list_entry_is_head()Andy Shevchenko1-3/+0
2020-12-15lib/lzo/lzo1x_compress.c: make lzogeneric1x_1_compress() staticJason Yan1-1/+1
2020-12-15fault-injection: handle EI_ETYPE_TRUEBarnabás Pőcze2-3/+5
2020-12-15reboot: hide from sysfs not applicable settingsMatteo Croce1-23/+31
2020-12-15reboot: allow to override reboot type if quirks are foundMatteo Croce1-0/+6
2020-12-15reboot: remove cf9_safe from allowed types and rename cf9_forceMatteo Croce1-9/+3
2020-12-15reboot: allow to specify reboot mode via sysfsMatteo Croce2-0/+238
2020-12-15reboot: refactor and comment the cpu selection codeMatteo Croce1-13/+17
2020-12-15lib/ubsan.c: mark type_check_kinds with static keywordZou Wei1-1/+1
2020-12-15kcov: don't instrument with UBSANDmitry Vyukov1-0/+3
2020-12-15ubsan: expand tests and reportingKees Cook1-8/+66
2020-12-15ubsan: remove UBSAN_MISC in favor of individual optionsKees Cook2-26/+57
2020-12-15ubsan: enable for all*config buildsKees Cook2-2/+5
2020-12-15ubsan: disable UBSAN_TRAP for all*configKees Cook1-0/+1
2020-12-15ubsan: disable object-size sanitizer under GCCKees Cook1-0/+3
2020-12-15ubsan: move cc-option tests into KconfigKees Cook2-33/+73
2020-12-15ubsan: remove redundant -Wno-maybe-uninitializedKees Cook2-8/+0
2020-12-15kernel/resource.c: fix kernel-doc markupsMauro Carvalho Chehab1-10/+14
2020-12-15blktrace: make relay callbacks constJani Nikula1-1/+1
2020-12-15ath9k: make relay callbacks constJani Nikula1-1/+1
2020-12-15ath11k: make relay callbacks constJani Nikula1-1/+1
2020-12-15ath10k: make relay callbacks constJani Nikula1-1/+1
2020-12-15drm/i915: make relay callbacks constJani Nikula1-1/+1
2020-12-15relay: allow the use of const callback structsJani Nikula2-29/+12
2020-12-15relay: make create_buf_file and remove_buf_file callbacks mandatoryJani Nikula2-25/+7
2020-12-15relay: require non-NULL callbacks in relay_open()Jani Nikula1-12/+2
2020-12-15relay: remove unused buf_mapped and buf_unmapped callbacksJani Nikula2-53/+0
2020-12-15bfs: don't use WARNING: string when it's just info.Randy Dunlap1-1/+1
2020-12-15gcov: fix kernel-doc markup issueAlex Shi1-3/+3
2020-12-15gcov: remove support for GCC < 4.9Nick Desaulniers1-3/+1
2020-12-15rapidio: remove unused rio_get_asm() and rio_get_device()Sebastian Andrzej Siewior2-84/+0
2020-12-15kdump: append uts_namespace.name offset to VMCOREINFOAlexander Egorenkov2-0/+7
2020-12-15fs/nilfs2: remove some unused macros to tame gccAlex Shi1-5/+0
2020-12-15checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warningJoe Perches1-3/+10
2020-12-15checkpatch: fix TYPO_SPELLING check for words with apostropheDwaipayan Ray1-2/+5
2020-12-15checkpatch: add warning for lines starting with a '#' in commit logDwaipayan Ray1-0/+9
2020-12-15checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]Dwaipayan Ray1-0/+22
2020-12-15checkpatch: add fix and improve warning msg for non-standard signatureAditya Srivastava1-2/+69
2020-12-15checkpatch: add fix option for LOGICAL_CONTINUATIONSAditya Srivastava1-2/+10
2020-12-15checkpatch: add fix option for ASSIGNMENT_CONTINUATIONSAditya Srivastava1-2/+8
2020-12-15checkpatch: fix unescaped left braceDwaipayan Ray1-1/+1
2020-12-15checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tagsAditya Srivastava1-2/+2
2020-12-15checkpatch: fix spelling errors and remove repeated wordDwaipayan Ray1-3/+3
2020-12-15checkpatch: improve email parsingDwaipayan Ray1-17/+91
2020-12-15checkpatch: add __alias and __weak to suggested __attribute__ conversionsJoe Perches1-1/+3
2020-12-15checkpatch: add fix option for GERRIT_CHANGE_IDAditya Srivastava1-2/+5
2020-12-15checkpatch: update __attribute__((section("name"))) quote removalJoe Perches1-32/+15
2020-12-15checkpatch: add a fixer for missing newline at eofTom Rix1-2/+5