summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-23idpf: fix double free and use-after-free in aux device error pathsGreg Kroah-Hartman1-0/+6
2026-05-23cgroup/dmem: Return -ENOMEM on failed pool preallocationGuopeng Zhang1-0/+1
2026-05-23net: ena: PHC: Check return code before setting timestamp outputArthur Kiyanovski1-1/+4
2026-05-23audit: fix incorrect inheritable capability in CAPSET recordsSergio Correia1-1/+1
2026-05-23netfilter: nf_conntrack_sip: get helper before allocating expectationLi Xiasong1-4/+4
2026-05-23cgroup/cpuset: Reset DL migration state on can_attach() failureGuopeng Zhang1-4/+4
2026-05-23net: ena: PHC: Fix potential use-after-free in get_timestampArthur Kiyanovski1-2/+5
2026-05-23workqueue: Fix wq->cpu_pwq leak in alloc_and_link_pwqs() WQ_UNBOUND pathBreno Leitao1-1/+3
2026-05-23i40e: Cleanup PTP pins on probe failureMatt Vollrath3-1/+4
2026-05-23crypto: af_alg - Cap AEAD AD length to 0x80000000Herbert Xu1-0/+2
2026-05-23sched/fair: Fix wakeup_preempt_fair() for not waking up taskVincent Guittot1-2/+3
2026-05-23net/sched: sch_pie: annotate more data-races in pie_dump_stats()Eric Dumazet1-8/+6
2026-05-23workqueue: fix devm_alloc_workqueue() va_list misuseBreno Leitao2-11/+23
2026-05-23PCI: Initialize temporary device in new_id_store()Samiullah Khawaja1-1/+8
2026-05-23futex: Drop CLONE_THREAD requirement for private default hash allocDavidlohr Bueso1-7/+5
2026-05-23arm64: Reserve an extra page for early kernel mappingZhaoyang Huang1-1/+6
2026-05-23kselftest/arm64: Include <asm/ptrace.h> for user_gcs definitionLeo Yan2-6/+1
2026-05-23net/sched: cls_flower: revert unintended changesPaolo Abeni1-3/+1
2026-05-23sfc: fix error code in efx_devlink_info_running_versions()Dan Carpenter1-1/+1
2026-05-23net: tls: fix strparser anchor skb leak on offload RX setup failureJakub Kicinski3-0/+11
2026-05-23ice: add dpll peer notification for paired SMA and U.FL pinsPetr Oros1-0/+32
2026-05-23dpll: export __dpll_pin_change_ntf() for use under dpll_lockIvan Vecera3-2/+11
2026-05-23ice: fix missing dpll notifications for SW pinsPetr Oros1-11/+36
2026-05-23ice: fix SMA and U.FL pin state changes affecting paired pinPetr Oros1-1/+49
2026-05-23ice: fix missing SMA pin initialization in DPLL subsystemPetr Oros1-0/+17
2026-05-23ice: fix infinite recursion in ice_cfg_tx_topo via ice_init_dev_hwPetr Oros3-2/+4
2026-05-23ice: fix NULL pointer dereference in ice_reset_all_vfs()Petr Oros1-1/+6
2026-05-23iavf: add VIRTCHNL_OP_ADD_VLAN to success completion handlerPetr Oros1-0/+4
2026-05-23iavf: wait for PF confirmation before removing VLAN filtersPetr Oros3-17/+34
2026-05-23iavf: stop removing VLAN filters from PF on interface downPetr Oros3-66/+12
2026-05-23iavf: rename IAVF_VLAN_IS_NEW to IAVF_VLAN_ADDINGPetr Oros2-5/+5
2026-05-23page_pool: fix memory-provider leak in page_pool_create_percpu() error pathHasan Basbunar1-5/+5
2026-05-23bonding: 3ad: implement proper RCU rules for port->aggregatorEric Dumazet6-66/+89
2026-05-23bonding: print churn state via netlinkHangbin Liu2-0/+11
2026-05-23net: airoha: Do not return err in ndo_stop() callbackLorenzo Bianconi1-5/+2
2026-05-23drm/xe/xelp: Fix Wa_18022495364Tvrtko Ursulin1-1/+1
2026-05-23drm/xe/gsc: Fix BO leak on error in query_compatibility_version()Shuicheng Lin1-1/+1
2026-05-23drm/xe/eustall: Fix drm_dev_put called before stream disable in closeShuicheng Lin1-2/+2
2026-05-23drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl()Shuicheng Lin1-2/+5
2026-05-23drm/xe: Fix potential NULL deref in xe_exec_queue_tlb_inval_last_fence_put_un...Shuicheng Lin1-1/+1
2026-05-23drm/xe/debugfs: Correct printing of register whitelist rangesMatt Roper1-1/+1
2026-05-23drm/xe: Drop registration of guc_submit_wedged_fini from xe_guc_submit_wedge()Matthew Brost1-24/+9
2026-05-23drm/xe: Use XE_WEDGED_MODE_UPON_ANY_HANG_NO_RESET enum instead of magic numberZhanjun Dong1-3/+4
2026-05-23drm/amd/display: Use EDID from VBIOS embedded panel infoTimur Kristóf1-0/+44
2026-05-23drm/amd/display: Read EDID from VBIOS embedded panel infoTimur Kristóf2-0/+66
2026-05-23drm/amd/display: Allow constructing DCE8 link encoder without DDCTimur Kristóf1-1/+2
2026-05-23drm/amd/display: Allow constructing DCE6 link encoder without DDCTimur Kristóf1-1/+2
2026-05-23drm/amd/display: Allow DCE link encoder without AUX registersTimur Kristóf1-1/+3
2026-05-23drm/amd/display: Allow embedded connectors without DDCTimur Kristóf3-2/+7
2026-05-23futex: Prevent lockup in requeue-PI during signal/ timeout wakeupSebastian Andrzej Siewior1-4/+9