| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-08-05 | 1 | -5/+5 |
|\ |
|
| * | of/platform: remove all of_bus_type and of_platform_bus_type references | Grant Likely | 2010-07-24 | 1 | -5/+5 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-08-04 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge branch 'master' into for-next | Jiri Kosina | 2010-08-04 | 1 | -1/+5 |
| |\ \
| | |/ |
|
| * | | Merge branch 'master' into for-next | Jiri Kosina | 2010-06-16 | 13 | -159/+5060 |
| |\ \ |
|
| * | | | fix typos concerning "initiali[zs]e" | Uwe Kleine-König | 2010-06-16 | 1 | -1/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2010-08-04 | 6 | -167/+342 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | crypto: geode_aes - Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID i... | Peter Huewe | 2010-07-19 | 1 | -1/+1 |
| * | | | crypto: hifn_795x - Remove unused ctx variable | Justin P. Mattock | 2010-07-14 | 1 | -4/+0 |
| * | | | crypto: talitos - fix ahash for multiple of blocksize | Lee Nipper | 2010-06-16 | 1 | -37/+40 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/crypto-2.6 | Herbert Xu | 2010-05-26 | 3 | -173/+363 |
| |\ \ \ |
|
| | * | | | n2_crypto: Add HMAC support. | David S. Miller | 2010-05-25 | 1 | -4/+206 |
| | * | | | n2_crypto: Make ahash parameterization explicit. | David S. Miller | 2010-05-25 | 1 | -117/+99 |
| | * | | | n2_crypto: Log algorithm success/failure in kernel log. | David S. Miller | 2010-05-25 | 1 | -0/+6 |
| | * | | | n2_crypto: Kill n2_base_ctx and helpers. | David S. Miller | 2010-05-25 | 1 | -14/+1 |
| * | | | | crypto: mv_cesa - fixup error handling in mv_probe() | Dan Carpenter | 2010-05-26 | 1 | -5/+5 |
| * | | | | crypto: omap - remove unused #include <linux/version.h> | Huang Weiyi | 2010-05-26 | 1 | -1/+0 |
* | | | | | crypto: talitos - fix bug in sg_copy_end_to_buffer | Lee Nipper | 2010-07-19 | 1 | -1/+5 |
| |_|_|/
|/| | | |
|
* | | | | crypto: crypto4xx - Fix build breakage | Anatolij Gustschin | 2010-06-03 | 1 | -3/+3 |
| |/ /
|/| | |
|
* | | | n2_crypto: Plumb fallback ahash requests properly. | David S. Miller | 2010-05-25 | 1 | -47/+48 |
* | | | n2_crypto: Fix MAU kmem_cache name. | David S. Miller | 2010-05-25 | 1 | -1/+1 |
* | | | n2_crypto: Fix build after of_device/of_platform_driver changes. | David S. Miller | 2010-05-25 | 1 | -10/+16 |
* | | | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 2010-05-22 | 12 | -151/+5039 |
|\ \ \
| |/ / |
|
| * | | crypto: talitos - add support for sha224 | Kim Phillips | 2010-05-19 | 2 | -10/+75 |
| * | | crypto: talitos - add hash algorithms | Lee Nipper | 2010-05-19 | 2 | -18/+534 |
| * | | crypto: talitos - second prepare step for adding ahash algorithms | Lee Nipper | 2010-05-19 | 1 | -12/+43 |
| * | | crypto: talitos - prepare for adding ahash algorithms | Lee Nipper | 2010-05-19 | 1 | -18/+21 |
| * | | crypto: n2 - Add Niagara2 crypto driver | David S. Miller | 2010-05-19 | 5 | -0/+2423 |
| * | | crypto: hifn_795x - Rename ablkcipher_walk to hifn_cipher_walk | David S. Miller | 2010-05-19 | 1 | -9/+9 |
| * | | crypto: mv_cesa - Use resource_size | Tobias Klauser | 2010-05-14 | 1 | -2/+2 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Herbert Xu | 2010-05-03 | 6 | -1/+6 |
| |\ \
| | |/ |
|
| * | | crypto: omap - sha1 & md5 driver | Dmitry Kasatkin | 2010-05-03 | 3 | -0/+1270 |
| * | | crypto: geode-aes - Fix some code style issues | Chihau Chau | 2010-04-19 | 1 | -16/+20 |
| * | | crypto: mv_cesa - Add sha1 and hmac(sha1) async hash drivers | Uri Simchoni | 2010-04-13 | 2 | -12/+542 |
| * | | crypto: mv_cesa - Support processing of data from previous requests | Uri Simchoni | 2010-04-13 | 1 | -3/+5 |
| * | | crypto: mv_cesa - Make the copy-back of data optional | Uri Simchoni | 2010-04-13 | 1 | -22/+27 |
| * | | crypto: mv_cesa - Execute some code via function pointers rathr than direct c... | Uri Simchoni | 2010-04-13 | 1 | -4/+9 |
| * | | crypto: mv_cesa - Rename a variable to a more suitable name | Uri Simchoni | 2010-04-13 | 1 | -5/+5 |
| * | | crypto: mv_cesa - Enqueue generic async requests | Uri Simchoni | 2010-04-13 | 1 | -19/+24 |
| * | | crypto: mv_cesa - Fix situations where the src sglist spans more data than th... | Uri Simchoni | 2010-04-13 | 1 | -22/+44 |
| * | | crypto: mv_cesa - Fix situation where the dest sglist is organized differentl... | Uri Simchoni | 2010-04-13 | 1 | -5/+9 |
| * | | crypto: mv_cesa - Remove compiler warning in mv_cesa driver | Uri Simchoni | 2010-04-13 | 1 | -0/+1 |
| * | | crypto: mv_cesa - Invoke the user callback from a softirq context | Uri Simchoni | 2010-04-13 | 1 | -0/+2 |
* | | | of: Remove duplicate fields from of_platform_driver | Grant Likely | 2010-05-22 | 2 | -4/+10 |
* | | | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 2010-05-18 | 1 | -1/+1 |
| |/
|/| |
|
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 5 | -0/+5 |
* | | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | tree-wide: fix 'lenght' typo in comments and code | Daniel Mack | 2010-02-05 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2010-02-26 | 3 | -6/+6 |
|\ \
| |/
|/| |
|
| * | crypto: geode-aes - Fix cip/blk confusion | Roel Kluin | 2010-02-04 | 1 | -1/+1 |