summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dump_stack: avoid potential deadlocksEric Dumazet2016-02-051-3/+4
* radix-tree: fix race in gang lookupMatthew Wilcox2016-02-031-2/+10
* lib/test-string_helpers.c: fix and improve string_get_size() testsVitaly Kuznetsov2016-02-031-18/+49
* debugobjects: Allow bigger number of early boot objectsChristian Borntraeger2016-01-271-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-233-0/+228
|\
| * irq_poll: Fix irq_poll_sched()Bart Van Assche2016-01-191-1/+1
| * Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford2015-12-223-0/+228
| |\
| | * Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Doug Ledford2015-12-153-0/+228
| | |\
| | | * irq_poll: mark __irq_poll_complete staticChristoph Hellwig2015-12-111-2/+1
| | | * irq_poll: fold irq_poll_disable_pending into irq_poll_softirqChristoph Hellwig2015-12-111-1/+1
| | | * irq_poll: fold irq_poll_sched_prep into irq_poll_schedChristoph Hellwig2015-12-111-3/+7
| | | * irq_poll: don't disable new irq_poll instancesChristoph Hellwig2015-12-111-3/+1
| | | * irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig2015-12-113-0/+227
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-222-0/+3
|\ \ \ \
| * | | | crypto: crc32c - Fix crc32c soft dependencyJean Delvare2016-01-191-0/+1
| * | | | lib: sw842: select crc32Arnd Bergmann2016-01-181-0/+2
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-221-1/+1
|\ \ \ \ \
| * | | | | ratelimit: fix bug in time interval by resetting right begin timeJaewon Kim2016-01-211-1/+1
* | | | | | Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-211-3/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | lru_cache: Converted lc_seq_printf_status to return voidRoland Kammerer2015-11-251-3/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'uaccess' (batched user access infrastructure)Linus Torvalds2016-01-212-7/+22
|\ \ \ \ \
| * | | | | Use the new batched user accesses in generic user string handlingLinus Torvalds2015-12-172-7/+22
| | |_|_|/ | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-219-66/+743
|\ \ \ \ \
| * | | | | UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-205-0/+574
| * | | | | lib/clz_tab.c: put in lib-y rather than obj-yChris Metcalf2016-01-201-1/+1
| * | | | | test_hexdump: print statistics at the endAndy Shevchenko2016-01-201-3/+23
| * | | | | test_hexdump: test all possible group sizes for overflowAndy Shevchenko2016-01-201-3/+18
| * | | | | test_hexdump: check all bytes in real bufferAndy Shevchenko2016-01-201-21/+17
| * | | | | test_hexdump: switch to memcmp()Andy Shevchenko2016-01-201-3/+3
| * | | | | test_hexdump: replace magic numbers by their meaningAndy Shevchenko2016-01-201-4/+13
| * | | | | test_hexdump: go through all possible lengths of bufferAndy Shevchenko2016-01-201-14/+13
| * | | | | test_hexdump: define FILL_CHAR constantAndy Shevchenko2016-01-201-6/+13
| * | | | | test_hexdump: introduce test_hexdump_prepare_test() helperAndy Shevchenko2016-01-201-7/+19
| * | | | | test_hexdump: rename to test_hexdumpAndy Shevchenko2016-01-202-1/+1
| * | | | | lib/iomap_copy.c: add __ioread32_copy()Stephen Boyd2016-01-201-0/+21
| * | | | | string_helpers: fix precision loss for some inputsJames Bottomley2016-01-201-20/+43
| * | | | | lib/libcrc32c.c: fix build warningJean Delvare2016-01-201-0/+1
* | | | | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-201-2/+4
|\ \ \ \ \ \
| * | | | | | __div64_32(): make it overridable at compile timeNicolas Pitre2015-11-161-2/+4
| | |_|/ / / | |/| | | |
* | | | | | Do not enable CONFIG_IO_STRICT_DEVMEM by defaultDan Williams2016-01-201-1/+0
| |/ / / / |/| | | |
* | | | | Merge tag 'linux-kselftest-4.5-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-171-5/+74
|\ \ \ \ \
| * | | | | test: firmware_class: add asynchronous request triggerBrian Norris2016-01-071-0/+65
| * | | | | test: firmware_class: use kstrndup() where appropriateBrian Norris2016-01-071-2/+1
| * | | | | test: firmware_class: report errors properly on failureBrian Norris2016-01-071-3/+8
| |/ / / /
* | | | | lib/vsprintf: factor out %pN[F] handler as netdev_bits()Andy Shevchenko2016-01-161-9/+16
* | | | | lib/vsprintf: refactor duplicate code to special_hex_number()Andy Shevchenko2016-01-161-26/+27
* | | | | lib/test_printf.c: test dentry printingRasmus Villemoes2016-01-161-0/+27
* | | | | lib/test_printf.c: add test for large bitmapsRasmus Villemoes2016-01-161-0/+17
* | | | | lib/test_printf.c: account for kvasprintf testsRasmus Villemoes2016-01-161-0/+1
* | | | | lib/test_printf.c: add a few number() testsRasmus Villemoes2016-01-161-0/+24
OpenPOWER on IntegriCloud