summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-02-171-0/+2
|\
| * class: Free the class private data in class_releaseLaurent Pinchart2010-02-171-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-02-1714-31/+70
|\ \
| * | be2net: set proper value to version field in req hdrAjit Khaparde2010-02-161-0/+1
| * | ixgbe: fix WOL register setup for 82599Don Skidmore2010-02-161-0/+4
| * | ixgbe: Fix - Do not allow Rx FC on 82598 at 1G due to errataDon Skidmore2010-02-161-0/+22
| * | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-02-141-1/+4
| |\ \
| | * | iwlwifi: fix AMSDU Rx after paged Rx patchShanyu Zhao2010-02-121-1/+4
| * | | sfc: Fix SFE4002 initialisationSteve Hodgson2010-02-122-1/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-107-8/+17
| |\| |
| | * | rtl8187: Add new device IDJelle Martijn Kok2010-02-101-0/+1
| | * | iwmc3200wifi: Test of wrong pointer after kzalloc in iwm_mlme_update_bss_table()Roel Kluin2010-02-091-1/+1
| | * | ath9k: Fix sequence numbers for PAE framesSujith2010-02-091-2/+2
| | * | iwlwifi: Fix to set correct ht configurationWey-Yi Guy2010-02-081-0/+1
| | * | ssb: Fix CONFIG_SSB_SDIOHOST typoMichael Buesch2010-02-031-2/+1
| | * | b43: Fix throughput regressionLarry Finger2010-02-032-3/+11
| * | | via-velocity: Fix races on shared interruptsSimon Kagstrom2010-02-101-11/+10
| * | | via-velocity: Take spinlock on set coalesceSimon Kagstrom2010-02-101-0/+3
| * | | via-velocity: Remove unused IRQ status parameter from rx_srv and tx_srvSimon Kagstrom2010-02-101-10/+7
* | | | dm: sysfs revert add empty release function to avoid debug warningAlasdair G Kergon2010-02-161-8/+0
* | | | dm mpath: fix stall when requeueing ioKiyoshi Ueda2010-02-161-4/+17
* | | | dm raid1: fix null pointer dereference in suspendTakahiro Yasui2010-02-161-3/+2
* | | | dm raid1: fail writes if errors are not handled and log failsMikulas Patocka2010-02-161-1/+1
* | | | dm log: userspace fix overhead_size calcuationsJonathan Brassow2010-02-161-3/+7
* | | | dm snapshot: persistent annotate work_queue as on stackMike Snitzer2010-02-161-1/+1
* | | | dm stripe: avoid divide by zero with invalid stripe countNikanth Karthikesan2010-02-161-1/+1
| |_|/ |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2010-02-162-19/+47
|\ \ \
| * | | firewire: ohci: retransmit isochronous transmit packets on cycle lossClemens Ladisch2010-02-141-5/+8
| * | | firewire: net: fix panic in fwnet_write_completeStefan Richter2010-02-011-14/+39
* | | | drm/radeon/kms: make sure retry count increases.Dave Airlie2010-02-151-1/+1
* | | | drm/radeon/kms/atom: use get_unaligned_le32() for ctx->psMatt Turner2010-02-151-1/+4
* | | | drm/ttm: Fix a bug occuring when validating a buffer object in a range.Thomas Hellstrom2010-02-151-0/+6
* | | | drm: Fix a bug in the range manager.Thomas Hellstrom2010-02-151-1/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-02-128-142/+332
|\ \ \ \
| * | | | drm/i915: hold ref on flip object until it completesJesse Barnes2010-02-111-1/+3
| * | | | drm/i915: Fix crash while aborting hibernationRafael J. Wysocki2010-02-111-67/+101
| * | | | drm/i915: Correctly return -ENOMEM on allocation failure in cmdbuf ioctls.Owain Ainsworth2010-02-112-2/+6
| * | | | drm/i915: fix pipe source image setting in flip commandZhenyu Wang2010-02-101-2/+4
| * | | | drm/i915: fix flip done interrupt on IronlakeZhenyu Wang2010-02-101-8/+8
| * | | | drm/i915: untangle page flip completionJesse Barnes2010-02-101-7/+9
| * | | | drm/i915: handle FBC and self-refresh betterJesse Barnes2010-02-102-0/+3
| * | | | drm/i915: Increase fb alignment to 64kChris Wilson2010-02-101-1/+1
| * | | | drm/i915: Update write_domains on active list after flush.Daniel Vetter2010-02-102-4/+30
| * | | | drm/i915: Rework DPLL calculation parameters for IronlakeZhenyu Wang2010-02-101-50/+167
* | | | | regulator/lp3971: vol_map out of bounds in lp3971_{ldo,dcdc}_set_voltage()Roel Kluin2010-02-121-2/+2
* | | | | regulator: Fix display of null constraints for regulatorsMark Brown2010-02-121-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2010-02-111-7/+8
|\ \ \ \ \
| * | | | | amd64_edac: Do not falsely trigger kerneloopsBorislav Petkov2010-02-111-7/+8
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-02-111-0/+3
|\ \ \ \ \
| * | | | | cciss: Make cciss_seq_show handle holes in the h->drv[] arrayStephen M. Cameron2010-02-051-0/+3