aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-01-31lib/zlib: add s390 hardware support for kernel zlib_deflateGravatar Mikhail Zaslonko 11-102/+751
2020-01-31lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gravatar Gustavo A. R. Silva 1-0/+1
2020-01-31lib/test_bitmap: correct test data offsets for 32-bitGravatar Andy Shevchenko 1-4/+5
2020-01-29Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 13-46/+151
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-0/+66
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 9-186/+3465
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-40/+170
2020-01-27Merge tag 'core-debugobjects-2020-01-28' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-21/+25
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapGravatar Linus Torvalds 1-20/+0
2020-01-27Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-24/+42
2020-01-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Gravatar Linus Torvalds 1-50/+69
2020-01-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-1/+3
2020-01-27bitmap: Introduce bitmap_cut(): cut bits and shift remainingGravatar Stefano Brivio 1-0/+66
2020-01-24lib: Reduce user_access_begin() boundaries in strncpy_from_user() and strnlen...Gravatar Christophe Leroy 2-14/+14
2020-01-23Merge tag 'xarray-5.5' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 2-26/+93
2020-01-23lib: crc64: include <linux/crc64.h> for 'crc64_be'Gravatar Ben Dooks (Codethink) 1-0/+1
2020-01-22crypto: chacha20poly1305 - add back missing test vectors and test chunkingGravatar Jason A. Donenfeld 1-14/+1698
2020-01-17XArray: Fix xas_find returning too many entriesGravatar Matthew Wilcox (Oracle) 2-2/+13
2020-01-17XArray: Fix xa_find_after with multi-index entriesGravatar Matthew Wilcox (Oracle) 2-20/+32
2020-01-17XArray: Fix infinite loop with entry at ULONG_MAXGravatar Matthew Wilcox (Oracle) 2-0/+20
2020-01-17debugobjects: Fix various data racesGravatar Marco Elver 1-21/+25
2020-01-17livepatch/samples/selftest: Use klp_shadow_alloc() API correctlyGravatar Petr Mladek 1-22/+30
2020-01-17livepatch/selftest: Clean up shadow variable names and typeGravatar Petr Mladek 1-41/+52
2020-01-16lib/vdso: Only read hrtimer_res when needed in __cvdso_clock_getres()Gravatar Christophe Leroy 1-3/+1
2020-01-16crypto: curve25519 - Fix selftest build errorGravatar Herbert Xu 3-10/+30
2020-01-16crypto: x86/poly1305 - wire up faster implementations for kernelGravatar Jason A. Donenfeld 1-1/+1
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsGravatar Jason A. Donenfeld 4-163/+399
2020-01-14lib/vdso: Prepare for time namespace supportGravatar Thomas Gleixner 2-4/+144
2020-01-14lib/vdso: Mark do_hres() and do_coarse() as __always_inlineGravatar Andrei Vagin 1-6/+8
2020-01-14lib/vdso: Avoid duplication in __cvdso_clock_getres()Gravatar Christophe Leroy 1-6/+1
2020-01-14lib/vdso: Let do_coarse() return 0 to simplify the callsiteGravatar Christophe Leroy 1-7/+8
2020-01-14lib/vdso: Remove checks on return value for 32 bit vDSOGravatar Vincenzo Frascino 1-5/+5
2020-01-14lib/vdso: Remove VDSO_HAS_32BIT_FALLBACKGravatar Vincenzo Frascino 1-10/+0
2020-01-14lib/vdso: Build 32 bit specific functions in the right contextGravatar Vincenzo Frascino 1-0/+4
2020-01-13md/raid6: fix algorithm choice under larger PAGE_SIZEGravatar Zhengyuan Liu 1-23/+40
2020-01-13raid6/test: fix a compilation warningGravatar Zhengyuan Liu 1-1/+1
2020-01-13bootconfig: Add Extra Boot Config supportGravatar Masami Hiramatsu 3-0/+808
2020-01-10lib/vdso: Make __cvdso_clock_getres() staticGravatar Vincenzo Frascino 1-0/+1
2020-01-09kunit: allow kunit to be loaded as a moduleGravatar Alan Maguire 3-2/+17
2020-01-09kunit: remove timeout dependence on sysctl_hung_task_timeout_secondsGravatar Alan Maguire 1-18/+4
2020-01-09kunit: allow kunit tests to be loaded as a moduleGravatar Alan Maguire 10-12/+39
2020-01-09kunit: hide unexported try-catch interface in try-catch-impl.hGravatar Alan Maguire 4-12/+32
2020-01-09kunit: move string-stream.h to lib/kunitGravatar Alan Maguire 5-2/+59
2020-01-08libfdt: include fdt_addresses.cGravatar AKASHI Takahiro 2-1/+3
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-20/+0
2019-12-27crypto: lib/curve25519 - re-add selftestsGravatar Jason A. Donenfeld 3-0/+1339
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesGravatar Ingo Molnar 15-336/+532
2019-12-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+2
2019-12-22Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1