Age | Commit message (Expand) | Author |
2017-02-20 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-02-20 | Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li... | Linus Torvalds |
2017-02-20 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2017-02-17 | Merge branch 'for-4.11/block' into for-4.11/linus-merge | Jens Axboe |
2017-02-17 | rhashtable: Add nested tables | Herbert Xu |
2017-02-16 | usercopy: Adjust tests to deal with SMAP/PAN | Kees Cook |
2017-02-16 | usercopy: add testcases to check zeroing on failure | Hoeun Ryu |
2017-02-13 | idr: Add missing __rcu annotations | Matthew Wilcox |
2017-02-13 | radix-tree: Fix __rcu annotations | Matthew Wilcox |
2017-02-13 | radix-tree: Add rcu_dereference and rcu_assign_pointer calls | Matthew Wilcox |
2017-02-13 | radix_tree_iter_resume: Fix out of bounds error | Matthew Wilcox |
2017-02-13 | radix-tree: Store a pointer to the root in each node | Matthew Wilcox |
2017-02-13 | radix-tree: Chain preallocated nodes through ->parent | Matthew Wilcox |
2017-02-13 | ida: Use exceptional entries for small IDAs | Matthew Wilcox |
2017-02-13 | ida: Move ida_bitmap to a percpu variable | Matthew Wilcox |
2017-02-13 | Reimplement IDR and IDA using the radix tree | Matthew Wilcox |
2017-02-13 | radix-tree: Add radix_tree_iter_delete | Matthew Wilcox |
2017-02-13 | radix-tree: Add radix_tree_iter_tag_clear() | Matthew Wilcox |
2017-02-13 | EXPORT_SYMBOL radix_tree_replace_slot | Song Liu |
2017-02-10 | time: Remove CONFIG_TIMER_STATS | Kees Cook |
2017-02-10 | debugobjects: Improve variable naming | Waiman Long |
2017-02-10 | refcount_t: Introduce a special purpose refcount type | Peter Zijlstra |
2017-02-08 | printk: rename nmi.c and exported api | Sergey Senozhatsky |
2017-02-06 | Merge 4.10-rc7 into char-misc-next | Greg Kroah-Hartman |
2017-02-05 | debugobjects: Reduce contention on the global pool_lock | Waiman Long |
2017-02-04 | debugobjects: Scale thresholds with # of CPUs | Waiman Long |
2017-02-04 | debugobjects: Track number of kmem_cache_alloc/kmem_cache_free done | Waiman Long |
2017-02-03 | lib: Introduce priority array area manager | Jiri Pirko |
2017-02-02 | ext4: move halfmd4 into hash.c directly | Jason A. Donenfeld |
2017-02-01 | Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm... | Dave Airlie |
2017-01-31 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-01-27 | radix tree: constify some pointers | Matthew Wilcox |
2017-01-27 | sbitmap: add helpers for dumping to a seq_file | Omar Sandoval |
2017-01-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Dave Airlie |
2017-01-25 | test_firmware: add test custom fallback trigger | Luis R. Rodriguez |
2017-01-25 | test_firmware: use device attribute groups | Luis R. Rodriguez |
2017-01-25 | test_firmware: move misc_device down | Luis R. Rodriguez |
2017-01-24 | mm: do not export ioremap_page_range symbol for external module | zhong jiang |
2017-01-24 | radix-tree: fix private list warnings | Matthew Wilcox |
2017-01-24 | lib/dma-virt: Add dma_virt_ops | Bart Van Assche |
2017-01-24 | lib/dma-noop: Only build dma_noop_ops for s390 and m32r | Bart Van Assche |
2017-01-24 | lib/dma-noop: Clarify a comment | Bart Van Assche |
2017-01-24 | treewide: Constify most dma_map_ops structures | Bart Van Assche |
2017-01-23 | rcu: Enable RCU tracepoints by default to aid in debugging | Matt Fleming |
2017-01-23 | lib/prime_numbers: Suppress warn on kmalloc failure | Chris Wilson |
2017-01-20 | percpu_counter: percpu_counter_hotcpu_callback() cleanup | Eric Dumazet |
2017-01-20 | timerqueue: Use rb_entry_safe() instead of open-coding it | Geliang Tang |
2017-01-18 | sbitmap: fix wakeup hang after sbq resize | Omar Sandoval |
2017-01-18 | sbitmap: use smp_mb__after_atomic() in sbq_wake_up() | Omar Sandoval |