summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | kbuild: add CONFIG_VMLINUX_MAP expert optionRasmus Villemoes2021-04-251-0/+10
| |/ / /
* | | | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-4/+5
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-177-21/+18
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-092-17/+20
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-252-0/+2
| |\ \ \ \ \
| * | | | | | rhashtable: avoid -Wrestrict warning on overlapping sprintf outputArnd Bergmann2021-03-241-4/+5
* | | | | | | Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-04-293-0/+261
|\ \ \ \ \ \ \
| * | | | | | | lib/math/test_div64: Correct the spelling of "dividend"Maciej W. Rozycki2021-04-231-19/+19
| * | | | | | | lib/math/test_div64: Fix error message formattingMaciej W. Rozycki2021-04-211-1/+1
| * | | | | | | lib/math: Add a `do_div' test moduleMaciej W. Rozycki2021-04-213-0/+261
* | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-281-92/+118
|\ \ \ \ \ \ \ \
| * | | | | | | | scsi: sbitmap: Add sbitmap_calculate_shift() helperMing Lei2021-03-041-13/+3
| * | | | | | | | scsi: sbitmap: Export sbitmap_weightMing Lei2021-03-041-5/+6
| * | | | | | | | scsi: sbitmap: Move allocation hint into sbitmapMing Lei2021-03-041-46/+66
| * | | | | | | | scsi: sbitmap: Add helpers for updating allocation hintMing Lei2021-03-041-39/+54
| * | | | | | | | scsi: sbitmap: Maintain allocation round_robin in sbitmapMing Lei2021-03-041-14/+14
| |/ / / / / / /
* | | | | | | | Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-281-1/+0
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar2021-04-2011-42/+39
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | sched: Don't make LATENCYTOP select SCHED_DEBUGPeter Zijlstra2021-04-161-1/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-04-281-2/+3
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-mingo-kcsan' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2021-04-111-2/+3
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | kcsan: Make test follow KUnit style recommendationsMarco Elver2021-03-081-2/+3
| | |/ / / / / /
* | | | | | | | Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-282-26/+69
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2021-04-112-26/+69
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | lib: test_bitmap: add tests for "N" aliasPaul Gortmaker2021-03-081-0/+10
| | * | | | | | | lib: bitmap: support "N" as an alias for size of bitmapPaul Gortmaker2021-03-081-5/+17
| | * | | | | | | lib: bitmap: move ERANGE check from set_region to check_regionPaul Gortmaker2021-03-081-9/+5
| | * | | | | | | lib: bitmap: fold nbits into region structPaul Gortmaker2021-03-081-9/+10
| | * | | | | | | lib: test_bitmap: add more start-end:offset/len testsPaul Gortmaker2021-03-081-0/+22
| | * | | | | | | lib: test_bitmap: add tests to trigger ERANGE case.Paul Gortmaker2021-03-081-0/+2
| | * | | | | | | lib: test_bitmap: clearly separate ERANGE from EINVAL tests.Paul Gortmaker2021-03-081-6/+6
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-282-0/+57
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge drm/drm-fixes into drm-nextDaniel Vetter2021-04-135-21/+25
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-162-0/+57
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | * | | | | | | | lib/vsprintf: Add support for printing V4L2 and DRM fourccsSakari Ailus2021-02-172-0/+57
* | | | | | | | | | Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-04-273-21/+82
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kunit: support failure from dynamic analysis toolsUriel Guajardo2021-04-021-4/+35
| * | | | | | | | | | kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov2021-04-021-0/+3
| * | | | | | | | | | kunit: make KUNIT_EXPECT_STREQ() quote values, don't print literalsDaniel Latypov2021-04-021-6/+24
| * | | | | | | | | | kunit: Match parenthesis alignment to improve code readabilityLucas Stankus2021-03-231-11/+20
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-272-19/+149
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'for-5.13-vsprintf-pgp' into for-linusPetr Mladek2021-04-272-15/+141
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | vsprintf: dump full information of page flags in pGpYafang Shao2021-03-192-15/+141
| * | | | | | | | | | | lib/vsprintf.c: remove leftover 'f' and 'F' cases from bstr_printf()Rasmus Villemoes2021-04-231-2/+0
| * | | | | | | | | | | printk: clarify the documentation for plain pointer printingVlastimil Babka2021-04-071-2/+5
| * | | | | | | | | | | lib/vsprintf: do not show no_hash_pointers message multiple timesMarco Elver2021-03-191-0/+3
| |/ / / / / / / / / /
* | | | | | | | | | | Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-23/+295
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | iov_iter: Four fixes for ITER_XARRAYDavid Howells2021-04-261-0/+5
| * | | | | | | | | | | iov_iter: Add ITER_XARRAYDavid Howells2021-04-231-23/+290
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-272-12/+8
|\ \ \ \ \ \ \ \ \ \ \