summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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)
2025-03-15Kunit to check the longest symbol lengthSergio González Collado
2025-03-15kbuild: implement CONFIG_HEADERS_INSTALL for Usermode LinuxThomas Weißschuh
2025-03-14scanf: break kunit into test casesTamir Duberstein
2025-03-14scanf: convert self-test to KUnitTamir Duberstein
2025-03-14scanf: remove redundant debug logsTamir Duberstein
2025-03-14scanf: implicate test line in failure messagesTamir Duberstein
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-13zstd: Import upstream v1.5.7Nick Terrell
2025-03-13printf: implicate test line in failure messagesTamir Duberstein
2025-03-13printf: break kunit into test casesTamir Duberstein
2025-03-13printf: convert self-test to KUnitTamir Duberstein
2025-03-12kunit/fortify: Replace "volatile" with OPTIMIZER_HIDE_VAR()Kees Cook
2025-03-12kunit/fortify: Expand testing of __compiletime_strlen()Kees Cook
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC64Eric Biggers