summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge tag 'usb-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-04-0310-67/+112
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | usb: dwc2: Prevent core suspend when port connection flag is 0Artur Petrosyan2021-03-261-1/+2
| * | | | | | | | | usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.Artur Petrosyan2021-03-261-1/+1
| * | | | | | | | | usb: musb: Fix suspend with devices connected for a64Tony Lindgren2021-03-261-4/+8
| * | | | | | | | | usb: xhci-mtk: fix broken streams issue on 0.96 xHCIChunfeng Yun2021-03-261-1/+9
| * | | | | | | | | usb: dwc3: gadget: Clear DEP flags after stop transfers in ep disableWesley Cheng2021-03-261-4/+4
| * | | | | | | | | usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control()Shuah Khan2021-03-261-0/+2
| * | | | | | | | | USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modemVincent Palatin2021-03-231-0/+4
| * | | | | | | | | USB: cdc-acm: do not log successful probe on later errorsJohan Hovold2021-03-231-2/+2
| * | | | | | | | | USB: cdc-acm: always claim data interfaceJohan Hovold2021-03-231-8/+6
| * | | | | | | | | USB: cdc-acm: use negation for NULL checksJohan Hovold2021-03-231-2/+2
| * | | | | | | | | USB: cdc-acm: clean up probe error labelsJohan Hovold2021-03-231-17/+18
| * | | | | | | | | USB: cdc-acm: drop redundant driver-data resetJohan Hovold2021-03-231-1/+0
| * | | | | | | | | USB: cdc-acm: drop redundant driver-data assignmentJohan Hovold2021-03-231-1/+0
| * | | | | | | | | USB: cdc-acm: fix use-after-free after probe failureJohan Hovold2021-03-231-0/+5
| * | | | | | | | | USB: cdc-acm: fix double free on probe failureJohan Hovold2021-03-231-1/+0
| * | | | | | | | | USB: cdc-acm: downgrade message to debugOliver Neukum2021-03-231-1/+2
| * | | | | | | | | USB: cdc-acm: untangle a circular dependency between callback and softintOliver Neukum2021-03-231-16/+32
| * | | | | | | | | cdc-acm: fix BREAK rx code path adding necessary callsOliver Neukum2021-03-231-1/+3
| * | | | | | | | | usb: gadget: udc: amd5536udc_pci fix null-ptr-dereferenceTong Zhang2021-03-231-5/+5
| * | | | | | | | | usb: dwc3: pci: Enable dis_uX_susphy_quirk for Intel MerrifieldAndy Shevchenko2021-03-231-0/+2
| * | | | | | | | | usb: dwc3: gadget: Use max speed if unspecifiedThinh Nguyen2021-03-231-1/+1
| * | | | | | | | | usb: dwc3: gadget: Set gadget_max_speed when set ssp_rateThinh Nguyen2021-03-231-0/+1
| * | | | | | | | | usb: dwc3: qcom: skip interconnect init for ACPI probeShawn Guo2021-03-231-0/+3
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-04-032-1/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | scsi: iscsi: Fix race condition between login and sync threadGulam Mohamed2021-03-292-1/+14
* | | | | | | | | | Merge tag 'block-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-027-35/+29
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | block: remove the unused RQF_ALLOCED flagChristoph Hellwig2021-04-022-3/+0
| * | | | | | | | | | block: update a few comments in uapi/linux/blkpg.hChristoph Hellwig2021-04-021-26/+2
| * | | | | | | | | | block: don't ignore REQ_NOWAIT for direct IOPavel Begunkov2021-04-021-0/+4
| * | | | | | | | | | null_blk: fix command timeout completion handlingDamien Le Moal2021-04-012-5/+22
| * | | | | | | | | | block: only update parent bi_status when bio failYufen Yu2021-03-311-1/+1
* | | | | | | | | | | Merge tag 'io_uring-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-022-22/+32
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | io_uring: move reissue into regular IO pathJens Axboe2021-04-021-4/+13
| * | | | | | | | | | io_uring: fix EIOCBQUEUED iter revertPavel Begunkov2021-04-011-4/+0
| * | | | | | | | | | io_uring/io-wq: protect against sprintf overflowPavel Begunkov2021-04-012-3/+3
| * | | | | | | | | | io_uring: don't mark S_ISBLK async work as unboundedJens Axboe2021-04-011-1/+1
| * | | | | | | | | | io_uring: drop sqd lock before handling signals for SQPOLLJens Axboe2021-03-301-8/+11
| * | | | | | | | | | io_uring: handle setup-failed ctx in kill_timeoutsPavel Begunkov2021-03-291-2/+2
| * | | | | | | | | | io_uring: always go for cancellation spin on execPavel Begunkov2021-03-281-0/+2
* | | | | | | | | | | Merge tag 'acpi-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-04-028-24/+82
|\ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ Merge branches 'acpi-tables' and 'acpi-scan'Rafael J. Wysocki2021-04-025-23/+73
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | ACPI: scan: Fix _STA getting called on devices with unmet dependenciesHans de Goede2021-03-301-1/+11
| | | | |_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | |
| | * / | | | | | | | | | ACPI: tables: x86: Reserve memory occupied by ACPI tablesRafael J. Wysocki2021-03-294-22/+62
| | |/ / / / / / / / / /
| * / / / / / / / / / / ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()Vitaly Kuznetsov2021-04-013-1/+9
| |/ / / / / / / / / /
* | | | | | | | | | | Merge tag 'pm-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-04-022-4/+10
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2021-04-021-2/+2
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | cpufreq: Fix scaling_{available,boost}_frequencies_show() commentsGeert Uytterhoeven2021-03-261-2/+2
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | PM: runtime: Fix race getting/putting suppliers at probeAdrian Hunter2021-03-291-1/+7
| * | | | | | | | | | | PM: runtime: Fix ordering in pm_runtime_get_suppliers()Adrian Hunter2021-03-291-1/+1
| | |/ / / / / / / / / | |/| | | | | | | | |