summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | crypto: testmgr - add zlib testGeert Uytterhoeven2009-03-044-1/+158
| | | * | crypto: zlib - New zlib crypto module, using pcompGeert Uytterhoeven2009-03-043-0/+388
| | | * | crypto: testmgr - Add support for the pcomp interfaceGeert Uytterhoeven2009-03-042-0/+193
| | | * | crypto: compress - Add pcomp interfaceGeert Uytterhoeven2009-03-043-0/+103
| | | * | crypto: Fix dead linksAdrian-Ken Rueegsegger2009-03-042-2/+2
| | | * | 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-193-0/+43
| | | * | 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-183-23/+16
| | | * | crypto: api - crypto_alg_mod_lookup either tested or untestedHerbert Xu2009-02-181-1/+1
| | | * | crypto: ansi_cprng - Panic on CPRNG test failure when in FIPS mode Neil Horman2009-02-181-0/+6
| | | * | 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-181-0/+25
| | | * | crypto: cryptd - Add support to access underlying blkcipherHuang Ying2009-02-181-0/+35
| | | * | crypto: shash - Remove superfluous check in init_tfmHerbert Xu2009-02-181-2/+0
| * | | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-03-140-0/+0
| |\ \ \ \
| | * | | | Merge branch 'linus' into core/percpuIngo Molnar2009-03-111-2/+13
| | |\| | | | | | |_|/ | | |/| |
| * | | | Merge branch 'x86/mm' into x86/coreIngo Molnar2009-03-050-0/+0
| |\ \ \ \
| | * \ \ \ Merge branch 'x86/urgent' into x86/mmIngo Molnar2009-03-041-2/+13
| | |\ \ \ \ | | | | |/ / | | | |/| |
| * | | | | Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-03-051-2/+13
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | |_|/ / | |/| | |
| * | | | Merge branch 'x86/core' into core/percpuIngo Molnar2009-03-041-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'x86/core' into core/percpuIngo Molnar2009-02-245-14/+30
| |\ \ \ \
* | \ \ \ \ Merge commit 'v2.6.29-rc7' into perfcounters/coreIngo Molnar2009-03-041-2/+13
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | crypto: api - Fix module load deadlock with fallback algorithmsHerbert Xu2009-02-261-2/+13
* | | | | Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linu...Ingo Molnar2009-02-261-1/+1
|\| | | | | |_|/ / |/| | |
| * | | crypto: ahash - Fix digest size in /proc/cryptoLee Nipper2009-02-191-1/+1
| | |/ | |/|
* | | Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '...Ingo Molnar2009-02-240-0/+0
|\ \ \
| * | | Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-02-201-1/+7
| |\| |
* | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-221-1/+7
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | crypto: lrw - Fix big endian supportHerbert Xu2009-02-171-1/+7
* | | Merge branch 'x86/core' into x86/headersIngo Molnar2009-02-134-13/+23
|\| | | |/ |/|
| * crypto: scatterwalk - Avoid flush_dcache_page on slab pagesHerbert Xu2009-02-091-1/+2
| * crypto: api - Fix zeroing on freeHerbert Xu2009-02-051-10/+10
| * crypto: shash - Fix module refcountAdrian-Ken Rueegsegger2009-02-051-1/+6
| * crypto: api - Fix algorithm test race that broke aead initialisationHerbert Xu2009-01-281-1/+5
|/
* crypto: ccm - Fix handling of null assoc dataJarod Wilson2009-01-271-0/+2
* crypto: blkcipher - Fix WARN_ON handling in walk_doneHerbert Xu2009-01-271-1/+1
* crypto: authenc - Fix zero-length IV crashHerbert Xu2009-01-151-9/+15
* dmaengine: replace dma_async_client_register with dmaengine_getDan Williams2009-01-061-113/+2
* dmaengine: provide a common 'issue_pending_all' implementationDan Williams2009-01-061-12/+0
* dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams2009-01-061-142/+4
* dmaengine: up-level reference counting to the module levelDan Williams2009-01-061-4/+0
* dmaengine: remove dependency on async_txDan Williams2009-01-051-75/+0
* crypto: aes - Precompute tablesHerbert Xu2008-12-251-90/+1055
* crypto: testmgr - Correct comment about deflate parametersGeert Uytterhoeven2008-12-251-1/+1
* crypto: salsa20 - Remove private wrappers around various operationsHarvey Harrison2008-12-251-39/+36
* crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY setJarod Wilson2008-12-251-2/+3