aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-01-27debugobjects: Allow bigger number of early boot objectsGravatar Christian Borntraeger 1-1/+1
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 3-0/+228
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-0/+3
2016-01-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+1
2016-01-21ratelimit: fix bug in time interval by resetting right begin timeGravatar Jaewon Kim 1-1/+1
2016-01-21Merge branch 'uaccess' (batched user access infrastructure)Gravatar Linus Torvalds 2-7/+22
2016-01-21Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 9-66/+743
2016-01-20Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+4
2016-01-20Do not enable CONFIG_IO_STRICT_DEVMEM by defaultGravatar Dan Williams 1-1/+0
2016-01-20UBSAN: run-time undefined behavior sanity checkerGravatar Andrey Ryabinin 5-0/+574
2016-01-20lib/clz_tab.c: put in lib-y rather than obj-yGravatar Chris Metcalf 1-1/+1
2016-01-20test_hexdump: print statistics at the endGravatar Andy Shevchenko 1-3/+23
2016-01-20test_hexdump: test all possible group sizes for overflowGravatar Andy Shevchenko 1-3/+18
2016-01-20test_hexdump: check all bytes in real bufferGravatar Andy Shevchenko 1-21/+17
2016-01-20test_hexdump: switch to memcmp()Gravatar Andy Shevchenko 1-3/+3
2016-01-20test_hexdump: replace magic numbers by their meaningGravatar Andy Shevchenko 1-4/+13
2016-01-20test_hexdump: go through all possible lengths of bufferGravatar Andy Shevchenko 1-14/+13
2016-01-20test_hexdump: define FILL_CHAR constantGravatar Andy Shevchenko 1-6/+13
2016-01-20test_hexdump: introduce test_hexdump_prepare_test() helperGravatar Andy Shevchenko 1-7/+19
2016-01-20test_hexdump: rename to test_hexdumpGravatar Andy Shevchenko 2-1/+1
2016-01-20lib/iomap_copy.c: add __ioread32_copy()Gravatar Stephen Boyd 1-0/+21
2016-01-20string_helpers: fix precision loss for some inputsGravatar James Bottomley 1-20/+43
2016-01-20lib/libcrc32c.c: fix build warningGravatar Jean Delvare 1-0/+1
2016-01-19irq_poll: Fix irq_poll_sched()Gravatar Bart Van Assche 1-1/+1
2016-01-19crypto: crc32c - Fix crc32c soft dependencyGravatar Jean Delvare 1-0/+1
2016-01-18lib: sw842: select crc32Gravatar Arnd Bergmann 1-0/+2
2016-01-17Merge tag 'linux-kselftest-4.5-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+74
2016-01-16lib/vsprintf: factor out %pN[F] handler as netdev_bits()Gravatar Andy Shevchenko 1-9/+16
2016-01-16lib/vsprintf: refactor duplicate code to special_hex_number()Gravatar Andy Shevchenko 1-26/+27
2016-01-16lib/test_printf.c: test dentry printingGravatar Rasmus Villemoes 1-0/+27
2016-01-16lib/test_printf.c: add test for large bitmapsGravatar Rasmus Villemoes 1-0/+17
2016-01-16lib/test_printf.c: account for kvasprintf testsGravatar Rasmus Villemoes 1-0/+1
2016-01-16lib/test_printf.c: add a few number() testsGravatar Rasmus Villemoes 1-0/+24
2016-01-16lib/test_printf.c: test precision quirksGravatar Rasmus Villemoes 1-6/+15
2016-01-16lib/test_printf.c: check for out-of-bound writesGravatar Rasmus Villemoes 1-5/+19
2016-01-16lib/test_printf.c: don't BUGGravatar Rasmus Villemoes 1-1/+6
2016-01-16lib/kasprintf.c: add sanity check to kvasprintfGravatar Rasmus Villemoes 1-4/+6
2016-01-16lib/vsprintf.c: warn about too large precisions and field widthsGravatar Rasmus Villemoes 1-4/+24
2016-01-16lib/vsprintf.c: help gcc make number() smallerGravatar Rasmus Villemoes 1-12/+14
2016-01-16lib/vsprintf.c: expand field_width to 24 bitsGravatar Rasmus Villemoes 1-20/+22
2016-01-16lib/vsprintf.c: eliminate potential race in string()Gravatar Rasmus Villemoes 1-19/+9
2016-01-16lib/vsprintf.c: move string() below widen_string()Gravatar Rasmus Villemoes 1-31/+31
2016-01-16lib/vsprintf.c: pull out padding code from dentry_name()Gravatar Rasmus Villemoes 1-15/+31
2016-01-16Kconfig: remove HAVE_LATENCYTOP_SUPPORTGravatar Will Deacon 1-1/+0
2016-01-15mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupGravatar Dan Williams 1-0/+9
2016-01-15page-flags: introduce page flags policies wrt compound pagesGravatar Kirill A. Shutemov 1-0/+8
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-6/+88
2016-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-3/+3