summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'at91-fixes-for-linus' of git://github.com/at91linux/linux-2.6-at91Linus Torvalds2010-09-104-19/+36
|\
| * AT91: at91sam9261ek: remove C99 comments but keep informationNicolas Ferre2010-09-101-4/+2
| * AT91: at91sam9261ek board: remove warnings related to use of SPI or SD/MMCNicolas Ferre2010-09-101-11/+19
| * AT91: dm9000 initialization updateNicolas Ferre2010-09-101-1/+2
| * AT91: SAM9G45 - add a separate clock entry for every single TC blockFabian Godehardt2010-09-092-5/+14
| * AT91: clock: peripheral clocks can have other parent than mckNicolas Ferre2010-09-091-1/+2
| * AT91: change dma resource indexNicolas Ferre2010-09-071-1/+1
* | 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-0910-15/+64
|\ \
| * | libata-sff: Reenable Port Multiplier after libata-sff remodeling.Gwendal Grignou2010-09-093-12/+31
| * | libata: skip EH autopsy and recovery during suspendTejun Heo2010-09-093-1/+18
| * | ahci: AHCI and RAID mode SATA patch for Intel Patsburg DeviceIDsSeth Heasley2010-09-091-0/+3
| * | ata_piix: IDE Mode SATA patch for Intel Patsburg DeviceIDsSeth Heasley2010-09-091-0/+4
| * | libata,pata_via: revert ata_wait_idle() removal from ata_sff/via_tf_load()Tejun Heo2010-09-092-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-091-1/+1
* | | mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman2010-09-091-4/+16
* | | mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter2010-09-095-3/+72
* | | mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman2010-09-091-4/+5
* | | vmstat: update zone stat threshold when onlining a cpuKAMEZAWA Hiroyuki2010-09-091-0/+1
* | | vfs: take O_NONBLOCK out of the O_* uniqueness testJames Bottomley2010-09-091-3/+7
* | | swap: discard while swapping only if SWAP_FLAG_DISCARDHugh Dickins2010-09-092-2/+3
* | | swap: do not send discards as barriersChristoph Hellwig2010-09-091-6/+3
* | | swap: prevent reuse during hibernationHugh Dickins2010-09-091-4/+20
* | | swap: revert special hibernation allocationHugh Dickins2010-09-095-84/+26
* | | bounce: call flush_dcache_page() after bounce_copy_vec()Gary King2010-09-091-1/+1
* | | drivers/rtc/rtc-pl031.c: do not mark PL031 IRQ as sharedLinus Walleij2010-09-091-1/+1
* | | MAINTAINERS: correct entry for legacy RTC-driverWolfram Sang2010-09-091-4/+2
* | | gpio: doc updatesDavid Brownell2010-09-092-9/+27
* | | gpio: sx150x: correct and refine reset-on-probe behaviorGregory Bean2010-09-092-5/+25
* | | memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki2010-09-091-8/+8
* | | mm: compaction: handle active and inactive fairly in too_many_isolatedMinchan Kim2010-09-091-3/+4
* | | kernel/groups.c: fix integer overflow in groups_searchJerome Marchand2010-09-091-3/+2
* | | arch/powerpc/include/asm/fsldma.h needs slab.hIra W. Snyder2010-09-091-0/+1
* | | rtc: m41t80: do not use rtc_valid_tm in m41t80_rtc_read_alarmAtsushi Nemoto2010-09-091-1/+1
OpenPOWER on IntegriCloud