summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-11-18lib/fonts: fix undefined behavior in bit shift for get_default_fontGaosheng Cui
2022-11-18llist: avoid extra memory read in llist_add_batchUros Bizjak
2022-11-18lib/oid_registry.c: remove redundant assignment to variable numColin Ian King
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_{above,below}() instead of manual loopJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-16sbitmap: Try each queue to wake up at least one waiterGabriel Krisman Bertazi
2022-11-16sbitmap: Advance the queue index before waking up a queueGabriel Krisman Bertazi
2022-11-16lib/test_linear_ranges: Use LINEAR_RANGE()Matti Vaittinen
2022-11-15lib/debugobjects: fix stat count and optimize debug_objects_mem_initwuchi
2022-11-14memregion: Add cpu_cache_invalidate_memregion() interfaceDavidlohr Bueso
2022-11-14lib/raid6: drop RAID6_USE_EMPTY_ZERO_PAGEGiulio Benetti
2022-11-11sbitmap: Use single per-bitmap counting to wake up queued tagsGabriel Krisman Bertazi
2022-11-09lib/scatterlist: add check when merging zone device pagesLogan Gunthorpe
2022-11-09iov_iter: introduce iov_iter_get_pages_[alloc_]flags()Logan Gunthorpe
2022-11-08maple_tree: don't set a new maximum on the node when not reusing nodesLiam Howlett
2022-11-08maple_tree: fix depth tracking in maple_stateLiam Howlett
2022-11-08kmsan: make sure PREEMPT_RT is offAlexander Potapenko
2022-11-08Kconfig.debug: ensure early check for KMSAN in CONFIG_KMSAN_WARNAlexander Potapenko
2022-11-08maple_tree: reorganize testing to restore module testingLiam Howlett
2022-11-08maple_tree: mas_anode_descend() clang-analyzer cleanupLiam Howlett
2022-11-08maple_tree: remove pointer to pointer use in mas_alloc_nodes()Liam Howlett
2022-11-03Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-11-01netlink: introduce bigendian integer typesFlorian Westphal
2022-11-01x86/mem: Move memmove to out of line assemblerNick Desaulniers
2022-11-01test_printf: Refactor fwnode_pointer() to make it more readableAndy Shevchenko
2022-10-29Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-10-28cgroup: Implement DEBUG_CGROUP_REFTejun Heo
2022-10-28lib: maple_tree: remove unneeded initialization in mtree_range_walk()Lukas Bulwahn
2022-10-28Kconfig.debug: disable CONFIG_FRAME_WARN for KMSAN by defaultAlexander Potapenko
2022-10-27Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-10-27Merge tag 'hardening-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-27kunit: remove unused structure definitionYoungJun.park
2022-10-27kunit: Add KUnit memory block assertions to the example_all_expect_macros_testMaíra Canal
2022-10-27kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macrosMaíra Canal
2022-10-27kunit: log numbers in decimal and hexMark Rutland
2022-10-26rhashtable: make test actually randomRolf Eike Beer
2022-10-25overflow: Refactor test skips for Clang-specific issuesKees Cook
2022-10-25overflow: disable failing tests for older clang versionsNick Desaulniers
2022-10-18kcsan: Fix trivial typo in Kconfig help commentsRyosuke Yasuoka
2022-10-18kunit: update NULL vs IS_ERR() testsDan Carpenter
2022-10-18vsprintf: replace in_irq() with in_hardirq()ye xingchen
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-16Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-17lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5Nathan Chancellor
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-14Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-12hmm-tests: add test for migrate_device_range()Alistair Popple
2022-10-12mm: free device private pages have zero refcountAlistair Popple
2022-10-12mm/memory.c: fix race when faulting a device private pageAlistair Popple