summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-01-14lib/vdso: Mark do_hres() and do_coarse() as __always_inlineAndrei Vagin
2020-01-14lib/vdso: Avoid duplication in __cvdso_clock_getres()Christophe Leroy
2020-01-14lib/vdso: Let do_coarse() return 0 to simplify the callsiteChristophe Leroy
2020-01-14lib/vdso: Remove checks on return value for 32 bit vDSOVincenzo Frascino
2020-01-14lib/vdso: Remove VDSO_HAS_32BIT_FALLBACKVincenzo Frascino
2020-01-14lib/vdso: Build 32 bit specific functions in the right contextVincenzo Frascino
2020-01-13md/raid6: fix algorithm choice under larger PAGE_SIZEZhengyuan Liu
2020-01-13raid6/test: fix a compilation warningZhengyuan Liu
2020-01-13bootconfig: Add Extra Boot Config supportMasami Hiramatsu
2020-01-10lib/vdso: Make __cvdso_clock_getres() staticVincenzo Frascino
2020-01-09kunit: allow kunit to be loaded as a moduleAlan Maguire
2020-01-09kunit: remove timeout dependence on sysctl_hung_task_timeout_secondsAlan Maguire
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire
2020-01-09kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire
2020-01-09kunit: move string-stream.h to lib/kunitAlan Maguire
2020-01-08libfdt: include fdt_addresses.cAKASHI Takahiro
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-27crypto: lib/curve25519 - re-add selftestsJason A. Donenfeld
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar
2019-12-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-12-22Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-12-20sbitmap: only queue kyber's wait callback if not already activeDavid Jeffery
2019-12-17lib/Kconfig.debug: fix some messed up configurationsChangbin Du
2019-12-16pipe: Fix bogus dereference in iov_iter_alignment()Jan Kara
2019-12-09lib: raid6: fix awk build warningsGreg Kroah-Hartman
2019-12-08sched/core: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior
2019-12-07lib/: fix Kconfig indentationKrzysztof Kozlowski
2019-12-07kernel-hacking: move DEBUG_FS to 'Generic Kernel Debugging Instruments'Changbin Du
2019-12-07kernel-hacking: move DEBUG_BUGVERBOSE to 'printk and dmesg options'Changbin Du
2019-12-07kernel-hacking: create a submenu for scheduler debugging optionsChangbin Du
2019-12-07kernel-hacking: move SCHED_STACK_END_CHECK after DEBUG_STACK_USAGEChangbin Du
2019-12-07kernel-hacking: move Oops into 'Lockups and Hangs'Changbin Du
2019-12-07kernel-hacking: move kernel testing and coverage options to same submenuChangbin Du
2019-12-07kernel-hacking: group kernel data structures debugging togetherChangbin Du
2019-12-07kernel-hacking: create submenu for arch special debugging optionsChangbin Du
2019-12-07kernel-hacking: group sysrq/kgdb/ubsan into 'Generic Kernel Debugging Instrum...Changbin Du
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-12-04lib/bitmap: introduce bitmap_replace() helperAndy Shevchenko
2019-12-04lib/test_bitmap: fix comment about this fileAndy Shevchenko
2019-12-04lib/test_bitmap: move exp1 and exp2 upper for others to useAndy Shevchenko
2019-12-04lib/test_bitmap: rename exp to exp1 to avoid ambiguous nameAndy Shevchenko
2019-12-04lib/test_bitmap: name EXP_BYTES properlyAndy Shevchenko
2019-12-04lib/test_bitmap: undefine macros after useAndy Shevchenko
2019-12-04lib/test_bitmap: force argument of bitmap_parselist_user() to proper address ...Andy Shevchenko
2019-12-04lib/ubsan: don't serialize UBSAN reportJulien Grall
2019-12-04lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie
2019-12-04lib/genalloc.c: export symbol addr_in_gen_poolHuang Shijie
2019-12-04lib/math/rational.c: fix possible incorrect result from rational fractions he...Trent Piepho
2019-12-04lib/test_meminit.c: add bulk alloc/free testsLaura Abbott
2019-12-04lib/test_bitmap.c: add for_each_set_clump8 test casesWilliam Breathitt Gray