summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2016-09-17sbitmap: randomize initial alloc_hint valuesOmar Sandoval-0/+6
2016-09-17sbitmap: push alloc policy into sbitmap_queueOmar Sandoval-6/+8
2016-09-17sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval-1/+34
2016-09-17sbitmap: allocate wait queues on a specific nodeOmar Sandoval-1/+1
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval-0/+306
2016-09-16lib/syscall: Pin the task stack in collect_syscall()Andy Lutomirski-2/+13
2016-09-15test_bpf: fix the dummy skb after dissector changesJakub Kicinski-0/+1
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar-41/+20
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-38/+16
2016-09-09lib/ucs2_string: Speed up ucs2_utf8size()Lukas Wunner-1/+1
2016-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-3/+7
2016-09-01lib/test_hash.c: fix warning in preprocessor symbol evaluationGeert Uytterhoeven-9/+15
2016-09-01lib/test_hash.c: fix warning in two-dimensional array initGeert Uytterhoeven-1/+1
2016-09-01RAID/s390: provide raid6 recovery optimizationMartin Schwidefsky-1/+120
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf-28/+0
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+4
2016-08-29RAID/s390: add SIMD implementation for raid6 gen/xorMartin Schwidefsky-0/+178
2016-08-26rhashtable: fix a memory leak in alloc_bucket_locks()Eric Dumazet-3/+4
2016-08-26rhashtable: add rhashtable_lookup_get_insert_key()Pablo Neira Ayuso-3/+7
2016-08-24dma-api: Teach the "DMA-from-stack" check about vmapped stacksAndy Lutomirski-6/+30
2016-08-19rhashtable: Remove GFP flag from rhashtable_walk_initHerbert Xu-28/+18
2016-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-5/+10
2016-08-15rhashtable: fix shift by 64 when shrinkingVegard Nossum-2/+4
2016-08-14rhashtable: avoid large lock-array allocationsFlorian Westphal-2/+5
2016-08-11percpu-refcount: init ->confirm_switch member properlyRoman Pen-0/+3
2016-08-10percpu_ref: allow operation mode switching operations to be called concurrentlyTejun Heo-4/+29
2016-08-10percpu_ref: restructure operation mode switchingTejun Heo-35/+29
2016-08-10percpu_ref: unify staggered atomic switching wait behaviorTejun Heo-10/+21
2016-08-10percpu_ref: reorganize __percpu_ref_switch_to_atomic() and relocate percpu_re...Tejun Heo-48/+50
2016-08-10percpu_ref: remove unnecessary RCU grace period for staggered atomic switchin...Tejun Heo-18/+4
2016-08-08unsafe_[get|put]_user: change interface to use a error target labelLinus Torvalds-8/+7
2016-08-08rhashtable-test: Fix max_size parameter descriptionPhil Sutter-1/+1
2016-08-04dynamic_debug: add jump label supportJason Baron-0/+7
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski-10/+12
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-23/+33
2016-08-02kcov: allow more fine-grained coverage instrumentationVegard Nossum-0/+11
2016-08-02crc32: use ktime_get_ns() for measurementArnd Bergmann-12/+4
2016-08-02lib/iommu-helper: skip to next segmentSebastian Ott-2/+1
2016-08-02ratelimit: extend to print suppressed messages on releaseBorislav Petkov-4/+6
2016-08-02UBSAN: fix typo in format stringNicolas Iooss-1/+1
2016-08-02radix-tree: account nodes to memcg only if explicitly requestedVladimir Davydov-4/+10
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-0/+2
2016-08-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-7/+7
2016-07-30Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+4
2016-07-29lib/mpi: Fix SG miter leakHerbert Xu-7/+7
2016-07-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+9
2016-07-28lib/stackdepot.c: use __GFP_NOWARN for stack allocationsKirill A. Shutemov-0/+1
2016-07-28mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko-2/+2
2016-07-28mm: optimize copy_page_to/from_iter_iovecMikulas Patocka-2/+6
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds-2/+2