summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9Jens Axboe2024-03-2111-33/+233
|\
| * nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flagGuixin Liu2024-03-211-5/+3
| * nvme: remove redundant BUILD_BUG_ON checkGuixin Liu2024-03-211-3/+0
| * nvme/tcp: Add wq_unbound modparam for nvme_tcp_wqLi Feng2024-03-181-3/+18
| * nvme-tcp: Export the nvme_tcp_wq to sysfsLi Feng2024-03-181-1/+1
| * drivers/nvme: Add quirks for device 126f:2262Jiawei Fu (iBug)2024-03-181-0/+3
| * nvme: parse format command's lbafu when tracingGuixin Liu2024-03-141-1/+4
| * nvme: add tracing of reservation commandsGuixin Liu2024-03-141-0/+62
| * nvme: parse zns command's zsa and zrasf to stringGuixin Liu2024-03-141-3/+35
| * nvme: use nvme_disk_is_ns_head helperGuixin Liu2024-03-142-4/+2
| * nvme: fix reconnection fail due to reserved tag allocationChunguang Xu2024-03-142-9/+4
| * nvmet: add tracing of zns commandsGuixin Liu2024-03-081-0/+66
| * nvmet: add tracing of authentication commandsGuixin Liu2024-03-081-0/+32
| * nvme-apple: Convert to platform remove callback returning voidUwe Kleine-König2024-03-081-4/+2
| * nvmet-tcp: do not continue for invalid icreqHannes Reinecke2024-03-081-0/+1
| * nvme: change shutdown timeout setting messageKeith Busch2024-03-081-1/+1
* | floppy: remove duplicated code in redo_fd_request()Yufeng Wang2024-03-181-1/+0
* | Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-1333-377/+260
|\ \
| * \ Merge branches 'thermal-core' and 'thermal-intel'Rafael J. Wysocki2024-03-073-1/+4
| |\ \
| | * | thermal: intel: int340x_thermal: Use thermal zone accessor functionsRafael J. Wysocki2024-03-051-1/+2
| | * | Merge thermal core changes for 6.9 to satisfy a dependency.Rafael J. Wysocki2024-03-0526-315/+195
| | |\ \
| | * | | thermal: int340x: processor_thermal: Add Lunar Lake-M PCI IDSrinivas Pandruvada2024-02-282-0/+2
| * | | | thermal: core: remove unnecessary check in trip_point_hyst_store()Dan Carpenter2024-03-061-1/+1
| | |/ / | |/| |
| * | | thermal: core: Remove excess empty line from a commentFlavio Suligoi2024-03-051-1/+0
| * | | thermal: core: Eliminate writable trip points masksRafael J. Wysocki2024-02-2717-43/+17
| * | | thermal: of: Set THERMAL_TRIP_FLAG_RW_TEMP directlyRafael J. Wysocki2024-02-271-4/+4
| * | | thermal: imx: Set THERMAL_TRIP_FLAG_RW_TEMP directlyRafael J. Wysocki2024-02-271-2/+3
| * | | wifi: iwlwifi: mvm: Set THERMAL_TRIP_FLAG_RW_TEMP directlyRafael J. Wysocki2024-02-271-4/+2
| * | | mlxsw: core_thermal: Set THERMAL_TRIP_FLAG_RW_TEMP directlyRafael J. Wysocki2024-02-271-6/+9
| * | | thermal: intel: Set THERMAL_TRIP_FLAG_RW_TEMP directlyRafael J. Wysocki2024-02-276-55/+38
| * | | thermal: core: Drop the .set_trip_hyst() thermal zone operationRafael J. Wysocki2024-02-271-7/+0
| * | | thermal: core: Add flags to struct thermal_tripRafael J. Wysocki2024-02-273-11/+18
| * | | thermal: core: Move initial num_trips assignment before memcpy()Nathan Chancellor2024-02-271-1/+1
| * | | thermal: Get rid of CONFIG_THERMAL_WRITABLE_TRIPSRafael J. Wysocki2024-02-233-15/+1
| * | | thermal: intel: Adjust ops handling during thermal zone registrationRafael J. Wysocki2024-02-237-26/+11
| * | | thermal: ACPI: Constify acpi_thermal_zone_opsRafael J. Wysocki2024-02-231-1/+1
| * | | thermal: core: Store zone ops in struct thermal_zone_deviceRafael J. Wysocki2024-02-236-55/+44
| * | | thermal: intel: Discard trip tables after zone registrationRafael J. Wysocki2024-02-238-73/+51
| * | | thermal: ACPI: Discard trips table after zone registrationRafael J. Wysocki2024-02-231-37/+20
| * | | thermal: core: Store zone trips table in struct thermal_zone_deviceRafael J. Wysocki2024-02-234-12/+13
| |/ /
| * | Merge branch 'thermal-core'Rafael J. Wysocki2024-02-236-46/+46
| |\ \
| | * | thermal: gov_power_allocator: Avoid overwriting PID coefficients from setup timeDi Shen2024-02-121-0/+2
| | * | thermal: sysfs: Fix up white space in trip_point_temp_store()Rafael J. Wysocki2024-02-121-1/+1
| | * | iwlwifi: mvm: Use for_each_thermal_trip() for walking trip pointsRafael J. Wysocki2024-02-081-15/+25
| | * | iwlwifi: mvm: Populate trip table before registering thermal zoneRafael J. Wysocki2024-02-081-10/+9
| | * | iwlwifi: mvm: Drop unused fw_trips_index[] from iwl_mvm_thermal_deviceRafael J. Wysocki2024-02-082-14/+1
| | * | thermal: gov_bang_bang: Fix possible cooling device state ping-pongRafael J. Wysocki2024-01-291-1/+1
| | * | thermal: gov_fair_share: Fix dependency on trip points orderingRafael J. Wysocki2024-01-291-7/+9
| * | | thermal/intel: Fix intel_tcc_get_temp() to support negative CPU temperatureZhang Rui2024-02-123-14/+14
* | | | Merge tag 'acpi-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2024-03-1330-282/+404
|\ \ \ \