summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: Simplify a bitmap declarationChristophe JAILLET2021-12-301-2/+1
* usb: Remove usb_for_each_port()Heikki Krogerus2021-12-302-55/+0
* usb: typec: port-mapper: Convert to the component frameworkHeikki Krogerus2021-12-305-260/+46
* usb: Link the ports to the connectors they are attached toHeikki Krogerus2021-12-302-0/+41
* acpi: Store CRC-32 hash of the _PLD in struct acpi_deviceHeikki Krogerus2021-12-302-0/+17
* acpi: Export acpi_bus_typeHeikki Krogerus2021-12-301-0/+1
* docs: ABI: fixed req_number desc in UAC1Pavel Hofman2021-12-302-2/+2
* docs: ABI: added missing num_requests param to UAC2Pavel Hofman2021-12-301-0/+2
* usb-storage: Remove redundant assignmentsluo penghao2021-12-301-2/+0
* usb: musb: dsps: Use platform_get_irq_byname() to get the interruptLad Prabhakar2021-12-211-6/+9
* usb: cdns3: Use platform_get_irq_byname() to get the interruptLad Prabhakar2021-12-211-6/+8
* usb: isp1760: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-211-9/+7
* usb: dwc3: Drop unneeded calls to platform_get_resource_byname()Lad Prabhakar2021-12-211-19/+26
* usb: renesas_usbhs: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-213-23/+6
* usb: host: fotg210: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-211-8/+3
* xhci: use max() to make code cleanerChangcheng Deng2021-12-211-4/+2
* Revert "usb: host: ehci-sh: propagate errors from platform_get_irq()"Greg Kroah-Hartman2021-12-211-2/+2
* Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman2021-12-20217-643/+1728
|\
| * Linux 5.16-rc6v5.16-rc6Linus Torvalds2021-12-191-1/+1
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-12-193-19/+16
| |\
| | * KVM: x86: Retry page fault if MMU reload is pending and root has no spSean Christopherson2021-12-191-1/+15
| | * KVM: selftests: vmx_pmu_msrs_test: Drop tests mangling guest visible CPUIDsVitaly Kuznetsov2021-12-191-17/+0
| | * KVM: x86: Drop guest CPUID check for host initiated writes to MSR_IA32_PERF_C...Vitaly Kuznetsov2021-12-191-1/+1
| * | Merge tag 'block-5.16-2021-12-19' of git://git.kernel.dk/linux-blockLinus Torvalds2021-12-191-2/+0
| |\ \
| | * | Revert "block: reduce kblockd_mod_delayed_work_on() CPU consumption"Jens Axboe2021-12-191-2/+0
| * | | Merge tag 'irq_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-12-191-4/+11
| |\ \ \
| | * | | PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on errorThomas Gleixner2021-12-141-1/+1
| | * | | PCI/MSI: Mask MSI-X vectors only on successStefan Roese2021-12-141-3/+10
| * | | | Merge tag 'timers_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-12-191-2/+1
| |\ \ \ \
| | * | | | timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao2021-12-171-2/+1
| | |/ / /
| * | | | Merge tag 'locking_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-12-191-1/+1
| |\ \ \ \
| | * | | | locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner()Zqiang2021-12-181-1/+1
| | |/ / /
| * | | | Merge tag 'core_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-12-191-0/+9
| |\ \ \ \
| | * | | | signal: Skip the altstack update when not neededChang S. Bae2021-12-141-0/+9
| * | | | | Merge tag 'mips-fixes_5.16_3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-12-193-4/+4
| |\ \ \ \ \
| | * | | | | MIPS: Only define pci_remap_iospace() for RalinkTiezhu Yang2021-12-093-4/+4
| * | | | | | Merge tag 'powerpc-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-12-192-10/+36
| |\ \ \ \ \ \
| | * | | | | | powerpc/module_64: Fix livepatching for RO modulesRussell Currey2021-12-141-8/+34
| | * | | | | | powerpc/85xx: Fix oops when CONFIG_FSL_PMC=nXiaoming Ni2021-11-291-2/+2
| * | | | | | | Merge tag '5.16-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-12-193-14/+44
| |\ \ \ \ \ \ \
| | * | | | | | | cifs: sanitize multiple delimiters in prepathThiago Rafael Becker2021-12-181-1/+37
| | * | | | | | | cifs: ignore resource_id while getting fscache super cookieShyam Prasad N2021-12-182-13/+7
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge tag 'tty-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-12-182-21/+22
| |\ \ \ \ \ \ \
| | * | | | | | | serial: 8250_fintek: Fix garbled text for consoleJi-Ze Hong (Peter Hong)2021-12-151-20/+0
| | * | | | | | | tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronousTetsuo Handa2021-12-151-1/+22
| * | | | | | | | Merge tag 'usb-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-12-1815-35/+87
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Revert "usb: early: convert to readl_poll_timeout_atomic()"Greg Kroah-Hartman2021-12-171-4/+11
| | * | | | | | | | Merge tag 'usb-serial-5.16-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-12-172-2/+12
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | USB: serial: option: add Telit FN990 compositionsDaniele Palmas2021-12-141-0/+8
| | | * | | | | | | | USB: serial: cp210x: fix CP2105 GPIO registrationJohan Hovold2021-12-141-2/+4
| | | | |/ / / / / / | | | |/| | | | | |