summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | counter: fix an IS_ERR() vs NULL bugDan Carpenter2022-01-261-9/+6
| * | | | | | eeprom: at25: Restore missing allocationKees Cook2022-01-221-0/+4
* | | | | | | Merge tag 'tty-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-2910-106/+205
|\ \ \ \ \ \ \
| * | | | | | | kbuild: remove include/linux/cyclades.h from header file checkGreg Kroah-Hartman2022-01-271-0/+1
| * | | | | | | serial: core: Initialize rs485 RTS polarity already on probeLukas Wunner2022-01-262-36/+13
| * | | | | | | serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrlJochen Mades2022-01-261-2/+6
| * | | | | | | serial: stm32: fix software flow control transferValentin Caron2022-01-261-1/+1
| * | | | | | | serial: stm32: prevent TDR register overwrite when sending x_charValentin Caron2022-01-261-0/+12
| * | | | | | | tty: n_gsm: fix SW flow control encoding/handlingdaniel.starke@siemens.com2022-01-261-1/+3
| * | | | | | | serial: 8250: of: Fix mapped region size when using reg-offset propertyRobert Hancock2022-01-261-1/+10
| * | | | | | | tty: rpmsg: Fix race condition releasing tty portArnaud Pouliquen2022-01-261-14/+26
| * | | | | | | tty: Partially revert the removal of the Cyclades public APIMaciej W. Rozycki2022-01-261-0/+35
| * | | | | | | tty: Add support for Brainboxes UC cards.Cameron Williams2022-01-261-2/+98
| * | | | | | | Revert "tty: serial: Use fifo in 8250 console driver"Greg Kroah-Hartman2022-01-261-55/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'usb-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-2916-15/+115
|\ \ \ \ \ \ \
| * | | | | | | usb: cdnsp: Fix segmentation fault in cdns_lost_power functionPawel Laszczak2022-01-261-3/+3
| * | | | | | | usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspendAmelie Delaunay2022-01-261-1/+1
| * | | | | | | usb: gadget: at91_udc: fix incorrect print typeMiles Chen2022-01-261-1/+1
| * | | | | | | usb: dwc3: xilinx: Fix error handling when getting USB3 PHYRobert Hancock2022-01-261-5/+5
| * | | | | | | usb: dwc3: xilinx: Skip resets and USB3 register settings for USB2.0 modeRobert Hancock2022-01-261-0/+13
| * | | | | | | usb: xhci-plat: fix crash when suspend if remote wake enableFrank Li2022-01-261-0/+3
| * | | | | | | usb: common: ulpi: Fix crash in ulpi_match()Jon Hunter2022-01-261-2/+5
| * | | | | | | usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUSPavankumar Kondeti2022-01-261-0/+1
| * | | | | | | ucsi_ccg: Check DEV_INT bit only when starting CCG4Sing-Han Chen2022-01-261-1/+1
| * | | | | | | USB: core: Fix hang in usb_kill_urb by adding memory barriersAlan Stern2022-01-252-0/+26
| * | | | | | | usb-storage: Add unusual-devs entry for VL817 USB-SATA bridgeAlan Stern2022-01-251-0/+10
| * | | | | | | usb: typec: tcpm: Do not disconnect when receiving VSAFE0VBadhri Jagan Sridharan2022-01-251-0/+4
| * | | | | | | usb: typec: tcpm: Do not disconnect while receiving VBUS offBadhri Jagan Sridharan2022-01-251-1/+2
| * | | | | | | usb: typec: Don't try to register component master without componentsHeikki Krogerus2022-01-251-0/+2
| * | | | | | | usb: typec: Only attempt to link USB ports if there is fwnodeHeikki Krogerus2022-01-251-1/+5
| * | | | | | | usb: typec: tcpci: don't touch CC line if it's Vconn sourceXu Yang2022-01-252-0/+27
| * | | | | | | usb: roles: fix include/linux/usb/role.h compile issueLinyu Yuan2022-01-251-0/+6
| |/ / / / / /
* | | | | | | Merge tag 'block-5.17-2022-01-28' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-298-29/+35
|\ \ \ \ \ \ \
| * | | | | | | dm: properly fix redundant bio-based IO accountingMike Snitzer2022-01-281-2/+3
| * | | | | | | dm: revert partial fix for redundant bio-based IO accountingMike Snitzer2022-01-281-15/+0
| * | | | | | | block: add bio_start_io_acct_time() to control start_timeMike Snitzer2022-01-282-6/+20
| * | | | | | | blk-mq: Fix wrong wakeup batch configuration which will cause hangLaibin Qiu2022-01-271-2/+6
| * | | | | | | Merge tag 'nvme-5.17-2022-01-27' of git://git.infradead.org/nvme into block-5.17Jens Axboe2022-01-272-3/+3
| |\ \ \ \ \ \ \
| | * | | | | | | nvme-fabrics: remove the unneeded ret variable in nvmf_dev_showChangcheng Deng2022-01-271-2/+1
| | * | | | | | | nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDsWu Zheng2022-01-271-1/+2
| * | | | | | | | blk-mq: fix missing blk_account_io_done() in error pathYu Kuai2022-01-261-0/+2
| |/ / / / / / /
| * | | | | | | block: fix memory leak in disk_register_independent_access_rangesMiaoqian Lin2022-01-231-1/+1
* | | | | | | | Merge tag 'io_uring-5.17-2022-01-28' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-291-3/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | io_uring: remove unused argument from io_rsrc_node_allocUsama Arif2022-01-271-2/+2
| * | | | | | | | io_uring: fix bug in slow unregistering of nodesDylan Yudaken2022-01-231-1/+6
| |/ / / / / / /
* | | | | | | | Merge tag 'powerpc-5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-2912-11/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | powerpc/64s/interrupt: Fix decrementer stormNicholas Piggin2022-01-251-2/+3
| * | | | | | | | KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple vCPUsNicholas Piggin2022-01-254-4/+3
| * | | | | | | | powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_pending only if PMI...Athira Rajeev2022-01-241-3/+14
| * | | | | | | | powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy2022-01-246-2/+18
| |/ / / / / / /