summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | iio: light: tsl2563: use correct event codeAkinobu Mita2017-06-241-1/+1
* | | | | Merge tag 'usb-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-08-1316-38/+111
|\ \ \ \ \
| * | | | | USB: serial: pl2303: add new ATEN device idGreg Kroah-Hartman2017-08-102-0/+3
| * | | | | usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet AdapterKai-Heng Feng2017-08-101-0/+3
| * | | | | USB: Check for dropped connection before switching to full speedAlan Stern2017-08-101-4/+6
| * | | | | usb:xhci:Add quirk for Certain failing HP keyboard on reset after resumeSandeep Singh2017-08-102-5/+13
| * | | | | Merge tag 'usb-serial-4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-08-032-0/+3
| |\ \ \ \ \
| | * | | | | USB: serial: option: add D-Link DWM-222 device IDHector Martin2017-08-011-0/+2
| | * | | | | USB: serial: cp210x: add support for Qivicon USB ZigBee dongleStefan Triller2017-07-171-0/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'fixes-for-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-08-03228-1526/+1973
| |\ \ \ \ \
| | * | | | | usb: renesas_usbhs: gadget: fix unused-but-set-variable warningYoshihiro Shimoda2017-08-031-4/+1
| | * | | | | usb: renesas_usbhs: Fix UGCTRL2 value for R-Car Gen3Yoshihiro Shimoda2017-08-031-2/+7
| | * | | | | usb: phy: phy-msm-usb: Fix usage of devm_regulator_bulk_get()Rajendra Nayak2017-08-031-8/+9
| | * | | | | usb: gadget: udc: renesas_usb3: Fix usb_gadget_giveback_request() callingYoshihiro Shimoda2017-08-031-5/+16
| | * | | | | usb: dwc3: gadget: Correct ISOC DATA PIDs for short packetsManu Gautam2017-08-031-1/+32
| * | | | | | usb: musb: fix tx fifo flush handling againBin Liu2017-07-301-0/+1
| * | | | | | usb: core: unlink urbs from the tail of the endpoint's urb_listBin Liu2017-07-301-1/+1
| * | | | | | usb-storage: fix deadlock involving host lock and scsi_doneAlan Stern2017-07-301-6/+12
| * | | | | | uas: Add US_FL_IGNORE_RESIDUE for Initio Corporation INIC-3069Alan Swanson2017-07-301-2/+2
| * | | | | | USB: hcd: Mark secondary HCD as dead if the primary one diedRafael J. Wysocki2017-07-301-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'for-linus-20170812' of git://git.infradead.org/linux-mtdLinus Torvalds2017-08-121-0/+1
|\ \ \ \ \ \
| * | | | | | mtd: blkdevs: Fix mtd block write failureAbhishek Sahu2017-08-121-0/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2017-08-129-53/+40
|\ \ \ \ \ \ \
| * | | | | | | target: Fix node_acl demo-mode + uncached dynamic shutdown regressionNicholas Bellinger2017-08-092-4/+4
| * | | | | | | iscsi-target: Fix iscsi_np reset hung task during parallel deleteNicholas Bellinger2017-08-063-2/+7
| * | | | | | | qla2xxx: Fix incorrect tcm_qla2xxx_free_cmd use during TMR ABORT (v2)Nicholas Bellinger2017-07-301-30/+0
| * | | | | | | cxgbit: fix sg_nents calculationVarun Prakash2017-07-301-5/+7
| * | | | | | | iscsi-target: fix invalid flags in text responseVarun Prakash2017-07-301-2/+2
| * | | | | | | iscsi-target: fix memory leak in iscsit_setup_text_cmd()Varun Prakash2017-07-301-0/+1
| * | | | | | | cxgbit: add missing __kfree_skb()Varun Prakash2017-07-301-4/+12
| * | | | | | | tcmu: free old string on reconfigBryant G. Ly2017-07-301-0/+2
| * | | | | | | tcmu: Fix possible to/from address overflow when doing the memcpyXiubo Li2017-07-301-6/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'for-linus-4.13b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-08-125-24/+53
|\ \ \ \ \ \ \
| * | | | | | | xen/events: Fix interrupt lost during irq_disable and irq_enableLiu Shuo2017-08-111-1/+1
| * | | | | | | xen: avoid deadlock in xenbusJuergen Gross2017-08-111-1/+2
| * | | | | | | xen: fix hvm guest with kaslr enabledJuergen Gross2017-08-111-2/+14
| * | | | | | | xen: split up xen_hvm_init_shared_info()Juergen Gross2017-08-111-21/+24
| * | | | | | | x86: provide an init_mem_mapping hypervisor hookJuergen Gross2017-08-112-0/+13
* | | | | | | | Merge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-08-113-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | pnfs/blocklayout: require 64-bit sector_tChristoph Hellwig2017-08-111-0/+1
| * | | | | | | | NFSv4: Ignore NFS4ERR_OLD_STATEID in nfs41_check_open_stateid()Trond Myklebust2017-08-091-2/+1
| * | | | | | | | nfs/flexfiles: fix leak of nfs4_ff_ds_version arraysWeston Andros Adamson2017-08-081-0/+1
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-08-1110-55/+267
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe2017-08-118-51/+261
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | nvme: fix directive command numd calculationKwan (Hingkwan) Huen-SSI2017-08-101-1/+1
| | * | | | | | | | | nvme: fix nvme reset command timeout handlingKeith Busch2017-08-101-7/+20
| | * | | | | | | | | nvme-pci: fix CMB sysfs file removal in reset pathMax Gurtovoy2017-08-101-11/+7
| | * | | | | | | | | lpfc: support nvmet_fc defer_rcv callbackJames Smart2017-08-104-2/+38
| | * | | | | | | | | nvmet_fc: add defer_req callback for deferment of cmd buffer returnJames Smart2017-08-102-28/+191
| | * | | | | | | | | nvme: strip trailing 0-bytes in wwid_showMartin Wilck2017-08-101-2/+4