summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-05-06kunit: Handle test faultsMickaël Salaün1-7/+12
2024-05-06kunit: Fix timeout messageMickaël Salaün1-1/+2
2024-05-06kunit: Fix kthread referenceMickaël Salaün1-3/+6
2024-05-06kunit: Handle thread creation errorMickaël Salaün1-0/+1
2024-05-06xarray: inline xas_descend to improve performanceLong Li1-1/+2
2024-05-06XArray: set the marks correctly when splitting an entryMatthew Wilcox (Oracle)2-5/+32
2024-05-06lib/test_xarray.c: fix error assumptions on check_xa_multi_store_adv_add()Luis Chamberlain1-4/+9
2024-05-06maple_tree: fix mas_empty_area_rev() null pointer dereferenceLiam R. Howlett1-8/+8
2024-05-05Merge tag 'char-misc-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+5
2024-05-03wrapper for access to ->bd_partnoAl Viro1-1/+1
2024-05-03Use bdev_is_paritition() instead of open-coding itAl Viro1-1/+1
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+6
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-3/+4
2024-05-02string: Add additional __realloc_size() annotations for "dup" helpersKees Cook1-0/+26
2024-05-02vmlinux: Avoid weak reference to notes sectionArd Biesheuvel1-2/+2
2024-05-02kunit/fortify: Fix replaced failure path to unbreak __alloc_sizeKees Cook1-3/+3
2024-05-01objpool: cache nr_possible_cpus() and avoid caching nr_cpu_idsAndrii Nakryiko1-6/+6
2024-05-01objpool: enable inlining objpool_push() and objpool_pop() operationsAndrii Nakryiko1-100/+0
2024-04-30kunit/fortify: Add memcpy() testsKees Cook1-3/+82
2024-04-30kunit/fortify: Do not spam logs with fortify WARNsKees Cook1-1/+8
2024-04-30kunit/fortify: Rename tests to use recommended conventionsKees Cook1-40/+40
2024-04-30dyndbg: fix old BUG_ON in >control parserJim Cromie1-1/+5
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2024-04-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+3
2024-04-27kunit/fortify: Fix mismatched kvalloc()/vfree() usageKees Cook1-8/+8
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+2
2024-04-26Fix a potential infinite loop in extract_user_to_sg()David Howells1-1/+1
2024-04-26sbitmap: use READ_ONCE to access map->wordlinke li1-4/+4
2024-04-26test_hexdump: avoid string truncation warningArnd Bergmann1-1/+1
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