aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+12
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds8-79/+843
2021-06-29mm/page_alloc: convert per-cpu list protection to local_lockMel Gorman1-0/+3
2021-06-29kasan: add memory corruption identification support for hardware tag-based modeKuan-Ying Lee1-1/+1
2021-06-29kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFYKuan-Ying Lee1-1/+1
2021-06-29kasan: allow an architecture to disable inline instrumentationDaniel Axtens1-0/+12
2021-06-29kasan: test: improve failure message in KUNIT_EXPECT_KASAN_FAIL()David Gow1-6/+5
2021-06-29printk: introduce dump_stack_lvl()Alexander Potapenko1-7/+13
2021-06-29lib/test_hmm: use vma_lookup() in dmirror_migrate()Liam Howlett1-3/+2
2021-06-29slub: force on no_hash_pointers when slub_debug is enabledStephen Boyd1-1/+1
2021-06-29mm/slub, kunit: add a KUnit test for SLUB debugging functionalityOliver Glitta3-0/+165
2021-06-29kunit: make test->lock irq safeVlastimil Babka1-7/+11
2021-06-29Merge branch 'printk-rework' into for-linusPetr Mladek1-36/+2
2021-06-29Merge branch 'for-5.14-vsprintf-scanf' into for-linusPetr Mladek6-38/+819
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+3
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-36/+84
2021-06-26seq_buf: Make trace_seq_putmem_hex() support data longer than 8Yun Zhou1-1/+3
2021-06-26seq_buf: Fix overflow in seq_buf_putmem_hex()Yun Zhou1-1/+3
2021-06-25kunit: add unit test for filtering suites by namesDaniel Latypov2-14/+152
2021-06-25kasan: test: make use of kunit_skip()Marco Elver1-8/+4
2021-06-25kunit: test: Add example tests which are always skippedDavid Gow1-0/+31
2021-06-25kunit: Support skipped testsDavid Gow3-21/+77
2021-06-25lib/test: convert lib/test_list_sort.c to use KUnitDaniel Latypov2-80/+54
2021-06-25kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpersDaniel Latypov1-10/+12
2021-06-23kunit: Add gnu_printf specifiersDavid Gow1-3/+3
2021-06-23lib/cmdline_kunit: Remove a cast which are no-longer requiredDavid Gow1-1/+1
2021-06-22clocksource: Provide kernel module to test clocksource watchdogPaul E. McKenney1-0/+12
2021-06-22lockdep/selftest: Remove wait-type RCU_CALLBACK testsPeter Zijlstra1-17/+0
2021-06-22lockdep/selftests: Fix selftests vs PROVE_RAW_LOCK_NESTINGPeter Zijlstra1-0/+1
2021-06-22locking/selftests: Add a selftest for check_irq_usage()Boqun Feng1-0/+65
2021-06-22locking/lockdep: Improve noinstr vs errorsPeter Zijlstra1-1/+1
2021-06-22lib/dump_stack: move cpu lock to printk.cJohn Ogness1-36/+2
2021-06-18sched: Change task_struct::statePeter Zijlstra1-2/+2
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar1-1/+1
2021-06-17lib: add iomem emulation (logic_iomem)Johannes Berg3-0/+334
2021-06-14Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman1-1/+1
2021-06-14Merge tag 'v5.13-rc6' into char-misc-nextGreg Kroah-Hartman1-1/+1
2021-06-11kunit: Add 'kunit_shutdown' optionDavid Gow1-0/+20
2021-06-11kunit: Fix result propagation for parameterised testsDavid Gow1-4/+3
2021-06-10bootconfig: Support mixing a value and subkeys under a keyMasami Hiramatsu1-20/+45
2021-06-10bootconfig: Change array value to use child nodeMasami Hiramatsu1-4/+19
2021-06-10csum_and_copy_to_pipe_iter(): leave handling of csum_state to callerAl Viro1-23/+18
2021-06-10clean up copy_mc_pipe_to_iter()Al Viro1-24/+9
2021-06-10pipe_zero(): we don't need no stinkin' kmap_atomic()...Al Viro1-1/+3
2021-06-10iov_iter: clean csum_and_copy_...() primitives up a bitAl Viro1-6/+4
2021-06-10copy_page_from_iter(): don't need kmap_atomic() for kvec/bvec casesAl Viro1-2/+2
2021-06-10copy_page_to_iter(): don't bother with kmap_atomic() for bvec/kvec casesAl Viro1-3/+3
2021-06-10iterate_xarray(): only of the first iteration we might get offset != 0Al Viro1-3/+3
2021-06-10pull handling of ->iov_offset into iterate_{iovec,bvec,xarray}Al Viro1-12/+14
2021-06-10iov_iter: make iterator callbacks use base and len instead of iovecAl Viro1-91/+91