summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-0/+66
|\
| * bitmap: Introduce bitmap_cut(): cut bits and shift remainingStefano Brivio2020-01-271-0/+66
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-289-186/+3465
|\ \
| * | crypto: chacha20poly1305 - add back missing test vectors and test chunkingJason A. Donenfeld2020-01-221-14/+1698
| * | crypto: curve25519 - Fix selftest build errorHerbert Xu2020-01-163-10/+30
| * | crypto: x86/poly1305 - wire up faster implementations for kernelJason A. Donenfeld2020-01-161-1/+1
| * | crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld2020-01-164-163/+399
| * | crypto: lib/curve25519 - re-add selftestsJason A. Donenfeld2019-12-273-0/+1339
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-1/+1
|\ \ \
| * \ \ Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-2515-336/+532
| |\ \ \
| * | | | sched/core: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior2019-12-081-1/+1
* | | | | Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-272-40/+170
|\ \ \ \ \
| * | | | | lib/vdso: Only read hrtimer_res when needed in __cvdso_clock_getres()Christophe Leroy2020-01-161-3/+1
| * | | | | lib/vdso: Prepare for time namespace supportThomas Gleixner2020-01-142-4/+144
| * | | | | lib/vdso: Mark do_hres() and do_coarse() as __always_inlineAndrei Vagin2020-01-141-6/+8
| * | | | | lib/vdso: Avoid duplication in __cvdso_clock_getres()Christophe Leroy2020-01-141-6/+1
| * | | | | lib/vdso: Let do_coarse() return 0 to simplify the callsiteChristophe Leroy2020-01-141-7/+8
| * | | | | lib/vdso: Remove checks on return value for 32 bit vDSOVincenzo Frascino2020-01-141-5/+5
| * | | | | lib/vdso: Remove VDSO_HAS_32BIT_FALLBACKVincenzo Frascino2020-01-141-10/+0
| * | | | | lib/vdso: Build 32 bit specific functions in the right contextVincenzo Frascino2020-01-141-0/+4
* | | | | | Merge tag 'core-debugobjects-2020-01-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-01-271-21/+25
|\ \ \ \ \ \
| * | | | | | debugobjects: Fix various data racesMarco Elver2020-01-171-21/+25
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-20/+0
|\ \ \ \ \ \
| * | | | | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-20/+0
| |/ / / / /
* | | | | | Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-273-24/+42
|\ \ \ \ \ \
| * | | | | | lib: crc64: include <linux/crc64.h> for 'crc64_be'Ben Dooks (Codethink)2020-01-231-0/+1
| * | | | | | md/raid6: fix algorithm choice under larger PAGE_SIZEZhengyuan Liu2020-01-131-23/+40
| * | | | | | raid6/test: fix a compilation warningZhengyuan Liu2020-01-131-1/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2020-01-271-50/+69
|\ \ \ \ \ \ \
| * | | | | | | livepatch/samples/selftest: Use klp_shadow_alloc() API correctlyPetr Mladek2020-01-171-22/+30
| * | | | | | | livepatch/selftest: Clean up shadow variable names and typePetr Mladek2020-01-171-41/+52
* | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-01-272-1/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | libfdt: include fdt_addresses.cAKASHI Takahiro2020-01-082-1/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | lib: Reduce user_access_begin() boundaries in strncpy_from_user() and strnlen...Christophe Leroy2020-01-242-14/+14
* | | | | | | Merge tag 'xarray-5.5' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2020-01-232-26/+93
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | XArray: Fix xas_find returning too many entriesMatthew Wilcox (Oracle)2020-01-172-2/+13
| * | | | | | XArray: Fix xa_find_after with multi-index entriesMatthew Wilcox (Oracle)2020-01-172-20/+32
| * | | | | | XArray: Fix infinite loop with entry at ULONG_MAXMatthew Wilcox (Oracle)2020-01-172-0/+20
| * | | | | | XArray: Fix xas_pause at ULONG_MAXMatthew Wilcox (Oracle)2019-11-082-3/+27
* | | | | | | lib/vdso: Make __cvdso_clock_getres() staticVincenzo Frascino2020-01-101-0/+1
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-12-221-1/+2
|\ \ \ \ \ \
| * | | | | | pipe: Fix bogus dereference in iov_iter_alignment()Jan Kara2019-12-161-1/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-221-1/+1
|\ \ \ \ \ \
| * | | | | | sbitmap: only queue kyber's wait callback if not already activeDavid Jeffery2019-12-201-1/+1
| | |_|_|/ / | |/| | | |
* / | | | | lib/Kconfig.debug: fix some messed up configurationsChangbin Du2019-12-171-49/+51
|/ / / / /
* / / / / lib: raid6: fix awk build warningsGreg Kroah-Hartman2019-12-091-1/+1
|/ / / /
* | | | lib/: fix Kconfig indentationKrzysztof Kozlowski2019-12-073-22/+22
* | | | kernel-hacking: move DEBUG_FS to 'Generic Kernel Debugging Instruments'Changbin Du2019-12-071-12/+12
* | | | kernel-hacking: move DEBUG_BUGVERBOSE to 'printk and dmesg options'Changbin Du2019-12-071-9/+9
* | | | kernel-hacking: create a submenu for scheduler debugging optionsChangbin Du2019-12-071-0/+4