summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / / / /
* | | | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-121-42/+136
|\ \ \ \ \ \
| * | | | | | iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig2020-10-031-12/+2
| * | | | | | iov_iter: refactor rw_copy_check_uvector and import_iovecChristoph Hellwig2020-10-031-186/+114
| * | | | | | iov_iter: move rw_copy_check_uvector() into lib/iov_iter.cDavid Laight2020-09-251-0/+176
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-122-23/+9
|\ \ \ \ \ \
| * | | | | | saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-201-11/+8
| * | | | | | csum_and_copy_..._user(): pass 0xffffffff instead of 0 as initial sumAl Viro2020-08-201-3/+3
| * | | | | | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-1/+1
| * | | | | | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-11/+0
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-122-20/+430
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar2020-10-091-0/+5
| |\ \ \ \ \ \
| | * | | | | | kcsan: Test support for compound instrumentationMarco Elver2020-08-241-0/+5
| | |/ / / / /
| * | | | | | Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2020-10-0926-133/+184
| |\ \ \ \ \ \
| * | | | | | | lockdep/selftest: Introduce recursion3Boqun Feng2020-08-261-0/+55
| * | | | | | | locking/selftest: Add test cases for queued_read_lock()Boqun Feng2020-08-261-0/+104
| * | | | | | | Revert "locking/lockdep/selftests: Fix mixed read-write ABBA tests"Boqun Feng2020-08-261-8/+0
| * | | | | | | lockdep/selftest: Add more recursive read related test casesBoqun Feng2020-08-261-0/+161