summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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 tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-34/+88
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | netlink: export policy in extended ACKJohannes Berg2020-10-091-17/+18
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-0812-54/+51
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | netlink: add mask validationJakub Kicinski2020-10-061-0/+36
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-054-15/+50
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-225-44/+62
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-046-20/+21
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | netlink: remove duplicated nla_need_padding_for_64bit() checkMiaohe Lin2020-08-251-2/+1
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-231-1/+6
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | netlink: make NLA_BINARY validation more flexibleJohannes Berg2020-08-181-21/+39
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | 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