summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-09-1018-40/+204
|\ \ \ \ \
| * \ \ \ \ Merge branch 'fix/hda' into for-linusTakashi Iwai2010-09-105-1/+111
| |\ \ \ \ \
| | * | | | | ALSA: hda - Fix wrong HP pin detection in snd_hda_parse_pin_def_config()Takashi Iwai2010-09-081-1/+1
| | * | | | | ALSA: hda - Enable PC-beep for EeePC with ALC269 codecTakashi Iwai2010-09-081-0/+1
| | * | | | | ALSA: hda - Add errata initverb sequence for CS42xx codecsBrian Austin2010-09-081-0/+50
| | * | | | | ALSA: hda - Add quirk for Lenovo T400sTakashi Iwai2010-09-071-0/+1
| | * | | | | ALSA: hda - Add a new hp-laptop model for Conexant 5066, tested on HP G60David Henningsson2010-09-022-0/+58
| | |/ / / /
| * | | | | ALSA: rawmidi: fix the get next midi device ioctlDan Carpenter2010-09-091-0/+2
| * | | | | ALSA: seq/oss - Fix double-free at error path of snd_seq_oss_open()Takashi Iwai2010-09-081-5/+4
| * | | | | ALSA: msnd-classic: Fix invalid cfg parameterTakashi Iwai2010-09-081-2/+6
| * | | | | ALSA: usb - Release capture substream URBs properlyTakashi Iwai2010-09-081-1/+1
| * | | | | ALSA: virtuoso: fix setting of Xonar DS line-in/mic-in controlsClemens Ladisch2010-09-081-1/+20
| * | | | | ALSA: virtuoso: work around missing reset in the Xonar DS Windows driverClemens Ladisch2010-09-084-3/+21
| * | | | | ALSA: usb-audio: fix detection of vendor-specific device protocol settingsClemens Ladisch2010-09-036-26/+32
| * | | | | ALSA: usb-audio: Assume first control interface is for audioDaniel Mack2010-09-021-1/+7
| |/ / / /
* | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-09-1010-15/+64
|\ \ \ \ \
| * | | | | libata-sff: Reenable Port Multiplier after libata-sff remodeling.Gwendal Grignou2010-09-103-12/+31
| * | | | | libata: skip EH autopsy and recovery during suspendTejun Heo2010-09-103-1/+18
| * | | | | ahci: AHCI and RAID mode SATA patch for Intel Patsburg DeviceIDsSeth Heasley2010-09-101-0/+3
| * | | | | ata_piix: IDE Mode SATA patch for Intel Patsburg DeviceIDsSeth Heasley2010-09-101-0/+4
| * | | | | libata,pata_via: revert ata_wait_idle() removal from ata_sff/via_tf_load()Tejun Heo2010-09-102-0/+5
| * | | | | ahci: fix hang on failed softresetTejun Heo2010-09-091-1/+1
| * | | | | pata_artop: Fix device ID parity checkJean Delvare2010-09-091-1/+2
| | |_|_|/ | |/| | |
* | | | | minix: fix regression in minix_mkdir()Jorge Boncompte [DTI2]2010-09-101-1/+1
* | | | | mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman2010-09-101-4/+16
* | | | | mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter2010-09-105-3/+72
* | | | | mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman2010-09-101-4/+5
* | | | | vmstat: update zone stat threshold when onlining a cpuKAMEZAWA Hiroyuki2010-09-101-0/+1
* | | | | vfs: take O_NONBLOCK out of the O_* uniqueness testJames Bottomley2010-09-101-3/+7
* | | | | swap: discard while swapping only if SWAP_FLAG_DISCARDHugh Dickins2010-09-102-2/+3
* | | | | swap: do not send discards as barriersChristoph Hellwig2010-09-101-6/+3
* | | | | swap: prevent reuse during hibernationHugh Dickins2010-09-101-4/+20
* | | | | swap: revert special hibernation allocationHugh Dickins2010-09-105-84/+26
* | | | | bounce: call flush_dcache_page() after bounce_copy_vec()Gary King2010-09-101-1/+1
* | | | | drivers/rtc/rtc-pl031.c: do not mark PL031 IRQ as sharedLinus Walleij2010-09-101-1/+1
* | | | | MAINTAINERS: correct entry for legacy RTC-driverWolfram Sang2010-09-101-4/+2
* | | | | gpio: doc updatesDavid Brownell2010-09-102-9/+27
* | | | | gpio: sx150x: correct and refine reset-on-probe behaviorGregory Bean2010-09-102-5/+25
* | | | | memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki2010-09-101-8/+8
* | | | | mm: compaction: handle active and inactive fairly in too_many_isolatedMinchan Kim2010-09-101-3/+4
* | | | | kernel/groups.c: fix integer overflow in groups_searchJerome Marchand2010-09-101-3/+2
* | | | | arch/powerpc/include/asm/fsldma.h needs slab.hIra W. Snyder2010-09-101-0/+1
* | | | | rtc: m41t80: do not use rtc_valid_tm in m41t80_rtc_read_alarmAtsushi Nemoto2010-09-101-1/+1
* | | | | binfmt_misc: fix binfmt_misc priorityJan Sembera2010-09-101-1/+1
* | | | | mm: avoid warning when COMPACTION is selectedAndrea Arcangeli2010-09-101-1/+1
* | | | | mm: fix swapin race conditionAndrea Arcangeli2010-09-103-19/+43
* | | | | drivers/mmc/host/imxmmc.c: adjust confusing if indentationJulia Lawall2010-09-101-1/+2
* | | | | omap hsmmc: fix a racing case between kmmcd and omap_hsmmc_suspendEthan Du2010-09-101-1/+1
* | | | | mmc: at91_mci: add missing linux/highmem.h includeMarc Kleine-Budde2010-09-101-0/+1
* | | | | omap_hsmmc: remove unused local `state'Sergio Aguirre2010-09-101-1/+0