summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mm/scatterlist: Do not disable irqs on RTThomas Gleixner2021-07-021-1/+1
* lockdep: disable self-testSebastian Andrzej Siewior2021-07-021-1/+1
* lockdep: selftest: fix warnings due to missing PREEMPT_RT conditionalsJosh Cartwright2021-07-021-0/+28
* lockdep: selftest: Only do hardirq context test for raw spinlockYong Zhang2021-07-021-0/+23
* debugobjects: Make RT awareThomas Gleixner2021-07-021-1/+4
* softirq: Check preemption after reenabling interruptsThomas Gleixner2021-07-021-0/+5
* printk: add pr_flush()John Ogness2021-07-021-0/+1
* printk: remove safe buffersJohn Ogness2021-07-021-6/+0
* lib/test_lockup: Minimum fix to get it compiled on PREEMPT_RTSebastian Andrzej Siewior2021-07-021-0/+16
* sched: Make migrate_disable/enable() independent of RTThomas Gleixner2021-07-021-1/+1
* sched,rt: Use cpumask_any*_distribute()Peter Zijlstra2021-07-021-0/+18
* sched: Add migrate_disable()Peter Zijlstra2021-07-021-0/+5
* stop_machine: Add function and caller debug infoPeter Zijlstra2021-07-021-0/+2
* 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
* | lib/scatterlist: use consistent sg_copy_buffer() return typeDavid Disseldorp2020-10-291-1/+1
|/
* Merge tag '20201024-v4-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-251-180/+345
|\
| * random32: add a selftest for the prandom32 codeWilly Tarreau2020-10-241-0/+56