summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-23[ALSA] Remove unused tlv_rw field from struct snd_kcontrolTakashi Iwai1-1/+0
2006-09-23[ALSA] snd-emu10k1: Implement 24bit capture via Philips 1361T ADC for SB0240 ...James Courtier-Dutton1-0/+1
2006-09-23[ALSA] hda: fix sigmatel 9227/8/9 codec supportMatt Porter1-6/+6
2006-09-23[ALSA] HDA codec & CA0106 - add/fix TLV supportJaroslav Kysela4-1/+58
2006-09-23[ALSA] HDA codec - little code & comment cleanupJaroslav Kysela2-9/+5
2006-09-23[ALSA] Control API - more robust TLV implementationJaroslav Kysela3-33/+132
2006-09-23[ALSA] fm801: fixed broken previous patch for the FM tuner only codeJaroslav Kysela1-13/+19
2006-09-23[ALSA] fm801: Support FM only cardAndy Shevchenko1-2/+14
2006-09-23[ALSA] add codec-specific controls for UCB1400Mike Rapoport3-1/+40
2006-09-23[ALSA] Add experimental support of aggressive AC97 power-saving modeTakashi Iwai6-39/+315
2006-09-23[ALSA] Deprecate snd_card_free_in_thread()Takashi Iwai6-63/+9
2006-09-23[ALSA] Unregister device files at disconnectionTakashi Iwai15-172/+148
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai21-172/+123
2006-09-23[ALSA] Control API - TLV implementation for additional information like dB scaleJaroslav Kysela5-3/+96
2006-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds9-14/+76
2006-09-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds9-64/+207
2006-09-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds7-101/+391
2006-09-23[PATCH] fallout from hcd-core patchAl Viro1-1/+1
2006-09-23[PATCH] fix the survivors of fbcon_vbl_handler() renamingAl Viro1-2/+2
2006-09-23[PATCH] sun4: fix sbus_setup_iommu()Al Viro1-0/+2
2006-09-23[PATCH] asm/backlight.h is ppc-onlyAl Viro1-1/+1
2006-09-23[PATCH] sanitize frv archcleanAl Viro2-5/+3
2006-09-23[PATCH] aoa is pmac-onlyAl Viro1-1/+1
2006-09-23[PATCH] memcpy_fromio() missing in istallionAl Viro1-1/+1
2006-09-23[PATCH] fix ancient breakage in ebus_init()Al Viro1-4/+3
2006-09-23[PATCH] fix missing ifdefs in syscall classes hookup for generic targetsAl Viro3-0/+10
2006-09-23[CPUFREQ] sw_any_bug_dmi_table can be used on resume, so it isn't initdataJeremy Fitzhardinge1-1/+1
2006-09-23[CPUFREQ] Fix some more CPU hotplug locking.Dave Jones1-2/+0
2006-09-23Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds136-2695/+25617
2006-09-23Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+4
2006-09-23IB: Fix typo in kerneldoc for ib_set_client_data()Krishna Kumar1-1/+1
2006-09-23IPoIB: Add some likely/unlikely annotations in hot pathEli Cohen2-3/+3
2006-09-23IPoIB: Remove unused include of vmalloc.hDotan Barak1-1/+0
2006-09-23IPoIB: Rejoin all multicast groups after a port eventEli Cohen1-1/+3
2006-09-23IPoIB: Create MCGs with all attributes required by RFCRoland Dreier1-5/+15
2006-09-23IB/sa: fix ib_sa_selector namesMichael S. Tsirkin1-2/+2
2006-09-23IB/iser: INFINIBAND_ISER depends on INETRoland Dreier1-1/+1
2006-09-23IB/mthca: Simplify calls to mthca_cq_clean()Roland Dreier1-3/+2
2006-09-23RDMA/cma: Document rdma_accept() error handlingOr Gerlitz1-0/+4
2006-09-23IB/mthca: Recover from catastrophic errorsJack Morgenstein3-21/+136
2006-09-23RDMA/cma: Document rdma_destroy_id() functionOr Gerlitz1-0/+8
2006-09-23IB/cm: Do not track remote QPN in timewait stateMichael S. Tsirkin1-0/+2
2006-09-23IB/sa: Require SA registrationMichael S. Tsirkin7-27/+116
2006-09-23IPoIB: Refactor completion handlingRoland Dreier1-88/+100
2006-09-23IB/iser: Do not use FMR for a single dma entry sgErez Zilber3-16/+39
2006-09-23IB/iser: fix some debug printsErez Zilber1-3/+14
2006-09-23IB/iser: make FMR "page size" be 4K and not PAGE_SIZEErez Zilber3-14/+27
2006-09-23IB/iser: Limit the max size of a scsi commandErez Zilber1-0/+1
2006-09-23IB/iser: fix a check of SG alignment for RDMAErez Zilber1-1/+1
2006-09-23RDMA/cma: Protect against adding device during destructionSean Hefty1-8/+26