summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-03-27arm_mpam: resctrl: Allow resctrl to allocate monitorsJames Morse-1/+80
2026-03-27arm_mpam: resctrl: Add support for csu countersJames Morse-0/+83
2026-03-27arm_mpam: resctrl: Add monitor initialisation and domain boilerplateBen Horgan-11/+235
2026-03-27arm_mpam: resctrl: Add kunit test for control format conversionsDave Martin-0/+319
2026-03-27arm_mpam: resctrl: Add support for 'MB' resourceJames Morse-1/+280
2026-03-27arm_mpam: resctrl: Wait for cacheinfo to be readyBen Horgan-0/+19
2026-03-27arm_mpam: resctrl: Add rmid index helpersBen Horgan-0/+16
2026-03-27arm_mpam: resctrl: Convert to/from MPAMs fixed-point formatsDave Martin-0/+58
2026-03-27arm_mpam: resctrl: Hide CDP emulation behind CONFIG_EXPERTBen Horgan-0/+12
2026-03-27arm_mpam: resctrl: Add CDP emulationJames Morse-0/+123
2026-03-27arm_mpam: resctrl: Add plumbing against arm64 task and cpu hooksJames Morse-0/+58
2026-03-27arm_mpam: resctrl: Implement helpers to update configurationJames Morse-0/+70
2026-03-27arm_mpam: resctrl: Add resctrl_arch_get_config()James Morse-0/+43
2026-03-27arm_mpam: resctrl: Implement resctrl_arch_reset_all_ctrls()James Morse-1/+17
2026-03-27arm_mpam: resctrl: Pick the caches we will use as resctrl resourcesJames Morse-2/+89
2026-03-27arm_mpam: resctrl: Add boilerplate cpuhp and domain allocationJames Morse-0/+358
2026-03-27arm64: mpam: Drop the CONFIG_EXPERT restrictionBen Horgan-1/+1
2026-03-27arm64: mpam: Context switch the MPAM registersJames Morse-4/+2
2026-03-27arm_mpam: Reset when feature configuration bit unsetBen Horgan-32/+12
2026-03-27arm_mpam: Ensure in_reset_state is false after applying configurationZeng Heng-0/+1
2026-03-27firmware: tegra: bpmp: Add tegra_bpmp_get_with_id() functionThierry Reding-0/+34
2026-03-27PCI: Fix alignment calculation for resource size larger than alignIlpo Järvinen-1/+8
2026-03-27PCI: Align head space betterIlpo Järvinen-1/+38
2026-03-27PCI: Rename window_alignment() to pci_min_window_alignment()Ilpo Järvinen-3/+6
2026-03-27resource: Pass full extent of empty space to resource_alignf callbackIlpo Järvinen-2/+4
2026-03-27HID: Kysona: Add support for VXE Dragonfly R1 ProLode Willems-0/+6
2026-03-27nvme-loop: do not cancel I/O and admin tagset during ctrl reset/shutdownNilay Shroff-2/+0
2026-03-27nvme: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-3/+4
2026-03-27nvmet-fc: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-3/+3
2026-03-27nvmet: replace use of system_wq with system_percpu_wqMarco Crivellari-2/+2
2026-03-27nvme-auth: Don't propose NVME_AUTH_DHGROUP_NULL with SC_CAlistair Francis-12/+15
2026-03-27nvme-pci: add NVME_QUIRK_DISABLE_WRITE_ZEROES for Kingston OM3SGP4Robert Beckett-0/+2
2026-03-27nvme: respect NVME_QUIRK_DISABLE_WRITE_ZEROES when wzsl is setRobert Beckett-1/+1
2026-03-27nvmet: report NPDGL and NPDALCaleb Sander Mateos-4/+19
2026-03-27nvmet: use NVME_NS_FEAT_OPTPERF_SHIFTCaleb Sander Mateos-2/+2
2026-03-27nvme: set discard_granularity from NPDG/NPDACaleb Sander Mateos-3/+32
2026-03-27nvme: add from0based() helperCaleb Sander Mateos-0/+6
2026-03-27nvme: always issue I/O Command Set specific Identify NamespaceCaleb Sander Mateos-1/+1
2026-03-27nvme: update nvme_id_ns OPTPERF constantsCaleb Sander Mateos-1/+7
2026-03-27nvme: fold nvme_config_discard() into nvme_update_disk_info()Caleb Sander Mateos-24/+19
2026-03-27nvme: Allow reauth from sysfsAlistair Francis-1/+43
2026-03-27nvme: Expose the tls_configured sysfs for secure concat connectionsAlistair Francis-1/+1
2026-03-27nvmet-tcp: Don't free SQ on authentication successAlistair Francis-5/+4
2026-03-27nvmet-tcp: Don't error if TLS is enabed on a resetAlistair Francis-6/+7
2026-03-27nvme-auth: common: remove selections of no-longer used crypto modulesEric Biggers-4/+0
2026-03-27nvme-auth: common: remove nvme_auth_digest_name()Eric Biggers-12/+0
2026-03-27nvme-auth: target: use crypto library in nvmet_auth_ctrl_hash()Eric Biggers-69/+25
2026-03-27nvme-auth: target: use crypto library in nvmet_auth_host_hash()Eric Biggers-62/+28
2026-03-27nvme-auth: target: remove obsolete crypto_has_shash() checksEric Biggers-15/+1
2026-03-27nvme-auth: host: remove allocation of crypto_shashEric Biggers-27/+2