summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-for-4.17a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2018-02-201-0/+30
|\
| * lib: Add strongly typed 64bit int_sqrtCrt Mori2018-02-041-0/+30
* | Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-02-101-1/+0Star
|\ \
| * | lib/Kconfig.debug: Remove blank help textUlf Magnusson2018-02-021-1/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-101-5/+26
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-091-5/+26
| |\ \ \
| | * | | bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=yYonghong Song2018-02-051-5/+26
| | |/ /
* | | | Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-02-082-63/+195
|\ \ \ \ | |/ / / |/| | |
| * | | idr: Make 1-based IDRs more efficientMatthew Wilcox2018-02-061-9/+61
| * | | idr: Warn if old iterators see large IDsMatthew Wilcox2018-02-061-1/+8
| * | | idr: Rename idr_for_each_entry_extMatthew Wilcox2018-02-061-10/+20
| * | | idr: Remove idr_alloc_extMatthew Wilcox2018-02-062-45/+86
| * | | idr: Add idr_alloc_u32 helperMatthew Wilcox2018-02-061-0/+31
| * | | idr: Delete idr_replace_ext functionMatthew Wilcox2018-02-061-12/+3Star
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-0713-372/+435
|\ \ \
| * | | kasan: rework Kconfig settingsArnd Bergmann2018-02-072-1/+12
| * | | lib/ubsan: remove returns-nonnull-attribute checksAndrey Ryabinin2018-02-072-29/+0Star
| * | | lib/ubsan: add type mismatch handler for new GCC/ClangAndrey Ryabinin2018-02-072-10/+52
| * | | lib/ubsan.c: s/missaligned/misaligned/Andrew Morton2018-02-071-2/+2
| * | | lib/test_sort.c: add module unload supportPravin Shedge2018-02-071-0/+6
| * | | lib/: make RUNTIME_TESTS a menuconfig to ease disabling it allVincent Legoll2018-02-071-2/+5
| * | | lib: optimize cpumask_next_and()Clement Courbet2018-02-073-21/+72
| * | | lib/find_bit_benchmark.c: improvementsYury Norov2018-02-071-26/+21Star
| * | | lib/test_find_bit.c: rename to find_bit_benchmark.cYury Norov2018-02-073-2/+2
| * | | lib/stackdepot.c: use a non-instrumented version of memcmp()Alexander Potapenko2018-02-071-3/+16
| * | | lib/test_bitmap.c: clean up test_zero_fill_copy() test case and renameAndy Shevchenko2018-02-071-24/+5Star
| * | | lib/test_bitmap.c: add bitmap_fill()/bitmap_set() test casesAndy Shevchenko2018-02-071-0/+30
| * | | lib/test_bitmap.c: add bitmap_zero()/bitmap_clear() test casesAndy Shevchenko2018-02-071-0/+30
| * | | bitmap: replace bitmap_{from,to}_u32arrayYury Norov2018-02-072-262/+31Star
| * | | bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32Yury Norov2018-02-071-0/+56
| * | | kasan: remove redundant initialization of variable 'real_size'Colin Ian King2018-02-071-1/+1
| * | | kasan: detect invalid freesDmitry Vyukov2018-02-071-0/+50
| * | | kasan: detect invalid frees for large objectsDmitry Vyukov2018-02-071-0/+33
| * | | kasan: add tests for alloca poisoningPaul Lawrence2018-02-071-0/+22
| |/ /
* | | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-0/+1
|\ \ \ | |/ / |/| |
| * | PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2018-01-261-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-012-5/+3Star
|\ \ \
| * \ \ Merge branch 'for-4.16-print-symbol' into for-4.16Petr Mladek2018-01-221-2/+1Star
| |\ \ \
| | * | | lib: do not use print_symbol()Sergey Senozhatsky2018-01-051-2/+1Star
| * | | | symbol lookup: introduce dereference_symbol_descriptor()Sergey Senozhatsky2018-01-091-3/+2Star
| |/ / /
* | | | 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/+14Star
|\ \ \ \ \
| * | | | | 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/+10Star
| * | | | | 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
| |\ \ \ \ \