summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* | 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/+1Star
| * | cxgb4vf: Use defined Mailbox TimeoutCasey Leedom2011-02-151-1/+1
| * | cxgb4vf: Quiesce Virtual Interfaces on shutdown ...Casey Leedom2011-02-151-0/+41
| * | cxgb4vf: Behave properly when CONFIG_DEBUG_FS isn't defined ...Casey Leedom2011-02-151-8/+8
| * | cxgb4vf: Check driver parameters in the right place ...Casey Leedom2011-02-151-12/+11Star
| * | 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/+0Star
| * | 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/+0Star
| | * | 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-141-42/+55
| * | | | stmmac: enable wol via magic frame by default.Giuseppe Cavallaro2011-02-141-1/+3
| * | | | ATM, Solos PCI ADSL2+: Don't deref NULL pointer if net_ratelimit() and alloc_...Jesper Juhl2011-02-141-2/+3
| * | | | Net, USB, Option, hso: Do not dereference NULL pointerJesper Juhl2011-02-141-6/+6
| * | | | hisax: Fix unchecked alloc_skb() return.David S. Miller2011-02-141-15/+20
| * | | | USB Network driver infrastructure: Fix leak when usb_autopm_get_interface() r...Jesper Juhl2011-02-131-1/+3
* | | | | Merge branch 'for-linus/bugfixes' of git://xenbits.xen.org/people/ianc/linux-2.6Linus Torvalds2011-02-181-0/+10
|\ \ \ \ \
| * | | | | xen: suspend and resume system devices when running PVHVMIan Campbell2011-02-171-0/+10
* | | | | | Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-02-188-8/+8
|\ \ \ \ \ \
| * | | | | | workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-168-8/+8
* | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-02-188-37/+45
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next i...Dave Airlie2011-02-176-36/+40
| |\ \ \ \ \ \ \
| | * | | | | | | drm/nouveau: fix suspend/resume on GPUs that don't have PM supportBen Skeggs2011-02-171-1/+1
| | * | | | | | | drm/nouveau: flips/flipd need to always set 'evict' for move_accel_cleanup()Ben Skeggs2011-02-171-3/+3
| | * | | | | | | drm/nv40: fix tiling-related setup for a number of chipsetsBen Skeggs2011-02-171-19/+27
| | * | | | | | | drm/nouveau: fix non-EDIDful native mode selectionBen Skeggs2011-02-171-0/+1
| | * | | | | | | drm/nouveau: Fix detection of DDC-based LVDS on DCB15 boards.Francisco Jerez2011-02-171-1/+1
| | * | | | | | | drm/nv04-nv40: Fix NULL dereference when we fail to find an LVDS native mode.Francisco Jerez2011-02-171-9/+3Star
| | * | | | | | | drm/nv10: Fix crash when allocating a BO larger than half the available VRAM.Francisco Jerez2011-02-171-3/+4
| * | | | | | | | drm/radeon/kms: add missing frac fb div flag for dce4+Alex Deucher2011-02-171-1/+3
| * | | | | | | | drm/radeon/kms: do not reject X16 and Y16X16 floating-point formats on r300Marek Olšák2011-02-171-0/+2
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-02-182-13/+24
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branches 'nes' and 'qib' into for-nextRoland Dreier2011-02-171-1/+4
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | IB/qib: Prevent double completions after a timeout or RNR errorMike Marciniszyn2011-02-171-1/+2
| | * | | | | | | | | IB/qib: Fix double add_timer()Mike Marciniszyn2011-02-101-0/+2
| * | | | | | | | | | RDMA/nes: Don't generate async events for unregistered devicesMaciej Sosnowski2011-02-041-12/+20
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-02-171-40/+21Star
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |