Age | Commit message (Expand) | Author |
2016-09-21 | lib/raid6: Add AVX512 optimized recovery functions | Gayatri Kammela |
2016-09-21 | lib/raid6: Add AVX512 optimized gen_syndrome functions | Gayatri Kammela |
2016-09-21 | lib/win_minmax: windowed min or max estimator | Neal Cardwell |
2016-09-20 | Merge branch 'efi/urgent' into efi/core, to pick up fixes | Ingo Molnar |
2016-09-20 | ubsan: allow to disable the null sanitizer | Christian Borntraeger |
2016-09-20 | rhashtable: Add rhlist interface | Herbert Xu |
2016-09-20 | Merge branch 'linus' into x86/asm, to pick up fixes | Ingo Molnar |
2016-09-19 | fault-injection/cpu: Convert to hotplug state machine | Sebastian Andrzej Siewior |
2016-09-19 | lib/irq_poll: Convert to hotplug state machine | Sebastian Andrzej Siewior |
2016-09-19 | sbitmap: initialize weight to zero | Colin Ian King |
2016-09-17 | fix iov_iter_fault_in_readable() | Al Viro |
2016-09-17 | sbitmap: don't update the allocation hint on clear after resize | Omar Sandoval |
2016-09-17 | sbitmap: re-initialize allocation hints after resize | Omar Sandoval |
2016-09-17 | sbitmap: randomize initial alloc_hint values | Omar Sandoval |
2016-09-17 | sbitmap: push alloc policy into sbitmap_queue | Omar Sandoval |
2016-09-17 | sbitmap: push per-cpu last_tag into sbitmap_queue | Omar Sandoval |
2016-09-17 | sbitmap: allocate wait queues on a specific node | Omar Sandoval |
2016-09-17 | blk-mq: abstract tag allocation out into sbitmap library | Omar Sandoval |
2016-09-16 | lib/syscall: Pin the task stack in collect_syscall() | Andy Lutomirski |
2016-09-15 | test_bpf: fix the dummy skb after dissector changes | Jakub Kicinski |
2016-09-15 | Merge branch 'linus' into x86/asm, to pick up recent fixes | Ingo Molnar |
2016-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-09-09 | lib/ucs2_string: Speed up ucs2_utf8size() | Lukas Wunner |
2016-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2016-09-01 | lib/test_hash.c: fix warning in preprocessor symbol evaluation | Geert Uytterhoeven |
2016-09-01 | lib/test_hash.c: fix warning in two-dimensional array init | Geert Uytterhoeven |
2016-09-01 | RAID/s390: provide raid6 recovery optimization | Martin Schwidefsky |
2016-08-30 | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS | Josh Poimboeuf |
2016-08-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-08-29 | RAID/s390: add SIMD implementation for raid6 gen/xor | Martin Schwidefsky |
2016-08-26 | rhashtable: fix a memory leak in alloc_bucket_locks() | Eric Dumazet |
2016-08-26 | rhashtable: add rhashtable_lookup_get_insert_key() | Pablo Neira Ayuso |
2016-08-24 | dma-api: Teach the "DMA-from-stack" check about vmapped stacks | Andy Lutomirski |
2016-08-19 | rhashtable: Remove GFP flag from rhashtable_walk_init | Herbert Xu |
2016-08-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2016-08-15 | rhashtable: fix shift by 64 when shrinking | Vegard Nossum |
2016-08-14 | rhashtable: avoid large lock-array allocations | Florian Westphal |
2016-08-11 | percpu-refcount: init ->confirm_switch member properly | Roman Pen |
2016-08-10 | percpu_ref: allow operation mode switching operations to be called concurrently | Tejun Heo |
2016-08-10 | percpu_ref: restructure operation mode switching | Tejun Heo |
2016-08-10 | percpu_ref: unify staggered atomic switching wait behavior | Tejun Heo |
2016-08-10 | percpu_ref: reorganize __percpu_ref_switch_to_atomic() and relocate percpu_re... | Tejun Heo |
2016-08-10 | percpu_ref: remove unnecessary RCU grace period for staggered atomic switchin... | Tejun Heo |
2016-08-08 | unsafe_[get|put]_user: change interface to use a error target label | Linus Torvalds |
2016-08-08 | rhashtable-test: Fix max_size parameter description | Phil Sutter |
2016-08-04 | dynamic_debug: add jump label support | Jason Baron |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski |
2016-08-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-08-02 | kcov: allow more fine-grained coverage instrumentation | Vegard Nossum |
2016-08-02 | crc32: use ktime_get_ns() for measurement | Arnd Bergmann |