summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/asus_atk0110.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-18bcache: Kill bucket->gc_genKent Overstreet4-11/+9
2014-03-18bcache: Kill unused freelistKent Overstreet6-129/+112
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet6-139/+145
2014-03-18bcache: Kill btree_io_wqKent Overstreet3-24/+2
2014-03-18bcache: btree locking reworkKent Overstreet4-52/+133
2014-03-18bcache: Fix a race when freeing btree nodesKent Overstreet1-33/+20
2014-03-18bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet4-14/+21
2014-03-18bcache: Add bch_keylist_init_single()Kent Overstreet2-4/+7
2014-03-18bcache: Improve priority_statsKent Overstreet1-6/+20
2014-03-18bcache: Better alloc tracepointsKent Overstreet3-19/+46
2014-03-18bcache: Kill dead cgroup codeKent Overstreet5-202/+0
2014-03-18bcache: stop moving_gc marking buckets that can't be moved.Nicholas Swenson1-1/+4
2014-03-18bcache: Fix moving_pred()Kent Overstreet1-5/+3
2014-03-18bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson5-8/+16
2014-03-18bcache: Fix discard granularityKent Overstreet1-0/+1
2014-03-18bcache: Fix another bug recovering from unclean shutdownKent Overstreet3-65/+36
2014-03-18bcache: Fix a bug recovering from unclean shutdownKent Overstreet1-2/+2
2014-03-18bcache: Fix a journalling reclaim after recovery bugKent Overstreet1-2/+8
2014-03-18bcache: Fix a null ptr deref in journal replayKent Overstreet1-1/+5
2014-03-18bcache: Fix a lockdep splat in an error pathKent Overstreet1-3/+5
2014-03-13mtip32xx: mtip_async_complete() bug fixesSam Bradshaw2-39/+50
2014-03-13mtip32xx: Unmap the DMA segments before completing the IO requestFelipe Franciosi1-12/+12
2014-03-13mtip32xx: Set queue bounce limitFelipe Franciosi1-0/+1
2014-03-13nvme: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev1-24/+9
2014-03-13cciss: Fallback to MSI rather than to INTx if MSI-X failedAlexander Gordeev1-2/+0
2014-03-13swim3: fix interruptible_sleep_on raceArnd Bergmann1-7/+11
2014-03-13ataflop: fix sleep_on racesArnd Bergmann1-8/+8
2014-03-13DAC960: remove sleep_on usageArnd Bergmann1-18/+16
2014-03-13mtip32xx: Use pci_enable_msi() instead of pci_enable_msi_range()Alexander Gordeev1-2/+2
2014-02-26bcache: Fix a shutdown bugKent Overstreet3-2/+12
2014-02-26bcache: Fix flash_dev_cache_miss() for real this timeKent Overstreet1-14/+5
2014-02-22skd: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-26/+12
2014-02-22skd: Use unified access to skdev->msix_entries throughout the codeAlexander Gordeev1-2/+1
2014-02-22skd: Fix incomplete cleanup of MSI-X interruptAlexander Gordeev1-24/+26
2014-02-22skd: Fix out of array boundary accessAlexander Gordeev1-1/+1
2014-02-22mtip32xx: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-2/+2
2014-02-22mtip32xx: Remove superfluous call to pci_disable_msi()Alexander Gordeev1-1/+3
2014-02-22drbd: Fix future possible NULL pointer dereferenceAndreas Gruenbacher1-1/+1
2014-02-18bcache: Fix another compiler warning on m68kKent Overstreet1-2/+2
2014-02-17drbd: Add drbd_thread->resource and make drbd_thread->connection optionalAndreas Gruenbacher2-19/+31
2014-02-17drbd: Use the right peer deviceAndreas Gruenbacher1-31/+38
2014-02-17drbd: Remove unused parameter of wire_flags_to_bio()Andreas Gruenbacher1-2/+2
2014-02-17drbd: Get rid of first_peer_device() in handle_write_conflicts()Andreas Gruenbacher1-5/+3
2014-02-17drbd: In the worker thread, process drbd_work instead of drbd_device_work itemsAndreas Gruenbacher1-7/+7
2014-02-17drbd: Turn w_make_ov_request and make_resync_request into "normal" functionsAndreas Gruenbacher1-9/+6
2014-02-17drbd: Make w_make_resync_request() staticAndreas Gruenbacher2-3/+2
2014-02-17drbd: struct drbd_peer_request: Use drbd_work instead of drbd_device_workAndreas Gruenbacher3-75/+69
2014-02-17drbd: struct after_conn_state_chg_work: Use drbd_work instead of drbd_device_...Andreas Gruenbacher1-4/+4
2014-02-17drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue()Andreas Gruenbacher4-35/+33
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher8-164/+197