summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-05-181-0/+1
|\
| * percpu_ref_init(): clean ->percpu_count_ref on failureAl Viro2022-05-181-0/+1
* | dim: initialize all struct fieldsJesse Brandeburg2022-05-091-22/+22
|/
* Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-012-2/+2
|\
| * lib/strn*,objtool: Enforce user_access_begin() rulesPeter Zijlstra2022-04-192-2/+2
* | hex2bin: fix access beyond string endMikulas Patocka2022-04-271-3/+6
* | hex2bin: make the function hex_to_bin constant-timeMikulas Patocka2022-04-271-7/+25
* | XArray: Disallow sibling entries of nodesMatthew Wilcox (Oracle)2022-04-221-0/+2
|/
* Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-04-101-32/+0
|\
| * kobject: kobj_type: remove default_attrsGreg Kroah-Hartman2022-04-051-32/+0
* | lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan2022-04-081-2/+6
|/
* Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-011-1/+1
|\
| * lib/sbitmap: allocate sb->map via kvzalloc_nodeMing Lei2022-03-211-1/+1
* | Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarrayLinus Torvalds2022-04-012-0/+26
|\ \
| * | XArray: Update the LRU list in xas_split()Matthew Wilcox (Oracle)2022-03-311-0/+2
| * | XArray: Fix xas_create_range() when multi-order entry presentMatthew Wilcox (Oracle)2022-03-282-0/+24
* | | Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-311-4/+4
|\ \ \
| * | | lib/logic_iomem: correct fallback config referencesJohannes Berg2022-03-111-4/+4
* | | | lib/test: use after free in register_test_dev_kmod()Dan Carpenter2022-03-291-0/+1
* | | | Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-267-1/+33
|\ \ \ \
| * | | | fortify: Detect struct member overflows in memset() at compile-timeKees Cook2022-02-131-0/+5
| * | | | fortify: Detect struct member overflows in memmove() at compile-timeKees Cook2022-02-132-0/+10
| * | | | fortify: Detect struct member overflows in memcpy() at compile-timeKees Cook2022-02-134-1/+18
* | | | | Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-265-11/+204
|\ \ \ \ \
| * | | | | crypto: add rocksoft 64b crc guard tag frameworkKeith Busch2022-03-073-0/+136
| * | | | | lib: add rocksoft model crc64Keith Busch2022-03-072-11/+68
| * | | | | Merge branch 'for-5.18/block' into for-5.18/64bit-piJens Axboe2022-03-071-23/+17
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-253-39/+228
|\ \ \ \ \ \
| * | | | | | kasan: update function name in commentsPeter Collingbourne2022-03-241-3/+3
| * | | | | | kasan: test: support async (again) and asymm modes for HW_TAGSAndrey Konovalov2022-03-241-17/+22
| * | | | | | kasan: improve vmalloc testsAndrey Konovalov2022-03-241-6/+188
| * | | | | | kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGSAndrey Konovalov2022-03-241-10/+10
| * | | | | | lib/vsprintf: avoid redundant work with 0 sizeWaiman Long2022-03-241-3/+5
* | | | | | | Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2022-03-241-0/+23
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | cxl: Prove CXL lockingDan Williams2022-02-081-0/+23
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-245-105/+94
|\ \ \ \ \ \
| * | | | | | Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"Marco Elver2022-03-232-23/+0
| * | | | | | ubsan: no need to unset panic_on_warn in ubsan_epilogue()Tiezhu Yang2022-03-231-9/+1
| * | | | | | lib: bitmap: fix many kernel-doc warningsRandy Dunlap2022-03-231-7/+17
| * | | | | | lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN optionFeng Tang2022-03-231-1/+2
| * | | | | | Kconfig.debug: make DEBUG_INFO selectable from a choiceKees Cook2022-03-231-65/+74
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-245-15/+254
|\ \ \ \ \ \
| * | | | | | lib/sort: Add priv pointer to swap functionJiri Olsa2022-03-171-10/+30
| * | | | | | fprobe: Add a selftest for fprobeMasami Hiramatsu2022-03-173-0/+188
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-041-0/+10
| |\ \ \ \ \ \
| | * | | | | | bpf: Add config to allow loading modules with BTF mismatchesConnor O'Brien2022-02-281-0/+10
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-032-2/+4
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-0/+2
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-101-2/+2
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-091-2/+10
| |\ \ \ \ \ \ \