summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* firmware: use 'kernel_read()' to read firmware into kernel bufferLinus Torvalds2012-10-041-3/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-10-046-51/+136
|\
| * jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara2012-09-122-31/+78
| * UDF: Add support for O_DIRECTIan Abbott2012-09-063-17/+46
| * Merge branch 'fast_track' into for_nextJan Kara2012-09-051-6/+29
| |\
| * | ext3: Replace 0 with NULL for pointer in super.c fileSachin Kamat2012-09-041-1/+1
| * | udf: add writepages support for udfNamjae Jeon2012-09-041-0/+7
| * | ext3: don't clear orphan list on ro mount with errorsEric Sandeen2012-09-041-2/+4
| * | reiserfs: Make reiserfs_xattr_handlers staticSachin Kamat2012-09-041-1/+1
* | | Merge tag 'remoteproc-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-0411-42/+682
|\ \ \
| * | | remoteproc: Fix use of format specifyerEmil Goode2012-10-021-4/+6
| * | | remoteproc: fix a potential NULL-dereference on cleanupDan Carpenter2012-10-021-11/+11
| * | | remoteproc: select VIRTIO to avoid build breakageOhad Ben-Cohen2012-10-021-0/+1
| * | | remoteproc: return -EFAULT on copy_from_user failureDan Carpenter2012-09-301-1/+1
| * | | remoteproc: snprintf() can return more than was printedDan Carpenter2012-09-301-2/+2
| * | | remoteproc: Add STE modem driverSjur Brændeland2012-09-224-0/+390
| * | | remtoteproc: maintain max notifyidSjur Brændeland2012-09-182-0/+17
| * | | remoteproc: create a 'recovery' debugfs entryFernando Guzman Lugo2012-09-183-1/+85
| * | | remoteproc: add actual recovery implementationFernando Guzman Lugo2012-09-183-22/+65
| * | | remoteproc: add rproc_report_crash function to notify rproc crashesFernando Guzman Lugo2012-09-183-4/+100
| * | | remoteproc: Add dependency to HAS_DMASjur Brændeland2012-09-181-0/+2
| * | | remoteproc/omap: set bootaddr supportJuan Gutierrez2012-09-112-0/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-10-04100-1737/+11457
|\ \ \ \
| * | | | crypto: x86/glue_helper - fix storing of new IV in CBC encryptionJussi Kivilinna2012-10-041-1/+1
| * | | | crypto: cast5/avx - fix storing of new IV in CBC encryptionJussi Kivilinna2012-09-271-1/+1
| * | | | crypto: tcrypt - add missing tests for camellia and ghashJussi Kivilinna2012-09-271-0/+7
| * | | | crypto: testmgr - make test_aead also test 'dst != src' code pathsJussi Kivilinna2012-09-271-48/+105
| * | | | crypto: testmgr - make test_skcipher also test 'dst != src' code pathsJussi Kivilinna2012-09-271-31/+76
| * | | | crypto: testmgr - add test vectors for CTR mode IV increasementJussi Kivilinna2012-09-271-1/+1074
| * | | | crypto: testmgr - add test vectors for partial ctr(cast5) and ctr(cast6)Jussi Kivilinna2012-09-271-4/+62
| * | | | crypto: testmgr - allow non-multi page and multi page skcipher tests from sam...Jussi Kivilinna2012-09-272-2/+170
| * | | | crypto: caam - increase TRNG clocks per sampleKim Phillips2012-09-271-3/+3
| * | | | crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/ena...Suresh Siddha2012-09-271-6/+0
| * | | | crypto: tegra-aes - fix error return codePeter Senna Tschudin2012-09-271-0/+1
| * | | | crypto: crypto4xx - fix error return codePeter Senna Tschudin2012-09-271-0/+1
| * | | | crypto: hifn_795x - fix error return codePeter Senna Tschudin2012-09-271-1/+4
| * | | | crypto: ux500 - fix error return codePeter Senna Tschudin2012-09-271-0/+1
| * | | | crypto: caam - fix error IDs for SEC v5.x RNG4Horia Geanta2012-09-271-2/+0
| * | | | hwrng: mxc-rnga - Access data via structureFabio Estevam2012-09-071-57/+51
| * | | | hwrng: mxc-rnga - Adapt clocks to new i.mx clock frameworkFabio Estevam2012-09-071-5/+5
| * | | | crypto: caam - add IPsec ESN supportHoria Geanta2012-09-072-2/+26
| * | | | crypto: 842 - remove .cra_list initializationJussi Kivilinna2012-09-071-1/+0
| * | | | Revert "[CRYPTO] cast6: inline bloat--"Jussi Kivilinna2012-09-071-3/+3
| * | | | crypto: cast6 - fix sparse warnings (symbol was not declared, should be static?)Jussi Kivilinna2012-09-071-0/+5
| * | | | crypto: cast5 - fix sparse warnings (symbol was not declared, should be static?)Jussi Kivilinna2012-09-071-0/+5
| * | | | crypto: camellia-x86_64 - fix sparse warnings (constant is so big)Jussi Kivilinna2012-09-071-688/+688
| * | | | crypto: crypto_user - fix sparse warnings (symbol was not declared, should be...Jussi Kivilinna2012-09-072-6/+6
| * | | | crypto: cast6-avx - tune assembler code for more performanceJussi Kivilinna2012-09-071-114/+162
| * | | | crypto: cast5-avx - tune assembler code for more performanceJussi Kivilinna2012-09-071-106/+160
| * | | | crypto: twofish-avx - tune assembler code for more performanceJussi Kivilinna2012-09-071-85/+142