summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-03-2661-264/+5506
|\
| * crypto: sha512-s390 - Add missing block sizeHerbert Xu2009-03-211-0/+1
| * hwrng: timeriomem - Breaks an allyesconfig build on s390:Heiko Carstens2009-03-211-1/+1
| * nlattr: Fix build error with NET offHerbert Xu2009-03-111-9/+11
| * crypto: testmgr - add zlib testGeert Uytterhoeven2009-03-044-1/+158
| * crypto: zlib - New zlib crypto module, using pcompGeert Uytterhoeven2009-03-044-0/+408
| * crypto: testmgr - Add support for the pcomp interfaceGeert Uytterhoeven2009-03-042-0/+193
| * crypto: compress - Add pcomp interfaceGeert Uytterhoeven2009-03-046-0/+257
| * netlink: Move netlink attribute parsing support to libGeert Uytterhoeven2009-03-045-1/+10
| * crypto: Fix dead linksAdrian-Ken Rueegsegger2009-03-042-2/+2
| * hwrng: timeriomem - New driverAlexander Clouter2009-02-224-0/+187
| * crypto: chainiv - Use kcrypto_wq instead of keventd_wqHuang Ying2009-02-192-1/+3
| * crypto: cryptd - Per-CPU thread implementation based on kcrypto_wqHuang Ying2009-02-192-117/+104
| * crypto: api - Use dedicated workqueue for crypto subsystemHuang Ying2009-02-194-0/+50
| * crypto: testmgr - Test skciphers with no IVsHerbert Xu2009-02-181-4/+16
| * crypto: aead - Avoid infinite loop when nivaead fails selftestHerbert Xu2009-02-181-0/+16
| * crypto: skcipher - Avoid infinite loop when cipher fails selftestHerbert Xu2009-02-182-1/+20
| * crypto: api - Fix crypto_alloc_tfm/create_create_tfm return conventionHerbert Xu2009-02-184-26/+16
| * crypto: api - crypto_alg_mod_lookup either tested or untestedHerbert Xu2009-02-181-1/+1
| * crypto: amcc - Add crypt4xx driverJames Hsiao2009-02-1811-0/+2441
| * crypto: ansi_cprng - Add maintainerNeil Horman2009-02-181-0/+6
| * crypto: ansi_cprng - Panic on CPRNG test failure when in FIPS mode Neil Horman2009-02-181-0/+6
| * crypto: sha-s390 - Switch to shashHerbert Xu2009-02-186-89/+103
| * crypto: shash - Add crypto_shash_blocksizeHerbert Xu2009-02-181-0/+5
| * crypto: ansi_cprng - Force reset on allocationNeil Horman2009-02-181-1/+10
| * crypto: aes-ni - Add support to Intel AES-NI instructions for x86_64 platformHuang Ying2009-02-185-0/+1386
| * crypto: cryptd - Add support to access underlying blkcipherHuang Ying2009-02-182-0/+62
| * crypto: shash - Remove superfluous check in init_tfmHerbert Xu2009-02-181-2/+0
| * crypto: aes - Export x86 AES encrypt/decrypt functionsHuang Ying2009-02-184-17/+38
| * crypto: aes - Move key_length in struct crypto_aes_ctx to be the last fieldHuang Ying2009-02-183-6/+10
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2009-03-2630-995/+1372
|\ \
| * | [CPUFREQ] Prevent p4-clockmod from auto-binding to the ondemand governor.Dave Jones2009-03-051-1/+4
| * | [CPUFREQ] Make cpufreq-nforce2 less obnoxiousMatthew Garrett2009-02-241-1/+1
| * | [CPUFREQ] p4-clockmod reports wrong frequency.Matthias-Christian Ott2009-02-244-18/+28
| * | [CPUFREQ] powernow-k8: Use a common exit path.Dave Jones2009-02-241-12/+10
| * | [CPUFREQ] Change link order of x86 cpufreq modulesMatthew Garrett2009-02-241-2/+6
| * | [CPUFREQ] conservative: remove 10x from def_sampling_rateAlexander Clouter2009-02-241-1/+1
| * | [CPUFREQ] conservative: fixup governor to function more like ondemand logicAlexander Clouter2009-02-241-140/+188
| * | [CPUFREQ] conservative: fix dbs_cpufreq_notifier so freq is not lockedAlexander Clouter2009-02-241-1/+12
| * | [CPUFREQ] conservative: amend author's email addressAlexander Clouter2009-02-241-2/+2
| * | [CPUFREQ] Use swap() in longhaul.cDave Jones2009-02-241-7/+4
| * | [CPUFREQ] checkpatch cleanups for acpi-cpufreqDave Jones2009-02-241-18/+18
| * | [CPUFREQ] powernow-k8: Only print error message once, not per core.Thomas Renninger2009-02-241-6/+15
| * | [CPUFREQ] ondemand/conservative: sanitize sampling_rate restrictionsThomas Renninger2009-02-243-21/+49
| * | [CPUFREQ] ondemand/conservative: deprecate sampling_rate{min,max}Thomas Renninger2009-02-243-2/+40
| * | [CPUFREQ] powernow-k8: Always compile powernow-k8 driver with ACPI supportThomas Renninger2009-02-243-49/+3
| * | [CPUFREQ] Introduce /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_l...Thomas Renninger2009-02-242-0/+15
| * | [CPUFREQ] checkpatch cleanups for powernow-k8Dave Jones2009-02-241-125/+226
| * | [CPUFREQ] checkpatch cleanups for ondemand governor.Dave Jones2009-02-241-16/+13
| * | [CPUFREQ] checkpatch cleanups for powernow-k7Dave Jones2009-02-241-100/+137