summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ / / | |/| | |
* | | | | Merge tag 'bcachefs-2024-05-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-05-191-0/+37
|\ \ \ \ \
| * | | | | closures: closure_sync_timeout()Kent Overstreet2024-05-081-0/+37
* | | | | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-198-31/+707
|\ \ \ \ \ \
| * | | | | | xarray: inline xas_descend to improve performanceLong Li2024-05-051-1/+2
| * | | | | | mm/filemap: optimize filemap folio addingKairui Song2024-04-251-0/+59
| * | | | | | lib/xarray: introduce a new helper xas_get_orderKairui Song2024-04-252-18/+65
| * | | | | | alloc_tag: Tighten file permissions on /proc/allocinfoKees Cook2024-04-251-1/+1
| * | | | | | lib: add memory allocations report in show_mem()Suren Baghdasaryan2024-04-252-0/+43
| * | | | | | rhashtable: plumb through alloc tagKent Overstreet2024-04-251-8/+14
| * | | | | | lib: add codetag reference into slabobj_extSuren Baghdasaryan2024-04-251-0/+1
| * | | | | | lib: introduce early boot parameter to avoid page_ext memory overheadSuren Baghdasaryan2024-04-251-1/+40
| * | | | | | lib: introduce support for page allocation taggingSuren Baghdasaryan2024-04-252-0/+18
| * | | | | | lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan2024-04-253-0/+179
| * | | | | | lib: prevent module unloading if memory is not freedSuren Baghdasaryan2024-04-251-3/+8
| * | | | | | lib: code tagging module supportSuren Baghdasaryan2024-04-251-2/+56
| * | | | | | lib: code tagging frameworkSuren Baghdasaryan2024-04-253-0/+224
| * | | | | | lib/test_hmm.c: handle src_pfns and dst_pfns allocation failureDuoming Zhou2024-04-251-4/+4
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-05-181-7/+6
|\ \ \ \ \ \ \
| * | | | | | | s390: Stop using weak symbols for __iowrite64_copy()Jason Gunthorpe2024-04-221-4/+3
| * | | | | | | x86: Stop using weak symbols for __iowrite32_copy()Jason Gunthorpe2024-04-221-3/+3
| | |_|_|/ / / | |/| | | | |