aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-19/+28
2020-10-13mm/page_alloc.c: fix freeing non-compound pagesGravatar Matthew Wilcox (Oracle) 3-0/+52
2020-10-13KASAN: port KASAN Tests to KUnitGravatar Patricia Alfonso 4-438/+386
2020-10-13KUnit: KASAN IntegrationGravatar Patricia Alfonso 2-7/+53
2020-10-13lib/test_hmm.c: remove unused dmirror_zero_pageGravatar Ralph Campbell 1-14/+0
2020-10-13mm/memremap_pages: support multiple ranges per invocationGravatar Dan Williams 1-0/+1
2020-10-13mm/memremap_pages: convert to 'struct range'Gravatar Dan Williams 1-25/+25
2020-10-13kasan: remove mentions of unsupported Clang versionsGravatar Marco Elver 1-5/+4
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-35/+100
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-0/+23
2020-10-13lib: kunit: add bitfield test conversion to KUnitGravatar Vitor Massaru Iha 3-60/+57
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 15-13/+3493
2020-10-13XArray: Fix xas_create_range for ranges above 4 billionGravatar Matthew Wilcox (Oracle) 1-1/+1
2020-10-13XArray: Add private interface for workingset node deletionGravatar Matthew Wilcox (Oracle) 2-6/+24
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-42/+136
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-23/+9
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-20/+430
2020-10-12Merge tag 'core-debugobjects-2020-10-12' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 2-17/+42
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-26/+29
2020-10-09netlink: export policy in extended ACKGravatar Johannes Berg 1-17/+18
2020-10-09kunit: test: add test plan to KUnit TAP formatGravatar Brendan Higgins 2-11/+17
2020-10-09init: main: add KUnit to kernel initGravatar Brendan Higgins 1-3/+1
2020-10-09kunit: test: create a single centralized executor for all testsGravatar Alan Maguire 3-2/+31
2020-10-09percpu_ref: don't refer to ref->data if it isn't allocatedGravatar Ming Lei 1-1/+1
2020-10-09Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Gravatar Ingo Molnar 1-0/+5
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesGravatar Ingo Molnar 26-133/+184
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 2-1/+26
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 12-54/+51
2020-10-08XArray: Test marked multiorder iterationsGravatar Matthew Wilcox (Oracle) 1-0/+22
2020-10-07XArray: Test two more things about xa_cmpxchgGravatar Matthew Wilcox (Oracle) 1-0/+3
2020-10-07ida: Free allocated bitmap in error pathGravatar Matthew Wilcox (Oracle) 1-0/+1
2020-10-07radix tree test suite: Fix compilationGravatar Matthew Wilcox (Oracle) 1-1/+0
2020-10-06percpu_ref: reduce memory footprint of percpu_ref in fast pathGravatar Ming Lei 1-33/+98
2020-10-06netlink: add mask validationGravatar Jakub Kicinski 1-0/+36
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Gravatar Dan Williams 2-26/+29
2020-10-06Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 12-54/+51
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 4-15/+50
2020-10-05lib/scatterlist: Add support in dynamic allocation of SG table from pagesGravatar Maor Gottlieb 1-24/+101
2020-10-05test_firmware: Test partial read supportGravatar Scott Branden 1-12/+142
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecGravatar Christoph Hellwig 1-12/+2
2020-10-03iov_iter: refactor rw_copy_check_uvector and import_iovecGravatar Christoph Hellwig 1-186/+114
2020-10-02random32: Restore __latent_entropy attribute on net_rand_stateGravatar Thibaut Sautereau 1-1/+1
2020-10-02lib/mpi: Fix unused variable warningsGravatar Herbert Xu 4-10/+3
2020-10-01debugobjects: Free per CPU pool after CPU unplugGravatar Zqiang 1-0/+25
2020-09-30lib: string_helpers: provide kfree_strarray()Gravatar Bartosz Golaszewski 1-0/+23
2020-09-28kgdb: Honour the kprobe blocklist when setting breakpointsGravatar Daniel Thompson 1-0/+15
2020-09-27dyndbg: use keyword, arg varnames for query term pairsGravatar Jim Cromie 1-12/+15
2020-09-26lib/memregion.c: include memregion.hGravatar Jason Yan 1-0/+1
2020-09-26lib/string.c: implement stpcpyGravatar Nick Desaulniers 1-0/+24
2020-09-25iov_iter: move rw_copy_check_uvector() into lib/iov_iter.cGravatar David Laight 1-0/+176