summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* locking/lockdep: Improve noinstr vs errorsPeter Zijlstra2021-06-221-1/+1
* lib: crc64: fix kernel-doc warningYueHaibing2021-06-051-1/+1
* Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-271-3/+3
|\
| * percpu_ref: Don't opencode percpu_ref_is_dyingNikolay Borisov2021-05-131-3/+3
* | lib: kunit: suppress a compilation warning of frame sizeZhen Lei2021-05-221-0/+1
* | Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-201-8/+12
|\ \
| * | dyndbg: drop uninformative vpr_infoJim Cromie2021-05-131-1/+0
| * | dyndbg: avoid calling dyndbg_emit_prefix when it has no workJim Cromie2021-05-131-7/+12
| |/
* / kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabledPeter Collingbourne2021-05-141-6/+23
|/
* 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