aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-02-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-68/+1
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+25
2017-02-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2017-02-20Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-12/+46
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-16/+1
2017-02-10time: Remove CONFIG_TIMER_STATSGravatar Kees Cook 1-14/+0
2017-02-10debugobjects: Improve variable namingGravatar Waiman Long 1-5/+5
2017-02-10refcount_t: Introduce a special purpose refcount typeGravatar Peter Zijlstra 1-0/+13
2017-02-05debugobjects: Reduce contention on the global pool_lockGravatar Waiman Long 1-9/+23
2017-02-04debugobjects: Scale thresholds with # of CPUsGravatar Waiman Long 1-5/+15
2017-02-04debugobjects: Track number of kmem_cache_alloc/kmem_cache_free doneGravatar Waiman Long 1-0/+10
2017-02-02ext4: move halfmd4 into hash.c directlyGravatar Jason A. Donenfeld 2-68/+1
2017-01-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-0/+1
2017-01-24mm: do not export ioremap_page_range symbol for external moduleGravatar zhong jiang 1-1/+0
2017-01-24radix-tree: fix private list warningsGravatar Matthew Wilcox 1-1/+1
2017-01-23rcu: Enable RCU tracepoints by default to aid in debuggingGravatar Matt Fleming 1-0/+1
2017-01-20timerqueue: Use rb_entry_safe() instead of open-coding itGravatar Geliang Tang 1-2/+1
2017-01-17Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+3
2017-01-15swiotlb: ensure that page-sized mappings are page-alignedGravatar Nikita Yushchenko 1-3/+3
2017-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-23/+31
2017-01-14fix a fencepost error in pipe_advance()Gravatar Al Viro 1-23/+31
2017-01-14locking/ww_mutex: Begin kselftests for ww_mutexGravatar Chris Wilson 1-0/+12
2017-01-10lib/Kconfig.debug: fix frv build failureGravatar Sudip Mukherjee 1-1/+1
2017-01-07mm: workingset: fix use-after-free in shadow node shrinkerGravatar Johannes Weiner 1-2/+9
2017-01-06Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+46
2017-01-06swiotlb: Export swiotlb_max_segment to usersGravatar Konrad Rzeszutek Wilk 1-0/+26
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-109/+0
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 1-2/+2
2016-12-25cpu/hotplug: Remove obsolete cpu hotplug register/unregister functionsGravatar Thomas Gleixner 3-109/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 2-2/+2
2016-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-29/+26
2016-12-22[iov_iter] fix iterate_all_kinds() on empty iteratorsGravatar Al Viro 1-29/+26
2016-12-20printk: fix typo in CONSOLE_LOGLEVEL_DEFAULT help textGravatar Borislav Petkov 1-1/+1
2016-12-19swiotlb: Add swiotlb=noforce debug optionGravatar Geert Uytterhoeven 1-2/+16
2016-12-19swiotlb: Convert swiotlb_force from int to enumGravatar Geert Uytterhoeven 1-4/+4
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+96
2016-12-15redo: radix tree test suite: fix compilationGravatar Matthew Wilcox 1-1/+0
2016-12-14radix-tree: ensure counts are initialisedGravatar Matthew Wilcox 1-21/+20
2016-12-14radix-tree: fix replacement for multiorder entriesGravatar Matthew Wilcox 1-16/+44
2016-12-14radix-tree: add radix_tree_split_preload()Gravatar Matthew Wilcox 1-1/+23
2016-12-14radix-tree: add radix_tree_splitGravatar Matthew Wilcox 1-4/+138
2016-12-14radix-tree: add radix_tree_joinGravatar Matthew Wilcox 1-31/+152
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Gravatar Matthew Wilcox 1-97/+20
2016-12-14radix-tree: delete radix_tree_locate_item()Gravatar Matthew Wilcox 1-99/+0
2016-12-14radix-tree: improve multiorder iteratorsGravatar Matthew Wilcox 1-17/+121
2016-12-14radix-tree: improve dump outputGravatar Matthew Wilcox 1-23/+26
2016-12-14radix-tree: make radix_tree_find_next_bit more usefulGravatar Matthew Wilcox 1-10/+7
2016-12-14radix-tree: create node_tag_set()Gravatar Matthew Wilcox 1-22/+19
2016-12-14radix-tree: move rcu_head into a union with private_listGravatar Matthew Wilcox 1-0/+1