aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-12-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+2
2019-12-22Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2019-12-20sbitmap: only queue kyber's wait callback if not already activeGravatar David Jeffery 1-1/+1
2019-12-17lib/Kconfig.debug: fix some messed up configurationsGravatar Changbin Du 1-49/+51
2019-12-16pipe: Fix bogus dereference in iov_iter_alignment()Gravatar Jan Kara 1-1/+2
2019-12-09lib: raid6: fix awk build warningsGravatar Greg Kroah-Hartman 1-1/+1
2019-12-07lib/: fix Kconfig indentationGravatar Krzysztof Kozlowski 3-22/+22
2019-12-07kernel-hacking: move DEBUG_FS to 'Generic Kernel Debugging Instruments'Gravatar Changbin Du 1-12/+12
2019-12-07kernel-hacking: move DEBUG_BUGVERBOSE to 'printk and dmesg options'Gravatar Changbin Du 1-9/+9
2019-12-07kernel-hacking: create a submenu for scheduler debugging optionsGravatar Changbin Du 1-0/+4
2019-12-07kernel-hacking: move SCHED_STACK_END_CHECK after DEBUG_STACK_USAGEGravatar Changbin Du 1-12/+12
2019-12-07kernel-hacking: move Oops into 'Lockups and Hangs'Gravatar Changbin Du 1-29/+29
2019-12-07kernel-hacking: move kernel testing and coverage options to same submenuGravatar Changbin Du 1-84/+89
2019-12-07kernel-hacking: group kernel data structures debugging togetherGravatar Changbin Du 1-10/+14
2019-12-07kernel-hacking: create submenu for arch special debugging optionsGravatar Changbin Du 1-0/+4
2019-12-07kernel-hacking: group sysrq/kgdb/ubsan into 'Generic Kernel Debugging Instrum...Gravatar Changbin Du 1-4/+8
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 2-7/+9
2019-12-04lib/bitmap: introduce bitmap_replace() helperGravatar Andy Shevchenko 2-0/+50
2019-12-04lib/test_bitmap: fix comment about this fileGravatar Andy Shevchenko 1-1/+1
2019-12-04lib/test_bitmap: move exp1 and exp2 upper for others to useGravatar Andy Shevchenko 1-21/+20
2019-12-04lib/test_bitmap: rename exp to exp1 to avoid ambiguous nameGravatar Andy Shevchenko 1-22/+22
2019-12-04lib/test_bitmap: name EXP_BYTES properlyGravatar Andy Shevchenko 1-5/+5
2019-12-04lib/test_bitmap: undefine macros after useGravatar Andy Shevchenko 1-0/+4
2019-12-04lib/test_bitmap: force argument of bitmap_parselist_user() to proper address ...Gravatar Andy Shevchenko 1-1/+1
2019-12-04lib/ubsan: don't serialize UBSAN reportGravatar Julien Grall 1-41/+23
2019-12-04lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrGravatar Huang Shijie 1-3/+3
2019-12-04lib/genalloc.c: export symbol addr_in_gen_poolGravatar Huang Shijie 1-0/+1
2019-12-04lib/math/rational.c: fix possible incorrect result from rational fractions he...Gravatar Trent Piepho 1-13/+50
2019-12-04lib/test_meminit.c: add bulk alloc/free testsGravatar Laura Abbott 1-1/+19
2019-12-04lib/test_bitmap.c: add for_each_set_clump8 test casesGravatar William Breathitt Gray 1-0/+65
2019-12-04bitops: introduce the for_each_set_clump8 macroGravatar William Breathitt Gray 1-0/+14
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-12-02Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-11/+0
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-12-01Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-11/+71
2019-12-01Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Gravatar Linus Torvalds 1-0/+19
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2019-12-01kasan: add test for vmallocGravatar Daniel Axtens 1-0/+26
2019-12-01kasan: support backing vmalloc space with real shadow memoryGravatar Daniel Axtens 1-0/+16
2019-12-01rss_stat: add support to detect RSS updates of external mmGravatar Joel Fernandes (Google) 1-11/+29
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+7
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-118/+151
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapGravatar Linus Torvalds 2-0/+42
2019-11-28Merge branch 'pci/resource'Gravatar Bjorn Helgaas 1-1/+1
2019-11-27Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 3-11/+68
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-20/+42
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-37/+88
2019-11-26Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 3-0/+22
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-241/+40