summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-299-24/+212
|\
| * mm/page_alloc: convert per-cpu list protection to local_lockMel Gorman2021-06-291-0/+3
| * kasan: add memory corruption identification support for hardware tag-based modeKuan-Ying Lee2021-06-291-1/+1
| * kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFYKuan-Ying Lee2021-06-291-1/+1
| * kasan: allow an architecture to disable inline instrumentationDaniel Axtens2021-06-291-0/+12
| * kasan: test: improve failure message in KUNIT_EXPECT_KASAN_FAIL()David Gow2021-06-291-6/+5
| * printk: introduce dump_stack_lvl()Alexander Potapenko2021-06-291-7/+13
| * lib/test_hmm: use vma_lookup() in dmirror_migrate()Liam Howlett2021-06-291-3/+2
| * slub: force on no_hash_pointers when slub_debug is enabledStephen Boyd2021-06-291-1/+1
| * mm/slub, kunit: add a KUnit test for SLUB debugging functionalityOliver Glitta2021-06-293-0/+165
| * kunit: make test->lock irq safeVlastimil Babka2021-06-291-7/+11
* | Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-06-291-0/+12
|\ \
| * | clocksource: Provide kernel module to test clocksource watchdogPaul E. McKenney2021-06-221-0/+12
* | | Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-06-298-79/+843
|\ \ \
| * \ \ Merge branch 'printk-rework' into for-linusPetr Mladek2021-06-291-36/+2
| |\ \ \
| | * | | lib/dump_stack: move cpu lock to printk.cJohn Ogness2021-06-221-36/+2
| * | | | Merge branch 'for-5.14-vsprintf-scanf' into for-linusPetr Mladek2021-06-296-38/+819
| |\ \ \ \
| | * | | | lib: test_scanf: Remove pointless use of type_min() with unsigned typesRichard Fitzgerald2021-05-271-7/+6
| | * | | | lib: test_scanf: Add tests for sscanf number conversionRichard Fitzgerald2021-05-193-0/+755
| | * | | | lib: vsprintf: Fix handling of number field widths in vsscanfRichard Fitzgerald2021-05-193-37/+60
| | * | | | lib: vsprintf: scanf: Negative number must have field width > 1Richard Fitzgerald2021-05-191-1/+5
| * | | | | lib/vsprintf: Allow to override ISO 8601 date and time separatorAndy Shevchenko2021-05-172-5/+22
| |/ / / /
* | | | | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-282-7/+3
|\ \ \ \ \
| * | | | | sched: Change task_struct::statePeter Zijlstra2021-06-181-2/+2
| * | | | | Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar2021-06-181-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2021-06-034-17/+39
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | lib/smp_processor_id: Use is_percpu_thread() instead of nr_cpus_allowedYejune Deng2021-05-191-5/+1
* | | | | | | Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-283-36/+84
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | lockdep/selftest: Remove wait-type RCU_CALLBACK testsPeter Zijlstra2021-06-221-17/+0
| * | | | | | lockdep/selftests: Fix selftests vs PROVE_RAW_LOCK_NESTINGPeter Zijlstra2021-06-221-0/+1
| * | | | | | locking/selftests: Add a selftest for check_irq_usage()Boqun Feng2021-06-221-0/+65
| * | | | | | locking/lockdep: Reduce LOCKDEP dependency listRandy Dunlap2021-05-311-1/+0
| * | | | | | locking/atomic: atomic64: support ARCH_ATOMICMark Rutland2021-05-261-18/+18
| |/ / / / /
* | | / / / locking/lockdep: Improve noinstr vs errorsPeter Zijlstra2021-06-221-1/+1
| |_|/ / / |/| | | |
* | | | | lib: crc64: fix kernel-doc warningYueHaibing2021-06-051-1/+1
| |/ / / |/| | |
* | | | Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-271-3/+3
|\ \ \ \
| * | | | percpu_ref: Don't opencode percpu_ref_is_dyingNikolay Borisov2021-05-131-3/+3
| |/ / /
* | | | lib: kunit: suppress a compilation warning of frame sizeZhen Lei2021-05-221-0/+1
* | | | Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-201-8/+12
|\ \ \ \
| * | | | dyndbg: drop uninformative vpr_infoJim Cromie2021-05-131-1/+0
| * | | | dyndbg: avoid calling dyndbg_emit_prefix when it has no workJim Cromie2021-05-131-7/+12
| |/ / /
* / / / kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabledPeter Collingbourne2021-05-141-6/+23
|/ / /
* | | Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2021-05-081-5/+5
|\ \ \
| * | | .gitignore: prefix local generated files with a slashMasahiro Yamada2021-05-021-5/+5
* | | | Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-081-1/+1
|\ \ \ \
| * | | | net: fix nla_strcmp to handle more then one trailing null characterMaciej Żenczykowski2021-05-051-1/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-079-92/+60
|\ \ \ \ \
| * | | | | lib: parser: clean up kernel-docRandy Dunlap2021-05-061-23/+38
| * | | | | lib/genalloc: add parameter description to fix doc compile warningAlex Shi2021-05-061-0/+5
| * | | | | lib/percpu_counter: tame kernel-doc compile warningAlex Shi2021-05-061-1/+1