summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/crc32.c: fix trivial typo in preprocessor conditionTobias Jordan2020-10-161-1/+1
* lib/test_hmm.c: fix an error code in dmirror_allocate_chunk()Dan Carpenter2020-10-161-1/+1
* lib/percpu_counter.c: use helper macro abs()Miaohe Lin2020-10-161-1/+1
* lib/scatterlist.c: avoid a double memsetChristophe JAILLET2020-10-161-1/+1
* lib/idr.c: document calling context for IDA APIs mustn't use locksStephen Boyd2020-10-161-3/+6
* lib/mpi/mpi-bit.c: fix spello of "functions"Randy Dunlap2020-10-161-1/+1
* lib: test_sysctl: delete duplicated wordsRandy Dunlap2020-10-161-1/+1
* lib: syscall: delete duplicated wordsRandy Dunlap2020-10-161-1/+1
* lib: radix-tree: delete duplicated wordsRandy Dunlap2020-10-161-1/+1
* lib: earlycpio: delete duplicated wordsRandy Dunlap2020-10-161-1/+1
* lib: dynamic_queue_limits: delete duplicated words + fix typoRandy Dunlap2020-10-161-2/+2
* lib: decompress_bunzip2: delete duplicated wordsRandy Dunlap2020-10-161-1/+1
* lib: libcrc32c: delete duplicated wordsRandy Dunlap2020-10-161-1/+1
* lib: bitmap: delete duplicated wordsRandy Dunlap2020-10-161-1/+1
* kernel.h: split out min()/max() et al. helpersAndy Shevchenko2020-10-164-1/+4
* XArray: add xas_splitMatthew Wilcox (Oracle)2020-10-162-9/+203
* XArray: add xa_get_orderMatthew Wilcox (Oracle)2020-10-162-0/+61
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2020-10-151-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2020-09-01134-1565/+7571
| |\
| * | lib/bitmap.c: fix spelloRandy Dunlap2020-05-181-1/+1
* | | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-154-0/+2587
|\ \ \
| * \ \ Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-09-1410-61/+87
| |\ \ \
| * | | | lib/fonts: add font 6x8 for OLED displaySven Schneider2020-09-084-0/+2587
* | | | | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-151-12/+142
|\ \ \ \ \
| * | | | | test_firmware: Test partial read supportScott Branden2020-10-051-12/+142
| | |/ / / | |/| | |
* | | | | Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-142-19/+28
|\ \ \ \ \
| * | | | | dyndbg: use keyword, arg varnames for query term pairsJim Cromie2020-09-271-12/+15
| * | | | | Merge 5.9-rc5 into driver-core-nextGreg Kroah-Hartman2020-09-149-60/+81
| |\| | | |
| * | | | | driver core: platform: Document return type of more functionsStephen Boyd2020-09-101-6/+12
| * | | | | Revert "test_firmware: Test platform fw loading on non-EFI systems"Greg Kroah-Hartman2020-09-091-5/+0
| * | | | | test_firmware: Test platform fw loading on non-EFI systemsKees Cook2020-09-081-0/+5
| * | | | | lib: devres: delete duplicated wordsRandy Dunlap2020-09-071-1/+1
* | | | | | mm/page_alloc.c: fix freeing non-compound pagesMatthew Wilcox (Oracle)2020-10-133-0/+52
* | | | | | KASAN: port KASAN Tests to KUnitPatricia Alfonso2020-10-134-438/+386
* | | | | | KUnit: KASAN IntegrationPatricia Alfonso2020-10-132-7/+53
* | | | | | lib/test_hmm.c: remove unused dmirror_zero_pageRalph Campbell2020-10-131-14/+0
* | | | | | mm/memremap_pages: support multiple ranges per invocationDan Williams2020-10-131-0/+1
* | | | | | mm/memremap_pages: convert to 'struct range'Dan Williams2020-10-131-25/+25
* | | | | | kasan: remove mentions of unsupported Clang versionsMarco Elver2020-10-131-5/+4
* | | | | | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-132-35/+100
|\ \ \ \ \ \
| * | | | | | percpu_ref: don't refer to ref->data if it isn't allocatedMing Lei2020-10-091-1/+1
| * | | | | | percpu_ref: reduce memory footprint of percpu_ref in fast pathMing Lei2020-10-061-33/+98
| * | | | | | vsprintf: use bd_partno in bdev_nameChristoph Hellwig2020-09-251-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2020-10-131-0/+23
|\ \ \ \ \ \
| * | | | | | lib: string_helpers: provide kfree_strarray()Bartosz Golaszewski2020-09-301-0/+23
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-10-1315-13/+3493
|\ \ \ \ \ \
| * | | | | | lib/mpi: Fix unused variable warningsHerbert Xu2020-10-024-10/+3
| * | | | | | lib/mpi: Introduce ec implementation to MPI libraryTianjia Zhang2020-09-252-0/+1510
| * | | | | | lib/mpi: Extend the MPI libraryTianjia Zhang2020-09-2513-10/+1989
| * | | | | | crypto: lib/chacha20poly1305 - Set SG_MITER_ATOMIC unconditionallyHerbert Xu2020-09-251-3/+1
| |/ / / / /