| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: api - Use dedicated workqueue for crypto subsystem | Huang Ying | 2009-02-19 | 4 | -0/+50 |
* | crypto: testmgr - Test skciphers with no IVs | Herbert Xu | 2009-02-18 | 1 | -4/+16 |
* | crypto: aead - Avoid infinite loop when nivaead fails selftest | Herbert Xu | 2009-02-18 | 1 | -0/+16 |
* | crypto: skcipher - Avoid infinite loop when cipher fails selftest | Herbert Xu | 2009-02-18 | 2 | -1/+20 |
* | crypto: api - Fix crypto_alloc_tfm/create_create_tfm return convention | Herbert Xu | 2009-02-18 | 4 | -26/+16 |
* | crypto: api - crypto_alg_mod_lookup either tested or untested | Herbert Xu | 2009-02-18 | 1 | -1/+1 |
* | crypto: amcc - Add crypt4xx driver | James Hsiao | 2009-02-18 | 11 | -0/+2441 |
* | crypto: ansi_cprng - Add maintainer | Neil Horman | 2009-02-18 | 1 | -0/+6 |
* | crypto: ansi_cprng - Panic on CPRNG test failure when in FIPS mode | Neil Horman | 2009-02-18 | 1 | -0/+6 |
* | crypto: sha-s390 - Switch to shash | Herbert Xu | 2009-02-18 | 6 | -89/+103 |
* | crypto: shash - Add crypto_shash_blocksize | Herbert Xu | 2009-02-18 | 1 | -0/+5 |
* | crypto: ansi_cprng - Force reset on allocation | Neil Horman | 2009-02-18 | 1 | -1/+10 |
* | crypto: aes-ni - Add support to Intel AES-NI instructions for x86_64 platform | Huang Ying | 2009-02-18 | 5 | -0/+1386 |
* | crypto: cryptd - Add support to access underlying blkcipher | Huang Ying | 2009-02-18 | 2 | -0/+62 |
* | crypto: shash - Remove superfluous check in init_tfm | Herbert Xu | 2009-02-18 | 1 | -2/+0 |
* | crypto: aes - Export x86 AES encrypt/decrypt functions | Huang Ying | 2009-02-18 | 4 | -17/+38 |
* | crypto: aes - Move key_length in struct crypto_aes_ctx to be the last field | Huang Ying | 2009-02-18 | 3 | -6/+10 |
* | crypto: lrw - Fix big endian support | Herbert Xu | 2009-02-17 | 1 | -1/+7 |
* | Linux 2.6.29-rc5v2.6.29-rc5 | Linus Torvalds | 2009-02-13 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2009-02-13 | 13 | -93/+112 |
|\ |
|
| * | Merge branch 'fix/asoc' into for-linus | Takashi Iwai | 2009-02-13 | 4 | -8/+16 |
| |\ |
|
| | * | ASoC: Only register AC97 bus if it's not done already | Mark Brown | 2009-02-13 | 1 | -1/+4 |
| | * | ASoC: Update SDP3430 machine driver for snd_soc_card | Lopez Cruz, Misael | 2009-02-10 | 1 | -2/+2 |
| | * | ASoC: WM8990: Fix kcontrol's private value use in put callback | Jarkko Nikula | 2009-02-06 | 1 | -1/+3 |
| | * | ASoC: TLV320AIC3X: Fix kcontrol's private value use in put callback | Eero Nurkkala | 2009-02-06 | 1 | -4/+7 |
| * | | Merge branch 'fix/hda' into for-linus | Takashi Iwai | 2009-02-13 | 7 | -33/+71 |
| |\ \ |
|
| | * | | ALSA: hda - Add snd_hda_multi_out_dig_cleanup() | Takashi Iwai | 2009-02-13 | 4 | -2/+32 |
| | * | | ALSA: hda - Add missing terminator in slave dig-out array | Takashi Iwai | 2009-02-13 | 1 | -2/+2 |
| | * | | ALSA: hda - Change HP dv7 (103c:30f4) quirk from hp-m4 to hp-dv5 model | Herton Ronaldo Krzesinski | 2009-02-13 | 1 | -1/+1 |
| | * | | ALSA: hda - Register (new) devices at reconfig | Takashi Iwai | 2009-02-12 | 1 | -1/+1 |
| | * | | ALSA: hda - add id for Intel IbexPeak integrated HDMI codec | Wu Fengguang | 2009-02-11 | 1 | -0/+2 |
| | * | | ALSA: hda - compute checksum in HDMI audio infoframe | Wu Fengguang | 2009-02-11 | 1 | -0/+5 |
| | * | | ALSA: hda - enable HDMI audio pin out at module loading time | Wu Fengguang | 2009-02-11 | 1 | -23/+19 |
| | * | | ALSA: hda - allow multi-channel HDMI audio playback when ELD is not present | Wu Fengguang | 2009-02-11 | 1 | -4/+8 |
| | * | | ALSA: hda - Add quirk for Asus z37e (1043:8284) | Mackenzie Morgan | 2009-02-10 | 1 | -0/+1 |
| * | | | Merge branch 'fix/misc' into for-linus | Takashi Iwai | 2009-02-13 | 1 | -1/+2 |
| |\ \ \ |
|
| | * | | | ALSA: mtpav - Fix initial value for input hwport | Takashi Iwai | 2009-02-12 | 1 | -1/+2 |
| * | | | | Merge branch 'fix/oss-header-fix' into for-linus | Takashi Iwai | 2009-02-13 | 1 | -51/+23 |
| |\ \ \ \ |
|
| | * | | | | sound: Remove OSSlib stuff from linux/soundcard.h | Arnd Bergmann | 2009-02-10 | 1 | -51/+23 |
| | |/ / / |
|
* | | | | | User namespaces: Only put the userns when we unhash the uid | Serge E. Hallyn | 2009-02-13 | 1 | -2/+1 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-02-12 | 26 | -8901/+8767 |
|\ \ \ \ \ |
|
| * | | | | | wimax: fix oops in wimax_dev_get_by_genl_info() when looking up non-wimax iface | Inaky Perez-Gonzalez | 2009-02-12 | 1 | -4/+5 |
| * | | | | | net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2 | Clément Lecigne | 2009-02-12 | 1 | -0/+2 |
| * | | | | | netxen: fix compile waring "label ‘set_32_bit_mask’ defined but not used"... | Yang Hongyang | 2009-02-12 | 1 | -1/+1 |
| * | | | | | bnx2: Update version to 1.9.2 and copyright. | Michael Chan | 2009-02-12 | 2 | -4/+4 |
| * | | | | | bnx2: Fix jumbo frames error handling. | Michael Chan | 2009-02-12 | 1 | -11/+19 |
| * | | | | | bnx2: Update 5709 firmware. | Michael Chan | 2009-02-12 | 1 | -4432/+4363 |
| * | | | | | bnx2: Update 5706/5708 firmware. | Michael Chan | 2009-02-12 | 1 | -4309/+4206 |
| * | | | | | 3c505: do not set pcb->data.raw beyond its size | Roel Kluin | 2009-02-12 | 1 | -10/+16 |
| * | | | | | Documentation/connector/cn_test.c: don't use gfp_any() | Andrew Morton | 2009-02-12 | 1 | -4/+2 |