summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-16lib: cleanup kstrto*() usageAlexey Dobriyan2-22/+13
2020-12-16drivers/misc/lkdtm/lkdtm.h: correct wrong filenames in commentFrancis Laniel1-7/+7
2020-12-16drivers/misc/lkdtm: add new file in LKDTM to test fortified strscpyFrancis Laniel5-0/+88
2020-12-16string.h: add FORTIFY coverage for strscpy()Francis Laniel1-0/+48
2020-12-16lkdtm: tests for FORTIFY_SOURCEDaniel Axtens3-0/+54
2020-12-16lib: string.h: detect intra-object overflow in fortified string functionsDaniel Axtens1-11/+16
2020-12-16lib/string: remove unnecessary #undefsNick Desaulniers1-4/+0
2020-12-16ilog2: improve ilog2 for constant argumentsJakub Jelinek1-1/+2
2020-12-16lib/cmdline_kunit: add a new test suite for cmdline APIAndy Shevchenko3-0/+112
2020-12-16lib/cmdline: allow NULL to be an output for get_option()Andy Shevchenko1-3/+9
2020-12-16lib/cmdline: fix get_option() for strings starting with hyphenAndy Shevchenko1-1/+7
2020-12-16lib/test_lockup.c: minimum fix to get it compiled on PREEMPT_RTSebastian Andrzej Siewior1-0/+16
2020-12-16lib/stackdepot.c: use array_size() helper in jhash2()Gustavo A. R. Silva1-2/+2
2020-12-16lib/stackdepot.c: use flex_array_size() helper in memcpy()Gustavo A. R. Silva1-1/+1
2020-12-16lib/stackdepot.c: replace one-element array with flexible-array memberGustavo A. R. Silva1-3/+2
2020-12-16lib/test_free_pages.c: add basic progress indicatorsGeert Uytterhoeven1-0/+5
2020-12-16bitmap: remove unused function declarationMa, Jianpeng1-2/+0
2020-12-16include/linux/bitmap.h: convert bitmap_empty() / bitmap_full() to return booleanAndy Shevchenko1-2/+2
2020-12-16kernel/acct.c: use #elif instead of #end and #elifHui Su1-5/+2
2020-12-16kernel.h: split out mathematical helpersAndy Shevchenko15-183/+215
2020-12-16asm-generic: force inlining of get_order() to work around gcc10 poor decisionChristophe Leroy1-1/+1
2020-12-16fs/proc: make pde_get() return nothingHui Su1-2/+1
2020-12-16proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan4-19/+36
2020-12-16proc: provide details on indirect branch speculationAnand K Mistry2-0/+30
2020-12-16procfs: delete duplicated words + other fixesRandy Dunlap2-3/+3
2020-12-16alpha: replace bogus in_interrupt()Thomas Gleixner1-1/+1
2020-12-16mm/memory_hotplug: quieting offline operationLaurent Dufour1-1/+1
2020-12-16mm: fix a race on nr_swap_pagesZhaoyang Huang1-5/+6
2020-12-16Merge tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds82-1867/+2028
2020-12-16Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds34-251/+612
2020-12-16Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds80-1210/+1692
2020-12-16Merge tag 'thermal-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds31-799/+1278
2020-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds121-2381/+2989
2020-12-16Merge tag 'platform-drivers-x86-v5.11-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds58-257/+6595
2020-12-16Merge tag 'hwmon-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds81-316/+3875
2020-12-16Merge tag 'mmc-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds52-454/+839
2020-12-16Merge branch 'i2c/for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds25-340/+604
2020-12-16Merge tag 'spi-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds49-239/+482
2020-12-16Merge tag 'regulator-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds37-84/+3876
2020-12-16Merge tag 'regmap-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds11-1530/+96
2020-12-16Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds58-626/+758
2020-12-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds21-372/+536
2020-12-16mm/lru: revise the comments of lru_lockHugh Dickins9-64/+50
2020-12-16mm/lru: introduce relock_page_lruvec()Alexander Duyck4-46/+62
2020-12-16mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi10-126/+275
2020-12-16mm/swap.c: serialize memcg changes in pagevec_lru_move_fnAlex Shi1-9/+35
2020-12-16mm/compaction: do page isolation first in compactionAlex Shi3-31/+56
2020-12-16mm/lru: introduce TestClearPageLRU()Alex Shi3-22/+21
2020-12-16mm/mlock: remove __munlock_isolate_lru_page()Alex Shi1-22/+9
2020-12-16mm/mlock: remove lru_lock on TestClearPageMlockedAlex Shi1-21/+5