summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-extra-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-109-34/+69
|\
| *-----. Merge branches 'pm-domains', 'pm-cpuidle', 'pm-sleep' and 'powercap'Rafael J. Wysocki2017-05-099-34/+69
| |\ \ \ \
| | | | | * powercap: intel_rapl: Add support for Gemini LakeDavid E. Box2017-04-281-0/+1
| | | | * | ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki2017-05-056-15/+46
| | | | * | PM / wakeup: Integrate mechanism to abort transitions in progressRafael J. Wysocki2017-05-051-18/+18
| | | * | | x86/intel_idle: add Gemini Lake supportDavid E. Box2017-05-011-0/+2
| | | * | | cpuidle: check dev before usage in cpuidle_use_deepest_state()Li, Fei2017-05-011-1/+2
* | | | | | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-101-144/+215
|\ \ \ \ \ \
| * | | | | | rbd: exclusive map optionIlya Dryomov2017-05-041-10/+73
| * | | | | | rbd: return ResponseMessage result from rbd_handle_request_lock()Ilya Dryomov2017-05-041-14/+26
| * | | | | | rbd: kill rbd_is_lock_supported()Ilya Dryomov2017-05-041-11/+3
| * | | | | | rbd: support updating the lock cookie without releasing the lockIlya Dryomov2017-05-041-25/+41
| * | | | | | rbd: store lock cookieIlya Dryomov2017-05-041-5/+8
| * | | | | | rbd: ignore unlock errorsIlya Dryomov2017-05-041-18/+14
| * | | | | | rbd: fix error handling around rbd_init_disk()Ilya Dryomov2017-05-041-43/+44
| * | | | | | rbd: move rbd_unregister_watch() call into rbd_dev_image_release()Ilya Dryomov2017-05-041-15/+3
| * | | | | | rbd: move rbd_dev_destroy() call out of rbd_dev_image_release()Ilya Dryomov2017-05-041-5/+5
| * | | | | | libceph, ceph: always advertise all supported featuresIlya Dryomov2017-05-041-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2017-05-102-4/+2
|\ \ \ \ \ \
| * | | | | | ide: don't call memcpy with the same source and destinationMikulas Patocka2017-05-081-1/+1
| * | | | | | ide: use setup_timerGeliang Tang2017-05-081-3/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-1032-86/+183
|\ \ \ \ \ \ \
| * | | | | | | qede: Split PF/VF ndos.Mintz, Yuval2017-05-092-6/+21
| * | | | | | | qed: Correct doorbell configuration for !4Kb pagesRam Amrani2017-05-091-1/+1
| * | | | | | | qed: Tell QM the number of tasksMintz, Yuval2017-05-091-0/+1
| * | | | | | | qed: Fix VF removal sequenceMintz, Yuval2017-05-091-2/+4
| * | | | | | | qede: Fix XDP memory leak on unloadSuddarsana Reddy Kalluru2017-05-091-0/+3
| * | | | | | | net/mlx4_core: Reduce harmless SRIOV error message to debug levelJack Morgenstein2017-05-092-4/+12
| * | | | | | | net/mlx4_en: Avoid adding steering rules with invalid ringTalat Batheesh2017-05-091-0/+5
| * | | | | | | net/mlx4_en: Change the error print to debug printKamal Heib2017-05-091-1/+2
| * | | | | | | drivers: net: wimax: i2400m: i2400m-usb: Use time_after for time comparisonKarim Eshapa2017-05-091-1/+1
| * | | | | | | net: mdio-mux: bcm-iproc: call mdiobus_free() in error pathJon Mason2017-05-081-1/+4
| * | | | | | | net: ethernet: ti: cpsw: adjust cpsw fifos depth for fullduplex flow controlGrygorii Strashko2017-05-081-0/+16
| * | | | | | | Merge tag 'mac80211-for-davem-2017-05-08' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-05-085-6/+16
| |\ \ \ \ \ \ \
| | * | | | | | | mac80211: properly remove RX_ENC_FLAG_40MHZJohannes Berg2017-05-085-6/+16
| * | | | | | | | net: cdc_ncm: Fix TX zero paddingJim Baxter2017-05-081-4/+7
| * | | | | | | | stmmac: pci: split out common_default_data() helperAndy Shevchenko2017-05-081-34/+18
| * | | | | | | | stmmac: pci: RX queue routing configurationAndy Shevchenko2017-05-081-0/+3
| * | | | | | | | stmmac: pci: TX and RX queue priority configurationAndy Shevchenko2017-05-081-0/+4
| * | | | | | | | stmmac: pci: set default number of rx and tx queuesAndy Shevchenko2017-05-081-0/+4
| * | | | | | | | yam: use memdup_userGeliang Tang2017-05-081-6/+4
| * | | | | | | | net/hippi/rrunner: use memdup_userGeliang Tang2017-05-081-10/+7
| * | | | | | | | cxgb4: avoid disabling FEC by defaultGanesh Goudar2017-05-083-10/+43
| * | | | | | | | net: dsa: loop: Check for memory allocation failureChristophe Jaillet2017-05-081-0/+3
| * | | | | | | | bonding: check nla_put_be32 return valueHangbin Liu2017-05-081-1/+2
| * | | | | | | | bnxt_en: allocate enough space for ->ntp_fltr_bmapDan Carpenter2017-05-081-1/+2
| * | | | | | | | qlge: Avoid reading past end of bufferKees Cook2017-05-081-2/+2
| * | | | | | | | bna: ethtool: Avoid reading past end of bufferKees Cook2017-05-081-2/+2
| * | | | | | | | bna: Avoid reading past end of bufferKees Cook2017-05-081-1/+1
| * | | | | | | | aquantia: Fix "ethtool -S" crash when adapter down.Pavel Belous2017-05-081-2/+4