summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2017-01-27phy: qcom-ufs: Suppress extraneous loggingBjorn Andersson
2017-01-27phy: qcom-ufs: Remove -always-on propertyBjorn Andersson
2017-01-27phy: qcom-ufs: Correct usage of regulator_get()Bjorn Andersson
2017-01-27phy: qcom-ufs: Don't kfree devres resourceBjorn Andersson
2017-01-27phy: Add support for Qualcomm's USB HS phyStephen Boyd
2017-01-27phy: Add support for Qualcomm's USB HSIC phyStephen Boyd
2017-01-16drivers: phy: constify phy_ops structuresBhumika Goyal
2017-01-16phy: sun4i-usb: Replace the deprecated extcon APIChanwoo Choi
2017-01-16phy: rcar-gen3-usb2: Replace the deprecated extcon APIChanwoo Choi
2017-01-16phy: sun4i-usb: add support for V3s USB PHYIcenowy Zheng
2017-01-16phy: rockchip-inno-usb2: Set EXTCON_USB when EXTCON_CHG_USB_SDP was setBaolin Wang
2016-12-25avoid spurious "may be used uninitialized" warningLinus Torvalds
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-25irqchip/armada-xp: Consolidate hotplug state spaceThomas Gleixner
2016-12-25irqchip/gic: Consolidate hotplug state spaceThomas Gleixner
2016-12-25coresight/etm3/4x: Consolidate hotplug state spaceThomas Gleixner
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner
2016-12-25staging/lustre/libcfs: Convert to hotplug state machineAnna-Maria Gleixner
2016-12-25scsi/bnx2i: Convert to hotplug state machineSebastian Andrzej Siewior
2016-12-25scsi/bnx2fc: Convert to hotplug state machineSebastian Andrzej Siewior
2016-12-25bus: arm-ccn: Prevent hotplug callback leakThomas Gleixner
2016-12-25scsi: qedi: Convert to hotplug state machineThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-24Merge tag 'watchdog-for-linus-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-24Merge tag 'ntb-4.10' of git://github.com/jonmason/ntbLinus Torvalds
2016-12-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-23Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-12-23Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-23ntb_transport: Remove unnecessary call to ntb_peer_spad_readSteve Wahl
2016-12-23NTB: Fix 'request_irq()' and 'free_irq()' inconsistancyChristophe JAILLET
2016-12-23ntb: fix SKX NTB config space size register offsetsDave Jiang
2016-12-23ntb_transport: Limit memory windows based on available, scratchpadsShyam Sundar S K
2016-12-23NTB: Register and offset values fix for memory windowShyam Sundar S K
2016-12-23NTB: add support for hotplug featureXiangliang Yu
2016-12-23ntb: Adding Skylake Xeon NTB supportDave Jiang
2016-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-23virtio-net: XDP support for small buffersJason Wang
2016-12-23virtio-net: remove big packet XDP codesJason Wang
2016-12-23virtio-net: forbid XDP when VIRTIO_NET_F_GUEST_UFO is supportJason Wang
2016-12-23virtio-net: make rx buf size estimation works for XDPJason Wang
2016-12-23virtio-net: unbreak csumed packets for XDP_PASSJason Wang
2016-12-23virtio-net: correctly handle XDP_PASS for linearized packetsJason Wang
2016-12-23virtio-net: fix page miscount during XDP linearizingJason Wang
2016-12-23virtio-net: correctly xmit linearized page on XDP_TXJason Wang
2016-12-23virtio-net: remove the warning before XDP linearizingJason Wang