summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-261-1/+0Star
|\
| * timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-071-1/+0Star
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-07-263-6/+5Star
|\ \
| * | x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski2016-07-151-1/+1
| * | x86/hweight: Get rid of the special calling conventionBorislav Petkov2016-06-082-5/+4Star
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-252-4/+62
|\ \
| * | locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}...Peter Zijlstra2016-06-162-4/+62
| |/
* | torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify codePaul E. McKenney2016-06-151-17/+0Star
* | torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLEPaul E. McKenney2016-06-151-16/+0Star
|/
* lib/uuid.c: use correct offset in uuid parserBjørn Mork2016-05-311-2/+2
* lib/uuid: add a test moduleAndy Shevchenko2016-05-313-0/+137
* Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-293-0/+262
|\
| * <linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin2016-05-283-0/+262
* | dma-debug: avoid spinlock recursion when disabling dma-debugVille Syrjälä2016-05-271-1/+1
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-261-1/+1
|\ \
| * | do "fold checks into iterate_and_advance()" rightAl Viro2016-05-261-1/+1
* | | kgdb: depends on VTJiri Slaby2016-05-241-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-218-586/+699
|\ \ \
| * | | lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng2016-05-211-10/+67
| * | | radix-tree: make radix_tree_descend() more usefulMatthew Wilcox2016-05-211-52/+26Star
| * | | radix-tree: introduce radix_tree_replace_clear_tags()Matthew Wilcox2016-05-211-29/+47
| * | | radix-tree: tidy up __radix_tree_create()Matthew Wilcox2016-05-211-25/+23Star
| * | | radix-tree: tidy up range_tag_if_taggedMatthew Wilcox2016-05-211-22/+17Star
| * | | radix-tree: tidy up next_chunkMatthew Wilcox2016-05-211-34/+19Star
| * | | radix-tree: change naming conventions in radix_tree_shrinkMatthew Wilcox2016-05-211-15/+15
| * | | radix-tree: rename radix_tree_is_indirect_ptr()Matthew Wilcox2016-05-211-24/+24
| * | | radix-tree: rename indirect_to_ptr() to entry_to_node()Matthew Wilcox2016-05-211-27/+21Star
| * | | radix-tree: rename ptr_to_indirect() to node_to_entry()Matthew Wilcox2016-05-211-11/+10Star
| * | | radix-tree: rename INDIRECT_PTR to INTERNAL_NODEMatthew Wilcox2016-05-211-1/+1
| * | | radix-tree: remove root->heightMatthew Wilcox2016-05-211-75/+31Star
| * | | radix-tree: remove a use of root->height from delete_nodeMatthew Wilcox2016-05-211-6/+8
| * | | radix-tree: replace node->height with node->shiftMatthew Wilcox2016-05-211-14/+16
| * | | radix-tree: split node->path into offset and heightMatthew Wilcox2016-05-211-21/+17Star
| * | | radix-tree: miscellaneous fixesMatthew Wilcox2016-05-211-34/+36
| * | | radix-tree: add copyright statementsMatthew Wilcox2016-05-211-0/+2
| * | | radix-tree: fix radix_tree_dump() for multi-order entriesRoss Zwisler2016-05-211-19/+29
| * | | radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entriesMatthew Wilcox2016-05-211-43/+33Star
| * | | radix-tree: rewrite radix_tree_locate_itemMatthew Wilcox2016-05-211-44/+43Star
| * | | radix-tree: fix radix_tree_create for sibling entriesMatthew Wilcox2016-05-211-2/+2
| * | | radix-tree: rewrite radix_tree_tag_getRoss Zwisler2016-05-211-26/+18Star
| * | | radix-tree: rewrite radix_tree_tag_clearRoss Zwisler2016-05-211-24/+20Star
| * | | radix-tree: rewrite radix_tree_tag_setRoss Zwisler2016-05-211-20/+17Star
| * | | radix-tree: add support for multi-order iteratingRoss Zwisler2016-05-211-28/+38
| * | | radix-tree: fix multiorder BUG_ON in radix_tree_insertMatthew Wilcox2016-05-211-4/+10
| * | | radix-tree: rewrite __radix_tree_lookupMatthew Wilcox2016-05-211-32/+16Star
| * | | radix-tree: fix several shrinking bugs with multiorder entriesMatthew Wilcox2016-05-211-11/+12
| * | | radix-tree: fix extending the tree for multi-order entries at offset 0Matthew Wilcox2016-05-211-11/+17
| * | | radix-tree: introduce radix_tree_load_root()Matthew Wilcox2016-05-211-0/+23
| * | | radix-tree: remove restriction on multi-order entriesMatthew Wilcox2016-05-211-2/+0Star
| * | | radix-tree: fix deleting a multi-order entry through an aliasMatthew Wilcox2016-05-211-1/+1