summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* crypto: 842 - Add CRC and validation supportHaren Myneni2015-10-142-4/+8
* crypto: akcipher - Changes to asymmetric key APITadeusz Struk2015-10-145-63/+182
* hwrng: st - Improve FIFO size/depth descriptionLee Jones2015-10-081-1/+2
* hwrng: st - Use real-world device timings for timeoutLee Jones2015-10-081-2/+8
* crypto: atmel - Check for clk_prepare_enable() return valueLABBE Corentin2015-10-083-3/+15
* crypto: caam - add support for acipher xts(aes)Catalin Vasile2015-10-081-1/+137
* crypto: qce - dma_map_sg can handle chained SGLABBE Corentin2015-10-086-94/+17
* crypto: ccp - Use module name in driver structuresTom Lendacky2015-10-082-2/+2
* crypto: ccp - Change references to accelerator to offloadTom Lendacky2015-10-082-8/+7
* crypto: ccp - Remove use ACPI fieldTom Lendacky2015-10-081-4/+0
* crypto: ccp - Replace BUG_ON with WARN_ON and a return codeTom Lendacky2015-10-084-42/+105
* crypto: qat - remove unneeded variableTadeusz Struk2015-10-011-3/+2
* crypto: qat - add support for ctr(aes) and xts(aes)Tadeusz Struk2015-10-011-39/+127
* crypto: sahara - dma_map_sg can handle chained SGLABBE Corentin2015-10-011-53/+13
* crypto: caam - dma_map_sg can handle chained SGLABBE Corentin2015-10-013-168/+53
* crypto: talitos - dma_map_sg can handle chained SGLABBE Corentin2015-10-011-86/+18
* crypto: qat - remove empty functions and turn qat_uregister fn to voidTadeusz Struk2015-10-014-25/+5
* crypto: sahara - replace sahara_sg_length with sg_nents_for_lenLABBE Corentin2015-09-211-27/+3
* crypto: amcc - replace get_sg_count by sg_nents_for_lenLABBE Corentin2015-09-211-21/+1
* crypto: bfin_crc - replace sg_count by sg_nentsLABBE Corentin2015-09-211-22/+3
* hwrng: st - Add support for ST's HW Random Number GeneratorLee Jones2015-09-213-0/+155
* hwrng: core - Simplify RNG switching from sysfsLee Jones2015-09-211-1/+1
* hwrng: Kconfig - Fix device node name reference /dev/hw_random => /dev/hwrngLee Jones2015-09-211-1/+1
* crypto: qat - Add load balancing across devicesTadeusz Struk2015-09-211-28/+33
* crypto: caam - Remove unused JUMP_TYPE_MASK definitionFabio Estevam2015-09-211-1/+0
* hwrng: Fix module autoload for OF platform driversLuis de Bethencourt2015-09-212-0/+2
* hwrng: mxc-rnga - Use the preferred format for kzallocFabio Estevam2015-09-211-2/+1
* hwrng: mxc-rnga - Remove unnecessary dev_info messageFabio Estevam2015-09-211-2/+0
* hwrng: mxc-rnga - Remove uneeded initializationFabio Estevam2015-09-211-1/+1
* hwrng: mxc-rnga - Remove unneeded goto labelFabio Estevam2015-09-211-5/+2
* crypto: qat - don't check for iommuJohn Griffin2015-09-211-5/+2
* hwrng: octeon - Use devm_hwrng_registerVaishali Thakkar2015-09-211-11/+1
* crypto: mxs-dcp - Allow MXS_DCP to be used on MX6SLFabio Estevam2015-09-211-1/+1
* crypto: ux500 - Fix module autoload for OF platform driversLuis de Bethencourt2015-09-212-0/+2
* crypto: picoxcell - Fix module autoload for OF platform driverLuis de Bethencourt2015-09-211-0/+1
* crypto: amcc - Fix module autoload for OF platform driverLuis de Bethencourt2015-09-211-0/+1
* Merge tag 'pm+acpi-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-198-42/+42
|\
| * Merge branch 'acpi-bus'Rafael J. Wysocki2015-09-182-13/+8
| |\
| | * ACPI: Eliminate CONFIG_.*{, _MODULE} #ifdef in favor of IS_ENABLED()Sudeep Holla2015-09-152-13/+8
| | * ACPI: int340x_thermal: add missing CONFIG_ prefixSudeep Holla2015-09-151-1/+1
| | |
| | \
| *-. \ Merge branches 'pm-cpufreq' and 'pm-devfreq'Rafael J. Wysocki2015-09-186-29/+34
| |\ \ \ | | |_|/ | |/| |
| | | * Merge branch 'for-rafael' of https://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki2015-09-154-25/+31
| | |/| | |/| |
| | | * PM / devfreq: Fix incorrect type issue.Xiaolong Ye2015-09-111-1/+1
| | | * PM / devfreq: tegra: Update governor to use devfreq_update_stats()MyungJoo Ham2015-09-111-3/+5
| | | * PM / devfreq: drop comment about thermal setting max_freqJavi Merino2015-09-111-3/+3
| | | * PM / devfreq: cache the last call to get_dev_status()Javi Merino2015-09-111-15/+18
| | | * PM / devfreq: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-111-2/+2
| | | * PM / devfreq: exynos-ppmu: bit-wise operation bugfix.MyungJoo Ham2015-09-111-1/+2
| | | * PM / devfreq: exynos-ppmu: Add the support of PPMUv2 for Exynos5433Chanwoo Choi2015-09-112-7/+233
| | * | cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()Rafael J. Wysocki2015-09-162-4/+3
| |/ /