summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-11nfc: llcp: read llcp_sock->local under the socket lock in getsockoptBreno Leitao1-4/+6
2026-08-11nfc: llcp: avoid userspace overflow on invalid optlenBreno Leitao1-0/+6
2026-08-11hrtimer: Account nr_retries on recovered interrupt retriesLiang Hao1-1/+3
2026-08-11hwmon: (nct6775) Add NCT5585D to list of supported chipsJiazhi Huang3-1/+10
2026-08-11Documentation: hwmon: (nct6775) Add missing NCT6797D and NCT6798DJiazhi Huang1-0/+16
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-11dt-bindings: hwmon: Document SMSC EMC1402/1403/1404/1428Svyatoslav Ryhel1-0/+203
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-11docs: sphinx-build-wrapper: include localversion in kernel version stringRandy Dunlap1-0/+9
2026-08-11Merge tag 'intel-pinctrl-v7.3-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij3-1/+54
2026-08-11spi: hisi-sfc-v3xx: Propagate errors from optional IRQ lookupbui duc phuc1-2/+2
2026-08-11regmap: sdw-mbq: Fix swap of timeout and retry timesCharles Keepax1-1/+1
2026-08-11s390: Enable CONTEXT_ANALYSIS for various directoriesHeiko Carstens7-0/+15
2026-08-11s390/mm: Add __context_unsafe() attribute to gmap helper functionsHeiko Carstens1-0/+3
2026-08-11s390/mm: Add __context_unsafe() attribute to do_secure_storage_access()Heiko Carstens1-0/+1
2026-08-11s390/sysinfo: Add context analysis attributesHeiko Carstens1-0/+2
2026-08-11s390/irqflags: Add out-of-line definitions of arch_local_irq_*() for KMSANIlya Leoshkevich3-7/+42
2026-08-11s390/virtio: Enable CONTEXT_ANALYSISHeiko Carstens1-0/+2
2026-08-11s390/cio: Enable CONTEXT_ANALYSISHeiko Carstens1-0/+2
2026-08-11s390/vfio_ccw: Add __must_hold() attribute to vfio_ccw_sch_quiesce()Heiko Carstens2-1/+3
2026-08-11ASoC: xilinx: formatter_pcm: pass aud_drv_data to irq handlersRosen Penev1-6/+4
2026-08-11s390/pci: Enable CONTEXT_ANALYSISHeiko Carstens1-0/+2
2026-08-11s390/pci: Rework __zpci_event_availability() to remove conditional lockingHeiko Carstens1-70/+78
2026-08-11s390/pci: Rework __zpci_event_error() to remove conditional lockingHeiko Carstens1-18/+23
2026-08-11s390/char: Enable CONTEXT_ANALYSISHeiko Carstens1-0/+2
2026-08-11s390/con3215: Add __must_hold() attribute to raw3215_make_room()Heiko Carstens1-0/+1
2026-08-11tracing: Cleanup event_enable_trigger_parse() by using __free()Steven Rostedt1-8/+8
2026-08-11tracing: Report every TP_printk double dereferenceDavid Carlier1-0/+2
2026-08-11arm64: bti: Disable in-kernel BTI with recent versions of ClangJosh Poimboeuf1-0/+2
2026-08-11spi: dw: fix wrong RX_SAMPLE_DLY setting after resumeJisheng Zhang1-0/+1
2026-08-11gpio: gpio-by-pinctrl: Apply initial value in direction output wrapperAlex Tran1-6/+12
2026-08-11ASoC: qcom: q6apm: keep the graph start count in sync with the DSPJorijn van der Graaf1-3/+9
2026-08-11spi: meson-spifc: use devm_pm_runtime_set_active_enabledFelix Gu1-11/+5
2026-08-11Merge branch 'net-hns3-some-cleanups-for-hns3-driver'Paolo Abeni2-27/+24