summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | kernel-hacking: move SCHED_STACK_END_CHECK after DEBUG_STACK_USAGEChangbin Du2019-12-071-12/+12
* | | kernel-hacking: move Oops into 'Lockups and Hangs'Changbin Du2019-12-071-29/+29
* | | kernel-hacking: move kernel testing and coverage options to same submenuChangbin Du2019-12-071-84/+89
* | | kernel-hacking: group kernel data structures debugging togetherChangbin Du2019-12-071-10/+14
* | | kernel-hacking: create submenu for arch special debugging optionsChangbin Du2019-12-071-0/+4
* | | kernel-hacking: group sysrq/kgdb/ubsan into 'Generic Kernel Debugging Instrum...Changbin Du2019-12-071-4/+8
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-12-052-7/+9
|\ \ \
| * \ \ Merge tag 'hisi-drivers-for-5.5' of git://github.com/hisilicon/linux-hisi int...Olof Johansson2019-11-112-7/+9
| |\ \ \
| | * | | logic_pio: Build into a libraryJohn Garry2019-11-051-1/+1
| | * | | lib: logic_pio: Enforce LOGIC_PIO_INDIRECT region ops are set at registrationJohn Garry2019-11-051-6/+8
* | | | | lib/bitmap: introduce bitmap_replace() helperAndy Shevchenko2019-12-042-0/+50