summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2022-04-137-49/+66
|\
| * lib/irq_poll: Add local_bh_disable() in irq_poll_cpu_dead()Sebastian Andrzej Siewior2022-04-131-2/+6
| * lib: remove back_str initializationTom Rix2022-04-131-1/+1
| * lib/string.c: simplify str[c]spnRasmus Villemoes2022-04-131-19/+6
| * lib/test_string.c: add strspn and strcspn testsRasmus Villemoes2022-04-131-0/+33
| * lib/Kconfig.debug: remove more CONFIG_..._VALUE indirectionsRasmus Villemoes2022-04-131-21/+0
| * lib/test_meminit: optimize do_kmem_cache_rcu_persistent() testXiaoke Wang2022-04-131-2/+10
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2022-04-131-0/+6
| * mm: discard __GFP_ATOMICNeilBrown2022-04-131-4/+4
* | Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell2022-04-132-0/+156
|\ \
| * | Kbuild: add Rust supportMiguel Ojeda2022-04-041-0/+143
| * | vsprintf: add new `%pA` format specifierGary Guo2022-04-041-0/+13
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vbab...Stephen Rothwell2022-04-133-27/+51
|\ \ \
| * \ \ Merge branch 'slab/for-5.19/stackdepot' into slab/for-nextVlastimil Babka2022-04-112-22/+46
| |\ \ \
| | * | | mm/slub: use stackdepot to save stack trace in objectsOliver Glitta2022-04-061-0/+1
| | * | | lib/stackdepot: allow requesting early initialization dynamicallyVlastimil Babka2022-04-061-22/+45
| | |/ /
| * / / mm/slub, kunit: Make slub_kunit unaffected by user specified flagsHyeonggon Yoo2022-04-061-5/+5
| |/ /
* | | Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/l...Stephen Rothwell2022-04-137-118/+566
|\ \ \
| * | | kunit: Make kunit_remove_resource() idempotentDavid Gow2022-04-052-2/+41
| * | | list: test: Test the hlist structureDavid Gow2022-04-051-1/+396
| * | | kunit: split resource API impl from test.c into new resource.cDaniel Latypov2022-04-043-115/+127
| * | | kasan: test: Use NULL macrosRicardo Ribalda2022-04-041-1/+1
| * | | kunit: use NULL macrosRicardo Ribalda2022-04-042-1/+3
| |/ /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/herber...Stephen Rothwell2022-04-134-434/+0
|\ \ \
| * | | crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld2022-04-084-434/+0
| |/ /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...Stephen Rothwell2022-04-131-4/+311
|\ \ \ | |_|/ |/| |
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-081-4/+311
| |\ \ | | |/ | |/|
| | * bpf, tests: Add load store test case for tail callXu Kuohai2022-04-011-0/+30
| | * bpf, tests: Add tests for BPF_LDX/BPF_STX with different offsetsXu Kuohai2022-04-011-4/+281
* | | 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