summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* kcov: do not instrument lib/stackdepot.cAlexander Potapenko2016-10-111-0/+1
* lib/bitmap.c: enhance bitmap syntaxNoam Camus2016-10-111-4/+46
* lib/kstrtox.c: smaller _parse_integer()Alexey Dobriyan2016-10-111-5/+1
* lib: harden strncpy_from_userMark Rutland2016-10-111-0/+2
* Fix off-by-one in __pipe_get_pages()Al Viro2016-10-111-2/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-2/+1
|\
| * get rid of separate multipage fault-in primitivesAl Viro2016-09-271-2/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-073-20/+29
|\ \
| * | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-5/+11
| * | nmi_backtrace: do a local dump_stack() instead of a self-NMIChris Metcalf2016-10-071-0/+9
| * | nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-10-071-8/+9
| * | atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta2016-10-072-7/+0
* | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-071-2/+393
|\ \ \
| * | | pipe: add pipe_buf_release() helperMiklos Szeredi2016-10-051-3/+1
| * | | new iov_iter flavour: pipe-backedAl Viro2016-10-051-2/+395
| | |/ | |/|
* | | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-073-0/+352
|\ \ \ | |_|/ |/| |
| * | sbitmap: initialize weight to zeroColin Ian King2016-09-191-1/+1
| * | sbitmap: don't update the allocation hint on clear after resizeOmar Sandoval2016-09-171-1/+1
| * | sbitmap: re-initialize allocation hints after resizeOmar Sandoval2016-09-171-2/+7
| * | sbitmap: randomize initial alloc_hint valuesOmar Sandoval2016-09-171-0/+6
| * | sbitmap: push alloc policy into sbitmap_queueOmar Sandoval2016-09-171-6/+8
| * | sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval2016-09-171-1/+34
| * | sbitmap: allocate wait queues on a specific nodeOmar Sandoval2016-09-171-1/+1
| * | blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval2016-09-173-0/+306
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-071-1/+1
|\ \ \
| * | | lib/Kconfig.debug: fix DEBUG_SECTION_MISMATCH descriptionUwe Kleine-König2016-09-291-1/+1
* | | | Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-10-077-5/+988
|\ \ \ \
| * | | | raid6/test/test.c: bug fix: Specify aligned(alignment) attributes to the char...Gayatri Kammela2016-09-261-3/+4
| * | | | lib/raid6: Add AVX512 optimized xor_syndrome functionsGayatri Kammela2016-09-211-3/+278
| * | | | lib/raid6/test/Makefile: Add avx512 gen_syndrome and recovery functionsGayatri Kammela2016-09-211-1/+4
| * | | | lib/raid6: Add AVX512 optimized recovery functionsGayatri Kammela2016-09-213-1/+392
| * | | | lib/raid6: Add AVX512 optimized gen_syndrome functionsGayatri Kammela2016-09-214-1/+314
* | | | | Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-10-061-2/+50
|\ \ \ \ \
| * | | | | dma-debug: fix ia64 build, use PHYS_PFNNiklas Söderlund2016-09-301-1/+1
| * | | | | dma-debug: add support for resource mappingsNiklas Söderlund2016-09-261-2/+50
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-10-055-79/+326
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-022-5/+5
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | lib: clean up put_cpu_var usageShaohua Li2016-09-271-2/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-22/+2
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | lib/win_minmax: windowed min or max estimatorNeal Cardwell2016-09-212-1/+99
| * | | | | | rhashtable: Add rhlist interfaceHerbert Xu2016-09-201-52/+206
| * | | | | | test_bpf: fix the dummy skb after dissector changesJakub Kicinski2016-09-151-0/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-124-38/+16
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-09-061-3/+7
| |\ \ \ \ \ \ \
| | * | | | | | | rhashtable: add rhashtable_lookup_get_insert_key()Pablo Neira Ayuso2016-08-261-3/+7
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-3/+4
| |\ \ \ \ \ \ \ \
| * | | | | | | | | rhashtable: Remove GFP flag from rhashtable_walk_initHerbert Xu2016-08-191-28/+18
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner2016-10-051-11/+3
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-10-046-0/+308
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ubsan: allow to disable the null sanitizerChristian Borntraeger2016-09-201-0/+11
OpenPOWER on IntegriCloud