summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ITER_PIPE: helpers for adding pipe buffersAl Viro2022-08-091-42/+46
| * ITER_PIPE: helper for getting pipe buffer by indexAl Viro2022-08-091-6/+9
| * new iov_iter flavour - ITER_UBUFAl Viro2022-08-091-18/+69
* | Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-085-105/+81
|\ \
| * | lib/nodemask: inline next_node_in() and node_random()Yury Norov2022-08-012-9/+1
| * | lib/cpumask: move some one-line wrappers to header fileYury Norov2022-07-151-28/+0
| * | lib/cpumask: move trivial wrappers around find_bit to the headerYury Norov2022-07-151-55/+0
| * | lib/cpumask: change return types to unsigned where appropriateYury Norov2022-07-151-9/+9
| * | lib/bitmap: change type of bitmap_weight to unsigned longYury Norov2022-07-151-3/+2
| * | lib/bitmap: change return types to bool where appropriateYury Norov2022-07-151-2/+2
| * | lib/test_bitmap: test the tail after bitmap_to_arr64()Alexander Lobakin2022-07-121-0/+6
| * | lib/bitmap: fix off-by-one in bitmap_to_arr64()Alexander Lobakin2022-07-121-1/+1
| * | lib: test_bitmap: add compile-time optimization/evaluations assertionsAlexander Lobakin2022-07-011-0/+62
* | | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-0719-85/+261
|\ \ \
| * | | lib/mpi: fix typo 'the the' in commentSlark Xiao2022-07-301-1/+1
| * | | lib/lzo/lzo1x_compress.c: replace ternary operator with min() and min_t()Jiangshan Yi2022-07-301-4/+2
| * | | lib: devres: use numa aware allocationMark-PK Tsai2022-07-181-5/+10
| * | | lib/smp_processor_id: fix imbalanced instrumentation_end() callTetsuo Handa2022-07-181-1/+1
| * | | lib/test: introduce cpumask KUnit test suiteSander Vanheule2022-07-183-0/+148
| * | | cpumask: Fix invalid uniprocessor mask assumptionSander Vanheule2022-07-182-2/+3
| * | | lib/ts_bm.c: remove redundant store to variable consumed after additionColin Ian King2022-07-181-1/+1
| * | | lib/scatterlist: use matched parameter type when calling __sg_free_table()wuchi2022-07-181-2/+2
| * | | lib: make LZ4_decompress_safe_forceExtDict() staticTiezhu Yang2022-07-181-3/+3
| * | | lib/radix-tree: remove unused argument of insert_entrieswuchi2022-07-181-2/+2
| * | | lib/error-inject: traverse list with mutexwuchi2022-07-181-3/+9
| * | | lib/stackdepot: replace CONFIG_STACK_HASH_ORDER with automatic sizingVlastimil Babka2022-07-182-19/+49
| * | | lib/lru_cache: fix error free handing in lc_createwuchi2022-07-181-2/+2
| * | | Merge branch 'master' into mm-nonmm-stableakpm2022-06-275-1/+182
| |\| |
| * | | lib/error-inject: convert to DEFINE_SEQ_ATTRIBUTEwuchi2022-06-171-13/+3
| * | | lib/btree: simplify btree_{lookup|update}wuchi2022-06-171-17/+13
| * | | lib/flex_proportions.c: remove local_irq_ops in fprop_new_period()wuchi2022-06-171-8/+2
| * | | lib/list_debug.c: Detect uninitialized listsGuenter Roeck2022-06-171-2/+10
* | | | Merge tag 'livepatching-for-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-061-0/+8
|\ \ \ \
| * | | | selftests/livepatch: better synchronize test_klp_callbacks_busyJoe Lawrence2022-06-151-0/+8
* | | | | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-065-98/+293
|\ \ \ \ \
| * | | | | lib/test_free_pages.c: pass a pointer to virt_to_page()Linus Walleij2022-07-181-1/+1
| * | | | | lib: add support for device coherent type in test_hmmAlex Sierra2022-07-182-61/+196
| * | | | | lib: test_hmm add module param for zone device typeAlex Sierra2022-07-182-21/+53
| * | | | | lib: test_hmm add ioctl to get zone device typeAlex Sierra2022-07-182-6/+19
| * | | | | lib/test_vmalloc: switch to prandom_u32()Uladzislau Rezki (Sony)2022-07-041-7/+8
| * | | | | mm: shrinkers: introduce debugfs interface for memory shrinkersRoman Gushchin2022-07-041-0/+9
| * | | | | Merge branch 'master' into mm-stableakpm2022-06-275-1/+182
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | lib/test_hmm: avoid accessing uninitialized pagesMiaohe Lin2022-06-171-2/+8
| | |_|/ / | |/| | |
* | | | | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-053-0/+56
|\ \ \ \ \
| * | | | | lib: Add register read/write tracing supportPrasad Sodagudi2022-06-153-0/+56
| |/ / / /
* | | | | Merge tag 'printk-for-5.20-sane' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-4/+17
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | lib/test_printf.c: fix clang -Wformat warningsJustin Stitt2022-07-281-3/+11
| * | | | lib/test_printf.c: split write-beyond-buffer check in twoRasmus Villemoes2022-07-111-1/+6
| | |/ / | |/| |
* | | | Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-052-1/+104
|\ \ \ \
| * | | | lib/base64: RFC4648-compliant base64 encodingHannes Reinecke2022-08-032-1/+104