aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2016-10-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-20/+29
2016-10-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 1-5/+11
2016-10-07nmi_backtrace: do a local dump_stack() instead of a self-NMIGravatar Chris Metcalf 1-0/+9
2016-10-07nmi_backtrace: add more trigger_*_cpu_backtrace() methodsGravatar Chris Metcalf 1-8/+9
2016-10-07atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEGravatar Vineet Gupta 2-7/+0
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+393
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-0/+352
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2016-10-07Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdGravatar Linus Torvalds 7-5/+988
2016-10-06Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-2/+50
2016-10-05pipe: add pipe_buf_release() helperGravatar Miklos Szeredi 1-3/+1
2016-10-05new iov_iter flavour: pipe-backedGravatar Al Viro 1-2/+395
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 5-79/+326
2016-10-05mm: filemap: don't plant shadow entries without radix tree nodeGravatar Johannes Weiner 1-11/+3
2016-10-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 6-0/+308
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-23/+49
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-8/+43
2016-10-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-5/+5
2016-09-30dma-debug: fix ia64 build, use PHYS_PFNGravatar Niklas Söderlund 1-1/+1
2016-09-30Merge branch 'x86/urgent' into x86/asmGravatar Thomas Gleixner 2-5/+5
2016-09-29lib/Kconfig.debug: fix DEBUG_SECTION_MISMATCH descriptionGravatar Uwe Kleine-König 1-1/+1
2016-09-27lib: clean up put_cpu_var usageGravatar Shaohua Li 1-2/+2
2016-09-27get rid of separate multipage fault-in primitivesGravatar Al Viro 1-2/+1
2016-09-26raid6/test/test.c: bug fix: Specify aligned(alignment) attributes to the char...Gravatar Gayatri Kammela 1-3/+4
2016-09-26dma-debug: add support for resource mappingsGravatar Niklas Söderlund 1-2/+50
2016-09-25radix tree: fix sibling entry handling in radix_tree_descend()Gravatar Linus Torvalds 1-4/+4
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-22/+2
2016-09-23locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help textGravatar Vivien Didelot 1-1/+1
2016-09-21lib/raid6: Add AVX512 optimized xor_syndrome functionsGravatar Gayatri Kammela 1-3/+278
2016-09-21lib/raid6/test/Makefile: Add avx512 gen_syndrome and recovery functionsGravatar Gayatri Kammela 1-1/+4
2016-09-21lib/raid6: Add AVX512 optimized recovery functionsGravatar Gayatri Kammela 3-1/+392
2016-09-21lib/raid6: Add AVX512 optimized gen_syndrome functionsGravatar Gayatri Kammela 4-1/+314
2016-09-21lib/win_minmax: windowed min or max estimatorGravatar Neal Cardwell 2-1/+99
2016-09-20Merge branch 'efi/urgent' into efi/core, to pick up fixesGravatar Ingo Molnar 1-22/+2
2016-09-20ubsan: allow to disable the null sanitizerGravatar Christian Borntraeger 1-0/+11
2016-09-20rhashtable: Add rhlist interfaceGravatar Herbert Xu 1-52/+206
2016-09-20Merge branch 'linus' into x86/asm, to pick up fixesGravatar Ingo Molnar 1-22/+2
2016-09-19fault-injection/cpu: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-6/+40
2016-09-19lib/irq_poll: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-17/+9
2016-09-19sbitmap: initialize weight to zeroGravatar Colin Ian King 1-1/+1
2016-09-17fix iov_iter_fault_in_readable()Gravatar Al Viro 1-22/+2
2016-09-17sbitmap: don't update the allocation hint on clear after resizeGravatar Omar Sandoval 1-1/+1
2016-09-17sbitmap: re-initialize allocation hints after resizeGravatar Omar Sandoval 1-2/+7
2016-09-17sbitmap: randomize initial alloc_hint valuesGravatar Omar Sandoval 1-0/+6
2016-09-17sbitmap: push alloc policy into sbitmap_queueGravatar Omar Sandoval 1-6/+8
2016-09-17sbitmap: push per-cpu last_tag into sbitmap_queueGravatar Omar Sandoval 1-1/+34
2016-09-17sbitmap: allocate wait queues on a specific nodeGravatar Omar Sandoval 1-1/+1
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryGravatar Omar Sandoval 3-0/+306