summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-04-25alloc_tag: Tighten file permissions on /proc/allocinfoKees Cook
2024-04-25lib: add memory allocations report in show_mem()Suren Baghdasaryan
2024-04-25rhashtable: plumb through alloc tagKent Overstreet
2024-04-25lib: add codetag reference into slabobj_extSuren Baghdasaryan
2024-04-25lib: introduce early boot parameter to avoid page_ext memory overheadSuren Baghdasaryan
2024-04-25lib: introduce support for page allocation taggingSuren Baghdasaryan
2024-04-25lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan
2024-04-25lib: prevent module unloading if memory is not freedSuren Baghdasaryan
2024-04-25lib: code tagging module supportSuren Baghdasaryan
2024-04-25lib: code tagging frameworkSuren Baghdasaryan
2024-04-25lib/test_hmm.c: handle src_pfns and dst_pfns allocation failureDuoming Zhou
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-24stackdepot: respect __GFP_NOLOCKDEP allocation flagAndrey Ryabinin
2024-04-24ubsan: Avoid i386 UBSAN handler crashes with ClangKees Cook
2024-04-24cpumask: Introduce cpumask_first_and_and()Dawei Li
2024-04-24ubsan: Remove 1-element array usage in debug reportingKees Cook
2024-04-24string_kunit: Move strtomem KUnit test to string_kunit.cKees Cook
2024-04-24string.h: Introduce memtostr() and memtostr_pad()Kees Cook
2024-04-23Merge 6.9-rc5 into tty-nextGreg Kroah-Hartman
2024-04-22s390: Stop using weak symbols for __iowrite64_copy()Jason Gunthorpe
2024-04-22x86: Stop using weak symbols for __iowrite32_copy()Jason Gunthorpe
2024-04-19Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-04-19string: Convert KUnit test names to standard conventionKees Cook
2024-04-19string: Merge strcat KUnit tests into string_kunit.cKees Cook
2024-04-19string: Prepare to merge strcat KUnit tests into string_kunit.cKees Cook
2024-04-19string: Merge strscpy KUnit tests into string_kunit.cKees Cook
2024-04-19string: Prepare to merge strscpy_kunit.c into string_kunit.cKees Cook
2024-04-19Merge tag 'bootconfig-fixes-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-04-18string_kunit: Add test cases for str*cmp functionsIvan Orlov
2024-04-18bootconfig: Fix the kerneldoc of _xbc_exit()Masami Hiramatsu (Google)
2024-04-16bpf, tests: Fix typos in commentsChen Pei
2024-04-15ubsan: Add awareness of signed integer overflow trapsKees Cook
2024-04-15net: dqs: make struct dql more cache efficientBreno Leitao
2024-04-14bootconfig: use memblock_free_late to free xbc memory to buddyQiang Zhang
2024-04-12watchdog/softlockup: Low-overhead detection of interrupt stormBitao Hu
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-11Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-10Merge tag 'hardening-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-04-09lib: Add one-byte emulation functionPaul E. McKenney
2024-04-09kfifo: add kfifo_dma_out_prepare_mapped()Jiri Slaby (SUSE)
2024-04-09kfifo: pass offset to setup_sgl_buf() instead of a pointerJiri Slaby (SUSE)
2024-04-09kfifo: rename l to len_to_end in setup_sgl()Jiri Slaby (SUSE)
2024-04-09kfifo: remove support for physically non-contiguous memoryJiri Slaby (SUSE)
2024-04-09kfifo: add kfifo_out_linear{,_ptr}()Jiri Slaby (SUSE)
2024-04-09kfifo: drop __kfifo_dma_out_finish_r()Jiri Slaby (SUSE)
2024-04-09vdso: Fix powerpc build U64_MAX undeclared errorAdrian Hunter
2024-04-08vdso: Make delta calculation overflow safeAdrian Hunter
2024-04-08vdso: Add CONFIG_GENERIC_VDSO_OVERFLOW_PROTECTAdrian Hunter
2024-04-08vdso: Consolidate nanoseconds calculationAdrian Hunter
2024-04-08vdso: Consolidate vdso_calc_delta()Adrian Hunter