summaryrefslogtreecommitdiffstats
path: root/crypto/pcbc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-23Fix typoAndrea Gelmini1-2/+2
2016-05-23Fix typoAndrea Gelmini1-1/+1
2016-05-23ftracetest: Use proper logic to find process PIDSteven Rostedt (Red Hat)1-10/+5
2016-05-23drm/edid: add displayid detailed 1 timings to the modelist. (v1.1)Dave Airlie2-0/+125
2016-05-23drm/edid: move displayid validation to it's own function.Dave Airlie1-18/+26
2016-05-23drm/displayid: Iterate over all DisplayID blocksTomas Bzatek1-13/+19
2016-05-23drm/edid: move displayid tiled block parsing into separate function.Dave Airlie1-51/+59
2016-05-23x86: remove more uaccess_32.h complexityLinus Torvalds4-31/+3
2016-05-22x86: remove pointless uaccess_32.h complexityLinus Torvalds2-39/+1
2016-05-21libnvdimm, dax: fix deletionDan Williams3-21/+22
2016-05-21libnvdimm, dax: fix alignment validationDan Williams1-2/+4
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-21libnvdimm, dax: autodetect supportDan Williams5-8/+57
2016-05-21libnvdimm: release ida resourcesDan Williams4-0/+15
2016-05-21Revert "block: enable dax for raw block devices"Dan Williams4-108/+29
2016-05-21/dev/dax, core: file operations and dax-mmapDan Williams4-0/+325
2016-05-21/dev/dax, pmem: direct access to persistent memoryDan Williams9-0/+478
2016-05-21locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()Peter Zijlstra1-1/+26
2016-05-21sparc64: Reduce TLB flushes during hugepte changesNitin Gupta6-51/+97
2016-05-21aeroflex/greth: fix warning about unused variableSam Ravnborg1-1/+1
2016-05-21openprom: fix warningSam Ravnborg1-24/+16
2016-05-21samples/kprobes: print out the symbol name for the hooksHuang Shijie1-16/+16
2016-05-21samples/kprobes: add a new module parameterHuang Shijie1-1/+5
2016-05-21kprobes: add the "tls" argument for j_do_forkHuang Shijie1-1/+1
2016-05-21init/main.c: simplify initcall_blacklisted()Rasmus Villemoes1-5/+4
2016-05-21fs/efs/super.c: fix return valueHeloise1-2/+2
2016-05-21checkpatch: improve --git <commit-count> shortcutJoe Perches1-6/+4
2016-05-21checkpatch: reduce number of `git log` calls with --gitJoe Perches1-10/+13
2016-05-21checkpatch: add support to check already applied git commitsDu, Changbin1-1/+47
2016-05-21checkpatch: add --list-types to show message types to show or ignoreJoe Perches1-1/+37
2016-05-21checkpatch: advertise the --fix and --fix-inplace options moreJoe Perches1-0/+8
2016-05-21checkpatch: whine about ACCESS_ONCEJoe Perches1-0/+22
2016-05-21checkpatch: add test for keywords not starting on tabstopsJoe Perches1-0/+13
2016-05-21checkpatch: improve CONSTANT_COMPARISON test for structure membersJoe Perches1-1/+1
2016-05-21checkpatch: add PREFER_IS_ENABLED testJoe Perches1-0/+10
2016-05-21lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng18-10/+107
2016-05-21radix-tree: free up the bottom bit of exceptional entries for reuseMatthew Wilcox1-15/+23
2016-05-21dax: move RADIX_DAX_ definitions to dax.cNeilBrown2-9/+9
2016-05-21radix-tree: make radix_tree_descend() more usefulMatthew Wilcox1-52/+26
2016-05-21radix-tree: introduce radix_tree_replace_clear_tags()Matthew Wilcox3-52/+56