summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-30dma-debug: fix ia64 build, use PHYS_PFNNiklas Söderlund
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner
2016-09-29lib/Kconfig.debug: fix DEBUG_SECTION_MISMATCH descriptionUwe Kleine-König
2016-09-27lib: clean up put_cpu_var usageShaohua Li
2016-09-27get rid of separate multipage fault-in primitivesAl Viro
2016-09-26raid6/test/test.c: bug fix: Specify aligned(alignment) attributes to the char...Gayatri Kammela
2016-09-26dma-debug: add support for resource mappingsNiklas Söderlund
2016-09-25radix tree: fix sibling entry handling in radix_tree_descend()Linus Torvalds
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-23locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help textVivien Didelot
2016-09-21lib/raid6: Add AVX512 optimized xor_syndrome functionsGayatri Kammela
2016-09-21lib/raid6/test/Makefile: Add avx512 gen_syndrome and recovery functionsGayatri Kammela
2016-09-21lib/raid6: Add AVX512 optimized recovery functionsGayatri Kammela
2016-09-21lib/raid6: Add AVX512 optimized gen_syndrome functionsGayatri Kammela
2016-09-21lib/win_minmax: windowed min or max estimatorNeal Cardwell
2016-09-20Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar
2016-09-20ubsan: allow to disable the null sanitizerChristian Borntraeger
2016-09-20rhashtable: Add rhlist interfaceHerbert Xu
2016-09-20Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar
2016-09-19fault-injection/cpu: Convert to hotplug state machineSebastian Andrzej Siewior
2016-09-19lib/irq_poll: Convert to hotplug state machineSebastian Andrzej Siewior
2016-09-19sbitmap: initialize weight to zeroColin Ian King
2016-09-17fix iov_iter_fault_in_readable()Al Viro
2016-09-17sbitmap: don't update the allocation hint on clear after resizeOmar Sandoval
2016-09-17sbitmap: re-initialize allocation hints after resizeOmar Sandoval
2016-09-17sbitmap: randomize initial alloc_hint valuesOmar Sandoval
2016-09-17sbitmap: push alloc policy into sbitmap_queueOmar Sandoval
2016-09-17sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval
2016-09-17sbitmap: allocate wait queues on a specific nodeOmar Sandoval
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval
2016-09-16lib/syscall: Pin the task stack in collect_syscall()Andy Lutomirski
2016-09-15test_bpf: fix the dummy skb after dissector changesJakub Kicinski
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-09lib/ucs2_string: Speed up ucs2_utf8size()Lukas Wunner
2016-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-09-01lib/test_hash.c: fix warning in preprocessor symbol evaluationGeert Uytterhoeven
2016-09-01lib/test_hash.c: fix warning in two-dimensional array initGeert Uytterhoeven
2016-09-01RAID/s390: provide raid6 recovery optimizationMartin Schwidefsky
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-29RAID/s390: add SIMD implementation for raid6 gen/xorMartin Schwidefsky
2016-08-26rhashtable: fix a memory leak in alloc_bucket_locks()Eric Dumazet
2016-08-26rhashtable: add rhashtable_lookup_get_insert_key()Pablo Neira Ayuso
2016-08-24dma-api: Teach the "DMA-from-stack" check about vmapped stacksAndy Lutomirski
2016-08-19rhashtable: Remove GFP flag from rhashtable_walk_initHerbert Xu
2016-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-08-15rhashtable: fix shift by 64 when shrinkingVegard Nossum
2016-08-14rhashtable: avoid large lock-array allocationsFlorian Westphal