aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mksysmap (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-20samples/kprobes: print out the symbol name for the hooksHuang Shijie1-16/+16
2016-05-20samples/kprobes: add a new module parameterHuang Shijie1-1/+5
2016-05-20kprobes: add the "tls" argument for j_do_forkHuang Shijie1-1/+1
2016-05-20init/main.c: simplify initcall_blacklisted()Rasmus Villemoes1-5/+4
2016-05-20fs/efs/super.c: fix return valueHeloise1-2/+2
2016-05-20checkpatch: improve --git <commit-count> shortcutJoe Perches1-6/+4
2016-05-20checkpatch: reduce number of `git log` calls with --gitJoe Perches1-10/+13
2016-05-20checkpatch: add support to check already applied git commitsDu, Changbin1-1/+47
2016-05-20checkpatch: add --list-types to show message types to show or ignoreJoe Perches1-1/+37
2016-05-20checkpatch: advertise the --fix and --fix-inplace options moreJoe Perches1-0/+8
2016-05-20checkpatch: whine about ACCESS_ONCEJoe Perches1-0/+22
2016-05-20checkpatch: add test for keywords not starting on tabstopsJoe Perches1-0/+13
2016-05-20checkpatch: improve CONSTANT_COMPARISON test for structure membersJoe Perches1-1/+1
2016-05-20checkpatch: add PREFER_IS_ENABLED testJoe Perches1-0/+10
2016-05-20lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng18-10/+107
2016-05-20radix-tree: free up the bottom bit of exceptional entries for reuseMatthew Wilcox1-15/+23
2016-05-20dax: move RADIX_DAX_ definitions to dax.cNeilBrown2-9/+9
2016-05-20radix-tree: make radix_tree_descend() more usefulMatthew Wilcox1-52/+26
2016-05-20radix-tree: introduce radix_tree_replace_clear_tags()Matthew Wilcox3-52/+56
2016-05-20radix-tree: tidy up __radix_tree_create()Matthew Wilcox1-25/+23
2016-05-20radix-tree: tidy up range_tag_if_taggedMatthew Wilcox1-22/+17
2016-05-20radix-tree: tidy up next_chunkMatthew Wilcox2-78/+74
2016-05-20radix-tree: change naming conventions in radix_tree_shrinkMatthew Wilcox1-15/+15
2016-05-20radix-tree: rename radix_tree_is_indirect_ptr()Matthew Wilcox3-31/+31
2016-05-20radix-tree: rename indirect_to_ptr() to entry_to_node()Matthew Wilcox4-37/+28
2016-05-20radix-tree: rename ptr_to_indirect() to node_to_entry()Matthew Wilcox1-11/+10
2016-05-20radix-tree: rename INDIRECT_PTR to INTERNAL_NODEMatthew Wilcox2-18/+14
2016-05-20radix-tree: remove root->heightMatthew Wilcox2-78/+31
2016-05-20radix tree test suite: remove dependencies on heightMatthew Wilcox2-12/+25
2016-05-20radix-tree: remove a use of root->height from delete_nodeMatthew Wilcox1-6/+8
2016-05-20radix-tree: replace node->height with node->shiftMatthew Wilcox2-15/+17
2016-05-20radix-tree: split node->path into offset and heightMatthew Wilcox2-26/+19
2016-05-20radix-tree: miscellaneous fixesMatthew Wilcox1-34/+36
2016-05-20drivers/hwspinlock: use correct radix tree APIMatthew Wilcox1-1/+1
2016-05-20radix-tree: add copyright statementsMatthew Wilcox1-0/+2
2016-05-20radix-tree: fix radix_tree_dump() for multi-order entriesRoss Zwisler2-19/+30
2016-05-20radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entriesMatthew Wilcox3-44/+67
2016-05-20radix-tree: add test for radix_tree_locate_item()Ross Zwisler2-1/+15
2016-05-20radix-tree: rewrite radix_tree_locate_itemMatthew Wilcox2-56/+61
2016-05-20radix-tree: fix radix_tree_create for sibling entriesMatthew Wilcox2-2/+7
2016-05-20radix-tree test suite: add multi-order tag testRoss Zwisler1-0/+97
2016-05-20radix-tree: rewrite radix_tree_tag_getRoss Zwisler1-26/+18
2016-05-20radix-tree: rewrite radix_tree_tag_clearRoss Zwisler1-24/+20
2016-05-20radix-tree: rewrite radix_tree_tag_setRoss Zwisler1-20/+17
2016-05-20radix tree test suite: multi-order iteration testRoss Zwisler1-0/+92
2016-05-20radix-tree: add support for multi-order iteratingRoss Zwisler4-41/+102
2016-05-20radix-tree: fix multiorder BUG_ON in radix_tree_insertMatthew Wilcox2-4/+22
2016-05-20radix-tree: rewrite __radix_tree_lookupMatthew Wilcox1-32/+16
2016-05-20radix-tree: fix several shrinking bugs with multiorder entriesMatthew Wilcox2-11/+51
2016-05-20radix tree test suite: start adding multiorder testsMatthew Wilcox5-5/+76