summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: Trace unmap_sync callsChuck Lever2020-11-112-3/+26
* xprtrdma: Display the task ID when reporting MR eventsChuck Lever2020-11-113-40/+58
* xprtrdma: Clean up trace_xprtrdma_nomrs()Chuck Lever2020-11-112-10/+11
* xprtrdma: Clean up xprtrdma callback tracepointsChuck Lever2020-11-112-18/+19
* xprtrdma: Clean up tracepoints in the reply pathChuck Lever2020-11-112-67/+5
* xprtrdma: Clean up reply parsing error tracepointsChuck Lever2020-11-112-18/+19
* xprtrdma: Clean up trace_xprtrdma_post_linvChuck Lever2020-11-112-9/+11
* xprtrdma: Introduce FRWR completion IDsChuck Lever2020-11-113-47/+27
* xprtrdma: Introduce Send completion IDsChuck Lever2020-11-113-39/+14
* xprtrdma: Introduce Receive completion IDsChuck Lever2020-11-113-39/+18
* xprtrdma: Replace dprintk call sites in ERR_CHUNK pathChuck Lever2020-11-112-10/+85
* Linux 5.10-rc3v5.10-rc3Linus Torvalds2020-11-081-1/+1
* Merge tag 'driver-core-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-11-085-7/+30
|\
| * Documentation: remove mic/index from misc-devices/index.rstGreg Kroah-Hartman2020-11-041-1/+0
| * scripts: get_api.pl: Add sub-titles to ABI outputMauro Carvalho Chehab2020-11-021-0/+17
| * scripts: get_abi.pl: Don't let ABI files to create subtitlesMauro Carvalho Chehab2020-11-021-0/+6
| * docs: leds: index.rst: add a missing fileMauro Carvalho Chehab2020-11-021-0/+1
| * docs: ABI: sysfs-class-net: fix a typoMauro Carvalho Chehab2020-11-021-1/+1
| * docs: ABI: sysfs-driver-dma-ioatdma: what starts with /sysMauro Carvalho Chehab2020-11-021-5/+5
* | Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-11-085-25/+11
|\ \
| * | vt: Disable KD_FONT_OP_COPYDaniel Vetter2020-11-081-22/+2
| * | tty: fix crash in release_tty if tty->port is not setMatthias Reichl2020-11-061-2/+4
| * | serial: txx9: add missing platform_driver_unregister() on error in serial_txx...Qinglang Miao2020-11-061-0/+3
| * | tty: serial: imx: enable earlycon by default if IMX_SERIAL_CONSOLE is enabledLucas Stach2020-11-061-0/+1
| * | serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang2020-11-061-1/+1
| |/
* | Merge tag 'usb-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-11-0811-6/+38
|\ \
| * \ Merge tag 'usb-serial-5.10-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-11-072-1/+16
| |\ \
| | * | USB: serial: option: add Telit FN980 composition 0x1055Daniele Palmas2020-11-041-0/+2
| | * | USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231Daniele Palmas2020-11-041-0/+6
| | * | USB: serial: cyberjack: fix write-URB completion raceJohan Hovold2020-11-041-1/+6
| | * | USB: serial: option: add Quectel EC200T module supportZiyi Cao2020-10-281-0/+2
| * | | USB: apple-mfi-fastcharge: fix reference leak in apple_mfi_fc_set_propertyZhang Qilong2020-11-061-1/+3
| * | | usb: mtu3: fix panic in mtu3_gadget_stop()Macpaul Lin2020-11-061-0/+1
| * | | USB: Add NO_LPM quirk for Kingston flash driveAlan Stern2020-11-031-0/+3
| * | | Merge tag 'fixes-for-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2020-11-026-4/+15
| |\ \ \ | | |_|/ | |/| |
| | * | usb: raw-gadget: fix memory leak in gadget_setupZqiang2020-10-271-1/+4
| | * | usb: dwc2: Avoid leaving the error_debugfs label unusedMartin Blumenstingl2020-10-271-0/+3
| | * | usb: dwc3: ep0: Fix delay status handlingThinh Nguyen2020-10-271-1/+2
| | * | usb: gadget: fsl: fix null pointer checkingRan Wang2020-10-271-1/+1
| | * | usb: gadget: goku_udc: fix potential crashes in probeEvgeny Novikov2020-10-271-1/+1
| | * | usb: dwc3: pci: add support for the Intel Alder Lake-SHeikki Krogerus2020-10-271-0/+4
| | |/
* | | fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu2020-11-081-5/+5
* | | Merge tag 'xfs-5.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-11-088-33/+38
|\ \ \
| * | | xfs: only flush the unshared range in xfs_reflink_unshareDarrick J. Wong2020-11-041-1/+2
| * | | xfs: fix scrub flagging rtinherit even if there is no rt deviceDarrick J. Wong2020-11-041-2/+1
| * | | xfs: fix missing CoW blocks writeback conversion retryDarrick J. Wong2020-11-041-2/+4
| * | | iomap: clean up writeback state logic on writepage errorBrian Foster2020-11-041-13/+2
| * | | iomap: support partial page discard on writeback block mapping failureBrian Foster2020-11-043-14/+17
| * | | xfs: flush new eof page on truncate to avoid post-eof corruptionBrian Foster2020-11-041-0/+10
| * | | xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong2020-10-292-1/+2
| | |/ | |/|