summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* scsi: convert to blk_delay_queue()Jens Axboe2011-03-101-25/+19
* ide-cd: convert to blk_delay_queue() for a short pauseJens Axboe2011-03-101-11/+2
* drm/i915: Do not handle backlight combination mode speciallyIndan Zupancic2011-02-212-47/+0
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2011-02-217-103/+61
|\
| * dell-laptop: Toggle the unsupported hardware killswitchKeng-Yu Lin2011-02-211-2/+22
| * thinkpad_acpi: Always report scancodes for hotkeysSeth Forshee2011-02-211-6/+2
| * acer-wmi: Fix capitalisation of GUIDMatthew Garrett2011-02-211-1/+1
| * platform/x86: ideapad-laptop depends on INPUTRandy Dunlap2011-02-211-1/+1
| * platform: x86: acer-wmi: world-writable sysfs threeg fileVasiliy Kulikov2011-02-211-1/+1
| * platform: x86: asus_acpi: world-writable procfs filesVasiliy Kulikov2011-02-211-7/+1
| * platform: x86: tc1100-wmi: world-writable sysfs wireless and jogdial filesVasiliy Kulikov2011-02-211-1/+1
| * platform-drivers: x86: pmic: Use request_irq instead of chained handlerThomas Gleixner2011-02-211-38/+12
| * platform-drivers: x86: pmic: Use irq_chip buslock mechanismThomas Gleixner2011-02-071-48/+32
| * platform-drivers: x86: Convert pmic to new irq_chip functionsThomas Gleixner2011-02-071-14/+8
| * platform-drivers: x86: pmic: Fix up bogus irq hackeryThomas Gleixner2011-02-071-5/+1
* | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-02-211-1/+1
|\ \
| * | [S390] dasd: correct device tableStefan Haberland2011-02-171-1/+1
* | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-02-204-18/+64
|\ \ \
| * | | hwmon: (lm85) extend to support EMC6D103 chipsJan Beulich2011-02-182-3/+22
| * | | hwmon: (k10temp) add support for AMD Family 12h/14h CPUsClemens Ladisch2011-02-182-5/+6
| * | | hwmon: (jc42) do not allow writing to locked registersClemens Ladisch2011-02-161-4/+29
| * | | hwmon: (jc42) more helpful documentationClemens Ladisch2011-02-161-5/+6
| * | | hwmon: (jc42) fix type mismatchClemens Ladisch2011-02-161-1/+1
* | | | Revert "tpm_tis: Use timeouts returned from TPM"Linus Torvalds2011-02-203-21/+3
* | | | Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-02-183-4/+135
|\ \ \ \
| * | | | RTC: Re-enable UIE timer/polling emulationJohn Stultz2011-02-172-2/+18
| * | | | RTC: Revert UIE emulation removalJohn Stultz2011-02-172-0/+116
| * | | | RTC: Release mutex in error path of rtc_alarm_irq_enableUwe Kleine-König2011-02-171-3/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-1820-172/+266
|\ \ \ \ \
| * | | | | tg3: Restrict phy ioctl accessMatt Carlson2011-02-171-2/+6
| * | | | | drivers/net: Call netif_carrier_off at the end of the probeIvan Vecera2011-02-172-0/+4
| * | | | | ixgbe: work around for DDP last buffer sizeAmir Hanania2011-02-172-1/+52
| * | | | | ixgbe: fix panic due to uninitialised pointerAndy Gospodarek2011-02-171-2/+4
| * | | | | e1000e: flush all writebacks before unloadJesse Brandeburg2011-02-171-10/+21
| * | | | | e1000e: check down flag in tasksJesse Brandeburg2011-02-171-0/+21
| * | | | | isdn: hisax: Use l2headersize() instead of dup (and buggy) func.David S. Miller2011-02-151-8/+1
| * | | | | cxgb4vf: Use defined Mailbox TimeoutCasey Leedom2011-02-141-1/+1
| * | | | | cxgb4vf: Quiesce Virtual Interfaces on shutdown ...Casey Leedom2011-02-141-0/+41
| * | | | | cxgb4vf: Behave properly when CONFIG_DEBUG_FS isn't defined ...Casey Leedom2011-02-141-8/+8
| * | | | | cxgb4vf: Check driver parameters in the right place ...Casey Leedom2011-02-141-12/+11
| * | | | | pch_gbe: Fix the MAC Address load issue.Toshiharu Okada2011-02-142-1/+8
| * | | | | iwlwifi: Delete iwl3945_good_plcp_health.David S. Miller2011-02-141-66/+0
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-02-143-1/+5
| |\ \ \ \ \
| | * | | | | iwl3945: remove plcp checkStanislaw Gruszka2011-02-091-1/+0
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-02-092-0/+5
| | |\ \ \ \ \
| | | * | | | | Bluetooth: add Atheros BT AR9285 fw supportedCho, Yu-Chen2011-01-262-0/+5
| * | | | | | | net/can/softing: make CAN_SOFTING_CS depend on CAN_SOFTINGKurt Van Dijck2011-02-141-1/+1
| * | | | | | | pch_gbe: Fix the issue that the receiving data is not normal.Toshiharu Okada2011-02-131-42/+55
| * | | | | | | stmmac: enable wol via magic frame by default.Giuseppe Cavallaro2011-02-131-1/+3
| * | | | | | | ATM, Solos PCI ADSL2+: Don't deref NULL pointer if net_ratelimit() and alloc_...Jesper Juhl2011-02-131-2/+3