summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Introduce governor flagsRafael J. Wysocki2020-11-104-5/+10
* 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
| | |/ | |/|
* | | Merge branch 'hch' (patches from Christoph)Linus Torvalds2020-11-086-17/+39
|\ \ \
| * | | proc "seq files": switch to ->read_iterChristoph Hellwig2020-11-061-1/+1
| * | | proc "single files": switch to ->read_iterGreg Kroah-Hartman2020-11-061-1/+1
| * | | proc/stat: switch to ->read_iterChristoph Hellwig2020-11-061-1/+1
| * | | proc/cpuinfo: switch to ->read_iterChristoph Hellwig2020-11-061-1/+1
| * | | proc: wire up generic_file_splice_read for iter opsChristoph Hellwig2020-11-061-0/+2
| * | | seq_file: add seq_read_iterChristoph Hellwig2020-11-062-13/+33
| | |/ | |/|
* | | Merge tag 'x86-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-085-32/+54
|\ \ \
| * | | x86/platform/uv: Recognize UV5 hubless system identifierMike Travis2020-11-071-3/+10
| * | | x86/platform/uv: Remove spaces from OEM IDsMike Travis2020-11-071-0/+3