summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/string_helpers: fix indentation in few placesAndy Shevchenko2016-02-021-3/+2
* lib/string_helpers: export string_units_{2,10} for othersAndy Shevchenko2016-02-021-9/+12
* Merge branch 'akpm-current/current'Stephen Rothwell2016-02-0211-144/+733
|\
| * ubsan: fix tree-wide -Wmaybe-uninitialized false positivesAndrey Ryabinin2016-02-011-0/+5
| * lib: Add CRC64 ECMA moduleMarian Chereji2016-02-013-0/+349
| * extable: add support for relative extables to search and sort routinesArd Biesheuvel2016-02-011-9/+41
| * radix_tree: add radix_tree_dumpMatthew Wilcox2016-02-011-0/+35
| * radix_tree: add support for multi-order entriesMatthew Wilcox2016-02-011-26/+83
| * radix_tree: loop based on shift count, not heightMatthew Wilcox2016-02-011-3/+3
| * radix_tree: tag all internal tree nodes as indirect pointersMatthew Wilcox2016-02-011-6/+18
| * lib/bug.c: make panic_on_warn available for all architecturesHeiko Carstens2016-02-011-0/+11
| * printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-02-011-84/+5
| * mm, printk: introduce new format string for flagsVlastimil Babka2016-01-282-0/+128
| * radix-tree: fix race in gang lookupMatthew Wilcox2016-01-281-2/+10
| * lib/test-string_helpers.c: fix and improve string_get_size() testsVitaly Kuznetsov2016-01-281-18/+49
* | Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell2016-02-021-0/+33
|\ \
| * | rcutorture: Add RCU grace-period performance testsPaul E. McKenney2016-01-281-0/+33
| |/
* | Merge branch 'x86/asm'Ingo Molnar2016-02-011-1/+1
|\ \
| * | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-1/+1
| |/
* | 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