summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [ALSA] Add support of high-rate SPDIF outputTakashi Iwai2005-11-041-12/+29
| * | | [ALSA] Add the missing forward declrationTakashi Iwai2005-11-041-0/+1
| * | | [ALSA] hda-codec - Get subsystem ID from AFG/MFGTakashi Iwai2005-11-042-0/+9
| * | | [ALSA] es1938 - Clean up and fix trigger in PMTakashi Iwai2005-11-041-2/+10
| * | | [ALSA] es1938 - Fix resumeRudolf Marek2005-11-041-1/+3
| * | | [ALSA] via82xx - Add DXS entry for Clevo D470Takashi Iwai2005-11-041-0/+1
| * | | [ALSA] Remove kmalloc wrappersTakashi Iwai2005-11-048-224/+4
| * | | [ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai2005-11-0444-311/+86
| * | | [ALSA] Make snd_task_name() module localTakashi Iwai2005-11-044-13/+11
| * | | [ALSA] Use getnstimeofday()Takashi Iwai2005-11-046-41/+10
| * | | [ALSA] Remove snd_runtime_check() macroTakashi Iwai2005-11-0417-102/+126
| * | | [ALSA] Sasha Khapyorsky: My email address is changed, there is update.Sasha Khapyorsky2005-11-043-3/+3
| * | | [ALSA] intel8x0 - enable ac97_quirk hp_only for Acer Aspire 3003LCiDick Streefland2005-11-041-0/+6
| * | | [ALSA] Allow 8-44khz sample rates on Revolution 7.1Takashi Iwai2005-11-041-13/+0
| * | | [ALSA] Add dummy obsoleted module options for backward compatibilityTakashi Iwai2005-11-047-0/+30
| * | | [ALSA] intel8x0 - Suppress the codec warnings during probingTakashi Iwai2005-11-041-2/+5
| * | | [ALSA] highlanderize motherboard AC97/HDA driversClemens Ladisch2005-11-048-210/+126
| * | | [ALSA] sound: align device drivers menusRandy Dunlap2005-11-042-8/+8
| * | | [ALSA] Removing obsolete AC97_SHARED_TYPESSasha Khapyorsky2005-11-048-52/+3
| * | | [ALSA] dev_class=SNDRV_PCM_CLASS_MODEM for modem PCMsSasha Khapyorsky2005-11-045-2/+7
| * | | [ALSA] ymfpci: add S/PDIF-in > S/PDIF-out loopGlen Masgai2005-11-041-15/+24
| * | | [ALSA] sequencer: remove superfluous function parameterClemens Ladisch2005-11-041-5/+4
| * | | [ALSA] rtctimer: optimize module parameter validationClemens Ladisch2005-11-041-8/+3
| * | | [ALSA] rtctimer: remove superfluous rtc_inc variableClemens Ladisch2005-11-041-8/+1
| * | | [ALSA] usb-audio: remove old compatibility wrappers (2/2)Clemens Ladisch2005-11-043-14/+8
| * | | [ALSA] usb-audio: remove old compatibility wrappers (1/2)Clemens Ladisch2005-11-042-8/+2
| * | | [ALSA] usb-audio: add quirk commentsClemens Ladisch2005-11-041-1/+39
| * | | [ALSA] au88x0: codec access procs for multiple AC97 codecsSasha Khapyorsky2005-11-045-17/+12
| * | | [ALSA] Add description for ALC260 codecTakashi Iwai2005-11-041-0/+4
| * | | [ALSA] hda-codec - A new model for Fujitsu S7020Jonathan Woithe2005-11-041-3/+157
| * | | [ALSA] usb-audio: ignore Hercules DJ Console mixer errorsClemens Ladisch2005-11-041-0/+5
| * | | [ALSA] usb-audio: simplify MIDI quirk handlingClemens Ladisch2005-11-042-56/+45
| * | | [ALSA] cmipci: use FM/MIDI ports in PCI port spaceClemens Ladisch2005-11-041-50/+68
| * | | [ALSA] hda-intel - Add NVidia supportVinod G2005-11-041-9/+24
| * | | [ALSA] Fix a typoTakashi Iwai2005-11-041-1/+1
| * | | [ALSA] Fix surround control of CMI9761Takashi Iwai2005-11-041-27/+50
| * | | [ALSA] emu10k1: Front channels via fxbus 8 and 9Mikael Magnusson2005-11-041-3/+20
| | |/ | |/|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6Linus Torvalds2005-11-0724-886/+1066
|\ \ \
| * \ \ Merge branch 'red' of 84.73.165.173:/home/tgr/repos/net-2.6Arnaldo Carvalho de Melo2005-11-055-771/+891
| |\ \ \
| | * | | [PKT_SCHED]: (G)RED: Introduce hard droppingThomas Graf2005-11-053-2/+16
| | * | | [PKT_SCHED]: GRED: Support ECN markingThomas Graf2005-11-052-6/+23
| | * | | [PKT_SCHED]: GRED: Fix restart of idle period in WRED mode upon dequeue and dropThomas Graf2005-11-051-2/+2
| | * | | [PKT_SCHED]: GRED: Cleanup and remove unnecessary codeThomas Graf2005-11-052-95/+53
| | * | | [PKT_SCHED]: GRED: Remove auto-creation of default VQThomas Graf2005-11-051-9/+0
| | * | | [PKT_SCHED]: GRED: Dont abuse default VQ for equalizingThomas Graf2005-11-051-17/+20
| | * | | [PKT_SCHED]: GRED: Remove initd flagThomas Graf2005-11-051-14/+1
| | * | | [PKT_SCHED]: GRED: Improve error handling and messagesThomas Graf2005-11-051-24/+44
| | * | | [PKT_SCHED]: GRED: Introduce tc_index_to_dp()Thomas Graf2005-11-051-9/+18
| | * | | [PKT_SCHED]: GRED: Use generic queue management interfaceThomas Graf2005-11-051-23/+9
| | * | | [PKT_SCHED]: GRED: Report congestion related drops as NET_XMIT_CNThomas Graf2005-11-051-2/+7
OpenPOWER on IntegriCloud