summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-1223-723/+192
|\
| * ACPI: NFIT: Import GUID before useAndy Shevchenko2021-12-181-1/+3
| * dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2021-12-188-206/+38
| * dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig2021-12-185-13/+9
| * dax: simplify dax_synchronous and set_dax_synchronousChristoph Hellwig2021-12-181-4/+4
| * uio: remove copy_from_iter_flushcache() and copy_mc_to_iter()Christoph Hellwig2021-12-181-3/+1
| * memremap: remove support for external pgmap refcountsChristoph Hellwig2021-12-041-1/+1
| * dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-042-5/+8
| * fsdax: simplify the pgoff calculationChristoph Hellwig2021-12-041-14/+0
| * dm-stripe: add a stripe_dax_pgoff helperChristoph Hellwig2021-12-041-48/+15
| * dm-log-writes: add a log_writes_dax_pgoff helperChristoph Hellwig2021-12-041-25/+17
| * dm-linear: add a linear_dax_pgoff helperChristoph Hellwig2021-12-041-34/+15
| * dax: remove dax_capableChristoph Hellwig2021-12-046-74/+11
| * dax: move the partition alignment check into fs_dax_get_by_bdevChristoph Hellwig2021-12-041-17/+6
| * dax: remove the pgmap sanity checks in generic_fsdax_supportedChristoph Hellwig2021-12-041-48/+1
| * dax: simplify the dax_device <-> gendisk associationChristoph Hellwig2021-12-045-92/+50
| * dax: remove CONFIG_DAX_DRIVERChristoph Hellwig2021-12-043-6/+2
| * dm: make the DAX support depend on CONFIG_FS_DAXChristoph Hellwig2021-12-046-9/+7
| * dm: fix alloc_dax error handling in alloc_devChristoph Hellwig2021-12-041-1/+3
| * dax: Kill DEV_DAX_PMEM_COMPATDan Williams2021-11-249-156/+35
* | Merge tag 'usb-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-1290-883/+3578
|\ \
| * | usb: gadget: u_audio: Subdevice 0 for capture ctlsPavel Hofman2022-01-061-2/+2
| * | usb: gadget: u_audio: fix calculations for small bIntervalJohn Keeping2022-01-061-11/+13
| * | usb: dwc2: gadget: initialize max_speed from paramsJohn Keeping2022-01-061-1/+12
| * | usb: dwc2: do not gate off the hardware if it does not support clock gatingDinh Nguyen2022-01-061-3/+4
| * | usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probeMiaoqian Lin2022-01-061-2/+5
| * | USB: common: debug: add needed kernel.h includeGreg Kroah-Hartman2022-01-051-0/+1
| * | headers/prep: Fix non-standard header section: drivers/usb/host/ohci-tmio.cIngo Molnar2022-01-051-5/+0
| * | headers/prep: Fix non-standard header section: drivers/usb/cdns3/core.hIngo Molnar2022-01-051-3/+3
| * | headers/prep: usb: gadget: Fix namespace collisionIngo Molnar2022-01-051-4/+4
| * | USB: core: Fix bug in resuming hub's handling of wakeup requestsAlan Stern2022-01-031-1/+1
| * | USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_statusAlan Stern2022-01-031-1/+8
| * | usb: dwc3: dwc3-qcom: Add missing platform_device_put() in dwc3_qcom_acpi_reg...Miaoqian Lin2022-01-031-1/+7
| * | usb: gadget: clear related members when goto failHangyu Hua2022-01-031-2/+5
| * | usb: gadget: don't release an existing dev->bufHangyu Hua2022-01-031-1/+2
| * | Merge tag 'thunderbolt-for-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2022-01-0315-204/+1203
| |\ \
| | * | thunderbolt: Add module parameter for CLx disablingGil Fine2021-12-281-0/+11
| | * | thunderbolt: Enable CL0s for Intel Titan RidgeGil Fine2021-12-286-38/+324
| | * | thunderbolt: Rename Intel TB_VSE_CAP_IECS capabilityGil Fine2021-12-221-1/+1
| | * | thunderbolt: Implement TMU time disruption for Intel Titan RidgeGil Fine2021-12-224-7/+23
| | * | thunderbolt: Move usb4_switch_wait_for_bit() to switch.cGil Fine2021-12-223-27/+41
| | * | thunderbolt: Add CL0s support for USB4 routersGil Fine2021-12-225-1/+348
| | * | thunderbolt: Add TMU uni-directional modeGil Fine2021-12-224-52/+264
| | * | thunderbolt: Check return value of kmemdup() in icm_handle_event()Xiaoke Wang2021-12-151-1/+6
| | * | thunderbolt: Do not dereference fwnode in struct deviceAndy Shevchenko2021-12-081-1/+1
| | * | thunderbolt: Add debug logging of DisplayPort resource allocationMika Westerberg2021-12-071-2/+15
| | * | thunderbolt: Do not program path HopIDs for USB4 routersMika Westerberg2021-12-071-1/+6
| | * | thunderbolt: Do not allow subtracting more NFC credits than configuredMika Westerberg2021-12-071-0/+3
| | * | thunderbolt: Runtime resume USB4 port when retimers are scannedMika Westerberg2021-12-071-10/+18
| | * | thunderbolt: Tear down existing tunnels when resuming from hibernateMika Westerberg2021-12-075-47/+104