summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* IB/qib: check for user backed iterator, not specific iterator typeJens Axboe2023-03-301-1/+1
* IB/hfi1: check for user backed iterator, not specific iterator typeJens Axboe2023-03-301-5/+2
* iov_iter: add iter_iovec() helperJens Axboe2023-03-304-4/+6
* Merge tag 'platform-drivers-x86-v6.3-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-03-275-20/+69
|\
| * platform/surface: aggregator: Add missing fwnode_handle_put()Liang He2023-03-221-1/+3
| * platform/x86: think-lmi: Add possible_values for ThinkStationMark Pearson2023-03-221-0/+20
| * platform/x86: think-lmi: only display possible_values if availableMark Pearson2023-03-221-3/+13
| * platform/x86: think-lmi: use correct possible_values delimitersMark Pearson2023-03-221-1/+8
| * platform/x86: think-lmi: add missing type attributeMark Pearson2023-03-221-0/+17
| * platform/x86 (gigabyte-wmi): Add support for A320M-S2H V2Frank Crawford2023-03-201-0/+1
| * platform/x86/intel: tpmi: Revise the comment of intel_vsec_add_auxDongliang Mu2023-03-201-2/+2
| * platform/x86/intel: tpmi: Fix double free in tpmi_create_device()Dongliang Mu2023-03-201-14/+5
| * platform/x86/intel: vsec: Fix a memory leak in intel_vsec_add_auxDongliang Mu2023-03-201-0/+1
* | Merge tag 'mtd/fixes-for-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-273-3/+25
|\ \
| * | mtd: rawnand: meson: invalidate cache on polling ECC bitArseniy Krasnov2023-03-221-1/+7
| * | mtd: rawnand: nandsim: Artificially prevent sequential page readsMiquel Raynal2023-03-221-1/+16
| * | mtd: nand: mxic-ecc: Fix mxic_ecc_data_xfer_wait_for_completion() when irq is...Christophe JAILLET2023-03-061-0/+1
| * | mtd: rawnand: meson: initialize struct with zeroesArseniy Krasnov2023-03-061-1/+1
* | | Merge tag 'usb-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-03-2628-130/+271
|\ \ \
| * | | 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
| * | | usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"Ziyang Huang2023-03-091-1/+2
| * | | 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 'hwmon-for-v6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-03-254-11/+22
|\ \ \
| * | | hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCsFrank Crawford2023-03-211-1/+3