aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-79/+326
2016-10-05mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner1-11/+3
2016-10-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds6-0/+308
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-23/+49
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-8/+43
2016-10-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+5
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner2-5/+5
2016-09-27lib: clean up put_cpu_var usageShaohua Li1-2/+2
2016-09-25radix tree: fix sibling entry handling in radix_tree_descend()Linus Torvalds1-4/+4
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+2
2016-09-23locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help textVivien Didelot1-1/+1
2016-09-21lib/win_minmax: windowed min or max estimatorNeal Cardwell2-1/+99
2016-09-20Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar1-22/+2
2016-09-20ubsan: allow to disable the null sanitizerChristian Borntraeger1-0/+11
2016-09-20rhashtable: Add rhlist interfaceHerbert Xu1-52/+206
2016-09-20Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar1-22/+2
2016-09-19fault-injection/cpu: Convert to hotplug state machineSebastian Andrzej Siewior1-6/+40
2016-09-19lib/irq_poll: Convert to hotplug state machineSebastian Andrzej Siewior1-17/+9
2016-09-17fix iov_iter_fault_in_readable()Al Viro1-22/+2
2016-09-16lib/syscall: Pin the task stack in collect_syscall()Andy Lutomirski1-2/+13
2016-09-15test_bpf: fix the dummy skb after dissector changesJakub Kicinski1-0/+1
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar5-41/+20
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-38/+16
2016-09-09lib/ucs2_string: Speed up ucs2_utf8size()Lukas Wunner1-1/+1
2016-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-3/+7
2016-09-01lib/test_hash.c: fix warning in preprocessor symbol evaluationGeert Uytterhoeven1-9/+15
2016-09-01lib/test_hash.c: fix warning in two-dimensional array initGeert Uytterhoeven1-1/+1
2016-09-01RAID/s390: provide raid6 recovery optimizationMartin Schwidefsky3-1/+120
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf3-28/+0
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2016-08-29RAID/s390: add SIMD implementation for raid6 gen/xorMartin Schwidefsky4-0/+178
2016-08-26rhashtable: fix a memory leak in alloc_bucket_locks()Eric Dumazet1-3/+4
2016-08-26rhashtable: add rhashtable_lookup_get_insert_key()Pablo Neira Ayuso1-3/+7
2016-08-24dma-api: Teach the "DMA-from-stack" check about vmapped stacksAndy Lutomirski1-6/+30
2016-08-19rhashtable: Remove GFP flag from rhashtable_walk_initHerbert Xu1-28/+18
2016-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-5/+10
2016-08-15rhashtable: fix shift by 64 when shrinkingVegard Nossum1-2/+4
2016-08-14rhashtable: avoid large lock-array allocationsFlorian Westphal1-2/+5
2016-08-08unsafe_[get|put]_user: change interface to use a error target labelLinus Torvalds2-8/+7
2016-08-08rhashtable-test: Fix max_size parameter descriptionPhil Sutter1-1/+1
2016-08-04dynamic_debug: add jump label supportJason Baron1-0/+7
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2-10/+12
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-23/+33
2016-08-02kcov: allow more fine-grained coverage instrumentationVegard Nossum1-0/+11
2016-08-02crc32: use ktime_get_ns() for measurementArnd Bergmann1-12/+4
2016-08-02lib/iommu-helper: skip to next segmentSebastian Ott1-2/+1
2016-08-02ratelimit: extend to print suppressed messages on releaseBorislav Petkov1-4/+6
2016-08-02UBSAN: fix typo in format stringNicolas Iooss1-1/+1
2016-08-02radix-tree: account nodes to memcg only if explicitly requestedVladimir Davydov1-4/+10