summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2017-02-13idr: Add missing __rcu annotationsMatthew Wilcox-7/+8
2017-02-13radix-tree: Fix __rcu annotationsMatthew Wilcox-59/+68
2017-02-13radix-tree: Add rcu_dereference and rcu_assign_pointer callsMatthew Wilcox-11/+15
2017-02-13radix_tree_iter_resume: Fix out of bounds errorMatthew Wilcox-1/+0
2017-02-13radix-tree: Store a pointer to the root in each nodeMatthew Wilcox-6/+8
2017-02-13radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox-5/+4
2017-02-13ida: Use exceptional entries for small IDAsMatthew Wilcox-6/+89
2017-02-13ida: Move ida_bitmap to a percpu variableMatthew Wilcox-40/+44
2017-02-13Reimplement IDR and IDA using the radix treeMatthew Wilcox-1034/+519
2017-02-13radix-tree: Add radix_tree_iter_deleteMatthew Wilcox-31/+60
2017-02-13radix-tree: Add radix_tree_iter_tag_clear()Matthew Wilcox-28/+40
2017-02-13EXPORT_SYMBOL radix_tree_replace_slotSong Liu-0/+1
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook-14/+0
2017-02-10debugobjects: Improve variable namingWaiman Long-5/+5
2017-02-10refcount_t: Introduce a special purpose refcount typePeter Zijlstra-0/+13
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky-1/+1
2017-02-06Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman-5/+4
2017-02-05debugobjects: Reduce contention on the global pool_lockWaiman Long-9/+23
2017-02-04debugobjects: Scale thresholds with # of CPUsWaiman Long-5/+15
2017-02-04debugobjects: Track number of kmem_cache_alloc/kmem_cache_free doneWaiman Long-0/+10
2017-02-03lib: Introduce priority array area managerJiri Pirko-0/+787
2017-02-02ext4: move halfmd4 into hash.c directlyJason A. Donenfeld-68/+1
2017-02-01Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie-1/+2
2017-01-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-0/+1
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+1
2017-01-27radix tree: constify some pointersMatthew Wilcox-26/+31
2017-01-27sbitmap: add helpers for dumping to a seq_fileOmar Sandoval-0/+91
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie-29/+36
2017-01-25test_firmware: add test custom fallback triggerLuis R. Rodriguez-0/+45
2017-01-25test_firmware: use device attribute groupsLuis R. Rodriguez-24/+11
2017-01-25test_firmware: move misc_device downLuis R. Rodriguez-6/+6
2017-01-24mm: do not export ioremap_page_range symbol for external modulezhong jiang-1/+0
2017-01-24radix-tree: fix private list warningsMatthew Wilcox-1/+1
2017-01-24lib/dma-virt: Add dma_virt_opsBart Van Assche-0/+78
2017-01-24lib/dma-noop: Only build dma_noop_ops for s390 and m32rBart Van Assche-1/+6
2017-01-24lib/dma-noop: Clarify a commentBart Van Assche-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche-1/+1
2017-01-23rcu: Enable RCU tracepoints by default to aid in debuggingMatt Fleming-0/+1
2017-01-23lib/prime_numbers: Suppress warn on kmalloc failureChris Wilson-1/+2
2017-01-20percpu_counter: percpu_counter_hotcpu_callback() cleanupEric Dumazet-3/+2
2017-01-20timerqueue: Use rb_entry_safe() instead of open-coding itGeliang Tang-2/+1
2017-01-18sbitmap: fix wakeup hang after sbq resizeOmar Sandoval-5/+30
2017-01-18sbitmap: use smp_mb__after_atomic() in sbq_wake_up()Omar Sandoval-3/+10
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-26/+34
2017-01-17Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+3
2017-01-16Merge 4.10-rc4 into tty-nextGreg Kroah-Hartman-24/+32
2017-01-15swiotlb: ensure that page-sized mappings are page-alignedNikita Yushchenko-3/+3
2017-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-23/+31
2017-01-14fix a fencepost error in pipe_advance()Al Viro-23/+31
2017-01-14locking/ww_mutex: Begin kselftests for ww_mutexChris Wilson-0/+12