Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | ALSA: pcm_lib.c - convert second xrun_debug() parameter to use defines | Jaroslav Kysela | 2010-01-07 | 1 | -10/+17 | |
| * | | | | | | ALSA: Release v1.0.22.1 | Jaroslav Kysela | 2009-12-28 | 1 | -1/+1 | |
| * | | | | | | ALSA: Release v1.0.22 | Jaroslav Kysela | 2009-12-16 | 1 | -1/+1 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | ALSA: hda - simplify usage of HDA_SUBDEV_AMP_FLAG | Jaroslav Kysela | 2009-12-15 | 8 | -38/+30 | |
| * | | | | | ALSA: hda - introduce HDA_SUBDEV_AMP_FLAG (ControlAmp in proc) | Jaroslav Kysela | 2009-12-15 | 9 | -23/+50 | |
| * | | | | | ALSA: hda - add more NID->Control mapping | Jaroslav Kysela | 2009-12-15 | 11 | -122/+415 | |
* | | | | | | ALSA: usb-audio: use usbquirk.h for detection of HVR-950Q/850 | John S. Gruber | 2009-12-28 | 3 | -15/+130 | |
* | | | | | | ALSA: usb-audio: relax urb data align. restriction HVR-950Q and HVR-850 only | John S. Gruber | 2009-12-28 | 2 | -2/+30 | |
* | | | | | | ALSA: usb-audio: make buffer pointer based on bytes instead on frames | Clemens Ladisch | 2009-12-28 | 1 | -39/+37 | |
* | | | | | | ALSA: usb-audio - Added functionality for E-mu 0404USB/0202USB/TrackerPre | Sergiy Kovalchuk | 2009-12-28 | 3 | -4/+133 | |
* | | | | | | ALSA: jazz16: refine dma and irq selection | Krzysztof Helt | 2009-12-25 | 3 | -2/+37 | |
* | | | | | | Merge branch 'fix/misc' into topic/misc | Takashi Iwai | 2009-12-25 | 1301 | -18890/+47851 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ALSA: Fix indentation in pcm_native.c | Guennadi Liakhovetski | 2009-12-25 | 1 | -4/+4 | |
| | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Linux 2.6.33-rc2v2.6.33-rc2 | Linus Torvalds | 2009-12-24 | 1 | -1/+1 | |
| * | | | | | Merge branch 'sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/lin... | Linus Torvalds | 2009-12-24 | 2 | -5/+37 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | SYSCTL: Add a mutex to the page_alloc zone order sysctl | Andi Kleen | 2009-12-23 | 1 | -4/+7 | |
| | * | | | | | SYSCTL: Print binary sysctl warnings (nearly) only once | Andi Kleen | 2009-12-23 | 1 | -1/+30 | |
| * | | | | | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 2009-12-24 | 2 | -1/+10 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | HWPOISON: Add PROC_FS dependency to hwpoison injector v2 | Andi Kleen | 2009-12-21 | 2 | -1/+10 | |
| * | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2009-12-24 | 32 | -664/+1432 | |
| |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branch 'misc-2.6.33' into release | Len Brown | 2009-12-24 | 12 | -305/+431 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | hp-wmi: Fix two memleaks | Thomas Renninger | 2009-12-24 | 1 | -1/+8 | |
| | | * | | | | | | | acer-wmi, msi-wmi: Remove needless DMI MODULE_ALIAS | Thomas Renninger | 2009-12-24 | 2 | -13/+0 | |
| | | * | | | | | | | dell-wmi: do not keep driver loaded on unsupported boxes | Dmitry Torokhov | 2009-12-24 | 1 | -22/+19 | |
| | | * | | | | | | | wmi: Free the allocated acpi objects through wmi_get_event_data | Anisse Astier | 2009-12-24 | 3 | -2/+5 | |
| | | * | | | | | | | drivers/platform/x86/acerhdf.c: check BIOS information whether it begins with... | Peter Feuerer | 2009-12-24 | 1 | -18/+28 | |
| | | * | | | | | | | acerhdf: add new BIOS versions | Peter Feuerer | 2009-12-24 | 1 | -2/+15 | |
| | | * | | | | | | | acerhdf: limit modalias matching to supported | Stefan Bader | 2009-12-24 | 1 | -3/+4 | |
| | | * | | | | | | | toshiba_acpi: convert to seq_file | Alexey Dobriyan | 2009-12-24 | 1 | -112/+147 | |
| | | * | | | | | | | asus_acpi: convert to seq_file | Alexey Dobriyan | 2009-12-24 | 1 | -127/+194 | |
| | | * | | | | | | | ACPI: do not select ACPI_DOCK from ATA_ACPI | Carlos R. Mafra | 2009-12-24 | 1 | -1/+0 | |
| | | * | | | | | | | MAINTAINERS: add maintainer for msi-wmi driver | Anisse Astier | 2009-12-23 | 1 | -0/+5 | |
| | | * | | | | | | | fujitu-laptop: fix tests of acpi_evaluate_integer() return value | Jonathan Woithe | 2009-12-23 | 1 | -4/+4 | |
| | | * | | | | | | | arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross-CPU interrupts by usi... | Andrew Morton | 2009-12-22 | 1 | -1/+3 | |
| | * | | | | | | | | Merge branch 'tc1100-wmi' into release | Len Brown | 2009-12-24 | 1 | -60/+55 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | tc1100-wmi - switch to using dev_pm_ops | Dmitry Torokhov | 2009-12-16 | 1 | -6/+16 | |
| | | * | | | | | | | | tc1100-wmi - add error handling for device registration | Dmitry Torokhov | 2009-12-16 | 1 | -28/+30 | |
| | | * | | | | | | | | tc1100-wmi - switch to using attribute group | Dmitry Torokhov | 2009-12-16 | 1 | -28/+11 | |
| | * | | | | | | | | | Merge branch 'sony' into release | Len Brown | 2009-12-24 | 2 | -23/+72 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | sony-laptop: enumerate rfkill devices using SN06 | Mattia Dongili | 2009-12-23 | 1 | -19/+57 | |
| | | * | | | | | | | | | sony-laptop: rfkill support for newer models | Mattia Dongili | 2009-12-23 | 1 | -8/+14 | |
| | | * | | | | | | | | | sony-laptop: add AVMode key mapping | Mattia Dongili | 2009-12-16 | 2 | -0/+5 | |
| | | |/ / / / / / / / | ||||||
| | * | | | | | | | | | Merge branch 'classmate' into release | Len Brown | 2009-12-24 | 4 | -0/+628 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | classmate-laptop: add support for Classmate PC ACPI devices | Thadeu Lima de Souza Cascardo | 2009-12-24 | 4 | -0/+628 | |
| | | | |/ / / / / / / | | | |/| | | | | | | | ||||||
| | * | | | | | | | | | Merge branch 'pdc' into release | Len Brown | 2009-12-24 | 9 | -220/+114 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | ACPI: processor: remove _PDC object list from struct acpi_processor | Alex Chiang | 2009-12-22 | 1 | -2/+0 | |
| | | * | | | | | | | | | ACPI: processor: change acpi_processor_set_pdc() interface | Alex Chiang | 2009-12-22 | 3 | -17/+5 | |
| | | * | | | | | | | | | ACPI: processor: open code acpi_processor_cleanup_pdc | Alex Chiang | 2009-12-22 | 1 | -11/+4 | |
| | | * | | | | | | | | | ACPI: processor: change acpi_processor_eval_pdc interface | Alex Chiang | 2009-12-22 | 1 | -8/+4 | |
| | | * | | | | | | | | | ACPI: processor: introduce acpi_processor_alloc_pdc() | Alex Chiang | 2009-12-22 | 1 | -9/+13 |