summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-03-28vsnprintf: Silence false positive GCC warning for va_format()Andy Shevchenko
2025-03-28vsnprintf: Drop unused const char fmt * in va_format()Andy Shevchenko
2025-03-27Merge tag 'linux_kselftest-kunit-6.15-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-03-27Merge tag 'asm-generic-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-26Merge tag 'zstd-linus-v6.15-rc1' of https://github.com/terrelln/linuxLinus Torvalds
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-25dql: Fix dql->limit value when reset.Jing Su
2025-03-25ida: Add ida_find_first_range()Yi Liu
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-24Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-24Merge tag 'bitmap-for-6.15' of https://github.com/norov/linuxLinus Torvalds
2025-03-24Merge tag 'slab-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2025-03-24Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-24Merge tag 'move-lib-kunit-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.initramfs' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-22kbuild: deb-pkg: add comment about future removal of KDEB_COMPRESSMasahiro Yamada
2025-03-22tracing: Disable branch profiling in noinstr codeJosh Poimboeuf
2025-03-21hung_task: show the blocker task if the task is hung on mutexMasami Hiramatsu (Google)
2025-03-21crypto: lib/Kconfig - hide library optionsArnd Bergmann
2025-03-21lib/scatterlist: Add SG_MITER_LOCAL and use itHerbert Xu
2025-03-21zstd: Increase DYNAMIC_BMI2 GCC version cutoff from 4.8 to 11.0 to work aroun...Ingo Molnar
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-19sched/debug: Remove CONFIG_SCHED_DEBUGIngo Molnar
2025-03-19net, treewide: define and use MAC_ADDR_STR_LENUday Shankar
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar
2025-03-17mm/filemap: use xas_try_split() in __filemap_add_folio()Zi Yan
2025-03-17xarray: add xas_try_split() to split a multi-index entryZi Yan
2025-03-17mm: allow compound zone device pagesAlistair Popple
2025-03-17lib/interval_tree: fix the comment of interval_tree_span_iter_next_gap()Wei Yang
2025-03-17lib/interval_tree: add test case for span iterationWei Yang
2025-03-17lib/interval_tree: add test case for interval_tree_iter_xxx() helpersWei Yang
2025-03-17lib/rbtree: add random seedWei Yang
2025-03-17lib/rbtree: split testsWei Yang
2025-03-17objtool: Add CONFIG_OBJTOOL_WERRORJosh Poimboeuf
2025-03-17lib/dump_stack: Use preempt_model_str()Sebastian Andrzej Siewior
2025-03-17lib/test_hmm: make dmirror_atomic_map() consume a single pageDavid Hildenbrand
2025-03-16lib min_heap: use size_t for array size and index variablesKuan-Wei Chiu
2025-03-16lib/zlib: drop EQUAL macroYury Norov
2025-03-16lib/plist.c: add shortcut for plist_requeue()I Hsin Cheng
2025-03-16maple_tree: remove a BUG_ON() in mas_alloc_nodes()Petr Tesarik
2025-03-16maple_tree: use ma_dead_node() in mte_dead_node()I Hsin Cheng
2025-03-16maple_tree: correct comment for mas_start()I Hsin Cheng
2025-03-16mm: avoid extra mem_alloc_profiling_enabled() checksSuren Baghdasaryan
2025-03-16mm/rmap: convert make_device_exclusive_range() to make_device_exclusive()David Hildenbrand
2025-03-16mm: decline to manipulate the refcount on a slab pageMatthew Wilcox (Oracle)