aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2020-05-28Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/cn96xxBruce Ashfield
2020-05-27vsprintf: don't obfuscate NULL and error pointersIlya Dryomov
2020-05-11Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/cn96xxBruce Ashfield
2020-05-10lib: devres: add a helper function for ioremap_ucTuowen Zhao
2020-05-10lib/mpi: Fix building for powerpc with clangNathan Chancellor
2020-05-02Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/cn96xxBruce Ashfield
2020-05-02Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/cn96xxBruce Ashfield
2020-04-29lib/raid6/test: fix build on distros whose /bin/sh is not bashMasahiro Yamada
2020-04-23kbuild, btf: Fix dependencies for DEBUG_INFO_BTFSlava Bacherikov
2020-04-22Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-04-17xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)
2020-04-17XArray: Fix xas_pause for large multi-index entriesMatthew Wilcox (Oracle)
2020-04-13Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-04-13Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-04-13uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov
2020-04-08XArray: Fix xa_find_next for large multi-index entriesMatthew Wilcox (Oracle)
2020-03-21Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-03-05kbuild: move headers_check rule to usr/include/MakefileMasahiro Yamada
2020-03-02Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-03-02Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-02-28lib/stackdepot.c: fix global out-of-bounds in stack_slabsAlexander Potapenko
2020-02-24lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor
2020-02-24debugobjects: Fix various data racesMarco Elver
2020-02-24raid6/test: fix a compilation warningZhengyuan Liu
2020-02-20bpf/tests: Use migrate disable instead of preempt disableDavid Miller
2020-02-17Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-02-11lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gustavo A. R. Silva
2020-02-06Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-02-06Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-02-05XArray: Fix xas_pause at ULONG_MAXMatthew Wilcox (Oracle)
2020-01-29lib: Reduce user_access_begin() boundaries in strncpy_from_user() and strnlen...Christophe Leroy
2020-01-29XArray: Fix xas_find returning too many entriesMatthew Wilcox (Oracle)
2020-01-29XArray: Fix xa_find_after with multi-index entriesMatthew Wilcox (Oracle)
2020-01-29XArray: Fix infinite loop with entry at ULONG_MAXMatthew Wilcox (Oracle)
2020-01-13mm/scatterlist: Do not disable irqs on RTThomas Gleixner
2020-01-13lockdep: disable self-testSebastian Andrzej Siewior
2020-01-13lockdep: selftest: fix warnings due to missing PREEMPT_RT conditionalsJosh Cartwright
2020-01-13lockdep: selftest: Only do hardirq context test for raw spinlockYong Zhang
2020-01-13debugobjects: Make RT awareThomas Gleixner
2020-01-13kernel/sched/core: add migrate_disable()Sebastian Andrzej Siewior
2020-01-13softirq: Check preemption after reenabling interruptsThomas Gleixner
2020-01-13radix-tree: use local locksSebastian Andrzej Siewior
2020-01-13Use CONFIG_PREEMPTIONSebastian Andrzej Siewior
2020-01-13printk: remove unused codeJohn Ogness
2020-01-13printk: introduce emergency messagesJohn Ogness
2020-01-13printk_safe: remove printk safe codeJohn Ogness
2020-01-13printk-rb: add functionality required by printkJohn Ogness
2020-01-13printk-rb: add blocking reader supportJohn Ogness
2020-01-13printk-rb: add basic non-blocking reading interfaceJohn Ogness
2020-01-13printk-rb: add writer interfaceJohn Ogness