summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds-20/+0
2020-01-27Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds-24/+42
2020-01-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds-50/+69
2020-01-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+3
2020-01-27bitmap: Introduce bitmap_cut(): cut bits and shift remainingStefano Brivio-0/+66
2020-01-24lib: Reduce user_access_begin() boundaries in strncpy_from_user() and strnlen...Christophe Leroy-14/+14
2020-01-24Merge branch 'kcsan.2020.01.07a' into locking/kcsanIngo Molnar-0/+1
2020-01-23Merge tag 'xarray-5.5' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-26/+93
2020-01-23lib: crc64: include <linux/crc64.h> for 'crc64_be'Ben Dooks (Codethink)-0/+1
2020-01-22crypto: chacha20poly1305 - add back missing test vectors and test chunkingJason A. Donenfeld-14/+1698
2020-01-20Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the treeIngo Molnar-0/+1
2020-01-17XArray: Fix xas_find returning too many entriesMatthew Wilcox (Oracle)-2/+13
2020-01-17XArray: Fix xa_find_after with multi-index entriesMatthew Wilcox (Oracle)-20/+32
2020-01-17XArray: Fix infinite loop with entry at ULONG_MAXMatthew Wilcox (Oracle)-0/+20
2020-01-17debugobjects: Fix various data racesMarco Elver-21/+25
2020-01-17livepatch/samples/selftest: Use klp_shadow_alloc() API correctlyPetr Mladek-22/+30
2020-01-17livepatch/selftest: Clean up shadow variable names and typePetr Mladek-41/+52
2020-01-16lib/vdso: Only read hrtimer_res when needed in __cvdso_clock_getres()Christophe Leroy-3/+1
2020-01-16crypto: curve25519 - Fix selftest build errorHerbert Xu-10/+30
2020-01-16crypto: x86/poly1305 - wire up faster implementations for kernelJason A. Donenfeld-1/+1
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld-163/+399
2020-01-14lib/vdso: Prepare for time namespace supportThomas Gleixner-4/+144
2020-01-14lib/vdso: Mark do_hres() and do_coarse() as __always_inlineAndrei Vagin-6/+8
2020-01-14lib/vdso: Avoid duplication in __cvdso_clock_getres()Christophe Leroy-6/+1
2020-01-14lib/vdso: Let do_coarse() return 0 to simplify the callsiteChristophe Leroy-7/+8
2020-01-14lib/vdso: Remove checks on return value for 32 bit vDSOVincenzo Frascino-5/+5
2020-01-14lib/vdso: Remove VDSO_HAS_32BIT_FALLBACKVincenzo Frascino-10/+0
2020-01-14lib/vdso: Build 32 bit specific functions in the right contextVincenzo Frascino-0/+4
2020-01-13md/raid6: fix algorithm choice under larger PAGE_SIZEZhengyuan Liu-23/+40
2020-01-13raid6/test: fix a compilation warningZhengyuan Liu-1/+1
2020-01-13bootconfig: Add Extra Boot Config supportMasami Hiramatsu-0/+808
2020-01-10lib/vdso: Make __cvdso_clock_getres() staticVincenzo Frascino-0/+1
2020-01-09kunit: allow kunit to be loaded as a moduleAlan Maguire-2/+17
2020-01-09kunit: remove timeout dependence on sysctl_hung_task_timeout_secondsAlan Maguire-18/+4
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire-12/+39
2020-01-09kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire-12/+32
2020-01-09kunit: move string-stream.h to lib/kunitAlan Maguire-2/+59
2020-01-08libfdt: include fdt_addresses.cAKASHI Takahiro-1/+3
2020-01-07kcsan, ubsan: Make KCSAN+UBSAN work togetherMarco Elver-0/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-20/+0
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar-836/+14830
2019-12-27crypto: lib/curve25519 - re-add selftestsJason A. Donenfeld-0/+1339
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar-336/+532
2019-12-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-1/+2
2019-12-22Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2019-12-20sbitmap: only queue kyber's wait callback if not already activeDavid Jeffery-1/+1
2019-12-17lib/Kconfig.debug: fix some messed up configurationsChangbin Du-49/+51
2019-12-16pipe: Fix bogus dereference in iov_iter_alignment()Jan Kara-1/+2
2019-12-09lib: raid6: fix awk build warningsGreg Kroah-Hartman-1/+1
2019-12-08sched/core: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior-1/+1