summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* zram: take device and not only bvec offset into accountChristoph Hellwig2023-08-051-12/+20
* Merge tag 'nvme-6.5-2023-08-02' of git://git.infradead.org/nvme into block-6.5Jens Axboe2023-08-034-6/+13
|\
| * nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512GAugust Wikerfors2023-08-011-1/+2
| * nvme-rdma: fix potential unbalanced freeze & unfreezeMing Lei2023-07-211-1/+2
| * nvme-tcp: fix potential unbalanced freeze & unfreezeMing Lei2023-07-211-1/+2
| * nvme: fix possible hang when removing a controller during error recoveryMing Lei2023-07-211-3/+7
* | ublk: return -EINTR if breaking from waiting for existed users in DEL_DEVMing Lei2023-07-271-2/+2
* | ublk: fail to recover device if queue setup is interruptedMing Lei2023-07-271-1/+3
* | ublk: fail to start device if queue setup is interruptedMing Lei2023-07-271-1/+2
* | s390/dasd: print copy pair message only for the correct errorStefan Haberland2023-07-241-1/+1
* | s390/dasd: fix hanging device after request requeueStefan Haberland2023-07-241-77/+48
* | s390/dasd: use correct number of retries for ERP requestsStefan Haberland2023-07-241-1/+1
* | s390/dasd: fix hanging device after quiesce/resumeStefan Haberland2023-07-241-0/+1
* | loop: do not enforce max_loop hard limit by (new) defaultMauricio Faria de Oliveira2023-07-211-2/+34
* | loop: deprecate autoloading callback loop_probe()Mauricio Faria de Oliveira2023-07-211-0/+4
|/
* nvme-pci: fix DMA direction of unmapping integrity dataMing Lei2023-07-131-1/+1
* nvme: don't reject probe due to duplicate IDs for single-ported PCIe devicesChristoph Hellwig2023-07-131-3/+33
* nvme: ensure disabling pairs with unquiesceKeith Busch2023-07-121-8/+17
* nvme-fc: fix race between error recovery and creating associationMichael Liang2023-07-121-5/+16
* nvme-fc: return non-zero status code when fails to create associationMichael Liang2023-07-121-3/+15
* nvme: fix parameter check in nvme_fault_inject_init()Minjie Du2023-07-121-1/+1
* nvme: warn only once for legacy uuid attributeKeith Busch2023-07-121-1/+1
* nvmet: use PAGE_SECTORS_SHIFTDamien Le Moal2023-07-102-3/+3
* nvme: add BOGUS_NID quirk for Samsung SM953Pankaj Raghav2023-07-101-0/+2
* Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-041-6/+6
|\
| * dmaengine: ioat: Free up __cleanup() namePeter Zijlstra2023-06-261-6/+6
* | Merge tag 'pm-6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-07-0416-164/+179
|\ \
| | \
| | \
| *-. \ Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki2023-07-0412-121/+131
| |\ \ \
| | | * | intel_idle: Add __init annotation to matchup_vm_state_with_baremetal()Rafael J. Wysocki2023-06-281-1/+1
| | * | | cpufreq: intel_pstate: Fix scaling for hybrid-capable systems with disabled E...Srinivas Pandruvada2023-06-301-10/+48
| | * | | cpufreq: Make CONFIG_CPUFREQ_DT_PLATDEV depend on OFViresh Kumar2023-06-301-0/+1
| | * | | Merge tag 'cpufreq-arm-updates-6.5' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2023-06-2710-110/+81
| | |\ \ \
| | | * | | cpufreq: qcom-cpufreq-hw: Use dev_err_probe() when failing to get icc pathsAndrew Halaney2023-06-261-1/+1
| | | * | | cpufreq: mediatek: correct voltages for MT7622 and MT7623Daniel Golle2023-06-191-3/+10
| | | * | | cpufreq: armada-8k: add ap807 supportRussell King (Oracle)2023-06-191-7/+9
| | | * | | cpufreq: dt-platdev: Support building as moduleZhipeng Wang2023-06-052-1/+3
| | | * | | cpufreq: dt-platdev: Blacklist ti,am62a7 SoCVibhore Vardhan2023-05-291-0/+1
| | | * | | cpufreq: ti-cpufreq: Add support for AM62A7Vibhore Vardhan2023-05-291-0/+1
| | | * | | cpufreq: imx6q: don't warn for disabling a non-existing frequencyChristoph Niedermaier2023-05-151-14/+16
| | | * | | cpufreq: sparc: Don't allocate cpufreq_driver dynamicallyViresh Kumar2023-05-112-82/+34
| | | * | | cpufreq: tegra194: Fix an error handling path in tegra194_cpufreq_probe()Christophe JAILLET2023-05-111-2/+4
| | | * | | cpufreq: dt-platdev: Add JH7110 SOC to the allowlistMason Huo2023-05-111-0/+2
| * | | | | Merge tag 'opp-updates-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki2023-06-274-43/+48
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | OPP: Properly propagate error along when failing to get icc_pathAndrew Halaney2023-06-271-1/+1
| | * | | | OPP: Use dev_err_probe() when failing to get icc_pathAndrew Halaney2023-06-261-5/+1
| | * | | | OPP: Simplify the over-designed pstate <-> level danceViresh Kumar2023-06-194-13/+5
| | * | | | OPP: pstate is only valid for genpd OPP tablesViresh Kumar2023-06-193-3/+25
| | * | | | OPP: don't drop performance constraint on OPP table removalViresh Kumar2023-06-143-19/+1
| | * | | | OPP: Protect `lazy_opp_tables` list with `opp_table_lock`Viresh Kumar2023-06-141-2/+12
| | * | | | OPP: Staticize `lazy_opp_tables` in of.cViresh Kumar2023-06-083-4/+4