summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: add fix option for ASSIGNMENT_CONTINUATIONSAditya Srivastava2020-12-161-2/+8
* checkpatch: fix unescaped left braceDwaipayan Ray2020-12-161-1/+1
* checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tagsAditya Srivastava2020-12-161-2/+2
* checkpatch: fix spelling errors and remove repeated wordDwaipayan Ray2020-12-161-3/+3
* checkpatch: improve email parsingDwaipayan Ray2020-12-161-17/+91
* checkpatch: add __alias and __weak to suggested __attribute__ conversionsJoe Perches2020-12-161-1/+3
* checkpatch: add fix option for GERRIT_CHANGE_IDAditya Srivastava2020-12-161-2/+5
* checkpatch: update __attribute__((section("name"))) quote removalJoe Perches2020-12-161-32/+15
* checkpatch: add a fixer for missing newline at eofTom Rix2020-12-161-2/+5
* checkpatch: extend attributes check to handle more patternsDwaipayan Ray2020-12-161-38/+71
* checkpatch: allow --fix removal of unnecessary break statementsJoe Perches2020-12-161-4/+8
* checkpatch: prefer static const declarationsJoe Perches2020-12-161-0/+12
* checkpatch: ignore generated CamelCase defines and enum valuesƁukasz Stelmach2020-12-161-0/+2
* checkpatch: fix false positives in REPEATED_WORD warningAditya Srivastava2020-12-161-1/+15
* checkpatch: add new exception to repeated word checkDwaipayan Ray2020-12-161-2/+13
* lib/lz4: explicitly support in-place decompressionGao Xiang2020-12-162-1/+6
* lib: cleanup kstrto*() usageAlexey Dobriyan2020-12-162-22/+13
* drivers/misc/lkdtm/lkdtm.h: correct wrong filenames in commentFrancis Laniel2020-12-161-7/+7
* drivers/misc/lkdtm: add new file in LKDTM to test fortified strscpyFrancis Laniel2020-12-165-0/+88
* string.h: add FORTIFY coverage for strscpy()Francis Laniel2020-12-161-0/+48
* lkdtm: tests for FORTIFY_SOURCEDaniel Axtens2020-12-163-0/+54
* lib: string.h: detect intra-object overflow in fortified string functionsDaniel Axtens2020-12-161-11/+16
* lib/string: remove unnecessary #undefsNick Desaulniers2020-12-161-4/+0
* ilog2: improve ilog2 for constant argumentsJakub Jelinek2020-12-161-1/+2
* lib/cmdline_kunit: add a new test suite for cmdline APIAndy Shevchenko2020-12-163-0/+112
* lib/cmdline: allow NULL to be an output for get_option()Andy Shevchenko2020-12-161-3/+9
* lib/cmdline: fix get_option() for strings starting with hyphenAndy Shevchenko2020-12-161-1/+7
* lib/test_lockup.c: minimum fix to get it compiled on PREEMPT_RTSebastian Andrzej Siewior2020-12-161-0/+16
* lib/stackdepot.c: use array_size() helper in jhash2()Gustavo A. R. Silva2020-12-161-2/+2
* lib/stackdepot.c: use flex_array_size() helper in memcpy()Gustavo A. R. Silva2020-12-161-1/+1
* lib/stackdepot.c: replace one-element array with flexible-array memberGustavo A. R. Silva2020-12-161-3/+2
* lib/test_free_pages.c: add basic progress indicatorsGeert Uytterhoeven2020-12-161-0/+5
* bitmap: remove unused function declarationMa, Jianpeng2020-12-161-2/+0
* include/linux/bitmap.h: convert bitmap_empty() / bitmap_full() to return booleanAndy Shevchenko2020-12-161-2/+2
* kernel/acct.c: use #elif instead of #end and #elifHui Su2020-12-161-5/+2
* kernel.h: split out mathematical helpersAndy Shevchenko2020-12-1615-183/+215
* asm-generic: force inlining of get_order() to work around gcc10 poor decisionChristophe Leroy2020-12-161-1/+1
* fs/proc: make pde_get() return nothingHui Su2020-12-161-2/+1
* proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan2020-12-164-19/+36
* proc: provide details on indirect branch speculationAnand K Mistry2020-12-162-0/+30
* procfs: delete duplicated words + other fixesRandy Dunlap2020-12-162-3/+3
* alpha: replace bogus in_interrupt()Thomas Gleixner2020-12-161-1/+1
* mm/memory_hotplug: quieting offline operationLaurent Dufour2020-12-161-1/+1
* mm: fix a race on nr_swap_pagesZhaoyang Huang2020-12-161-5/+6
* Merge tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-1682-1867/+2028
|\
| * Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2020-12-151-0/+2
| |\
| | * MAINTAINERS: Add missing documentation references to PCI Endpoint SubsystemGustavo Pimentel2020-11-191-0/+2
| * | Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas2020-12-151-11/+26
| |\ \
| | * | PCI: vmd: Offset Client VMD MSI-X vectorsJon Derrick2020-11-231-11/+26
| | |/
| * | Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas2020-12-153-74/+115
| |\ \