aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-08-11Revert "drm/lima: Remove drm_sched_init_args->num_rqs usage"Tvrtko Ursulin1-0/+1
2026-08-11Revert "drm/msm: Remove drm_sched_init_args->num_rqs usage"Tvrtko Ursulin2-0/+2
2026-08-11Revert "drm/nouveau: Remove drm_sched_init_args->num_rqs usage"Tvrtko Ursulin1-0/+1
2026-08-11Revert "drm/panfrost: Remove drm_sched_init_args->num_rqs usage"Tvrtko Ursulin1-0/+1
2026-08-11Revert "drm/panthor: Remove drm_sched_init_args->num_rqs usage"Tvrtko Ursulin2-0/+2
2026-08-11Revert "drm/sched: Remove drm_sched_init_args->num_rqs usage"Tvrtko Ursulin1-0/+1
2026-08-11Revert "drm/v3d: Remove drm_sched_init_args->num_rqs usage"Tvrtko Ursulin1-0/+1
2026-08-11Revert "drm/xe: Remove drm_sched_init_args->num_rqs usage"Tvrtko Ursulin3-0/+3
2026-08-11nfc: st95hf: switch to using sleeping variants of gpiod APIDmitry Torokhov1-3/+3
2026-08-11nfc: Unify style of usb_device_id arraysUwe Kleine-König (The Capable Hub)2-3/+2
2026-08-11nfc: Unify style of spi_device_id arraysUwe Kleine-König (The Capable Hub)3-4/+3
2026-08-11nfc: Initialize spi_device_idarrays using member namesUwe Kleine-König (The Capable Hub)4-5/+5
2026-08-11nfc: Drop unused assignment of spi_device_id driver dataUwe Kleine-König (The Capable Hub)4-5/+5
2026-08-11nfc: Unify style of of_device_id arraysUwe Kleine-König (The Capable Hub)13-31/+30
2026-08-11nfc: Drop __maybe_unused from of_device_id tablesUwe Kleine-König (The Capable Hub)10-10/+10
2026-08-11nfc: Initialize mei_cl_device_idarrays using member namesUwe Kleine-König (The Capable Hub)2-8/+12
2026-08-11nfc: pn544: Drop empty line between i2c_device_id array and MODULE_DEVICE_TABLE()Uwe Kleine-König (The Capable Hub)1-1/+0
2026-08-11nfc: Unify style of acpi_device_id arraysUwe Kleine-König (The Capable Hub)5-5/+5
2026-08-11nfc: Initialize acpi_device_id arrays using member namesUwe Kleine-König (The Capable Hub)6-9/+9
2026-08-11nfc: Drop unused assignment of acpi_device_id driver dataUwe Kleine-König (The Capable Hub)4-5/+4
2026-08-11nfc: Drop __maybe_unused from acpi_device_id tablesUwe Kleine-König (The Capable Hub)4-4/+4
2026-08-11nfc: nxp-nci: Add remove on IRQ errorGriffin Kroah-Hartman1-1/+3
2026-08-11nfc: mrvl: spi: Unregister dev on allocation failGriffin Kroah-Hartman1-0/+4
2026-08-11nfc: trf7970a: Use NULL when no response is expectedLinmao Li1-1/+1
2026-08-11nfc: pn533: fix memcpy overflow warningRosen Penev1-4/+6
2026-08-11nfc: microread: validate target discovery payload lengthsPengpeng Hou1-2/+29
2026-08-11nfc: pn533: purge fragmented skbs during cleanupXu Rao1-0/+1
2026-08-11nfc: st21nfca: validate ATR_REQ length against the received frameDoruk Tan Ozturk1-0/+3
2026-08-11nfc: pn533: hold a reference to the request skb during send_frameYinhao Hu1-6/+15
2026-08-11nfc: fdp: bound the device-reported read length and fix an skb leakBryam Vargas1-0/+27
2026-08-11hwmon: (nct6775) Add NCT5585D to list of supported chipsJiazhi Huang2-1/+2
2026-08-11hwmon: (emc1403) Add regulator supportSvyatoslav Ryhel1-0/+7
2026-08-11hwmon: (emc1403) Convert to use OF bindingsJonas Schwöbel1-2/+12
2026-08-11nvme-tcp: fix host memory disclosure on R2T for a read commandYehyeong Lee1-0/+7
2026-08-11nvme-tcp: do not accept C2HData based on blk_rq_payload_bytes() aloneYehyeong Lee1-1/+3
2026-08-11nvme-tcp: reject a read that transferred too few bytesYehyeong Lee1-0/+34
2026-08-11nvmet: zns: reject full zone report when buffer is too smallXixin Liu1-3/+10
2026-08-11nvme-tcp: fix usage of page_frag_cacheDmitry Bogdanov1-0/+8
2026-08-11nvme: reject passthrough of driver-managed Set FeaturesChao Shi1-39/+72
2026-08-11nvmet: fix NULL pointer dereference in nvmet_execute_identify_ns_zns()Guixin Liu1-1/+1
2026-08-11nvmet: pci-epf: fix use-after-free in nvmet_pci_epf_exec_iod_work()Shin'ichiro Kawasaki1-3/+6
2026-08-11nvmet: pci-epf: put CQ ref on create_cq mapping failureYifei Gao1-0/+1
2026-08-11nvme-apple: Drop the PRP null check chicken bitSven Peter1-14/+0
2026-08-11nvme-apple: Require page aligned buffers on the admin queueSven Peter1-1/+2
2026-08-11nvme: Add a quirk for page aligned admin queue buffersSven Peter2-1/+11
2026-08-11nvme-apple: Never set the opcode in the NVMMU TCBSven Peter1-1/+1
2026-08-11nvme-apple: Don't set a DMA direction for commands without a data transferSven Peter1-1/+3
2026-08-11nvme-apple: Destroy the admin queue on removalSven Peter1-0/+9
2026-08-11nvmet: fix heap out-of-bounds read in nvmet_auth_negotiate()Guixin Liu1-2/+10
2026-08-11Merge tag 'intel-pinctrl-v7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel into develLinus Walleij3-1/+54