summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-21Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-05-21Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-05-21Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-05-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2016-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-05-21locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()Peter Zijlstra
2016-05-21Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2016-05-21sparc64: Reduce TLB flushes during hugepte changesNitin Gupta
2016-05-21aeroflex/greth: fix warning about unused variableSam Ravnborg
2016-05-21openprom: fix warningSam Ravnborg
2016-05-21samples/kprobes: print out the symbol name for the hooksHuang Shijie
2016-05-21samples/kprobes: add a new module parameterHuang Shijie
2016-05-21kprobes: add the "tls" argument for j_do_forkHuang Shijie
2016-05-21init/main.c: simplify initcall_blacklisted()Rasmus Villemoes
2016-05-21fs/efs/super.c: fix return valueHeloise
2016-05-21checkpatch: improve --git <commit-count> shortcutJoe Perches
2016-05-21checkpatch: reduce number of `git log` calls with --gitJoe Perches
2016-05-21checkpatch: add support to check already applied git commitsDu, Changbin
2016-05-21checkpatch: add --list-types to show message types to show or ignoreJoe Perches
2016-05-21checkpatch: advertise the --fix and --fix-inplace options moreJoe Perches
2016-05-21checkpatch: whine about ACCESS_ONCEJoe Perches
2016-05-21checkpatch: add test for keywords not starting on tabstopsJoe Perches
2016-05-21checkpatch: improve CONSTANT_COMPARISON test for structure membersJoe Perches
2016-05-21checkpatch: add PREFER_IS_ENABLED testJoe Perches
2016-05-21lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng
2016-05-21radix-tree: free up the bottom bit of exceptional entries for reuseMatthew Wilcox
2016-05-21dax: move RADIX_DAX_ definitions to dax.cNeilBrown
2016-05-21radix-tree: make radix_tree_descend() more usefulMatthew Wilcox
2016-05-21radix-tree: introduce radix_tree_replace_clear_tags()Matthew Wilcox
2016-05-21radix-tree: tidy up __radix_tree_create()Matthew Wilcox
2016-05-21radix-tree: tidy up range_tag_if_taggedMatthew Wilcox
2016-05-21radix-tree: tidy up next_chunkMatthew Wilcox
2016-05-21radix-tree: change naming conventions in radix_tree_shrinkMatthew Wilcox
2016-05-21radix-tree: rename radix_tree_is_indirect_ptr()Matthew Wilcox
2016-05-21radix-tree: rename indirect_to_ptr() to entry_to_node()Matthew Wilcox
2016-05-21radix-tree: rename ptr_to_indirect() to node_to_entry()Matthew Wilcox
2016-05-21radix-tree: rename INDIRECT_PTR to INTERNAL_NODEMatthew Wilcox
2016-05-21radix-tree: remove root->heightMatthew Wilcox
2016-05-21radix tree test suite: remove dependencies on heightMatthew Wilcox
2016-05-21radix-tree: remove a use of root->height from delete_nodeMatthew Wilcox
2016-05-21radix-tree: replace node->height with node->shiftMatthew Wilcox
2016-05-21radix-tree: split node->path into offset and heightMatthew Wilcox
2016-05-21radix-tree: miscellaneous fixesMatthew Wilcox
2016-05-21drivers/hwspinlock: use correct radix tree APIMatthew Wilcox
2016-05-21radix-tree: add copyright statementsMatthew Wilcox
2016-05-21radix-tree: fix radix_tree_dump() for multi-order entriesRoss Zwisler
2016-05-21radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entriesMatthew Wilcox
2016-05-21radix-tree: add test for radix_tree_locate_item()Ross Zwisler
2016-05-21radix-tree: rewrite radix_tree_locate_itemMatthew Wilcox
2016-05-21radix-tree: fix radix_tree_create for sibling entriesMatthew Wilcox