summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [ALSA] ak4xxx - Remove bogus IPGA controlsTakashi Iwai2006-09-231-10/+0
* [ALSA] Add pcm_class attribute to PCM sysfs entryTakashi Iwai2006-09-231-0/+4
* [ALSA] Add definition of TLV dB range compoundTakashi Iwai2006-09-231-8/+15
* [ALSA] Clean up and add TLV support to AK4xxx i2c driverTakashi Iwai2006-09-231-9/+31
* [ALSA] Add the definition of linear volume TLVTakashi Iwai2006-09-231-0/+10
* [ALSA] Add dB scale information to vxpocket and vx222 driversTakashi Iwai2006-09-231-0/+1
* [ALSA] Add dB scale information to ad1848 driverTakashi Iwai2006-09-231-6/+16
* [ALSA] Revolution 5.1 - add AK5365 ADC supportJochen Voss2006-09-231-1/+2
* [ALSA] Fix control/status mmap with shared PCM substreamTakashi Iwai2006-09-231-3/+1
* [ALSA] snd-emu10k1: Implement dB gain infomation.James Courtier-Dutton2006-09-231-0/+4
* [ALSA] Remove unused tlv_rw field from struct snd_kcontrolTakashi Iwai2006-09-231-1/+0
* [ALSA] Control API - more robust TLV implementationJaroslav Kysela2006-09-232-3/+23
* [ALSA] Add experimental support of aggressive AC97 power-saving modeTakashi Iwai2006-09-231-0/+32
* [ALSA] Deprecate snd_card_free_in_thread()Takashi Iwai2006-09-231-3/+0
* [ALSA] Unregister device files at disconnectionTakashi Iwai2006-09-232-2/+2
* [ALSA] Fix disconnection of proc interfaceTakashi Iwai2006-09-231-3/+4
* [ALSA] Control API - TLV implementation for additional information like dB scaleJaroslav Kysela2006-09-233-1/+53
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2006-09-221-0/+1
|\
| * Merge ../linusDave Jones2006-09-05111-393/+984
| |\
| * | [AGPGART] remove private page protection mapHugh Dickins2006-07-261-0/+1
* | | [PATCH] fix missing ifdefs in syscall classes hookup for generic targetsAl Viro2006-09-222-0/+8
* | | IB/sa: fix ib_sa_selector namesMichael S. Tsirkin2006-09-221-2/+2
* | | RDMA/cma: Document rdma_accept() error handlingOr Gerlitz2006-09-221-0/+4
* | | RDMA/cma: Document rdma_destroy_id() functionOr Gerlitz2006-09-221-0/+8
* | | IB/sa: Require SA registrationMichael S. Tsirkin2006-09-221-7/+34
* | | RDMA: iWARP Core Changes.Tom Tucker2006-09-222-5/+37
* | | RDMA: iWARP Connection Manager.Tom Tucker2006-09-221-0/+258
* | | IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell2006-09-221-2/+4
* | | IB/uverbs: Allow resize CQ operation to return driver-specific dataRalph Campbell2006-09-221-0/+2
* | | Merge git://git.infradead.org/~dwmw2/hdronelineLinus Torvalds2006-09-2229-159/+722
|\ \ \
| * | | [HEADERS] One line per header in Kbuild files to reduce conflictsDavid Woodhouse2006-09-1929-159/+721
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2006-09-2213-139/+851
|\ \ \ \
| * | | | [CRYPTO] api: Deprecate crypto_digest_* and crypto_alg_availableHerbert Xu2006-09-211-5/+13
| * | | | [CRYPTO] padlock: Convert padlock-sha to use crypto_hashHerbert Xu2006-09-211-0/+6
| * | | | [CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu2006-09-212-3/+7
| * | | | [CRYPTO] api: Add crypto_comp and crypto_has_*Herbert Xu2006-09-211-6/+84
| * | | | [CRYPTO] digest: Remove old HMAC implementationHerbert Xu2006-09-211-16/+0
| * | | | [SCTP]: Use HMAC template and hash interfaceHerbert Xu2006-09-213-14/+4
| * | | | [IPSEC]: Use HMAC template and hash interfaceHerbert Xu2006-09-213-27/+39
| * | | | [CRYPTO] digest: Added user API for new hash typeHerbert Xu2006-09-212-34/+144
| * | | | [CRYPTO] api: Mark parts of cipher interface as deprecatedHerbert Xu2006-09-211-12/+36
| * | | | [PATCH] scatterlist: Add const to sg_set_buf/sg_init_one pointer argumentHerbert Xu2006-09-211-2/+2
| * | | | [SUNRPC] GSS: Use block ciphers where applicableHerbert Xu2006-09-212-11/+12
| * | | | [IPSEC] ESP: Use block ciphers where applicableHerbert Xu2006-09-211-1/+1
| * | | | [IPSEC]: Add compatibility algorithm name supportHerbert Xu2006-09-211-0/+1
| * | | | [CRYPTO] cipher: Added block ciphers for CBC/ECBHerbert Xu2006-09-211-0/+2
| * | | | [CRYPTO] cipher: Added block cipher typeHerbert Xu2006-09-212-0/+244
| * | | | [CRYPTO] scatterwalk: Prepare for block ciphersHerbert Xu2006-09-211-0/+5
| * | | | [CRYPTO] cipher: Added encrypt_one/decrypt_oneHerbert Xu2006-09-212-0/+101
| * | | | [CRYPTO] api: Added crypto_type supportHerbert Xu2006-09-212-0/+11