summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2022-11-22lru_cache: use atomic operations when accessing lc->flags, alwaysLars Ellenberg-2/+2
2022-11-22kobject: make kobject_namespace take a const *Greg Kroah-Hartman-3/+3
2022-11-22kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman-2/+2
2022-11-22vsprintf: initialize siphash key using notifierJason A. Donenfeld-9/+5
2022-11-21Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar-35832/+321
2022-11-21math64: favor kernel-doc from header filesLiam Beguin-13/+2
2022-11-21asm-generic/io: Add _RET_IP_ to MMIO trace for more accurate debug infoSai Prakash Ranjan-8/+8
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman-35832/+321
2022-11-21Merge 6.1-rc6 into char-misc-nextGreg Kroah-Hartman-35780/+257
2022-11-21Makefile.debug: support for -gz=zstdNick Desaulniers-2/+27
2022-11-19lib: assume char is unsignedJason A. Donenfeld-16/+0
2022-11-18lib/fonts: fix undefined behavior in bit shift for get_default_fontGaosheng Cui-2/+2
2022-11-18llist: avoid extra memory read in llist_add_batchUros Bizjak-2/+2
2022-11-18lib/oid_registry.c: remove redundant assignment to variable numColin Ian King-1/+0
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-35754/+242
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld-8/+8
2022-11-18treewide: use get_random_u32_{above,below}() instead of manual loopJason A. Donenfeld-8/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-24/+24
2022-11-16sbitmap: Try each queue to wake up at least one waiterGabriel Krisman Bertazi-16/+12
2022-11-16sbitmap: Advance the queue index before waking up a queueGabriel Krisman Bertazi-2/+8
2022-11-16lib/test_linear_ranges: Use LINEAR_RANGE()Matti Vaittinen-11/+2
2022-11-15lib/debugobjects: fix stat count and optimize debug_objects_mem_initwuchi-0/+10
2022-11-14memregion: Add cpu_cache_invalidate_memregion() interfaceDavidlohr Bueso-0/+3
2022-11-14lib/raid6: drop RAID6_USE_EMPTY_ZERO_PAGEGiulio Benetti-2/+0
2022-11-11net: remove skb->vlan_presentEric Dumazet-1/+0
2022-11-11sbitmap: Use single per-bitmap counting to wake up queued tagsGabriel Krisman Bertazi-96/+26
2022-11-11crypto: lib/aesgcm - Provide minimal library implementationArd Biesheuvel-0/+736
2022-11-11crypto: lib/gf128mul - make gf128mul_lle time invariantArd Biesheuvel-19/+39
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel-0/+421
2022-11-10test_firmware: Fix spelling mistake "EMTPY" -> "EMPTY"Colin Ian King-2/+2
2022-11-09mac_pton: Don't access memory over expected lengthAndy Shevchenko-1/+2
2022-11-09lib/scatterlist: add check when merging zone device pagesLogan Gunthorpe-10/+15
2022-11-09iov_iter: introduce iov_iter_get_pages_[alloc_]flags()Logan Gunthorpe-8/+24
2022-11-08kasan: switch kunit tests to console tracepointsAndrey Konovalov-1/+1
2022-11-08maple_tree: don't set a new maximum on the node when not reusing nodesLiam Howlett-2/+1
2022-11-08maple_tree: fix depth tracking in maple_stateLiam Howlett-1/+2
2022-11-08kmsan: make sure PREEMPT_RT is offAlexander Potapenko-0/+1
2022-11-08Kconfig.debug: ensure early check for KMSAN in CONFIG_KMSAN_WARNAlexander Potapenko-1/+1
2022-11-08maple_tree: reorganize testing to restore module testingLiam Howlett-35741/+232
2022-11-08maple_tree: mas_anode_descend() clang-analyzer cleanupLiam Howlett-6/+4
2022-11-08maple_tree: remove pointer to pointer use in mas_alloc_nodes()Liam Howlett-3/+1
2022-11-08lib: Fix some kernel-doc commentsYang Li-1/+1
2022-11-08testing: use the copyleft-next-0.3.1 SPDX tagLuis Chamberlain-22/+2
2022-11-03Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-26/+15
2022-11-02overflow: Introduce overflows_type() and castable_to_type()Kees Cook-0/+382
2022-11-01netlink: introduce bigendian integer typesFlorian Westphal-26/+15
2022-11-01x86/mem: Move memmove to out of line assemblerNick Desaulniers-0/+22
2022-11-01siphash: Convert selftest to KUnitKees Cook-105/+82
2022-11-01fortify: Short-circuit known-safe calls to strscpy()Kees Cook-0/+13
2022-11-01string: Convert strscpy() self-test to KUnitKees Cook-154/+135