aboutsummaryrefslogtreecommitdiffstats
path: root/block (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-23net: hns: avoid null pointer dereferencexypron.glpk@gmx.de1-11/+0
2016-05-23net/atm: sk_err_soft must be positiveStefan Hajnoczi2-3/+3
2016-05-23net: pegasus: simplify logical constraintxypron.glpk@gmx.de1-1/+1
2016-05-22x86: remove more uaccess_32.h complexityLinus Torvalds4-31/+3
2016-05-22x86: remove pointless uaccess_32.h complexityLinus Torvalds2-39/+1
2016-05-21x86 isa: add back X86_32 dependency on CONFIG_ISALinus Torvalds1-2/+2
2016-05-21rtc: tps6586x: rename so module can be autoloadedNicolas Chauvet1-1/+1
2016-05-21rtc: rv3029: hide unused i2c device tableArnd Bergmann1-7/+7
2016-05-21rtc: rs5c372: r2025: fix check for 'oscillator halted' conditionThomas Koeller1-2/+2
2016-05-21rtc: rv3029: add alarm IRQMylène Josserand1-21/+93
2016-05-21rtc: rv3029: fix set_time functionMylène Josserand1-1/+1
2016-05-21rtc: rv3029: fix alarm supportMylène Josserand1-7/+16
2016-05-21rtc: rv3029: Remove some checks and warningsMylène Josserand1-34/+34
2016-05-21rtc: rv3029: Add support of RV3049Mylène Josserand2-21/+124
2016-05-21rtc: rv3029: convert to use regmapMylène Josserand1-133/+142
2016-05-21rtc: rv3029: remove 'i2c' in functions namesMylène Josserand1-75/+57
2016-05-20locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()Peter Zijlstra1-1/+26
2016-05-20sparc64: Reduce TLB flushes during hugepte changesNitin Gupta6-51/+97
2016-05-20aeroflex/greth: fix warning about unused variableSam Ravnborg1-1/+1
2016-05-20openprom: fix warningSam Ravnborg1-24/+16
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