summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | lib/test_printf.c: test precision quirksRasmus Villemoes2016-01-161-6/+15
* | lib/test_printf.c: check for out-of-bound writesRasmus Villemoes2016-01-161-5/+19
* | lib/test_printf.c: don't BUGRasmus Villemoes2016-01-161-1/+6
* | lib/kasprintf.c: add sanity check to kvasprintfRasmus Villemoes2016-01-161-4/+6
* | lib/vsprintf.c: warn about too large precisions and field widthsRasmus Villemoes2016-01-161-4/+24
* | lib/vsprintf.c: help gcc make number() smallerRasmus Villemoes2016-01-161-12/+14
* | lib/vsprintf.c: expand field_width to 24 bitsRasmus Villemoes2016-01-161-20/+22
* | lib/vsprintf.c: eliminate potential race in string()Rasmus Villemoes2016-01-161-19/+9
* | lib/vsprintf.c: move string() below widen_string()Rasmus Villemoes2016-01-161-31/+31
* | lib/vsprintf.c: pull out padding code from dentry_name()Rasmus Villemoes2016-01-161-15/+31
* | Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon2016-01-161-1/+0
* | mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams2016-01-151-0/+9
* | page-flags: introduce page flags policies wrt compound pagesKirill A. Shutemov2016-01-151-0/+8
* | Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-152-6/+88
|\ \
| * | CPM/QE: use genalloc to manage CPM/QE muramZhao Qiang2015-12-221-1/+1
| * | genalloc:support allocating specific regionZhao Qiang2015-12-221-0/+32
| * | genalloc:support memory-allocation with bytes-alignment to genallocZhao Qiang2015-12-221-6/+55
| * | powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard2015-12-011-0/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-151-1/+1
|\ \
| * | dma-debug: switch check from _text to _stextLaura Abbott2016-01-141-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-141-3/+3
|\ \ \ | |/ / |/| |
| * | lib: scatterlist: fix Kconfig descriptionGeert Uytterhoeven2015-12-081-3/+3
* | | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-131-0/+39
|\ \ \
| * | | restrict /dev/mem to idle io memory rangesDan Williams2016-01-091-3/+20
| * | | arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debugDan Williams2016-01-091-0/+22
* | | | Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-01-121-2/+4
|\ \ \ \
| * | | | tracing: Use seq_buf_used() in seq_buf_to_user() instead of lenJerry Snitselaar2015-12-231-2/+4
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-126-29/+249
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-311-1/+2
| |\ \ \ \
| * | | | | bpf, test: add couple of test casesDaniel Borkmann2015-12-181-0/+120
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-174-31/+44
| |\ \ \ \ \
| * | | | | | rhashtable: Remove unnecessary wmb for future_tblHerbert Xu2015-12-081-3/+0
| * | | | | | net: Add support for CHANGEUPPER notifier error injectionIdo Schimmel2015-12-031-0/+1
| * | | | | | net: add support for netdev notifier error injectionNikolay Aleksandrov2015-12-013-0/+78
| * | | | | | rhashtable-test: allow to retry even if -ENOMEM was returnedPhil Sutter2015-11-231-1/+13
| * | | | | | rhashtable-test: calculate max_entries value by defaultPhil Sutter2015-11-231-3/+5
| * | | | | | rhashtable-test: retry insert operationsPhil Sutter2015-11-231-24/+29
| * | | | | | rhashtable-test: add cond_resched() to thread testPhil Sutter2015-11-231-0/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-122-9/+26
|\ \ \ \ \ \