summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * random32: add noise from network and scheduling activityWilly Tarreau2020-10-241-0/+5
| * random32: make prandom_u32() output unpredictableGeorge Spelvin2020-10-241-180/+284
* | Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-241-1/+1
|\ \ | |/ |/|
| * sgl_alloc_order: fix memory leakDouglas Gilbert2020-10-161-1/+1
* | Merge tag 'drm-next-2020-10-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-231-4/+4
|\ \
| * | Fonts: Support FONT_EXTRA_WORDS macros for font_6x8Peilin Ye2020-10-191-4/+4
* | | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-6/+4
|\ \ \
| * | | kbuild: Simplify DEBUG_INFO Kconfig handlingSedat Dilek2020-08-271-6/+4
* | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-70/+21
|\ \ \ \
| * | | | test_bitmap: remove user bitmap testsChristoph Hellwig2020-09-081-70/+21
* | | | | Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarrayLinus Torvalds2020-10-204-8/+51
|\ \ \ \ \
| * | | | | XArray: Fix xas_create_range for ranges above 4 billionMatthew Wilcox (Oracle)2020-10-131-1/+1
| * | | | | XArray: Add private interface for workingset node deletionMatthew Wilcox (Oracle)2020-10-132-6/+24
| * | | | | XArray: Test marked multiorder iterationsMatthew Wilcox (Oracle)2020-10-081-0/+22
| * | | | | XArray: Test two more things about xa_cmpxchgMatthew Wilcox (Oracle)2020-10-071-0/+3
| * | | | | ida: Free allocated bitmap in error pathMatthew Wilcox (Oracle)2020-10-071-0/+1
| * | | | | radix tree test suite: Fix compilationMatthew Wilcox (Oracle)2020-10-071-1/+0
* | | | | | Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-10-186-73/+101
|\ \ \ \ \ \
| * | | | | | lib: kunit: Fix compilation test when using TEST_BIT_FIELD_COMPILEVitor Massaru Iha2020-10-161-4/+2
| * | | | | | lib: kunit: add bitfield test conversion to KUnitVitor Massaru Iha2020-10-133-60/+57
| * | | | | | kunit: test: add test plan to KUnit TAP formatBrendan Higgins2020-10-092-11/+17
| * | | | | | init: main: add KUnit to kernel initBrendan Higgins2020-10-091-3/+1
| * | | | | | kunit: test: create a single centralized executor for all testsAlan Maguire2020-10-093-2/+31
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-182-1/+26
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-10-092-1/+26
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'csd.2020.09.04a' into HEADPaul E. McKenney2020-09-042-1/+16
| | |\ \ \ \ \ \
| | | * | | | | | kernel/smp: Provide CSD lock timeout diagnosticsPaul E. McKenney2020-09-041-0/+11
| | | * | | | | | lib: Add backtrace_idle parameter to force backtrace of idle CPUsPaul E. McKenney2020-08-241-1/+5
| | | |/ / / / /
| | * / / / / / scftorture: Add smp_call_function() torture testPaul E. McKenney2020-08-241-0/+10
| | |/ / / / /
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-10-171-26/+107
|\ \ \ \ \ \ \
| * | | | | | | lib/scatterlist: Do not limit max_segment to PAGE_ALIGNED valuesJason Gunthorpe2020-10-161-4/+8
| * | | | | | | lib/scatterlist: Add support in dynamic allocation of SG table from pagesMaor Gottlieb2020-10-051-24/+101
* | | | | | | | Merge tag 'kgdb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-10-161-0/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | kgdb: Honour the kprobe blocklist when setting breakpointsDaniel Thompson2020-09-281-0/+15