Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-05-10dim: initialize all struct fieldsJesse Brandeburg
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-27hex2bin: fix access beyond string endMikulas Patocka
2022-04-27hex2bin: make the function hex_to_bin constant-timeMikulas Patocka
2022-04-22XArray: Disallow sibling entries of nodesMatthew Wilcox (Oracle)
2022-04-19lib/strn*,objtool: Enforce user_access_begin() rulesPeter Zijlstra
2022-04-10Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-04-09lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan
2022-04-05kobject: kobj_type: remove default_attrsGreg Kroah-Hartman
2022-04-02Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-04-01Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarrayLinus Torvalds
2022-04-01Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-31XArray: Update the LRU list in xas_split()Matthew Wilcox (Oracle)
2022-03-30lib/test: use after free in register_test_dev_kmod()Dan Carpenter
2022-03-29XArray: Fix xas_create_range() when multi-order entry presentMatthew Wilcox (Oracle)
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-25kasan: update function name in commentsPeter Collingbourne
2022-03-25kasan: test: support async (again) and asymm modes for HW_TAGSAndrey Konovalov
2022-03-25kasan: improve vmalloc testsAndrey Konovalov
2022-03-25kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGSAndrey Konovalov
2022-03-25lib/vsprintf: avoid redundant work with 0 sizeWaiman Long
2022-03-25Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-24Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"Marco Elver
2022-03-24ubsan: no need to unset panic_on_warn in ubsan_epilogue()Tiezhu Yang
2022-03-24lib: bitmap: fix many kernel-doc warningsRandy Dunlap
2022-03-24lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN optionFeng Tang
2022-03-24Kconfig.debug: make DEBUG_INFO selectable from a choiceKees Cook
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-23Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2022-03-23Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-23kfence: allow use of a deferrable timerMarco Elver
2022-03-23kunit: make kunit_test_timeout compatible with commentPeng Liu
2022-03-23kunit: fix UAF when run kfence test case test_gfpzeroPeng Liu
2022-03-23xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song
2022-03-22Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-22lib/sbitmap: allocate sb->map via kvzalloc_nodeMing Lei
2022-03-22Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-22Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-03-22Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-21lib: stackinit: Convert to KUnitKees Cook
2022-03-21Merge branch 'for-5.18-vsprintf-fourcc-fixup' into for-linusPetr Mladek
2022-03-18lib/sort: Add priv pointer to swap functionJiri Olsa
2022-03-18fprobe: Add a selftest for fprobeMasami Hiramatsu