summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
| * | | | | | | lockdep/selftest: Unleash irq_read_recursion2 and add moreBoqun Feng2020-08-261-12/+47
| * | | | | | | lockdep/selftest: Add a R-L/L-W test case specific to chain cache behaviorBoqun Feng2020-08-261-0/+47
| * | | | | | | locking: More accurate annotations for read_lock()Boqun Feng2020-08-261-0/+11
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'core-debugobjects-2020-10-12' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-10-122-17/+42
|\ \ \ \ \ \ \
| * | | | | | | debugobjects: Free per CPU pool after CPU unplugZqiang2020-10-011-0/+25
| * | | | | | | treewide: Make all debug_obj_descriptors constStephen Boyd2020-09-241-2/+2
| * | | | | | | debugobjects: Allow debug_obj_descr to be constStephen Boyd2020-09-241-15/+15
* | | | | | | | Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-122-26/+29
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2020-10-062-26/+29
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-10-0612-54/+51
|\ \ \ \ \ \ \
| * | | | | | | Fonts: Support FONT_EXTRA_WORDS macros for built-in fontsPeilin Ye2020-09-2512-54/+51
| | |_|/ / / / | |/| | | | |
* | | | | | | random32: Restore __latent_entropy attribute on net_rand_stateThibaut Sautereau2020-10-021-1/+1
* | | | | | | lib/memregion.c: include memregion.hJason Yan2020-09-261-0/+1
* | | | | | | lib/string.c: implement stpcpyNick Desaulniers2020-09-261-0/+24
* | | | | | | Merge tag 'trace-v5.9-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-231-14/+24
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | lib/bootconfig: Fix to remove tailing spaces after valueMasami Hiramatsu2020-09-211-1/+1
| * | | | | | lib/bootconfig: Fix a bug of breaking existing tree nodesMasami Hiramatsu2020-09-211-13/+23
| | |_|_|/ / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-221-1/+1
|\ \ \ \ \ \
| * | | | | | rhashtable: fix indentation of a continue statementColin Ian King2020-09-201-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | kcsan: kconfig: move to menu 'Generic Kernel Debugging Instruments'Changbin Du2020-09-191-3/+1
| |/ / / / |/| | | |
* | | | | Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-09-132-4/+14
|\ \ \ \ \
| * | | | | test_firmware: Test platform fw loading on non-EFI systemsKees Cook2020-09-101-0/+9
| * | | | | kobject: Drop unneeded conditional in __kobject_del()Andy Shevchenko2020-09-071-3/+0
| * | | | | kobject: Restore old behaviour of kobject_del(NULL)Andy Shevchenko2020-08-281-1/+5
| | |/ / / | |/| | |
* | | | | Revert "dyndbg: accept query terms like file=bar and module=foo"Greg Kroah-Hartman2020-09-101-33/+20
* | | | | Revert "dyndbg: fix problem parsing format="foo bar""Greg Kroah-Hartman2020-09-101-17/+21
* | | | | dyndbg: fix problem parsing format="foo bar"Jim Cromie2020-09-041-21/+17
* | | | | dyndbg: refine export, rename to dynamic_debug_exec_queries()Jim Cromie2020-09-041-2/+25
* | | | | dyndbg: give %3u width in pr-format, cosmetic onlyJim Cromie2020-09-041-1/+1
| |/ / / |/| | |
* | | | lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva2020-08-2416-64/+64
* | | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2316-64/+65
|/ / /
* / / lib/string.c: Use freestanding environmentArvind Sankar2020-08-191-1/+6
|/ /
* | iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-141-15/+15