summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-13s390/vfio-ap: Fix missing lock required to access list of ap_matrix_mdev objectsAnthony Krowiak1-4/+23
2026-08-13s390/vfio-ap: Fix dereference matrix_mdev->kvm without checking for NULLAnthony Krowiak1-9/+30
2026-08-13s390/vfio-ap: Fix stale do_remove flag across iterations in vfio_ap_mdev_cfg_...Anthony Krowiak1-4/+4
2026-08-13Merge tag 'm68k-for-v7.2-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2026-08-13drm/log: Fix infinite loop when scale is too large for displayShixiong Ou1-0/+6
2026-08-13drm/log: Fix out-of-bounds read on empty message lengthShixiong Ou1-0/+3
2026-08-13drm/log: Fix division by zero when scale module parameter is 0Shixiong Ou1-0/+3
2026-08-13Merge tag 'asoc-fix-v7.2-rc7' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai401-1947/+5963
2026-08-13iommu/iommufd: Fix NULL pointer deref in iommufd_ioas_change_process when rac...Peiyang He1-0/+4
2026-08-13drm/xe/mcr: Take vcs1/vecs1 into account for first media sliceAshutosh Dixit1-2/+7
2026-08-13Merge branch 'netconsole-replace-target_list_lock-by-rcu-on-userdata-hot-path'Paolo Abeni3-36/+286
2026-08-13selftests: netconsole: add a userdata torture testBreno Leitao2-0/+230
2026-08-13netconsole: publish the userdata payload with RCUBreno Leitao1-36/+56
2026-08-13drm/xe: Fix xe_device_probe() failureRaag Jadav1-1/+5
2026-08-13drm/xe: Fix a bug in pc_adjust_freq_bounds()Vinay Belgaumkar1-3/+10
2026-08-13drm/xe/oa: Check managed mutex initialization errorsLinmao Li1-4/+5
2026-08-13drm/xe/oa: Fix sync entry leak on OA config emit failureLinmao Li1-0/+4
2026-08-13drm/xe/lrc: document sentinel and make CTX_TIMESTAMP read TOCTOU-safeGajendra Uttamchand2-8/+21
2026-08-13drm/xe/pxp: add termination on resumeDaniele Ceraolo Spurio2-50/+139
2026-08-13drm/xe: Order ring writes before ring tail updatesMatthew Brost1-0/+7
2026-08-13drm/xe/guc_ads: use uncached mapping for UM queue BOJia Yao1-1/+2
2026-08-13drm/xe/guc_ads: allocate UM queues in VRAM on dGFXJia Yao2-9/+5
2026-08-13drm/xe/guc_ads: allocate UM queues in a separate BOJia Yao4-32/+83
2026-08-13drm/xe: Fix DPT allocation paths.Maarten Lankhorst1-25/+8
2026-08-13drm/xe: Fix a bug in pc_adjust_freq_bounds()Vinay Belgaumkar1-3/+10
2026-08-13drm/xe: Fix xe_device_probe() failureRaag Jadav1-1/+6
2026-08-13drm/xe/drm_ras: Move has_drm_ras check to drm_ras layerRaag Jadav2-3/+3
2026-08-13drm/xe/ras: Fix boot-time ras error processingRaag Jadav2-6/+6
2026-08-13ASoC: meson: aiu: make aiu_formatter_i2s_drv staticJerome Brunet1-1/+1
2026-08-13firewire: ohci: fix NULL pointer dereference in ar_context_releaseAleksandr Nogikh1-1/+3
2026-08-13hwmon: (tmp102) Add TMP113 device IDMarek Vasut1-0/+1
2026-08-13Merge branch 'net-mana-avoid-dma-queue-allocation-failure-under-memory-fragme...Paolo Abeni4-38/+205
2026-08-13net: mana: Fall back to scattered pages for GDMA queuesAditya Garg4-16/+168
2026-08-13net: mana: Route ring-buffer access through offset-based helpersAditya Garg1-24/+39
2026-08-13rust: add functions and traits for lossless integer conversionsAlexandre Courbot2-0/+300
2026-08-13net/mlx5: rsc_dump and hv_vhca return NULL on create errorMichael Guralnik4-22/+19
2026-08-13Merge branch 'net-sysctl-const-qualify-sysctl-ctl_table-arrays'Paolo Abeni17-86/+168
2026-08-13net: Const qualify network templated ctl_tables ArraysJoel Granados8-66/+146
2026-08-13net: Const qualify ctl_tables that kmemdup unconditionallyJoel Granados7-7/+7
2026-08-13net: enforce net sysctl registrationJoel Granados2-13/+15
2026-08-13net/rds: clear i_rx_lat_trace in rds_inc_path_init()Allison Henderson1-0/+2
2026-08-13Merge branch 'net-rds-bug-fix-ports-part-2'Paolo Abeni3-1/+14
2026-08-13net/rds: initialize i_conn_path in rds_inc_init()William Kucharski2-1/+6
2026-08-13net/rds: reinitialize to_be_dropped on rds_send_xmit() restartSharath Srinivasan1-0/+8
2026-08-13xenbus: Unregister reboot notifier on init failureYuho Choi1-4/+12
2026-08-13sched/isolation: Defer freeing of cpumask memblock memory to initcallWaiman Long1-1/+15
2026-08-13Merge branch 'ipv6-report-why-a-route-was-deleted-in-rtm_delroute'Paolo Abeni11-36/+375
2026-08-13selftests: net: verify RTA_DEL_REASON on route deletionYuyang Huang3-5/+193
2026-08-13netlink: specs: rt-route: add the route deletion reasonYuyang Huang1-0/+34
2026-08-13netlink: specs: rt-route: split out the request attribute listYuyang Huang1-2/+30