summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-3/+4
2024-05-02string: Add additional __realloc_size() annotations for "dup" helpersKees Cook-0/+26
2024-05-02vmlinux: Avoid weak reference to notes sectionArd Biesheuvel-2/+2
2024-05-02Merge drm/drm-next into drm-misc-nextThomas Zimmermann-2/+2
2024-05-02lib/fonts: Allow to select fonts for drm_panicJocelyn Falempe-10/+10
2024-05-01kunit/fortify: Fix replaced failure path to unbreak __alloc_sizeKees Cook-3/+3
2024-05-01objpool: cache nr_possible_cpus() and avoid caching nr_cpu_idsAndrii Nakryiko-6/+6
2024-05-01objpool: enable inlining objpool_push() and objpool_pop() operationsAndrii Nakryiko-100/+0
2024-04-30kunit/fortify: Add memcpy() testsKees Cook-3/+82
2024-04-30kunit/fortify: Do not spam logs with fortify WARNsKees Cook-1/+8
2024-04-30kunit/fortify: Rename tests to use recommended conventionsKees Cook-40/+40
2024-04-30dyndbg: fix old BUG_ON in >control parserJim Cromie-1/+5
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-1/+1
2024-04-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-2/+3
2024-04-26kunit/fortify: Fix mismatched kvalloc()/vfree() usageKees Cook-8/+8
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds-2/+2
2024-04-26Fix a potential infinite loop in extract_user_to_sg()David Howells-1/+1
2024-04-26sbitmap: use READ_ONCE to access map->wordlinke li-4/+4
2024-04-25test_hexdump: avoid string truncation warningArnd Bergmann-1/+1
2024-04-25devres: don't use "proxy" headersAndy Shevchenko-3/+6
2024-04-25devres: switch to use dev_err_probe() for unificationAndy Shevchenko-8/+9
2024-04-25kgdb: add HAS_IOPORT dependencyNiklas Schnelle-0/+1
2024-04-25lib/build_OID_registry: don't mention the full path of the script in outputUwe Kleine-König-1/+4
2024-04-25mm/filemap: optimize filemap folio addingKairui Song-0/+59
2024-04-25lib/xarray: introduce a new helper xas_get_orderKairui Song-18/+65
2024-04-25alloc_tag: Tighten file permissions on /proc/allocinfoKees Cook-1/+1
2024-04-25lib: add memory allocations report in show_mem()Suren Baghdasaryan-0/+43
2024-04-25rhashtable: plumb through alloc tagKent Overstreet-8/+14
2024-04-25lib: add codetag reference into slabobj_extSuren Baghdasaryan-0/+1
2024-04-25lib: introduce early boot parameter to avoid page_ext memory overheadSuren Baghdasaryan-1/+40
2024-04-25lib: introduce support for page allocation taggingSuren Baghdasaryan-0/+18
2024-04-25lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan-0/+179
2024-04-25lib: prevent module unloading if memory is not freedSuren Baghdasaryan-3/+8
2024-04-25lib: code tagging module supportSuren Baghdasaryan-2/+56
2024-04-25lib: code tagging frameworkSuren Baghdasaryan-0/+224
2024-04-25lib/test_hmm.c: handle src_pfns and dst_pfns allocation failureDuoming Zhou-4/+4
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+29
2024-04-24stackdepot: respect __GFP_NOLOCKDEP allocation flagAndrey Ryabinin-2/+2
2024-04-24ubsan: Avoid i386 UBSAN handler crashes with ClangKees Cook-14/+27
2024-04-24cpumask: Introduce cpumask_first_and_and()Dawei Li-0/+12
2024-04-24ubsan: Remove 1-element array usage in debug reportingKees Cook-1/+1
2024-04-24string_kunit: Move strtomem KUnit test to string_kunit.cKees Cook-53/+54
2024-04-24string.h: Introduce memtostr() and memtostr_pad()Kees Cook-0/+26
2024-04-23Merge 6.9-rc5 into tty-nextGreg Kroah-Hartman-14/+33
2024-04-22s390: Stop using weak symbols for __iowrite64_copy()Jason Gunthorpe-4/+3
2024-04-22x86: Stop using weak symbols for __iowrite32_copy()Jason Gunthorpe-3/+3
2024-04-19Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+16
2024-04-19string: Convert KUnit test names to standard conventionKees Cook-36/+36
2024-04-19string: Merge strcat KUnit tests into string_kunit.cKees Cook-110/+82
2024-04-19string: Prepare to merge strcat KUnit tests into string_kunit.cKees Cook-6/+6