summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
* | | | | | lib/test_bitmap: fix comment about this fileAndy Shevchenko2019-12-041-1/+1
* | | | | | lib/test_bitmap: move exp1 and exp2 upper for others to useAndy Shevchenko2019-12-041-21/+20
* | | | | | lib/test_bitmap: rename exp to exp1 to avoid ambiguous nameAndy Shevchenko2019-12-041-22/+22
* | | | | | lib/test_bitmap: name EXP_BYTES properlyAndy Shevchenko2019-12-041-5/+5
* | | | | | lib/test_bitmap: undefine macros after useAndy Shevchenko2019-12-041-0/+4
* | | | | | lib/test_bitmap: force argument of bitmap_parselist_user() to proper address ...Andy Shevchenko2019-12-041-1/+1
* | | | | | lib/ubsan: don't serialize UBSAN reportJulien Grall2019-12-041-41/+23
* | | | | | lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie2019-12-041-3/+3
* | | | | | lib/genalloc.c: export symbol addr_in_gen_poolHuang Shijie2019-12-041-0/+1
* | | | | | lib/math/rational.c: fix possible incorrect result from rational fractions he...Trent Piepho2019-12-041-13/+50
* | | | | | lib/test_meminit.c: add bulk alloc/free testsLaura Abbott2019-12-041-1/+19