aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-05-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-0/+1
2022-05-18percpu_ref_init(): clean ->percpu_count_ref on failureGravatar Al Viro 1-0/+1
2022-05-09dim: initialize all struct fieldsGravatar Jesse Brandeburg 1-22/+22
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+2
2022-04-27hex2bin: fix access beyond string endGravatar Mikulas Patocka 1-3/+6
2022-04-27hex2bin: make the function hex_to_bin constant-timeGravatar Mikulas Patocka 1-7/+25
2022-04-22XArray: Disallow sibling entries of nodesGravatar Matthew Wilcox (Oracle) 1-0/+2
2022-04-19lib/strn*,objtool: Enforce user_access_begin() rulesGravatar Peter Zijlstra 2-2/+2
2022-04-10Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-32/+0
2022-04-08lz4: fix LZ4_decompress_safe_partial read out of boundGravatar Guo Xuenan 1-2/+6
2022-04-05kobject: kobj_type: remove default_attrsGravatar Greg Kroah-Hartman 1-32/+0
2022-04-01Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2022-04-01Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarrayGravatar Linus Torvalds 2-0/+26
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+4
2022-03-31XArray: Update the LRU list in xas_split()Gravatar Matthew Wilcox (Oracle) 1-0/+2
2022-03-29lib/test: use after free in register_test_dev_kmod()Gravatar Dan Carpenter 1-0/+1
2022-03-28XArray: Fix xas_create_range() when multi-order entry presentGravatar Matthew Wilcox (Oracle) 2-0/+24
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-1/+33
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-11/+204
2022-03-25Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-39/+228
2022-03-24kasan: update function name in commentsGravatar Peter Collingbourne 1-3/+3
2022-03-24kasan: test: support async (again) and asymm modes for HW_TAGSGravatar Andrey Konovalov 1-17/+22
2022-03-24kasan: improve vmalloc testsGravatar Andrey Konovalov 1-6/+188
2022-03-24kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGSGravatar Andrey Konovalov 1-10/+10
2022-03-24lib/vsprintf: avoid redundant work with 0 sizeGravatar Waiman Long 1-3/+5
2022-03-24Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Gravatar Linus Torvalds 1-0/+23
2022-03-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-105/+94
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 5-15/+254
2022-03-23Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"Gravatar Marco Elver 2-23/+0
2022-03-23ubsan: no need to unset panic_on_warn in ubsan_epilogue()Gravatar Tiezhu Yang 1-9/+1
2022-03-23lib: bitmap: fix many kernel-doc warningsGravatar Randy Dunlap 1-7/+17
2022-03-23lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN optionGravatar Feng Tang 1-1/+2
2022-03-23Kconfig.debug: make DEBUG_INFO selectable from a choiceGravatar Kees Cook 1-65/+74
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-5/+10
2022-03-23Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 4-57/+161
2022-03-23Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-20/+29
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+3
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-6/+19
2022-03-22kfence: allow use of a deferrable timerGravatar Marco Elver 1-0/+12
2022-03-22kunit: make kunit_test_timeout compatible with commentGravatar Peng Liu 1-1/+1
2022-03-22kunit: fix UAF when run kfence test case test_gfpzeroGravatar Peng Liu 1-0/+1
2022-03-22xarray: use kmem_cache_alloc_lru to allocate xa_nodeGravatar Muchun Song 1-5/+5
2022-03-21Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-409/+422
2022-03-21lib/sbitmap: allocate sb->map via kvzalloc_nodeGravatar Ming Lei 1-1/+1
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-3/+4
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-23/+17
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 6-9/+260
2022-03-21Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-11/+13
2022-03-21lib: stackinit: Convert to KUnitGravatar Kees Cook 3-174/+121
2022-03-21Merge branch 'for-5.18-vsprintf-fourcc-fixup' into for-linusGravatar Petr Mladek 1-5/+8