summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pci_iounmap(): Fix MMIO mapping leakPhilipp Stanner2024-04-031-1/+1
* net: blackhole_dev: fix build warning for ethh set but not usedBreno Leitao2024-03-261-2/+1
* lib: memcpy_kunit: Fix an invalid format specifier in an assertion msgDavid Gow2024-03-261-2/+2
* lib/cmdline: Fix an invalid format specifier in an assertion msgDavid Gow2024-03-261-1/+1
* netlink: add nla be16/32 types to minlen arrayFlorian Westphal2024-03-061-0/+4
* crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_initTianjia Zhang2024-02-231-0/+3
* debugobjects: Stop accessing objects after releasing hash bucket lockAndrzej Hajda2024-02-051-122/+78
* kunit: debugfs: Fix unchecked dereference in debugfs_print_results()Richard Fitzgerald2024-01-251-1/+3
* btf, scripts: Exclude Rust CUs with paholeMartin Rodriguez Reboredo2024-01-201-0/+9
* ida: Fix crash in ida_free when the bitmap is emptyMatthew Wilcox (Oracle)2024-01-202-1/+41
* genirq/affinity: Only build SMP-only helper functions on SMP kernelsIngo Molnar2024-01-101-3/+4
* lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenlyMing Lei2024-01-101-6/+16
* genirq/affinity: Move group_cpus_evenly() into lib/Ming Lei2024-01-102-0/+429
* lib/vsprintf: Fix %pfwf when current node refcount == 0Herve Codina2024-01-011-3/+8
* zstd: Fix array-index-out-of-bounds UBSAN warningNick Terrell2023-12-131-1/+1
* parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller2023-12-081-6/+0
* lib/generic-radix-tree.c: Don't overflow in peek()Kent Overstreet2023-11-281-3/+14
* kunit: Fix missed memory release in kunit_free_suite_set()Jinjie Ruan2023-11-201-1/+3
* maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett2023-11-022-12/+25
* fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)2023-10-251-2/+4
* lib/Kconfig.debug: do not enable DEBUG_PREEMPT by defaultHyeonggon Yoo2023-10-251-1/+4
* lib/test_meminit: fix off-by-one error in test_pages()Greg Kroah-Hartman2023-10-151-1/+1
* kobject: Add sanity check for kset->kobj.ktype in kset_register()Zhen Lei2023-09-231-0/+5
* crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()Mark O'Donovan2023-09-231-2/+6
* kunit: Fix wild-memory-access bug in kunit_free_suite_set()Jinjie Ruan2023-09-191-1/+2
* lib: test_scanf: Add explicit type cast to result initialization in test_numb...Nathan Chancellor2023-09-191-1/+1
* idr: fix param name in idr_alloc_cyclic() docAriel Marcovitch2023-09-191-1/+1
* lib/test_meminit: allocate pages up to order MAX_ORDERAndrew Donnellan2023-09-191-1/+1
* XArray: Do not return sibling entries from xa_load()Matthew Wilcox (Oracle)2023-09-131-1/+1
* maple_tree: disable mas_wr_append() when other readers are possibleLiam R. Howlett2023-08-301-0/+3
* radix tree: remove unused variableArnd Bergmann2023-08-301-1/+0
* lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernelsHelge Deller2023-08-301-26/+6
* debugobjects: Recheck debug_objects_enabled before reportingTetsuo Handa2023-08-111-0/+9
* lib/bitmap: workaround const_eval test build failureYury Norov2023-08-112-4/+10
* test_firmware: return ENOMEM instead of ENOSPC on failed memory allocationMirsad Goran Todorovac2023-08-031-6/+6
* maple_tree: fix 32 bit mas_next testingLiam R. Howlett2023-08-031-1/+4
* maple_tree: add __init and __exit to test moduleLiam R. Howlett2023-08-031-78/+80
* test_maple_tree: test modifications while iteratingLiam R. Howlett2023-08-031-0/+72
* maple_tree: set the node limit when creating a new root nodePeng Zhang2023-07-271-1/+2
* lib/bitmap: drop optimization of bitmap_{from,to}_arr64Yury Norov2023-07-191-1/+1
* lib/ts_bm: reset initial match offset for every block of textJeremy Sowden2023-07-191-1/+3
* maple_tree: fix potential out-of-bounds access in mas_wr_end_piv()Peng Zhang2023-07-011-5/+6
* test_firmware: prevent race conditions by a correct implementation of lockingMirsad Goran Todorovac2023-06-211-17/+35
* test_firmware: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-06-211-1/+2
* lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release()Ben Hutchings2023-06-141-1/+1
* test_firmware: fix the memory leak of the allocated firmware bufferMirsad Goran Todorovac2023-06-091-1/+18
* test_firmware: fix a memory leak with reqs bufferMirsad Goran Todorovac2023-06-091-0/+10
* debugobjects: Don't wake up kswapd from fill_pool()Tetsuo Handa2023-05-301-1/+1
* maple_tree: make maple state reusable after mas_empty_area()Peng Zhang2023-05-241-9/+3
* lib: cpu_rmap: Avoid use after free on rmap->obj array entriesEli Cohen2023-05-241-1/+4