summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-12-16relay: allow the use of const callback structsJani Nikula1-2/+2
2020-12-16relay: make create_buf_file and remove_buf_file callbacks mandatoryJani Nikula1-0/+6
2020-12-16relay: remove unused buf_mapped and buf_unmapped callbacksJani Nikula1-19/+0
2020-12-16rapidio: remove unused rio_get_asm() and rio_get_device()Sebastian Andrzej Siewior1-3/+0
2020-12-16string.h: add FORTIFY coverage for strscpy()Francis Laniel1-0/+48
2020-12-16lib: string.h: detect intra-object overflow in fortified string functionsDaniel Axtens1-11/+16
2020-12-16ilog2: improve ilog2 for constant argumentsJakub Jelinek1-1/+2
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.h: split out mathematical helpersAndy Shevchenko7-176/+194
2020-12-16asm-generic: force inlining of get_order() to work around gcc10 poor decisionChristophe Leroy1-1/+1
2020-12-16proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan1-1/+7
2020-12-16Merge tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-11/+55
2020-12-16Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds4-18/+35
2020-12-16Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds10-35/+70
2020-12-16Merge tag 'thermal-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-27/+22
2020-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-67/+12
2020-12-16Merge tag 'platform-drivers-x86-v5.11-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-0/+6
2020-12-16Merge tag 'mmc-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds3-1/+43
2020-12-16Merge tag 'spi-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-0/+1
2020-12-16Merge tag 'regulator-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-6/+125
2020-12-16Merge tag 'regmap-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-0/+5
2020-12-16Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11-80/+81
2020-12-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-7/+116
2020-12-16mm/lru: revise the comments of lru_lockHugh Dickins2-3/+2
2020-12-16mm/lru: introduce relock_page_lruvec()Alexander Duyck1-0/+52
2020-12-16mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi2-1/+60
2020-12-16mm/compaction: do page isolation first in compactionAlex Shi1-1/+1
2020-12-16mm/lru: introduce TestClearPageLRU()Alex Shi1-0/+1
2020-12-16mm/thp: move lru_add_page_tail() to huge_memory.cAlex Shi1-2/+0
2020-12-16Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-106/+32
2020-12-16Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-33/+167
2020-12-16Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-53/+57
2020-12-16Merge tag 'tty-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds10-145/+30
2020-12-16Merge tag 'usb-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds11-27/+78
2020-12-16Merge tag 'sound-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds28-225/+469
2020-12-16Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds137-2838/+2387
2020-12-16Merge branch 'pci/ecam'Bjorn Helgaas1-0/+27
2020-12-16Merge branch 'pci/pm'Bjorn Helgaas1-1/+1
2020-12-16Merge branch 'pci/misc'Bjorn Helgaas1-1/+0
2020-12-16Merge branch 'pci/err'Bjorn Helgaas3-0/+13
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds34-357/+609
2020-12-15userfaultfd: add UFFD_USER_MODE_ONLYLokesh Gidra1-0/+9
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_ZEROVlastimil Babka1-4/+0
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka1-0/+1
2020-12-15mm, page_poison: use static key more efficientlyVlastimil Babka1-4/+29
2020-12-15mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre...Vlastimil Babka1-17/+3
2020-12-15mm: migrate: clean up migrate_prep{_local}Yang Shi1-2/+2
2020-12-15mm: support THPs in zero_user_segmentsMatthew Wilcox (Oracle)1-4/+15
2020-12-15mm/compaction: make defer_compaction and compaction_deferred staticHui Su1-12/+0