summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* scatterlist: do not disable IRQs in sg_copy_bufferGilad Ben-Yossef2017-02-271-4/+0
* scatterlist: reorder compound boolean expressionGilad Ben-Yossef2017-02-271-1/+1
* lib/fonts/Kconfig: keep non-Sparc fonts listed togetherRandy Dunlap2017-02-271-8/+8
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-254-3/+86
|\
| * lib/dma-virt: Add dma_virt_opsBart Van Assche2017-01-243-0/+78
| * lib/dma-noop: Only build dma_noop_ops for s390 and m32rBart Van Assche2017-01-242-1/+6
| * lib/dma-noop: Clarify a commentBart Van Assche2017-01-241-1/+1
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-2520-2078/+3142
|\ \
| * | lib/lz4: remove back-compat wrappersSven Schmidt2017-02-243-87/+0
| * | lib/decompress_unlz4: change module to work with new LZ4 module versionSven Schmidt2017-02-241-5/+8
| * | lib: update LZ4 compressor moduleSven Schmidt2017-02-245-1011/+2062
| * | lib/test_sort.c: make it explicitly non-modularPaul Gortmaker2017-02-241-5/+6
| * | lib: add CONFIG_TEST_SORT to enable self-test of sort()Kostenzer Felix2017-02-244-39/+54
| * | rbtree: use designated initializersKees Cook2017-02-241-1/+3
| * | lib/find_bit.c: micro-optimise find_next_*_bitMatthew Wilcox2017-02-241-2/+2
| * | lib: add module support to atomic64 testsGeert Uytterhoeven2017-02-242-4/+11
| * | lib: add module support to glob testsGeert Uytterhoeven2017-02-244-166/+169
| * | lib: add module support to crc32 testsGeert Uytterhoeven2017-02-244-826/+858
| * | bug: switch data corruption check to __must_checkKees Cook2017-02-241-21/+24
| * | kasan: add memcg kmem_cache testGreg Thelen2017-02-241-0/+34
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-02-241-0/+1
|\ \ \ | |/ / |/| |
| * | EXPORT_SYMBOL radix_tree_replace_slotSong Liu2017-02-131-0/+1
* | | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-233-0/+320
|\ \ \
| * | | lib/Kconfig: make PRIME_NUMBERS not user selectable.Dave Airlie2017-02-241-1/+1
| * | | Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-02-011-1/+2
| |\ \ \
| | * | | lib/prime_numbers: Suppress warn on kmalloc failureChris Wilson2017-01-231-1/+2
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2017-01-275-29/+36
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-093-0/+323
| |\ \ \ | | |_|/ | |/| |
| | * | lib: Add a simple prime number generatorChris Wilson2016-12-273-0/+323
| | * | Merge tag 'docs-4.10' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2016-12-131-1/+1
| | |\ \
* | | \ \ Merge tag 'usercopy-v4.11-rc1.fix' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-231-1/+2
|\ \ \ \ \
| * | | | | usercopy: ARM NOMMU has no 64-bit get_userArnd Bergmann2017-02-221-1/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-231-1/+1
|\ \ \ \ \ \
| * | | | | | lib: Remove string from parman config selectionJiri Pirko2017-02-231-1/+1
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-222-2/+7
|\ \ \ \ \ \ \
| * | | | | | | lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko2017-02-221-2/+2
| * | | | | | | dma-debug: add comment for failed to check map errorMiles Chen2017-02-221-0/+5
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-02-221-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | printk: rename nmi.c and exported apiSergey Senozhatsky2017-02-081-1/+1
* | | | | | | | Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-02-221-0/+10
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 4.10-rc4 into tty-nextGreg Kroah-Hartman2017-01-162-24/+32
| |\ \ \ \ \ \ \ \
| * | | | | | | | | serial: do not accept sysrq characters via serial portFelix Fietkau2017-01-121-0/+10
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-221-30/+62
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman2017-02-063-5/+4
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | test_firmware: add test custom fallback triggerLuis R. Rodriguez2017-01-251-0/+45
| * | | | | | | | test_firmware: use device attribute groupsLuis R. Rodriguez2017-01-251-24/+11
| * | | | | | | | test_firmware: move misc_device downLuis R. Rodriguez2017-01-251-6/+6
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-02-221-1/+4
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'aarch64/for-next/debug-virtual' into aarch64/for-next/coreWill Deacon2017-01-121-1/+4
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |