summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* kasan: rework Kconfig settingsArnd Bergmann2018-02-062-1/+12
* lib/ubsan: remove returns-nonnull-attribute checksAndrey Ryabinin2018-02-062-29/+0
* lib/ubsan: add type mismatch handler for new GCC/ClangAndrey Ryabinin2018-02-062-10/+52
* lib/ubsan.c: s/missaligned/misaligned/Andrew Morton2018-02-061-2/+2
* lib/test_sort.c: add module unload supportPravin Shedge2018-02-061-0/+6
* lib/: make RUNTIME_TESTS a menuconfig to ease disabling it allVincent Legoll2018-02-061-2/+5
* lib: optimize cpumask_next_and()Clement Courbet2018-02-063-21/+72
* lib/find_bit_benchmark.c: improvementsYury Norov2018-02-061-26/+21
* lib/test_find_bit.c: rename to find_bit_benchmark.cYury Norov2018-02-063-2/+2
* lib/stackdepot.c: use a non-instrumented version of memcmp()Alexander Potapenko2018-02-061-3/+16
* lib/test_bitmap.c: clean up test_zero_fill_copy() test case and renameAndy Shevchenko2018-02-061-24/+5
* lib/test_bitmap.c: add bitmap_fill()/bitmap_set() test casesAndy Shevchenko2018-02-061-0/+30
* lib/test_bitmap.c: add bitmap_zero()/bitmap_clear() test casesAndy Shevchenko2018-02-061-0/+30
* bitmap: replace bitmap_{from,to}_u32arrayYury Norov2018-02-062-262/+31
* bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32Yury Norov2018-02-061-0/+56
* kasan: remove redundant initialization of variable 'real_size'Colin Ian King2018-02-061-1/+1
* kasan: detect invalid freesDmitry Vyukov2018-02-061-0/+50
* kasan: detect invalid frees for large objectsDmitry Vyukov2018-02-061-0/+33
* kasan: add tests for alloca poisoningPaul Lawrence2018-02-061-0/+22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-012-5/+3
|\
| * Merge branch 'for-4.16-print-symbol' into for-4.16Petr Mladek2018-01-221-2/+1
| |\
| | * lib: do not use print_symbol()Sergey Senozhatsky2018-01-051-2/+1
| * | symbol lookup: introduce dereference_symbol_descriptor()Sergey Senozhatsky2018-01-091-3/+2
| |/
* | Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-02-011-13/+69
|\ \
| * | vsprintf: Do not have bprintf dereference pointersSteven Rostedt (VMware)2018-01-231-13/+69
* | | Merge branch 'KASAN-read_word_at_a_time'Linus Torvalds2018-02-011-1/+1
|\ \ \
| * | | lib/strscpy: Shut up KASAN false-positives in strscpy()Andrey Ryabinin2018-02-011-1/+1
| |/ /
* | | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-014-24/+14
|\ \ \
| * | | test_firmware: fix missing unlock on error in config_num_requests_store()Wei Yongjun2018-01-221-0/+1
| * | | test_firmware: make local symbol test_fw_config staticWei Yongjun2018-01-221-1/+1
| * | | treewide: Use DEVICE_ATTR_RWJoe Perches2018-01-092-18/+10
| * | | Merge 4.15-rc6 into driver-core-nextGreg Kroah-Hartman2018-01-025-40/+70
| |\ \ \
| * \ \ \ Merge 4.15-rc3 into driver-core-nextGreg Kroah-Hartman2017-12-1111-125/+276
| |\ \ \ \
| * | | | | kobject: Remove redundant license textGreg Kroah-Hartman2017-12-072-5/+0
| * | | | | kobject: add SPDX identifiers to all kobject filesGreg Kroah-Hartman2017-12-072-0/+2
* | | | | | Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds2018-01-313-35/+41
|\ \ \ \ \ \
| * | | | | | errseq: Add to documentation treeMatthew Wilcox2018-01-011-16/+21
| * | | | | | vsprintf: Fix a dangling documentation referenceJonathan Corbet2017-12-211-1/+1
| * | | | | | doc: convert printk-formats.txt to rstTobin C. Harding2017-12-211-1/+2
| * | | | | | Documentation: add UUID/GUID to kernel-apiRandy Dunlap2017-12-111-17/+17
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-317-66/+525
|\ \ \ \ \ \
| * | | | | | bpf: add further test cases around div/mod and othersDaniel Borkmann2018-01-261-2/+6
| * | | | | | bpf: add couple of test cases for signed extended immsDaniel Borkmann2018-01-191-0/+104
| * | | | | | error-injection: Support fault injection frameworkMasami Hiramatsu2018-01-121-0/+10
| * | | | | | error-injection: Add injectable error typesMasami Hiramatsu2018-01-121-7/+36
| * | | | | | error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-123-0/+218
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-111-4/+7
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-093-8/+34
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-0/+43
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-164-60/+48
| |\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud