summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | | | RAID/s390: provide raid6 recovery optimizationMartin Schwidefsky2016-09-013-1/+120
| * | | | | | | | | RAID/s390: add SIMD implementation for raid6 gen/xorMartin Schwidefsky2016-08-294-0/+178
| |/ / / / / / / /
* | | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-032-23/+49
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fault-injection/cpu: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-6/+40
| * | | | | | | | | lib/irq_poll: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-17/+9
| |/ / / / / / / /
* | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-032-8/+43
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-302-5/+5
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-09-201-22/+2
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | lib/syscall: Pin the task stack in collect_syscall()Andy Lutomirski2016-09-161-2/+13
| * | | | | | | | | Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-155-41/+20
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | dma-api: Teach the "DMA-from-stack" check about vmapped stacksAndy Lutomirski2016-08-241-6/+30
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2016-09-201-22/+2
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | lib/ucs2_string: Speed up ucs2_utf8size()Lukas Wunner2016-09-091-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | radix tree: fix sibling entry handling in radix_tree_descend()Linus Torvalds2016-09-251-4/+4
* | | | | | | | locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help textVivien Didelot2016-09-231-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | fix iov_iter_fault_in_readable()Al Viro2016-09-171-22/+2
|/ / / / / /
* | | | | | lib/test_hash.c: fix warning in preprocessor symbol evaluationGeert Uytterhoeven2016-09-011-9/+15
* | | | | | lib/test_hash.c: fix warning in two-dimensional array initGeert Uytterhoeven2016-09-011-1/+1
* | | | | | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf2016-08-303-28/+0
| |/ / / / |/| | | |
* | | | | rhashtable: fix a memory leak in alloc_bucket_locks()Eric Dumazet2016-08-261-3/+4
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-172-5/+10
|\ \ \ \
| * | | | rhashtable: fix shift by 64 when shrinkingVegard Nossum2016-08-151-2/+4
| * | | | rhashtable: avoid large lock-array allocationsFlorian Westphal2016-08-141-2/+5
| |/ / /
OpenPOWER on IntegriCloud