Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | remove is_buffer_dma_capable() | FUJITA Tomonori | 2009-07-28 | 1 | -5/+0 | |
| * | | | | | | | | | | | | swiotlb: remove swiotlb_arch_range_needs_mapping | FUJITA Tomonori | 2009-07-28 | 1 | -2/+0 | |
| * | | | | | | | | | | | | swiotlb: remove unused swiotlb_alloc() | FUJITA Tomonori | 2009-07-28 | 1 | -2/+0 | |
| * | | | | | | | | | | | | swiotlb: remove unused swiotlb_alloc_boot() | FUJITA Tomonori | 2009-07-28 | 1 | -2/+0 | |
* | | | | | | | | | | | | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-09-11 | 1 | -2/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | debug lockups: Improve lockup detection, fix generic arch fallback | Ingo Molnar | 2009-08-03 | 1 | -2/+17 | |
* | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2009-09-11 | 8 | -104/+378 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | crypto: vmac - New hash algorithm for intel_txt support | Shane Wang | 2009-09-02 | 1 | -0/+61 | |
| * | | | | | | | | | | | | | | crypto: cryptd - Add support to access underlaying shash | Huang Ying | 2009-08-06 | 1 | -0/+17 | |
| * | | | | | | | | | | | | | | crypto: api - Fix aligned ctx helper | Herbert Xu | 2009-07-24 | 1 | -6/+2 | |
| * | | | | | | | | | | | | | | crypto: sha512_generic - Use 64-bit counters | Herbert Xu | 2009-07-22 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | crypto: sha512 - Export struct sha512_state | Herbert Xu | 2009-07-22 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | crypto: shash - Fix digest size offset | Herbert Xu | 2009-07-15 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | crypto: ahash - Add unaligned handling and default operations | Herbert Xu | 2009-07-15 | 2 | -15/+14 | |
| * | | | | | | | | | | | | | | crypto: ahash - Remove old_ahash_alg | Herbert Xu | 2009-07-14 | 3 | -24/+1 | |
| * | | | | | | | | | | | | | | crypto: crypto4xx - Switch to new style ahash | Herbert Xu | 2009-07-14 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | crypto: cryptd - Switch to template create API | Herbert Xu | 2009-07-14 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | crypto: hash - Add helpers to free spawns | Herbert Xu | 2009-07-14 | 1 | -0/+10 | |
| * | | | | | | | | | | | | | | crypto: ahash - Add instance/spawn support | Herbert Xu | 2009-07-14 | 1 | -0/+51 | |
| * | | | | | | | | | | | | | | crypto: ahash - Convert to new style algorithms | Herbert Xu | 2009-07-14 | 3 | -60/+89 | |
| * | | | | | | | | | | | | | | crypto: api - Remove frontend argument from extsize/init_tfm | Herbert Xu | 2009-07-14 | 1 | -4/+2 | |
| * | | | | | | | | | | | | | | crypto: ahash - Add crypto_ahash_set_reqsize | Herbert Xu | 2009-07-14 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | crypto: shash - Export async functions | Herbert Xu | 2009-07-14 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | crypto: shash - Make descsize a run-time attribute | Herbert Xu | 2009-07-14 | 2 | -2/+3 | |
| * | | | | | | | | | | | | | | crypto: async - Use kzfree for requests | Herbert Xu | 2009-07-12 | 2 | -3/+3 | |
| * | | | | | | | | | | | | | | crypto: sha256_generic - Add export/import support | Herbert Xu | 2009-07-11 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | crypto: sha1_generic - Add export/import support | Herbert Xu | 2009-07-11 | 1 | -0/+8 | |
| * | | | | | | | | | | | | | | crypto: shash - Export/import hash state only | Herbert Xu | 2009-07-11 | 1 | -4/+14 | |
| * | | | | | | | | | | | | | | crypto: shash - Add shash_instance_ctx | Herbert Xu | 2009-07-09 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | crypto: shash - Add __crypto_shash_cast | Herbert Xu | 2009-07-08 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | crypto: shash - Add crypto_shash_ctx_aligned | Herbert Xu | 2009-07-08 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | crypto: shash - Add shash_register_instance | Herbert Xu | 2009-07-08 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | crypto: shash - Add shash_attr_alg2 helper | Herbert Xu | 2009-07-08 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | crypto: api - Add crypto_attr_alg2 helper | Herbert Xu | 2009-07-08 | 1 | -1/+10 | |
| * | | | | | | | | | | | | | | crypto: shash - Add spawn support | Herbert Xu | 2009-07-08 | 1 | -0/+14 | |
| * | | | | | | | | | | | | | | crypto: api - Add new style spawn support | Herbert Xu | 2009-07-08 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | crypto: shash - Add shash_instance | Herbert Xu | 2009-07-08 | 1 | -0/+26 | |
| * | | | | | | | | | | | | | | crypto: api - Add crypto_alloc_instance2 | Herbert Xu | 2009-07-07 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | crypto: api - Add new template create function | Herbert Xu | 2009-07-07 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | random: Add optional continuous repetition test to entropy store based rngs | Neil Horman | 2009-06-18 | 1 | -0/+10 | |
* | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2009-09-11 | 17 | -67/+318 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'topic/ymfpci' into for-linus | Takashi Iwai | 2009-09-10 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | sound: ymfpci: increase timer resolution to 96 kHz | Clemens Ladisch | 2009-08-10 | 1 | -0/+1 | |
| | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'topic/tlv-minmax' into for-linus | Takashi Iwai | 2009-09-10 | 1 | -0/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | ALSA: Add new TLV types for dBwith min/max | Takashi Iwai | 2009-06-17 | 1 | -0/+14 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'topic/soundcore-preclaim' into for-linus | Takashi Iwai | 2009-09-10 | 1 | -3/+16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | chrdev: implement __[un]register_chrdev() | Tejun Heo | 2009-08-10 | 1 | -3/+16 | |
| | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'topic/snd-printk' into for-linus | Takashi Iwai | 2009-09-10 | 1 | -24/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | ALSA: Fixed a typo of printk() | Takashi Iwai | 2009-08-28 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | ALSA: Add debug module option | Takashi Iwai | 2009-08-27 | 1 | -24/+14 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | |