summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hardening-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-06-282-0/+2
|\
| * string: kunit: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-282-0/+2
* | Merge tag 'bcachefs-2024-06-28' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-06-281-6/+46
|\ \
| * | closures: closure_get_not_zero(), closure_return_sync()Kent Overstreet2024-06-231-6/+46
* | | Merge tag 'bcachefs-2024-06-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-06-221-2/+8
|\| |
| * | closures: Change BUG_ON() to WARN_ON()Kent Overstreet2024-06-211-2/+8
* | | cpumask: limit FORCE_NR_CPUS to just the UP caseLinus Torvalds2024-06-181-7/+1
* | | Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds2024-06-171-3/+13
|\ \ \
| * | | lib/alloc_tag: do not register sysctl interface when CONFIG_SYSCTL=nSuren Baghdasaryan2024-06-151-3/+13
| |/ /
* | | Merge tag 'hardening-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-06-172-4/+18
|\ \ \ | |/ / |/| / | |/
| * kunit/overflow: Adjust for __counted_by with DEFINE_RAW_FLEX()Kees Cook2024-06-101-3/+17
| * mm/util: Swap kmemdup_array() argumentsJean-Philippe Brucker2024-06-061-1/+1
* | Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-06-061-0/+1
|\ \ | |/ |/|
| * lib/test_rhashtable: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-031-0/+1
* | kunit/fortify: Remove __kmalloc_node() testKees Cook2024-05-311-3/+0
|/
* Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds2024-05-251-15/+32
|\
| * lib: add version into /proc/allocinfo outputSuren Baghdasaryan2024-05-241-15/+32
* | Merge tag 'hardening-v6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-05-242-1/+2
|\ \ | |/ |/|
| * kunit/fortify: Fix memcmp() test to be amplitude agnosticKees Cook2024-05-181-1/+1
| * ubsan: Restore dependency on ARCH_HAS_UBSANKees Cook2024-05-181-0/+1
* | Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-226-79/+64
|\ \
| * | selftests/fpu: allow building on other architecturesSamuel Holland2024-05-193-25/+7
| * | selftests/fpu: move FP code to a separate translation unitSamuel Holland2024-05-194-32/+48
| * | lib/raid6: use CC_FLAGS_FPU for NEON CFLAGSSamuel Holland2024-05-191-23/+10
* | | Merge tag 'mm-stable-2024-05-22-17-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-221-9/+2
|\ \ \
| * | | stackdepot: use gfp_nested_mask() instead of open coded maskingDave Chinner2024-05-191-9/+2
| |/ /
* | | Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-05-221-52/+55
|\ \ \
| * \ \ Merge 6.9-rc5 into tty-nextGreg Kroah-Hartman2024-04-234-14/+33
| |\ \ \
| * | | | kfifo: add kfifo_dma_out_prepare_mapped()Jiri Slaby (SUSE)2024-04-091-12/+22
| * | | | kfifo: pass offset to setup_sgl_buf() instead of a pointerJiri Slaby (SUSE)2024-04-091-4/+7
| * | | | kfifo: rename l to len_to_end in setup_sgl()Jiri Slaby (SUSE)2024-04-091-4/+4
| * | | | kfifo: remove support for physically non-contiguous memoryJiri Slaby (SUSE)2024-04-091-33/+5
| * | | | kfifo: add kfifo_out_linear{,_ptr}()Jiri Slaby (SUSE)2024-04-091-0/+26
| * | | | kfifo: drop __kfifo_dma_out_finish_r()Jiri Slaby (SUSE)2024-04-091-8/+0
* | | | | Merge tag 'bitmap-for-6.10v2' of https://github.com/norov/linuxLinus Torvalds2024-05-215-6/+38
|\ \ \ \ \
| * | | | | usercopy: Don't use "proxy" headersAndy Shevchenko2024-05-191-2/+6
| * | | | | bitops: Move aligned_byte_mask() to wordpart.hAndy Shevchenko2024-05-191-0/+1
| * | | | | bitmap: relax find_nth_bit() limitation on return valueYury Norov2024-05-092-3/+3
| * | | | | lib: make test_bitops compilable into the kernel imageYury Norov2024-05-091-1/+0
| * | | | | lib/test_bitops: Add benchmark test for fns()Kuan-Wei Chiu2024-05-091-0/+28
* | | | | | Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-211-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | wrapper for access to ->bd_partnoAl Viro2024-05-021-1/+1
| * | | | | Use bdev_is_paritition() instead of open-coding itAl Viro2024-05-021-1/+1
* | | | | | Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-195-17/+25
|\ \ \ \ \ \
| * | | | | | kfifo: don't use "proxy" headersAndy Shevchenko2024-05-081-4/+4
| * | | | | | test_hexdump: avoid string truncation warningArnd Bergmann2024-04-251-1/+1
| * | | | | | devres: don't use "proxy" headersAndy Shevchenko2024-04-251-3/+6
| * | | | | | devres: switch to use dev_err_probe() for unificationAndy Shevchenko2024-04-251-8/+9
| * | | | | | kgdb: add HAS_IOPORT dependencyNiklas Schnelle2024-04-251-0/+1
| * | | | | | lib/build_OID_registry: don't mention the full path of the script in outputUwe Kleine-König2024-04-251-1/+4
| | |/ / / / | |/| | | |