summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-07-103-5/+11
|\
| * block: fix sg SG_DXFER_TO_FROM_DEV regressionFUJITA Tomonori2009-07-101-0/+4
| * Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-102-5/+7
* | Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-07-101-0/+1
|\ \
| * | oprofile: reset bt_lost_no_mapping with other statsMaynard Johnson2009-07-101-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2009-07-094-4/+12
|\ \ \
| * | | [WATCHDOG] w83627hf_wdt.c: add support for the W83627EHF supportSlobodan Tomić2009-07-091-0/+5
| * | | [WATCHDOG] SA1100 watchdog maximum timeoutRaphael Assenat2009-07-091-2/+3
| * | | [WATCHDOG] w83697ug, fix lock imbalanceJiri Slaby2009-07-091-1/+3
| * | | [WATCHDOG] drivers/watchdog/bcm47xx_wdt.c: Remove unnecessary semicolonsJoe Perches2009-07-091-1/+1
* | | | mx3fb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt2009-07-091-5/+0
* | | | sm501fb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt2009-07-091-3/+0
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-07-0920-32/+86
|\ \ \
| * | | cxgb3: Fix crash caused by stashing wrong netdev_queueRoland Dreier2009-07-091-2/+1
| * | | ixgbe: Fix coexistence of FCoE and Flow Director in 82599Yi Zou2009-07-092-8/+17
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-07-0813-11/+42
| |\ \ \
| | * | | p54: tx refused but queue activeLarry Finger2009-07-081-2/+3
| | * | | Atheros Kconfig needs to be dependent on WLAN_80211Jay Sternberg2009-07-081-0/+1
| | * | | mac80211_hwsim: avoid NULL accessJohannes Berg2009-07-081-0/+1
| | * | | ssb: Add support for 4318EClyde McPherson2009-07-081-2/+4
| | * | | b43: Add support for 4318EClyde McPherson2009-07-081-0/+1
| | * | | zd1211rw: adding SONY IFU-WLM2 (054c:0257) as a zd1211b deviceHin-Tak Leung2009-07-081-0/+1
| | * | | zd1211rw: 07b8:6001 is a ZD1211BPascal Terjan2009-07-081-1/+1
| | * | | hp-wmi: fix rfkill bugJohannes Berg2009-07-071-1/+1
| | * | | iwmc3200wifi: add Kconfig helpSamuel Ortiz2009-07-071-0/+9
| | * | | ath9k: Fix leak in tx descriptorVasanthakumar Thiagarajan2009-07-071-1/+8
| | * | | b43/b43legacy: fix radio LED initializationLarry Finger2009-07-074-4/+12
| * | | | r6040: bump driver version to 0.24 and date to 08 July 2009Florian Fainelli2009-07-081-2/+2
| * | | | r6040: restore MIER register correctly when IRQ line is sharedFlorian Fainelli2009-07-081-1/+4
| * | | | davinci_emac: fix kernel oops when changing MAC address while interface is downPablo Bitton2009-07-081-2/+10
| * | | | igb: set lan id prior to configuring phyAlexander Duyck2009-07-081-0/+4
| * | | | fec: fix definition of 5272 version of FEC_X_DES_ACTIVE registerGreg Ungerer2009-07-061-1/+1
| * | | | fec: remove extra ";" from definition namesGreg Ungerer2009-07-061-6/+6
| |/ / /
* | / / Fix compile error in bmac.cDave Jones2009-07-091-1/+1
| |/ / |/| |
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2009-07-081-3/+4
|\ \ \
| * | | [CPUFREQ] Fix compile failure in cpufreq.cDave Jones2009-07-081-3/+4
* | | | fealnx: Fix build breakage -- PR_CONT should be KERN_CONTRoland Dreier2009-07-081-3/+3
* | | | atmel_lcdfb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt2009-07-081-2/+3
* | | | fsl-diu-fb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt2009-07-081-6/+0
|/ / /
* | | Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-0850-225/+217
* | | pty: Rework the pty layer to use the normal buffering logicAlan Cox2009-07-081-95/+59
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2009-07-083-103/+92
|\ \ \
| * | | [CPUFREQ] fix (utter) cpufreq_add_dev messMathieu Desnoyers2009-07-061-25/+40
| * | | [CPUFREQ] Cleanup locking in conservative governorvenkatesh.pallipadi@intel.com2009-07-061-21/+13
| * | | [CPUFREQ] Cleanup locking in ondemand governorvenkatesh.pallipadi@intel.com2009-07-061-35/+27
| * | | [CPUFREQ] Eliminate the recent lockdep warnings in cpufreqvenkatesh.pallipadi@intel.com2009-07-063-34/+24
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-07-081-0/+1
|\ \ \ \
| * | | | PM: Clear -EAGAIN in dpm_prepareSebastian Ott2009-07-081-0/+1
| |/ / /
* | | | intel-iommu: Fix intel_iommu_unmap_range() with size 0Sheng Yang2009-07-081-0/+3
* | | | Free struct device in fw_dev_release()Catalin Marinas2009-07-081-4/+2