summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* coresight: remove broken __exit annotationsArnd Bergmann2020-12-0810-16/+16
* coresight: tmc-etr: Fix barrier packet insertion for perf bufferSuzuki K Poulose2020-12-081-1/+1
* mei: bus: enable pavp device.Tomas Winkler2020-12-071-0/+4
* mei: bus: add vtag supportAlexander Usyskin2020-12-075-26/+104
* Merge tag 'soundwire-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-12-077-16/+79
|\
| * soundwire: intel: fix another unused-function warningArnd Bergmann2020-12-051-6/+2
| * soundwire: master: use pm_runtime_set_active() on addPierre-Louis Bossart2020-12-021-0/+14
| * soundwire: qcom: Fix build failure when slimbus is moduleVinod Koul2020-11-261-1/+1
| * soundwire: bus: only clear valid DPN interruptsPierre-Louis Bossart2020-11-251-3/+5
| * soundwire: bus: only clear valid DP0 interruptsPierre-Louis Bossart2020-11-251-3/+5
| * soundwire: registers: add definitions for clearable interrupt fieldsPierre-Louis Bossart2020-11-251-0/+11
| * soundwire: bus: reset slave_notify status at each loopPierre-Louis Bossart2020-11-251-1/+3
| * soundwire: bus: add comments to explain interrupt loop filterPierre-Louis Bossart2020-11-251-1/+6
| * soundwire: SDCA: detect sdca_cascade interruptPierre-Louis Bossart2020-11-242-1/+31
| * soundwire: Fix DEBUG_LOCKS_WARN_ON for uninitialized attributeSrinivas Kandagatla2020-11-241-0/+1
* | Merge 5.10-rc7 into char-misc-nextGreg Kroah-Hartman2020-12-07236-2025/+2012
|\ \
| * | Linux 5.10-rc7v5.10-rc7Linus Torvalds2020-12-061-1/+1
| * | Merge tag 'char-misc-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-067-909/+33
| |\ \
| | * | Revert "mei: virtio: virtualization frontend driver"Michael S. Tsirkin2020-12-063-887/+0
| | * | fpga: Specify HAS_IOMEM dependency for FPGA_DFLDavid Gow2020-12-011-0/+1
| | * | Merge tag 'misc-habanalabs-fixes-2020-11-30' of ssh://gitolite.kernel.org/pub...Greg Kroah-Hartman2020-11-302-8/+9
| | |\ \
| | | * | habanalabs: put devices before driver removalOfir Bitton2020-11-301-8/+8
| | | * | habanalabs: free host huge va_range if not usedOfir Bitton2020-11-301-0/+1
| | |/ /
| | * | speakup: Reject setting the speakup line discipline outside of speakupSamuel Thibault2020-11-301-14/+23
| * | | Merge tag 'tty-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-12-063-14/+41
| |\ \ \
| | * | | tty: Fix ->session lockingJann Horn2020-12-043-14/+41
| | * | | tty: Fix ->pgrp locking in tiocspgrp()Jann Horn2020-12-041-2/+2
| * | | | Merge tag 'usb-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-12-0612-50/+53
| |\ \ \ \
| | * | | | usb: gadget: f_fs: Use local copy of descriptors for userspace copyVamsi Krishna Samavedam2020-12-041-2/+4
| | * | | | usb: ohci-omap: Fix descriptor conversionLinus Walleij2020-12-042-3/+3
| | * | | | Revert "usb-storage: fix sdev->host->dma_dev"Greg Kroah-Hartman2020-12-042-4/+3
| | * | | | Revert "uas: fix sdev->host->dma_dev"Greg Kroah-Hartman2020-12-041-11/+6
| | * | | | Revert "uas: bump hw_max_sectors to 2048 blocks for SS or faster drives"Greg Kroah-Hartman2020-12-041-2/+0
| | * | | | Merge tag 'usb-serial-5.10-rc7' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-12-043-12/+13
| | |\ \ \ \
| | | * | | | USB: serial: kl5kusb105: fix memleak on openJohan Hovold2020-12-041-6/+4
| | | * | | | USB: serial: ch341: sort device-id entriesJohan Hovold2020-12-031-3/+3
| | | * | | | USB: serial: ch341: add new Product ID for CH341AJan-Niklas Burfeind2020-12-031-0/+1
| | | * | | | USB: serial: option: fix Quectel BG96 matchingBjørn Mork2020-12-011-3/+2
| | | * | | | USB: serial: option: add support for Thales Cinterion EXS82Giacinto Cifelli2020-11-271-0/+2
| | | * | | | USB: serial: option: add Fibocom NL668 variantsVincent Palatin2020-11-201-1/+2
| | * | | | | Merge tag 'thunderbolt-for-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2020-11-301-3/+7
| | |\ \ \ \ \
| | | * | | | | thunderbolt: Fix use-after-free in remove_unplugged_switch()Mika Westerberg2020-11-191-3/+7
| | | |/ / / /
| | * | | | | Merge tag 'usb-fixes-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2020-11-302-13/+17
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | usb: cdns3: core: fix goto label for error pathPeter Chen2020-11-301-1/+1
| | | * | | | usb: cdns3: gadget: clear trb->length as zero after preparing every trbPeter Chen2020-11-301-0/+1
| | | * | | | usb: cdns3: Fix hardware based role switchRoger Quadros2020-11-301-12/+15
| * | | | | | Merge tag 'x86-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-069-15/+58
| |\ \ \ \ \ \
| | * | | | | | x86/sev-es: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu2020-12-061-3/+2
| | * | | | | | x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu2020-12-061-5/+5
| | * | | | | | x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu2020-12-063-4/+36