summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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 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
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | lib/Kconfig.debug: Add ARCH_HAS_DEBUG_VIRTUALLaura Abbott2017-01-111-1/+4
| | | |_|/ / / / | | |/| | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-228-55/+1787
|\ \ \ \ \ \ \ \
| * | | | | | | | rhashtable: Add nested tablesHerbert Xu2017-02-171-50/+220
| * | | | | | | | lib: Introduce priority array area managerJiri Pirko2017-02-035-0/+787
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-282-2/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-172-26/+34
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-111-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-092-8/+55
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld2017-01-092-4/+415
| * | | | | | | | | | siphash: add cryptographically secure PRFJason A. Donenfeld2017-01-094-5/+369
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'usercopy-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-211-14/+103
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | usercopy: Add tests for all get_user() sizesKees Cook2017-02-211-13/+76
| * | | | | | | | | usercopy: Adjust tests to deal with SMAP/PANKees Cook2017-02-161-8/+24
| * | | | | | | | | usercopy: add testcases to check zeroing on failureHoeun Ryu2017-02-161-0/+10
| |/ / / / / / / /