summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2026-04-30crypto: doc - fix kernel-doc notation in chacha.c and af_alg.cRandy Dunlap1-2/+2
2026-04-18netlink: add nla be16/32 types to minlen arrayFlorian Westphal1-0/+4
2026-04-18lib/crypto: chacha: Zeroize permuted_state before it leaves scopeEric Biggers1-0/+4
2026-04-18netlink: allow be16 and be32 types in all uint policy checksFlorian Westphal1-0/+6
2026-04-18netlink: introduce bigendian integer typesFlorian Westphal1-26/+15
2026-04-18netlink: introduce NLA_POLICY_MAX_BEFlorian Westphal1-4/+27
2026-04-18lib/bootconfig: check bounds before writing in __xbc_open_brace()Josh Law1-1/+1
2026-04-18lib/bootconfig: fix snprintf truncation check in xbc_node_compose_key_after()Josh Law1-1/+1
2026-04-18lib/bootconfig: fix off-by-one in xbc_verify_tree() unclosed brace errorJosh Law1-1/+1
2026-01-19lib/crypto: aes: Fix missing MMU protection for AES S-boxEric Biggers1-2/+2
2026-01-19Fonts: Add charcount field to font_descPeilin Ye13-0/+13
2026-01-19idr: fix idr_alloc() returning an ID out of rangeMatthew Wilcox (Oracle)1-0/+2
2026-01-19lib/vsprintf: Check pointer before dereferencing in time_and_date()Andy Shevchenko1-3/+3
2025-12-07lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCCNathan Chancellor1-1/+1
2025-10-29minmax: don't use max() in situations that want a C constant expressionLinus Torvalds1-1/+1
2025-10-29minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds3-3/+2
2025-10-29minmax: add in_range() macroMatthew Wilcox (Oracle)1-3/+0
2025-10-29lib/crypto/curve25519-hacl64: Disable KASAN with clang-17 and olderNathan Chancellor1-0/+4
2025-10-29lib/genalloc: fix device leak in of_gen_pool_get()Johan Hovold1-1/+4
2025-07-17lib: test_objagg: Set error message in check_expect_hints_stats()Dan Carpenter1-1/+3
2025-06-27pldmfw: Select CRC32 when PLDMFW is selectedSimon Horman1-0/+1
2025-06-04dql: Fix dql->limit value when reset.Jing Su1-1/+1
2025-05-02lib: scatterlist: fix sg_split_phys to preserve original scatterlist offsetsT Pratham1-2/+0
2025-04-10lib: 842: Improve error handling in sw842_compress()Tanya Agarwal1-0/+2
2025-03-13lockdep: Fix upper limit for LOCKDEP_*_BITS configsCarlos Llamas1-4/+4
2024-12-14lib: string_helpers: silence snprintf() output truncation warningBartosz Golaszewski1-1/+1
2024-10-17debugobjects: Fix conditions in fill_pool()Zhen Lei1-2/+3
2024-10-17xz: cleanup CRC32 edits from 2018Lasse Collin2-5/+1
2024-09-12lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()Kent Overstreet1-0/+2
2024-09-04bitmap: introduce generic optimized bitmap_size()Alexander Lobakin1-2/+0
2024-08-19kobject_uevent: Fix OOB access within zap_modalias_env()Zijun Hu1-1/+16
2024-08-19decompress_bunzip2: fix rare decompression failureRoss Lagerwall1-1/+2
2024-08-19mlxsw: spectrum_acl_erp: Fix object nesting warningIdo Schimmel1-15/+0
2024-08-19lib: objagg: Fix general protection faultIdo Schimmel1-0/+3
2024-07-18kunit: Fix timeout messageMickaël Salaün1-1/+2
2024-05-17dyndbg: fix old BUG_ON in >control parserJim Cromie1-1/+5
2024-05-02stackdepot: respect __GFP_NOLOCKDEP allocation flagAndrey Ryabinin1-2/+2
2024-03-26net: blackhole_dev: fix build warning for ethh set but not usedBreno Leitao1-2/+1
2024-02-23crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_initTianjia Zhang1-0/+3
2024-02-23debugobjects: Stop accessing objects after releasing hash bucket lockAndrzej Hajda1-122/+78
2024-01-25ida: Fix crash in ida_free when the bitmap is emptyMatthew Wilcox (Oracle)2-1/+41
2024-01-05lib/vsprintf: Fix %pfwf when current node refcount == 0Herve Codina1-3/+8
2023-12-08parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller1-6/+0
2023-11-20overflow: Implement size_t saturating arithmetic helpersKees Cook1-0/+98
2023-11-08kobject: Fix slab-out-of-bounds in fill_kobj_path()Wang Hai1-2/+10
2023-10-25lib/Kconfig.debug: do not enable DEBUG_PREEMPT by defaultHyeonggon Yoo1-1/+4
2023-10-25lib/test_meminit: fix off-by-one error in test_pages()Greg Kroah-Hartman1-1/+1
2023-09-23kobject: Add sanity check for kset->kobj.ktype in kset_register()Zhen Lei1-0/+5
2023-09-23crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()Mark O'Donovan1-2/+6
2023-09-19idr: fix param name in idr_alloc_cyclic() docAriel Marcovitch1-1/+1