summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-12-04bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-12-02Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds
2019-12-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-12-01Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-12-01kasan: add test for vmallocDaniel Axtens
2019-12-01kasan: support backing vmalloc space with real shadow memoryDaniel Axtens
2019-12-01rss_stat: add support to detect RSS updates of external mmJoel Fernandes (Google)
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas
2019-11-27Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-26Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-26Merge branch 'acpi-mm'Rafael J. Wysocki
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2019-11-25Merge tag 'livepatching-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-11-25Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-11-25Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25locking/refcount: Consolidate implementations of refcount_tWill Deacon
2019-11-25locking/refcount: Move saturation warnings out of lineWill Deacon
2019-11-25locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Will Deacon
2019-11-25locking/refcount: Remove unused refcount_*_checked() variantsWill Deacon
2019-11-25locking/refcount: Ensure integer operands are treated as signedWill Deacon
2019-11-25locking/refcount: Define constants for saturation and max refcount valuesWill Deacon
2019-11-22crypto: lib/chacha20poly1305 - use chacha20_crypt()Eric Biggers
2019-11-21drivers: hv: vmbus: Introduce latency testingBranden Bonaby