summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2022-12-02lib: fortify_kunit: build without structleak pluginAnders Roxell-0/+1
2022-12-02panic: Consolidate open-coded panic_on_warn checksKees Cook-2/+1
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe-35786/+267
2022-12-02debugobjects: Print object pointer in debug_print_object()Stephen Boyd-2/+2
2022-12-01error-injection: Add prompt for function error injectionSteven Rostedt (Google)-1/+7
2022-11-30cpumask: limit visibility of FORCE_NR_CPUSYury Norov-2/+2
2022-11-30lib/radix-tree.c: fix uninitialized variable compilation warningRong Tao-1/+1
2022-11-30lib/notifier-error-inject: fix error when writing -errno to debugfs fileAkinobu Mita-1/+1
2022-11-30maple_tree: allow TEST_MAPLE_TREE only when DEBUG_KERNEL is setRandy Dunlap-0/+1
2022-11-30maple_tree: mte_set_full() and mte_clear_full() clang-analyzer clean upLiam Howlett-4/+9
2022-11-30percpu_counter: add percpu_counter_sum_all interfaceShakeel Butt-6/+23
2022-12-01Merge branch 'slub-tiny-v1r6' into slab/for-nextVlastimil Babka-1/+1
2022-12-01mm/slub, kunit: Add a test case for kmalloc redzone checkFeng Tang-0/+22
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton-35759/+252
2022-11-30Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabledLee Jones-0/+1
2022-11-30mm/slub, kunit: add SLAB_SKIP_KFENCE flag for cache creationFeng Tang-10/+25
2022-11-30percpu-refcount: Use call_rcu_hurry() for atomic switchJoel Fernandes (Google)-1/+2
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+10
2022-11-29interval-tree: Add a utility to iterate over spans in an interval treeJason Gunthorpe-0/+136
2022-11-27mm, slub: add CONFIG_SLUB_TINYVlastimil Babka-1/+1
2022-11-27Merge tag 'char-misc-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2022-11-25Merge tag 'v6.1-rc4' into regulator-6.2Mark Brown-79/+80
2022-11-25iov_iter: saner checks for attempt to copy to/from iteratorAl Viro-14/+17
2022-11-25csum_and_copy_to_iter(): handle ITER_DISCARDAl Viro-2/+6
2022-11-25get rid of unlikely() on page_copy_sane() callsAl Viro-6/+5
2022-11-25lib/test_rhashtable: Remove set but unused variable 'insert_retries'Jiapeng Chong-4/+2
2022-11-23lib/vdso: use "grep -E" instead of "egrep"Greg Kroah-Hartman-1/+1
2022-11-23test_firmware: fix memory leak in test_firmware_init()Zhengchao Shao-0/+1
2022-11-22kunit/fortify: Validate __alloc_size attribute resultsKees Cook-0/+256
2022-11-22test_kprobes: fix implicit declaration error of test_kprobesLi Hua-0/+1
2022-11-22mm: fix unexpected changes to {failslab|fail_page_alloc}.attrQi Zheng-5/+8
2022-11-22lru_cache: remove unused lc_private, lc_set, lc_index_ofJoel Colledge-44/+0
2022-11-22lru_cache: remove compiled out codeChristoph Böhmwalder-11/+0
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