summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-03-19scsi: sbitmap: Silence a debug kernel warning triggered by sbitmap_put()Bart Van Assche1-1/+1
2021-03-17scsi: storvsc: Enable scatterlist entry lengths > 4KbytesMichael Kelley1-0/+1
2021-03-05scsi: blk-mq: Return budget token from .get_budget callbackMing Lei1-2/+2
2021-03-05scsi: blk-mq: Add callbacks for storing & retrieving budget tokenMing Lei1-0/+9
2021-03-05scsi: sbitmap: Add sbitmap_calculate_shift() helperMing Lei1-0/+18
2021-03-05scsi: sbitmap: Export sbitmap_weightMing Lei1-0/+10
2021-03-05scsi: sbitmap: Move allocation hint into sbitmapMing Lei1-15/+26
2021-03-05scsi: sbitmap: Maintain allocation round_robin in sbitmapMing Lei1-10/+10
2021-03-05scsi: sbitmap: Remove sbitmap_clear_bit_unlockMing Lei1-6/+0
2021-03-03swap: fix swapfile read/write offsetJens Axboe1-0/+1
2021-03-01Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+56
2021-02-28Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds1-0/+1
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds3-5/+7
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds3-23/+5
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2021-02-27block: Add bio_max_segsMatthew Wilcox (Oracle)1-1/+6
2021-02-27Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-48/+102
2021-02-27Merge tag 's390-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+1
2021-02-27Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-0/+18
2021-02-27Merge tag 'leds-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds3-43/+53
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+11
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+2
2021-02-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+24
2021-02-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds29-343/+652
2021-02-26MIPS: make userspace mapping young by defaultHuang Pei1-8/+0
2021-02-26kgdb: fix to kill breakpoints on initmem after bootSumit Garg1-0/+2
2021-02-26init: clean up early_param_on_off() macroMasahiro Yamada1-2/+2
2021-02-26include/linux/bitops.h: spelling s/synomyn/synonym/Geert Uytterhoeven1-1/+1
2021-02-26lib: stackdepot: add support to disable stack depotVijayanand Jitta1-0/+9
2021-02-26string.h: move fortified functions definitions in a dedicated header.Francis Laniel2-281/+303
2021-02-26groups: use flexible-array member in struct group_infoHubert Jasudowicz1-1/+1
2021-02-26treewide: Miguel has movedMiguel Ojeda2-2/+2
2021-02-26include/linux: remove repeated wordsRandy Dunlap2-2/+2
2021-02-26kasan: unify large kfree checksAndrey Konovalov1-8/+8
2021-02-26kasan, mm: don't save alloc stacks twiceAndrey Konovalov1-0/+9
2021-02-26kfence: add test suiteMarco Elver1-2/+7
2021-02-26mm, kfence: insert KFENCE hooks for SLUBAlexander Potapenko1-0/+3
2021-02-26mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko1-0/+3
2021-02-26kfence: use pt_regs to generate stack trace on faultsMarco Elver1-2/+3
2021-02-26mm: add Kernel Electric-Fence infrastructureAlexander Potapenko1-0/+216
2021-02-26mm: page-flags.h: Typo fix (It -> If)Guo Ren1-2/+2
2021-02-26zsmalloc: account the number of compacted pages correctlyRokudo Yan1-1/+1
2021-02-26mm/zswap: add the flag can_sleep_mappedTian Tao1-0/+3
2021-02-26mm/rmap: fix potential pte_unmap on an not mapped pteMiaohe Lin1-1/+2
2021-02-26mm/memory_hotplug: prevalidate the address range being added with platformAnshuman Khandual1-0/+10
2021-02-26drivers/base/memory: don't store phys_device in memory blocksDavid Hildenbrand1-2/+1
2021-02-26mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand1-1/+1
2021-02-26mm/memory_hotplug: rename all existing 'memhp' into 'mhp'Anshuman Khandual1-2/+2
2021-02-26mm: fix memory_failure() handling of dax-namespace metadataDan Williams1-0/+6
2021-02-26mm: teach pfn_to_online_page() about ZONE_DEVICE section collisionsDan Williams1-7/+27