aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
10 daysMerge tag 'v6.1.91' into v6.1/standard/baseBruce Ashfield
2024-05-17dyndbg: fix old BUG_ON in >control parserJim Cromie
2024-05-17bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definitionAndrii Nakryiko
2024-05-07Merge tag 'v6.1.90' into v6.1/standard/baseBruce Ashfield
2024-05-02Merge tag 'v6.1.88' into v6.1/standard/baseBruce Ashfield
2024-05-02stackdepot: respect __GFP_NOLOCKDEP allocation flagAndrey Ryabinin
2024-04-27bootconfig: use memblock_free_late to free xbc memory to buddyQiang Zhang
2024-04-09Merge tag 'v6.1.84' into v6.1/standard/baseBruce Ashfield
2024-04-03pci_iounmap(): Fix MMIO mapping leakPhilipp Stanner
2024-03-28Merge tag 'v6.1.83' into v6.1/standard/baseBruce Ashfield
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-10Merge tag 'v6.1.81' into v6.1/standard/baseBruce Ashfield
2024-03-06netlink: add nla be16/32 types to minlen arrayFlorian Westphal
2024-02-26Merge tag 'v6.1.79' into v6.1/standard/baseBruce Ashfield
2024-02-23crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_initTianjia Zhang
2024-02-14Merge tag 'v6.1.77' into v6.1/standard/baseBruce Ashfield
2024-02-06Merge tag 'v6.1.75' into v6.1/standard/baseBruce Ashfield
2024-02-05debugobjects: Stop accessing objects after releasing hash bucket lockAndrzej Hajda
2024-01-25kunit: debugfs: Fix unchecked dereference in debugfs_print_results()Richard Fitzgerald
2024-01-24Merge tag 'v6.1.74' into v6.1/standard/baseBruce Ashfield
2024-01-20btf, scripts: Exclude Rust CUs with paholeMartin Rodriguez Reboredo
2024-01-20ida: Fix crash in ida_free when the bitmap is emptyMatthew Wilcox (Oracle)
2024-01-11Merge tag 'v6.1.72' into v6.1/standard/baseBruce Ashfield
2024-01-10genirq/affinity: Only build SMP-only helper functions on SMP kernelsIngo Molnar
2024-01-10lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenlyMing Lei
2024-01-10genirq/affinity: Move group_cpus_evenly() into lib/Ming Lei
2024-01-03Merge tag 'v6.1.70' into v6.1/standard/baseBruce Ashfield
2024-01-01lib/vsprintf: Fix %pfwf when current node refcount == 0Herve Codina
2023-12-18Merge tag 'v6.1.68' into v6.1/standard/baseBruce Ashfield
2023-12-13zstd: Fix array-index-out-of-bounds UBSAN warningNick Terrell
2023-12-09Merge tag 'v6.1.66' into v6.1/standard/baseBruce Ashfield
2023-12-08parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller
2023-12-03Merge tag 'v6.1.64' into v6.1/standard/baseBruce Ashfield
2023-12-03Merge tag 'v6.1.63' into v6.1/standard/baseBruce Ashfield
2023-11-28lib/generic-radix-tree.c: Don't overflow in peek()Kent Overstreet
2023-11-20kunit: Fix missed memory release in kunit_free_suite_set()Jinjie Ruan
2023-11-06Merge tag 'v6.1.61' into v6.1/standard/baseBruce Ashfield
2023-11-02maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett
2023-10-27Merge tag 'v6.1.60' into v6.1/standard/baseBruce Ashfield
2023-10-25fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)
2023-10-25lib/Kconfig.debug: do not enable DEBUG_PREEMPT by defaultHyeonggon Yoo
2023-10-23Merge tag 'v6.1.58' into v6.1/standard/baseBruce Ashfield
2023-10-15lib/test_meminit: fix off-by-one error in test_pages()Greg Kroah-Hartman
2023-09-25Merge tag 'v6.1.55' into v6.1/standard/baseBruce Ashfield
2023-09-25Merge tag 'v6.1.54' into v6.1/standard/baseBruce Ashfield
2023-09-23kobject: Add sanity check for kset->kobj.ktype in kset_register()Zhen Lei
2023-09-23crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()Mark O'Donovan
2023-09-19kunit: Fix wild-memory-access bug in kunit_free_suite_set()Jinjie Ruan