summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: Remove Mathieu Poirier as coresight maintainerSuzuki K Poulose2023-04-142-1/+5
* Linux 6.3-rc4v6.3-rc4Linus Torvalds2023-03-261-1/+1
* Merge tag 'usb-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-03-2631-130/+625
|\
| * usb: dwc2: fix a race, don't power off/on phy for dual-role modeFabrice Gasnier2023-03-232-6/+3
| * usb: dwc2: fix a devres leak in hw_enable upon suspend resumeFabrice Gasnier2023-03-231-14/+2
| * usb: chipidea: core: fix possible concurrent when switch roleXu Yang2023-03-233-2/+13
| * usb: chipdea: core: fix return -EINVAL if request role is the same with curre...Xu Yang2023-03-231-1/+4
| * Merge tag 'thunderbolt-for-v6.3-rc4' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2023-03-229-41/+166
| |\
| | * thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bitTom Rix2023-03-201-8/+9
| | * thunderbolt: Disable interrupt auto clear for ringsMario Limonciello2023-03-202-17/+29
| | * thunderbolt: Use const qualifier for `ring_interrupt_index`Mario Limonciello2023-03-201-1/+1
| | * thunderbolt: Use scale field when allocating USB3 bandwidthMika Westerberg2023-03-131-5/+17
| | * thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routersGil Fine2023-03-133-2/+49
| | * thunderbolt: Call tb_check_quirks() after initializing adaptersMika Westerberg2023-03-131-2/+2
| | * thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer accessGil Fine2023-03-134-2/+37
| | * thunderbolt: Fix memory leak in marginingMika Westerberg2023-03-131-6/+6
| | * thunderbolt: Add quirk to disable CLxSanjay R Mehta2023-03-062-3/+21
| * | usb: gadget: Use correct endianness of the wLength field for WebUSBAndy Shevchenko2023-03-161-4/+3
| * | uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2Yaroslav Furman2023-03-161-0/+7
| * | usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driverPawel Laszczak2023-03-161-16/+11
| * | usb: cdns3: Fix issue with using incorrect PCI device functionPawel Laszczak2023-03-161-0/+5
| * | usb: cdnsp: Fixes issue with redundant Status StagePawel Laszczak2023-03-161-18/+1
| * | MAINTAINERS: make me a reviewer of USB/IPHongren Zheng2023-03-161-0/+1
| * | usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"Ziyang Huang2023-03-091-1/+2
| * | docs: usb: Add documentation for the UVC GadgetDaniel Scally2023-03-092-0/+353
| * | usb: typec: tcpm: fix warning when handle discover_identity messageXu Yang2023-03-091-4/+15
| * | usb: typec: tcpm: fix create duplicate source-capabilities fileXu Yang2023-03-091-0/+9
| * | usb: gadget: u_audio: don't let userspace block driver unbindAlvin Šipraga2023-03-091-1/+1
| * | usb: misc: onboard-hub: add support for Microchip USB2517 USB 2.0 hubAlexander Stein2023-03-092-0/+2
| * | usb: dwc3: gadget: Add 1ms delay after end transfer command without IOCWesley Cheng2023-03-091-3/+11
| * | usb: dwc3: Fix a typo in field nameVincenzo Palazzo2023-03-091-1/+1
| * | usb: ucsi_acpi: Increase the command completion timeoutHans de Goede2023-03-091-1/+1
| * | usb: ucsi: Fix ucsi->connector raceHans de Goede2023-03-091-13/+9
| * | usb: ucsi: Fix NULL pointer deref in ucsi_connector_change()Hans de Goede2023-03-091-5/+6
| |/
* | Merge tag 'sched_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-03-262-11/+47
|\ \
| * | sched/fair: Sanitize vruntime of entity being migratedVincent Guittot2023-03-212-11/+47
* | | Merge tag 'perf_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-03-261-2/+1
|\ \ \
| * | | perf/x86/amd/core: Always clear status for idxBreno Leitao2023-03-211-2/+1
| |/ /
* | | Merge tag 'core_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-03-263-2/+6
|\ \ \
| * | | entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-upFrederic Weisbecker2023-03-211-1/+2
| * | | entry: Fix noinstr warning in __enter_from_user_mode()Josh Poimboeuf2023-03-213-1/+4
| |/ /
* | | Merge tag 'x86_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-263-19/+126
|\ \ \
| * | | selftests/x86/amx: Add a ptrace testChang S. Bae2023-03-221-3/+105
| * | | x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf()Chang S. Bae2023-03-221-16/+14
| * | | x86/mm: Do not shuffle CPU entry areas without KASLRMichal Koutný2023-03-221-0/+7
* | | | Merge tag 'smb3-client-fixes-6.3-rc3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-03-2615-92/+221
|\ \ \ \
| * | | | smb3: fix unusable share after force unmount failureSteve French2023-03-244-13/+11
| * | | | cifs: fix dentry lookups in directory handle cachePaulo Alcantara2023-03-241-2/+34
| * | | | smb3: lower default deferred close timeout to address perf regressionSteve French2023-03-241-1/+1
| * | | | cifs: fix missing unload_nls() in smb2_reconnect()Paulo Alcantara2023-03-241-3/+3