summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2021-05-081-5/+5
|\
| * .gitignore: prefix local generated files with a slashMasahiro Yamada2021-05-021-5/+5
* | Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-081-1/+1
|\ \
| * | net: fix nla_strcmp to handle more then one trailing null characterMaciej Żenczykowski2021-05-051-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-079-92/+60
|\ \ \
| * | | lib: parser: clean up kernel-docRandy Dunlap2021-05-061-23/+38
| * | | lib/genalloc: add parameter description to fix doc compile warningAlex Shi2021-05-061-0/+5
| * | | lib/percpu_counter: tame kernel-doc compile warningAlex Shi2021-05-061-1/+1
| * | | lib: stackdepot: turn depot_lock spinlock to raw_spinlockZqiang2021-05-061-3/+3
| * | | lib: crc8: pointer to data block should be constRichard Fitzgerald2021-05-061-1/+1
| * | | lib/genalloc.c: Fix a typoBhaskar Chowdhury2021-05-061-1/+1
| * | | lib/list_sort.c: fix typo in function descriptionToastC2021-05-061-1/+1
| * | | lib: fix inconsistent indenting in process_bit1()Wang Qing2021-05-061-1/+1
| * | | lib/bch.c: fix a typo in the file bch.cBhaskar Chowdhury2021-05-061-1/+1
| * | | lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov2021-05-061-6/+6
| * | | lib: inline _find_next_bit() wrappersYury Norov2021-05-061-54/+2
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-052-7/+2
|\| | |
| * | | kfence: await for allocation using wait_eventMarco Elver2021-05-051-0/+1
| * | | iov_iter: lift memzero_page() to highmem.hIra Weiny2021-05-051-7/+1
* | | | Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-05-052-4/+39
|\ \ \ \
| * | | | lib/cmdline: Export next_arg() for being used in modulesAndy Shevchenko2021-05-051-0/+1
| * | | | lib: bitmap: provide devm_bitmap_alloc() and devm_bitmap_zalloc()Bartosz Golaszewski2021-05-051-0/+33
| * | | | lib: bitmap: order includes alphabeticallyBartosz Golaszewski2021-05-051-4/+5
* | | | | Merge tag 'char-misc-5.13-rc1-round2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-05-051-1/+1
|\ \ \ \ \
| * | | | | dyndbg: fix parsing file query without a line-range suffixShuo Chen2021-04-301-1/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-25/+29
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-04-231-25/+29
| |\ \ \ \ \
| | * | | | | bug: Assign values once in bug_get_file_line()Andrew Scull2021-04-011-3/+3
| | * | | | | bug: Factor out a getter for a bug's file lineAndrew Scull2021-04-011-10/+17
| | * | | | | bug: Remove redundant condition check in report_bugAndrew Scull2021-04-011-18/+15
| | | |/ / / | | |/| | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-303-117/+79
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | kasan: detect false-positives in testsAndrey Konovalov2021-04-301-26/+29
| * | | | | kasan: init memory in kasan_(un)poison for HW_TAGSAndrey Konovalov2021-04-301-2/+2
| * | | | | lib/test_vmalloc.c: add a new 'nr_threads' parameterUladzislau Rezki (Sony)2021-04-301-48/+40
| * | | | | lib/test_vmalloc.c: remove two kvfree_rcu() testsUladzislau Rezki (Sony)2021-04-301-40/+0
| * | | | | mm/memtest: add ARCH_USE_MEMTESTAnshuman Khandual2021-04-301-1/+8
* | | | | | Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-04-301-14/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | lib/vdso: Add vdso_data pointer as input to __arch_get_timens_vdso_data()Christophe Leroy2021-04-141-6/+9
| * | | | | lib/vdso: Mark do_hres_timens() and do_coarse_timens() __always_inline()Christophe Leroy2021-04-141-8/+8
| | |/ / / | |/| | |
* | | | | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-291-2/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | kbuild: dwarf: use AS_VERSION instead of test_dwarf5_support.shMasahiro Yamada2021-04-251-2/+1
| * | | | 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