summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-02-202-68/+1
|\
| * ext4: move halfmd4 into hash.c directlyJason A. Donenfeld2017-02-022-68/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-0/+25
|\ \
| * | refcount_t: Introduce a special purpose refcount typePeter Zijlstra2017-02-101-0/+13
| * | locking/ww_mutex: Begin kselftests for ww_mutexChris Wilson2017-01-141-0/+12
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-02-201-0/+1
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-01-311-0/+1
| |\ \ \
| | * | | rcu: Enable RCU tracepoints by default to aid in debuggingMatt Fleming2017-01-231-0/+1
| | | |/ | | |/|
* | | | Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-02-201-12/+46
|\ \ \ \
| * | | | debugobjects: Improve variable namingWaiman Long2017-02-101-5/+5
| * | | | debugobjects: Reduce contention on the global pool_lockWaiman Long2017-02-051-9/+23
| * | | | debugobjects: Scale thresholds with # of CPUsWaiman Long2017-02-041-5/+15
| * | | | debugobjects: Track number of kmem_cache_alloc/kmem_cache_free doneWaiman Long2017-02-041-0/+10
| |/ / /
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-202-16/+1
|\ \ \ \ | |/ / / |/| | |
| * | | time: Remove CONFIG_TIMER_STATSKees Cook2017-02-101-14/+0
| * | | timerqueue: Use rb_entry_safe() instead of open-coding itGeliang Tang2017-01-201-2/+1
| | |/ | |/|
* | | mm: do not export ioremap_page_range symbol for external modulezhong jiang2017-01-241-1/+0
* | | radix-tree: fix private list warningsMatthew Wilcox2017-01-241-1/+1
* | | Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-171-3/+3
|\ \ \
| * | | swiotlb: ensure that page-sized mappings are page-alignedNikita Yushchenko2017-01-151-3/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-01-141-23/+31
|\ \ \ \ | |_|/ / |/| | |
| * | | fix a fencepost error in pipe_advance()Al Viro2017-01-141-23/+31
* | | | lib/Kconfig.debug: fix frv build failureSudip Mukherjee2017-01-101-1/+1
| |_|/ |/| |
* | | mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner2017-01-071-2/+9
* | | Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-061-6/+46
|\ \ \ | |/ / |/| / | |/
| * swiotlb: Export swiotlb_max_segment to usersKonrad Rzeszutek Wilk2017-01-061-0/+26
| * swiotlb: Add swiotlb=noforce debug optionGeert Uytterhoeven2016-12-191-2/+16
| * swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven2016-12-191-4/+4
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-251-2/+2
|\ \
| * | ktime: Get rid of the unionThomas Gleixner2016-12-251-2/+2
* | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-253-109/+0
|\ \ \ | |/ / |/| |
| * | cpu/hotplug: Remove obsolete cpu hotplug register/unregister functionsThomas Gleixner2016-12-253-109/+0
* | | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-231-29/+26
|\ \
| * | [iov_iter] fix iterate_all_kinds() on empty iteratorsAl Viro2016-12-221-29/+26
* | | printk: fix typo in CONSOLE_LOGLEVEL_DEFAULT help textBorislav Petkov2016-12-201-1/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-2/+96
|\ \
| * | [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-2/+96
* | | redo: radix tree test suite: fix compilationMatthew Wilcox2016-12-151-1/+0
* | | radix-tree: ensure counts are initialisedMatthew Wilcox2016-12-141-21/+20
* | | radix-tree: fix replacement for multiorder entriesMatthew Wilcox2016-12-141-16/+44
* | | radix-tree: add radix_tree_split_preload()Matthew Wilcox2016-12-141-1/+23
* | | radix-tree: add radix_tree_splitMatthew Wilcox2016-12-141-4/+138
* | | radix-tree: add radix_tree_joinMatthew Wilcox2016-12-141-31/+152
* | | radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox2016-12-141-97/+20
* | | radix-tree: delete radix_tree_locate_item()Matthew Wilcox2016-12-141-99/+0
* | | radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-141-17/+121
* | | radix-tree: improve dump outputMatthew Wilcox2016-12-141-23/+26
* | | radix-tree: make radix_tree_find_next_bit more usefulMatthew Wilcox2016-12-141-10/+7
* | | radix-tree: create node_tag_set()Matthew Wilcox2016-12-141-22/+19