summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-12-09maple_tree: refine mas_store_root() on storing NULLWei Yang
2024-12-09lib: string_helpers: silence snprintf() output truncation warningBartosz Golaszewski
2024-11-22lib/buildid: Fix build ID parsing logicJiri Olsa
2024-11-08x86/traps: Enable UBSAN traps on x86Gatlin Newhouse
2024-11-08iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAPHugh Dickins
2024-11-01lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOWTimo Grautstueck
2024-10-22maple_tree: correct tree corruption on spanning storeLorenzo Stoakes
2024-10-17lib/build_OID_registry: avoid non-destructive substitution for Perl < 5.13.2 ...Paul Menzel
2024-10-17bootconfig: Fix the kerneldoc of _xbc_exit()Masami Hiramatsu (Google)
2024-10-10lib/buildid: harden build ID parsing logicAndrii Nakryiko
2024-10-10build-id: require program headers to be right after ELF headerAlexey Dobriyan
2024-10-04mm/filemap: optimize filemap folio addingKairui Song
2024-10-04lib/xarray: introduce a new helper xas_get_orderKairui Song
2024-10-04debugobjects: Fix conditions in fill_pool()Zhen Lei
2024-10-04lib/sbitmap: define swap_lock as raw_spinlock_tMing Lei
2024-10-04xz: cleanup CRC32 edits from 2018Lasse Collin
2024-09-12lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()Kent Overstreet
2024-08-29sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()Yury Norov
2024-08-29bitmap: introduce generic optimized bitmap_size()Alexander Lobakin
2024-08-03lib/build_OID_registry: don't mention the full path of the script in outputUwe Kleine-König
2024-08-03kobject_uevent: Fix OOB access within zap_modalias_env()Zijun Hu
2024-08-03decompress_bunzip2: fix rare decompression failureRoss Lagerwall
2024-08-03sbitmap: fix io hung due to race on sbitmap_word::clearedYang Yang
2024-08-03sbitmap: use READ_ONCE to access map->wordlinke li
2024-08-03mlxsw: spectrum_acl_erp: Fix object nesting warningIdo Schimmel
2024-08-03lib: objagg: Fix general protection faultIdo Schimmel
2024-07-25cpumask: limit FORCE_NR_CPUS to just the UP caseLinus Torvalds
2024-07-11kunit: Fix timeout messageMickaël Salaün
2024-06-12lib/test_hmm.c: handle src_pfns and dst_pfns allocation failureDuoming Zhou
2024-06-12kunit: Fix kthread referenceMickaël Salaün
2024-06-12kunit/fortify: Fix mismatched kvalloc()/vfree() usageKees Cook
2024-06-12mm/slub, kunit: Use inverted data to corrupt kmem cacheGuenter Roeck
2024-05-17dyndbg: fix old BUG_ON in >control parserJim Cromie
2024-05-17maple_tree: fix mas_empty_area_rev() null pointer dereferenceLiam R. Howlett
2024-05-17Fix a potential infinite loop in extract_user_to_sg()David Howells
2024-05-17bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definitionAndrii Nakryiko
2024-05-02stackdepot: respect __GFP_NOLOCKDEP allocation flagAndrey Ryabinin
2024-05-02mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov
2024-04-27bootconfig: use memblock_free_late to free xbc memory to buddyQiang Zhang
2024-04-03pci_iounmap(): Fix MMIO mapping leakPhilipp Stanner
2024-03-26net: blackhole_dev: fix build warning for ethh set but not usedBreno Leitao
2024-03-26lib: memcpy_kunit: Fix an invalid format specifier in an assertion msgDavid Gow
2024-03-26lib/cmdline: Fix an invalid format specifier in an assertion msgDavid Gow
2024-03-26kunit: test: Log the correct filter string in executor_testDavid Gow
2024-03-06netlink: add nla be16/32 types to minlen arrayFlorian Westphal
2024-03-01lib/Kconfig.debug: TEST_IOV_ITER depends on MMUGuenter Roeck
2024-02-23Revert "kobject: Remove redundant checks for whether ktype is NULL"Greg Kroah-Hartman
2024-02-05kunit: run test suites only after module initialization completesMarco Pagani
2024-02-05debugobjects: Stop accessing objects after releasing hash bucket lockAndrzej Hajda
2024-01-31crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_initTianjia Zhang