aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-06-11gve: ignore nonrelevant GSO type bits when processing TSO headersJoshua Washington1-15/+5
2024-06-12platform/chrome: cros_ec_debugfs: fix wrong EC message versionTzung-Bi Shih1-0/+1
2024-06-12platform/chrome: cros_ec_proto: update Kunit test for get_next_data_v3Tzung-Bi Shih1-4/+4
2024-06-11net: vrf: move to generic dstat helpersJeremy Kerr1-28/+0
2024-06-11net: core,vrf: Change pcpu_dstat fields to u64_stats_tJeremy Kerr1-16/+22
2024-06-11scsi: mpi3mr: Fix ATA NCQ priority supportDamien Le Moal5-28/+87
2024-06-11scsi: Add missing MODULE_DESCRIPTION() macrosJeff Johnson15-0/+17
2024-06-11scsi: ufs: core: Quiesce request queues before checking pending cmdsZiqi Chen1-3/+3
2024-06-11scsi: core: Disable CDL by defaultDamien Le Moal1-0/+7
2024-06-11PCI/PM: Switch to new Intel CPU model definesTony Luck1-2/+2
2024-06-11md/md-bitmap: fix writing non bitmap pagesOfir Gal1-3/+3
2024-06-11drm/nouveau: remove unused struct 'init_exec'Dr. David Alan Gilbert1-5/+0
2024-06-11cpufreq: amd-pstate: change cpu freq transition delay for some modelsXiaojian Du1-2/+7
2024-06-11gpiolib: Remove data-less gpiochip_add() functionAndrew Davis1-1/+1
2024-06-11gpio: sim: use devm_mutex_init()Bartosz Golaszewski1-10/+1
2024-06-11gpio: sim: drop kernel.h includeBartosz Golaszewski1-1/+1
2024-06-11gpio: sim: use device_match_name() instead of strcmp(dev_name(...Bartosz Golaszewski1-12/+12
2024-06-11thermal: core: Avoid calling .trip_crossed() for critical and hot tripsRafael J. Wysocki1-0/+3
2024-06-11thermal: gov_bang_bang: Drop unnecessary cooling device target state checksRafael J. Wysocki1-11/+3
2024-06-11thermal: trip: Use READ_ONCE() for lockless access to trip propertiesRafael J. Wysocki2-4/+4
2024-06-11thermal: trip: Make thermal_zone_set_trips() use trip thresholdsRafael J. Wysocki2-12/+6
2024-06-11thermal: trip: Rename __thermal_zone_set_trips() to thermal_zone_set_trips()Rafael J. Wysocki3-4/+4
2024-06-11thermal: trip: Use common set of trip type namesRafael J. Wysocki4-21/+19
2024-06-11thermal/debugfs: Move some statements from under thermal_dbg->lockRafael J. Wysocki1-8/+8
2024-06-11thermal/debugfs: Compute maximum temperature for mitigation episode as a wholeRafael J. Wysocki1-10/+11
2024-06-11thermal/debugfs: Adjust check for trips without statistics in tze_seq_show()Rafael J. Wysocki1-1/+2
2024-06-11thermal/debugfs: Fix up units in "mitigations" filesRafael J. Wysocki1-2/+2
2024-06-11thermal/debugfs: Print mitigation timestamp value in millisecondsRafael J. Wysocki1-2/+2
2024-06-11thermal/debugfs: Do not extend mitigation episodes beyond system resumeRafael J. Wysocki3-0/+39
2024-06-11thermal/debugfs: Use helper to update trip point overstepping durationRafael J. Wysocki1-9/+13
2024-06-11thermal: gov_step_wise: Restore passive polling managementRafael J. Wysocki1-0/+17
2024-06-11wifi: ath12k: handle symlink cleanup for per pdev debugfs dentryAditya Kumar Singh2-2/+7
2024-06-11wifi: ath12k: unregister per pdev debugfsAditya Kumar Singh3-2/+21
2024-06-11wifi: ath12k: fix per pdev debugfs registrationAditya Kumar Singh1-2/+2
2024-06-11wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphersBaochen Qiang3-6/+15
2024-06-11wifi: ath12k: avoid unnecessary MSDU drop in the Rx error processKarthikeyan Periyasamy1-1/+3
2024-06-11wifi: ath11k: use 'time_left' variable with wait_event_timeout()Wolfram Sang1-10/+10
2024-06-11wifi: ath11k: fix RCU documentation in ath11k_mac_op_ipv6_changed()Baochen Qiang1-1/+6
2024-06-11wifi: ath12k: fix ACPI warning when resumeBaochen Qiang2-0/+4
2024-06-11wifi: ath12k: modify remain on channel for single wiphyRameshkumar Sundaram1-6/+62
2024-06-11md-cluster: use DLM_LSFL_SOFTIRQ for dlm_new_lockspace()Alexander Aring1-1/+1
2024-06-11dmaengine: qcom: gpi: clean up the IRQ disable/enable in gpi_reset_chan()Dan Carpenter1-3/+2
2024-06-11dmaengine: fsl-edma: change the memory access from local into remote mode in ...Joy Zou3-1/+5
2024-06-11dmaengine: qcom: gpi: remove unused struct 'reg_info'Dr. David Alan Gilbert1-6/+0
2024-06-11dmaengine: moxart-dma: remove unused struct 'moxart_filter_data'Dr. David Alan Gilbert1-5/+0
2024-06-11dmaengine: fsl-edma: remove redundant "idle" field from fsl_chanFrank Li4-11/+2
2024-06-11dmaengine: fsl-edma: request per-channel IRQ only when channel is allocatedFrank Li3-14/+31
2024-06-11dmaengine: stm32-dma3: defer channel registration to specify channel nameAmelie Delaunay1-5/+14
2024-06-11dmaengine: add channel device name to channel registrationAmelie Delaunay2-7/+11
2024-06-11dmaengine: stm32-dma3: improve residue granularityAmelie Delaunay1-2/+163