summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/test_stackinit: Fix static initializer testKees Cook2021-09-181-13/+7
* bpf/tests: Do not PASS tests without actually testing the resultJohan Almbladh2021-09-181-1/+8
* bpf/tests: Fix copy-and-paste error in double word testJohan Almbladh2021-09-181-2/+2
* lib/mpi: use kcalloc in mpi_resizeHongbo Li2021-09-151-1/+1
* net: kcov: don't select SKB_EXTENSIONS when there is no NETRandy Dunlap2021-09-121-1/+1
* once: Fix panic when module unloadKefeng Wang2021-09-031-3/+8
* net: add kcov handle to skb extensionsAleksandr Nogikh2021-07-281-0/+1
* lib/decompress_unlz4.c: correctly handle zero-padding around initrds.Dimitri John Ledkov2021-07-201-0/+8
* 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
* 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
* copy_page_to_iter(): fix ITER_DISCARD caseAl Viro2021-07-141-2/+5
* locking/lockdep: Improve noinstr vs errorsPeter Zijlstra2021-06-301-1/+1
* lib/lz4: explicitly support in-place decompressionGao Xiang2021-06-102-1/+6
* lib: stackdepot: turn depot_lock spinlock to raw_spinlockZqiang2021-05-221-3/+3
* kobject_uevent: remove warning in init_uevent_argv()Greg Kroah-Hartman2021-05-191-4/+5
* kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabledPeter Collingbourne2021-05-191-6/+23
* net: fix nla_strcmp to handle more then one trailing null characterMaciej Żenczykowski2021-05-191-1/+1
* bug: Remove redundant condition check in report_bugAndrew Scull2021-05-141-18/+15
* crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann2021-05-143-3/+6
* lib/vsprintf.c: remove leftover 'f' and 'F' cases from bstr_printf()Rasmus Villemoes2021-05-111-2/+0
* dyndbg: fix parsing file query without a line-range suffixShuo Chen2021-05-111-1/+1
* lib: fix kconfig dependency on ARCH_WANT_FRAME_POINTERSJulian Braha2021-04-211-3/+3
* XArray: Fix splitting to non-zero ordersMatthew Wilcox (Oracle)2021-04-162-14/+16
* math: Export mul_u64_u64_div_u64David S. Miller2021-04-101-0/+1
* kasan: fix memory corruption in kasan_bitops_tags testAndrey Konovalov2021-03-171-5/+5
* PCI: Fix pci_register_io_range() memory leakGeert Uytterhoeven2021-03-171-0/+3
* udp: fix skb_copy_and_csum_datagram with odd segment sizesWillem de Bruijn2021-02-171-10/+14
* Revert "lib: Restrict cpumask_local_spread to houskeeping CPUs"Thomas Gleixner2021-02-171-11/+5
* ubsan: implement __ubsan_handle_alignment_assumptionNathan Chancellor2021-02-172-0/+37
* iov_iter: fix the uaccess area in copy_compat_iovec_from_userChristoph Hellwig2021-01-271-1/+1
* lib/raid6: Let $(UNROLL) rules work with macOS userlandJohn Millikin2021-01-191-1/+1
* lib/genalloc: fix the overflow when size is too bigHuang Shijie2021-01-121-12/+13
* zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.cRandy Dunlap2021-01-064-19/+9
* lib/zlib: fix inflating zlib streams on s390Ilya Leoshkevich2021-01-061-2/+2
* dyndbg: fix use before null checkJim Cromie2020-12-301-2/+7
* selftest/fpu: avoid clang warningArnd Bergmann2020-12-111-1/+2
* zlib: export S390 symbols for zlib modulesRandy Dunlap2020-12-061-0/+3
* lib/syscall: fix syscall registers retrieval on 32-bit platformsWilly Tarreau2020-12-031-2/+9
* lib/strncpy_from_user.c: Mask out bytes after NUL terminator.Daniel Xu2020-11-191-2/+17
* Merge tag 'drm-fixes-2020-11-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-11-0613-13/+13
|\
| * Fonts: Replace discarded const qualifierLee Jones2020-11-0313-13/+13
* | lib/crc32test: remove extra local_irq_disable/enableVasily Gorbik2020-11-021-4/+0
* | kasan: adopt KUNIT tests to SW_TAGS modeAndrey Konovalov2020-11-021-42/+107
|/
* Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-11-011-0/+2
|\
| * docs: Kconfig/Makefile: add a check for broken ABI filesMauro Carvalho Chehab2020-10-301-0/+2