summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-04-26devres: don't use "proxy" headersAndy Shevchenko1-3/+6
2024-04-26devres: switch to use dev_err_probe() for unificationAndy Shevchenko1-8/+9
2024-04-26kgdb: add HAS_IOPORT dependencyNiklas Schnelle1-0/+1
2024-04-26lib/build_OID_registry: don't mention the full path of the script in outputUwe Kleine-König1-1/+4
2024-04-26mm/filemap: optimize filemap folio addingKairui Song1-0/+59
2024-04-26lib/xarray: introduce a new helper xas_get_orderKairui Song2-18/+65
2024-04-26alloc_tag: Tighten file permissions on /proc/allocinfoKees Cook1-1/+1
2024-04-26lib: add memory allocations report in show_mem()Suren Baghdasaryan2-0/+43
2024-04-26rhashtable: plumb through alloc tagKent Overstreet1-8/+14
2024-04-26lib: add codetag reference into slabobj_extSuren Baghdasaryan1-0/+1
2024-04-26lib: introduce early boot parameter to avoid page_ext memory overheadSuren Baghdasaryan1-1/+40
2024-04-26lib: introduce support for page allocation taggingSuren Baghdasaryan2-0/+18
2024-04-26lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan3-0/+179
2024-04-26lib: prevent module unloading if memory is not freedSuren Baghdasaryan1-3/+8
2024-04-26lib: code tagging module supportSuren Baghdasaryan1-2/+56
2024-04-26lib: code tagging frameworkSuren Baghdasaryan3-0/+224
2024-04-26lib/test_hmm.c: handle src_pfns and dst_pfns allocation failureDuoming Zhou1-4/+4
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-11/+29
2024-04-25stackdepot: respect __GFP_NOLOCKDEP allocation flagAndrey Ryabinin1-2/+2
2024-04-25ubsan: Avoid i386 UBSAN handler crashes with ClangKees Cook1-14/+27
2024-04-24cpumask: Introduce cpumask_first_and_and()Dawei Li1-0/+12
2024-04-24ubsan: Remove 1-element array usage in debug reportingKees Cook1-1/+1
2024-04-24string_kunit: Move strtomem KUnit test to string_kunit.cKees Cook2-53/+54
2024-04-24string.h: Introduce memtostr() and memtostr_pad()Kees Cook1-0/+26
2024-04-23Merge 6.9-rc5 into tty-nextGreg Kroah-Hartman4-14/+33
2024-04-22s390: Stop using weak symbols for __iowrite64_copy()Jason Gunthorpe1-4/+3
2024-04-22x86: Stop using weak symbols for __iowrite32_copy()Jason Gunthorpe1-3/+3
2024-04-20Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+16
2024-04-19string: Convert KUnit test names to standard conventionKees Cook1-36/+36
2024-04-19string: Merge strcat KUnit tests into string_kunit.cKees Cook4-110/+82
2024-04-19string: Prepare to merge strcat KUnit tests into string_kunit.cKees Cook1-6/+6
2024-04-19string: Merge strscpy KUnit tests into string_kunit.cKees Cook4-149/+120
2024-04-19string: Prepare to merge strscpy_kunit.c into string_kunit.cKees Cook1-25/+26
2024-04-19Merge tag 'bootconfig-fixes-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-9/+13
2024-04-18string_kunit: Add test cases for str*cmp functionsIvan Orlov1-0/+155
2024-04-17bootconfig: Fix the kerneldoc of _xbc_exit()Masami Hiramatsu (Google)1-1/+2
2024-04-16bpf, tests: Fix typos in commentsChen Pei1-1/+1
2024-04-16ubsan: Add awareness of signed integer overflow trapsKees Cook1-2/+16
2024-04-15net: dqs: make struct dql more cache efficientBreno Leitao1-4/+9
2024-04-14bootconfig: use memblock_free_late to free xbc memory to buddyQiang Zhang1-8/+11
2024-04-12watchdog/softlockup: Low-overhead detection of interrupt stormBitao Hu1-0/+14
2024-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+6
2024-04-11Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+3
2024-04-10Merge tag 'hardening-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-04-10lib: Add one-byte emulation functionPaul E. McKenney2-0/+46
2024-04-09kfifo: add kfifo_dma_out_prepare_mapped()Jiri Slaby (SUSE)1-12/+22
2024-04-09kfifo: pass offset to setup_sgl_buf() instead of a pointerJiri Slaby (SUSE)1-4/+7
2024-04-09kfifo: rename l to len_to_end in setup_sgl()Jiri Slaby (SUSE)1-4/+4
2024-04-09kfifo: remove support for physically non-contiguous memoryJiri Slaby (SUSE)1-33/+5
2024-04-09kfifo: add kfifo_out_linear{,_ptr}()Jiri Slaby (SUSE)1-0/+26