summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib/decompress_unlz4.c: correctly handle zero-padding around initrds.Dimitri John Ledkov2021-07-011-0/+8
* lz4_decompress: declare LZ4_decompress_safe_withPrefix64k staticRajat Asthana2021-07-011-1/+1
* kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko2021-07-012-2/+4
* lib/test_string.c: allow module removalMatteo Croce2021-07-011-0/+5
* lib: uninline simple_strtoull()Alexey Dobriyan2021-07-011-0/+1
* lib: memscan() fixletAlexey Dobriyan2021-07-011-1/+1
* lib/mpi: fix spelling mistakesZhen Lei2021-07-013-6/+6
* lib/decompressors: fix spelling mistakesZhen Lei2021-07-017-12/+12
* lib/math/rational: add Kunit test casesTrent Piepho2021-07-013-0/+69
* lib/math/rational.c: fix divide by zeroTrent Piepho2021-07-011-5/+11
* seq_file: drop unused *_escape_mem_ascii()Andy Shevchenko2021-07-011-19/+0
* lib/test-string_helpers: add test cases for new featuresAndy Shevchenko2021-07-011-8/+133
* lib/test-string_helpers: get rid of trailing comma in terminatorsAndy Shevchenko2021-07-011-6/+6
* lib/test-string_helpers: print flags in hexadecimal formatAndy Shevchenko2021-07-011-2/+2
* lib/string_helpers: allow to append additional characters to be escapedAndy Shevchenko2021-07-011-4/+15
* lib/string_helpers: introduce ESCAPE_NAP to escape non-ASCII and non-printableAndy Shevchenko2021-07-011-4/+16
* lib/string_helpers: introduce ESCAPE_NA for escaping non-ASCIIAndy Shevchenko2021-07-011-4/+17
* lib/string_helpers: drop indentation level in string_escape_mem()Andy Shevchenko2021-07-011-18/+18
* lib/string_helpers: move ESCAPE_NP check inside 'else' branch in a loopAndy Shevchenko2021-07-011-7/+10
* lib: decompress_bunzip2: remove an unneeded semicolonZhen Lei2021-07-011-1/+1
* mm: selftests for exclusive device memoryAlistair Popple2021-07-012-0/+127
* mm: rename migrate_pgmap_ownerAlistair Popple2021-07-011-1/+1
* 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
* 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-281-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-231-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-151-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-011-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-071-23/+38
| * | | lib/genalloc: add parameter description to fix doc compile warningAlex Shi2021-05-071-0/+5
| * | | lib/percpu_counter: tame kernel-doc compile warningAlex Shi2021-05-071-1/+1
| * | | lib: stackdepot: turn depot_lock spinlock to raw_spinlockZqiang2021-05-071-3/+3