summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ALSA] sound: fix PCM substream listAkinobu Mita2006-12-201-0/+4
* [ALSA] sound: initialize rawmidi substream listAkinobu Mita2006-12-201-1/+3
* [ALSA] snd_hda_intel 3stack mode for ASUS P5P-L2Nickolay V. Shmyrev2006-12-201-0/+2
* [ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai2006-12-2044-71/+78
* [ALSA] Fix invalid assignment of PCI revisionTakashi Iwai2006-12-205-6/+6
* [ALSA] Fix races in PCM OSS emulationTakashi Iwai2006-12-202-12/+41
* [ALSA] hda-codec - fix typo in PCI IDsChristian Hesse2006-12-201-1/+1
* [ALSA] ac97 - Fix potential negative array indexTakashi Iwai2006-12-201-1/+3
* [ALSA] hda-codec - Verbose proc output for PCM parametersTakashi Iwai2006-12-201-4/+47
* [ALSA] hda-codec - Fix detection of supported sample ratesTakashi Iwai2006-12-201-3/+0Star
* [ALSA] hda-codec - Fix model for ASUS V1j laptopTakashi Iwai2006-12-201-0/+2
* [ALSA] sound/core/control.c: remove dead codeAdrian Bunk2006-12-201-1/+1
* [ALSA] hda-codec - Add model for HP q965Takashi Iwai2006-12-201-0/+2
* [ALSA] pcm core: fix silence_start calculationsClemens Ladisch2006-12-201-5/+3Star
* [ALSA] hda-codec - Fix a typoTakashi Iwai2006-12-201-1/+1
* [ALSA] hdsp: precise_ptr control switched off by defaultRemy Bruno2006-12-201-1/+1
* [ALSA] hda-codec - Don't return error at initialization of modem codecTakashi Iwai2006-12-201-1/+2
* [ALSA] hda-codec - Fix wrong error checks in patch_{realtek,analog}.cTakashi Iwai2006-12-202-2/+2
* [ALSA] ymfpci: fix swap_rear for S/PDIF passthroughGlen Masgai2006-12-203-10/+6Star
* [ALSA] use the roundup macroClemens Ladisch2006-12-201-1/+1
* [ALSA] use the ALIGN macroClemens Ladisch2006-12-2010-27/+26Star
* [ALSA] ac97_codec (ALC655): add EAPD hack for MSI L725 laptopJaroslav Kysela2006-12-201-1/+2
* [ALSA] sound: Don't include i2c-dev.hJean Delvare2006-12-202-2/+0Star
* [ALSA] sound/usb/usbaudio: Handle return value of usb_register()Tobias Klauser2006-12-201-2/+1Star
* [ALSA] via82xx: add __devinitdataAndreas Mohr2006-12-201-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2006-12-194-1/+67
|\
| * [PATCH] Generic HID layer - update MAINTAINERSJiri Kosina2006-12-141-0/+6
| * input/hid: Supporting more keys from the HUT Consumer PageFlorian Festi2006-12-142-0/+59
| * [PATCH] Generic HID layer - build: USB_HID should select HIDJiri Kosina2006-12-141-1/+2
* | [CONNECTOR]: Replace delayed work with usual work queue.Evgeniy Polyakov2006-12-183-13/+10Star
* | [IPV4]: Fix BUG of ip_rt_send_redirect()Li Yewang2006-12-181-1/+2
* | [TCP]: Trivial fix to message in tcp_v4_inbound_md5_hashLeigh Brown2006-12-181-1/+1
* | [TCP]: Fix oops caused by tcp_v4_md5_do_delLeigh Brown2006-12-181-0/+1
* | [CONNECTOR]: Fix compilation breakage introduced recently.Evgeniy Polyakov2006-12-181-2/+1Star
* | [TG3]: Update version and reldate.Michael Chan2006-12-181-2/+2
* | [TG3]: Power down/up 5906 PHY correctly.Michael Chan2006-12-182-1/+17
* | [TG3]: Fix race condition when calling register_netdev().Michael Chan2006-12-181-4/+4
* | [TG3]: Assign tp->link_config.orig_* values.Michael Chan2006-12-181-0/+4
* | [NETFILTER] IPV6: Fix dependencies.David S. Miller2006-12-181-2/+3
* | [BNX2]: Fix minor loopback problem.Michael Chan2006-12-181-3/+3
* | [BNX2]: Fix bug in bnx2_nvram_write().Michael Chan2006-12-181-2/+2
* | [BNX2]: Fix panic in bnx2_tx_int().Michael Chan2006-12-181-3/+10
* | [AX.25]: Fix unchecked rose_add_loopback_neigh usesRalf Baechle2006-12-183-28/+26Star
* | [AX.25]: Fix unchecked rose_add_loopback_node usesRalf Baechle2006-12-181-4/+18
* | [AX.25]: Fix unchecked ax25_linkfail_register usesRalf Baechle2006-12-184-52/+29Star
* | [AX.25]: Fix unchecked nr_add_node uses.Ralf Baechle2006-12-181-3/+8
* | [AX.25]: Fix unchecked ax25_listen_register usesRalf Baechle2006-12-183-10/+24
* | [AX.25]: Fix unchecked ax25_protocol_register uses.Ralf Baechle2006-12-184-32/+32
* | [AX.25]: Mark all kmalloc users __must_checkRalf Baechle2006-12-186-14/+17
* | [TG3]: replace kmalloc+memset with kzallocYan Burman2006-12-181-8/+1Star