summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regulator-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2022-12-131-11/+2
|\
| * Merge tag 'v6.1-rc4' into regulator-6.2Mark Brown2022-11-257-79/+80
| |\
| * | lib/test_linear_ranges: Use LINEAR_RANGE()Matti Vaittinen2022-11-161-11/+2
* | | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-135-183/+79
|\ \ \
| * | | lru_cache: remove unused lc_private, lc_set, lc_index_ofJoel Colledge2022-11-221-44/+0
| * | | lru_cache: remove compiled out codeChristoph Böhmwalder2022-11-221-11/+0
| * | | lru_cache: use atomic operations when accessing lc->flags, alwaysLars Ellenberg2022-11-221-2/+2
| * | | sbitmap: Try each queue to wake up at least one waiterGabriel Krisman Bertazi2022-11-161-16/+12
| * | | sbitmap: Advance the queue index before waking up a queueGabriel Krisman Bertazi2022-11-161-2/+8
| * | | lib/raid6: drop RAID6_USE_EMPTY_ZERO_PAGEGiulio Benetti2022-11-141-2/+0
| * | | sbitmap: Use single per-bitmap counting to wake up queued tagsGabriel Krisman Bertazi2022-11-111-96/+26
| * | | lib/scatterlist: add check when merging zone device pagesLogan Gunthorpe2022-11-091-10/+15
| * | | iov_iter: introduce iov_iter_get_pages_[alloc_]flags()Logan Gunthorpe2022-11-091-8/+24
| |/ /
* | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-22/+28
|\ \ \
| * | | iov_iter: saner checks for attempt to copy to/from iteratorAl Viro2022-11-251-14/+17
| * | | csum_and_copy_to_iter(): handle ITER_DISCARDAl Viro2022-11-251-2/+6
| * | | get rid of unlikely() on page_copy_sane() callsAl Viro2022-11-251-6/+5
* | | | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-127-9/+18
|\ \ \ \
| * | | | cpumask: limit visibility of FORCE_NR_CPUSYury Norov2022-11-301-2/+2
| * | | | lib/radix-tree.c: fix uninitialized variable compilation warningRong Tao2022-11-301-1/+1
| * | | | lib/notifier-error-inject: fix error when writing -errno to debugfs fileAkinobu Mita2022-11-301-1/+1
| * | | | lib/fonts: fix undefined behavior in bit shift for get_default_fontGaosheng Cui2022-11-181-2/+2
| * | | | llist: avoid extra memory read in llist_add_batchUros Bizjak2022-11-181-2/+2
| * | | | lib/oid_registry.c: remove redundant assignment to variable numColin Ian King2022-11-181-1/+0
| * | | | lib/debugobjects: fix stat count and optimize debug_objects_mem_initwuchi2022-11-151-0/+10
| | |_|/ | |/| |
* | | | Merge tag 'docs-6.2' of git://git.lwn.net/linuxLinus Torvalds2022-12-121-13/+2
|\ \ \ \
| * | | | math64: favor kernel-doc from header filesLiam Beguin2022-11-211-13/+2
| | |_|/ | |/| |
* | | | Merge tag 'rust-6.2' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2022-12-121-0/+16
|\ \ \ \
| * | | | rust: add `build_error` crateGary Guo2022-12-041-0/+16
| | |/ / | |/| |
* | | | Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2022-12-127-14/+84
|\ \ \ \
| * | | | kunit: improve KTAP compliance of KUnit test outputRae Moar2022-12-123-7/+10
| * | | | mm: slub: test: Use the kunit_get_current_test() functionDavid Gow2022-12-121-0/+1
| * | | | kunit: Provide a static key to check if KUnit is actively running testsDavid Gow2022-12-121-0/+6
| * | | | kunit: remove unused structure definitionYoungJun.park2022-10-271-5/+0
| * | | | kunit: Add KUnit memory block assertions to the example_all_expect_macros_testMaíra Canal2022-10-271-0/+7
| * | | | kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macrosMaíra Canal2022-10-271-0/+56
| * | | | kunit: log numbers in decimal and hexMark Rutland2022-10-271-2/+4
| | |/ / | |/| |
* | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-1214-41/+31
|\ \ \ \
| * | | | vsprintf: initialize siphash key using notifierJason A. Donenfeld2022-11-221-9/+5
| * | | | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-183-8/+8
| * | | | treewide: use get_random_u32_{above,below}() instead of manual loopJason A. Donenfeld2022-11-182-8/+2
| * | | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-1811-24/+24
| | |_|/ | |/| |
* | | | Merge tag 'cgroup-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-12-121-0/+10
|\ \ \ \
| * | | | cgroup: Implement DEBUG_CGROUP_REFTejun Heo2022-10-281-0/+10
* | | | | Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-12-121-0/+3
|\ \ \ \ \
| * | | | | memregion: Add cpu_cache_invalidate_memregion() interfaceDavidlohr Bueso2022-11-141-0/+3
| | |_|_|/ | |/| | |
* | | | | Merge tag 'core-debugobjects-2022-12-10' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-12-121-2/+2
|\ \ \ \ \
| * | | | | debugobjects: Print object pointer in debug_print_object()Stephen Boyd2022-12-021-2/+2
* | | | | | Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2022-12-121-2/+1
|\ \ \ \ \ \
| * | | | | | s390/vx: add vx-insn.h wrapper include fileHeiko Carstens2022-12-061-2/+1
| | |_|_|_|/ | |/| | | |