summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib/decompress_unlz4.c: correctly handle zero-padding around initrds.Dimitri John Ledkov2021-07-201-0/+8
* iov_iter_advance(): use consistent semantics for move past the endAl Viro2021-07-201-3/+2
* seq_buf: Fix overflow in seq_buf_putmem_hex()Yun Zhou2021-07-191-1/+3
* lib/math/rational.c: fix divide by zeroTrent Piepho2021-07-141-5/+11
* kunit: Fix result propagation for parameterised testsDavid Gow2021-07-141-4/+3
* lockdep/selftests: Fix selftests vs PROVE_RAW_LOCK_NESTINGPeter Zijlstra2021-07-141-0/+1
* locking/lockdep: Reduce LOCKDEP dependency listRandy Dunlap2021-07-141-1/+0
* lib: vsprintf: Fix handling of number field widths in vsscanfRichard Fitzgerald2021-07-143-37/+60
* seq_buf: Make trace_seq_putmem_hex() support data longer than 8Yun Zhou2021-07-141-1/+3
* iov_iter_fault_in_readable() should do nothing in xarray caseAl Viro2021-07-141-1/+1
* teach copy_page_to_iter() to handle compound pagesAl Viro2021-07-141-3/+25
* copy_page_to_iter(): fix ITER_DISCARD caseAl Viro2021-07-141-2/+5
* 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/git/dennis/percpuLinus 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/git/gregkh/char-miscLinus 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/masahiroy/linux-kbuildLinus 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/netdev/netLinus 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/kernel/git/brgl/linuxLinus 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/kernel/git/gregkh/char-miscLinus 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/kvmarm/kvmarm into HEADPaolo 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