summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-14drm/msm: Correct modparam descriptionRob Clark1-1/+1
2026-05-14drm/msm/a6xx: Restore sysprof_activeRob Clark1-0/+2
2026-05-14drm/msm/adreno: fix userspace-triggered crash on a2xx-a4xxDmitry Baryshkov1-0/+6
2026-05-14ksmbd: fix null pointer dereference in compare_guid_key()Jeremy Laratro1-1/+5
2026-05-14ksmbd: fix null pointer dereference in proc_show_files()Jeremy Laratro1-1/+1
2026-05-14ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflowFerry Meng1-3/+9
2026-05-14drm/msm/adreno: Fix a reference leak in a6xx_gpu_init()Felix Gu1-3/+2
2026-05-14drm/msm: Fix GMEM_BASE for A650Alexander Koskovich1-1/+1
2026-05-13vfio/pci: Make VFIO_PCI_OFFSET_TO_INDEX() return unsignedMatt Evans1-1/+1
2026-05-13sched_ext: Use HK_TYPE_DOMAIN_BOOT to detect isolcpus= domain isolationAndrea Righi1-2/+1
2026-05-13vfio/pci: fix dma-buf kref underflow after revokeAlex Williamson1-18/+18
2026-05-13block: align down bounces biosChristoph Hellwig1-2/+2
2026-05-13block: pass a minsize argument to bio_iov_iter_bounceChristoph Hellwig3-12/+16
2026-05-13cpufreq: intel_pstate: Use HYBRID_SCALING_FACTOR_ADL for Bartlett LakeHenry Tseng1-0/+1
2026-05-13cpufreq: intel_pstate: Use correct scaling factor on Raptor Lake-ERafael J. Wysocki1-1/+1
2026-05-13Documentation: intel_pstate: Fix description of asymmetric packing with SMTRicardo Neri1-5/+6
2026-05-13io-wq: check that the predecessor is hashed in io_wq_remove_pending()Nicholas Carlini1-1/+2
2026-05-13cgroup/cpuset: Return only actually allocated CPUs during partition invalidationsunshaojie1-1/+2
2026-05-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds24-65/+204
2026-05-13selftests/cgroup: Fix error path leaks in test_percpu_basicYu Miao1-3/+7
2026-05-13RDMA/bnxt_re: zero shared page before exposing to userspaceLord Ulf Henrik Holmberg1-1/+1
2026-05-13selftests/rdma: explicitly skip tests when required modules are missingYi Lai4-4/+21
2026-05-13RDMA/nldev: Add mutual exclusion in nldev_dellink()Edward Adam Davis1-0/+3
2026-05-13drm/gma500/oaktrail_lvds: fix i2c adapter leaks on initJohan Hovold1-0/+4
2026-05-13drm/gma500/oaktrail_lvds: fix hang on init failureJohan Hovold1-2/+3
2026-05-13drm/gma500/oaktrail_hdmi: fix i2c adapter leak on setupJohan Hovold1-0/+1
2026-05-13KVM: selftests: Guard execinfo.h inclusion for non-glibc buildsHisam Mehboob1-1/+7
2026-05-13KVM: x86: Rate-limit global clock updates on vCPU loadLei Chen2-2/+10
2026-05-13x86/virt: Silence RCU lockdep splat in emergency virt callback pathMikhail Gavrilov1-1/+14
2026-05-13KVM: selftests: Include sys/mman.h *and* linux/mman.h, via kvm_syscalls.hSean Christopherson9-9/+18
2026-05-13x86/mce: Restore MCA polling interval halvingBorislav Petkov (AMD)1-28/+5
2026-05-13Merge tag 'fixes-2026-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-7/+20
2026-05-13drm/xe: Drop unused ggtt_balloon fieldMichal Wajdeczko1-2/+0
2026-05-13selftests: ublk: cap nthreads to kernel's actual nr_hw_queuesMing Lei1-0/+11
2026-05-13block: fix handling of dead zone write plugsDamien Le Moal1-5/+27
2026-05-13KVM: VMX: introduce module parameter to disable CETPaolo Bonzini2-2/+16
2026-05-13drm/msm/dpu: don't mix devm and drmm functionsDmitry Baryshkov1-1/+2
2026-05-13drm/msm/dsi: don't dump registers past the mapped regionDmitry Baryshkov1-0/+1
2026-05-13drm/msm/dpu: Fix Kaanapali CWB register configurationMahadevan P1-1/+1
2026-05-13drm/msm/dpu: fix UV scanlines calculation for YUV UBWC formatsNeil Armstrong1-5/+7
2026-05-13dt-bindings: display/msm: qcom,eliza-mdss: Correct DPU and DP ranges in exampleKrzysztof Kozlowski1-8/+12
2026-05-13dt-bindings: display/msm: sm8750-mdss: Correct DPU and DP ranges in exampleKrzysztof Kozlowski1-6/+10
2026-05-13dt-bindings: display/msm: sm8650: Correct VBIF range in exampleKrzysztof Kozlowski2-2/+2
2026-05-13dt-bindings: display/msm: dp-controller: Allow DAI on SM8650 and othersKrzysztof Kozlowski1-0/+1
2026-05-13dt-bindings: display/msm: dp-controller: Correct SM8650 IO rangeKrzysztof Kozlowski1-1/+18
2026-05-13io_uring/rw: drop unused attr_type_mask from io_prep_rw_pi()Yang Xiuwei1-2/+2
2026-05-13pinctrl-amd: enable IRQ for WACF2200 touchscreen on Lenovo Yoga 7 14AGP11Hardik Prakash1-0/+35
2026-05-13net: ethernet: ravb: Do not check URAM suspension when WoL is activeNiklas Söderlund1-3/+6
2026-05-13ethtool: fix ethnl_bitmap32_not_zero() bit interval semanticsChenguang Zhao1-4/+4
2026-05-13net/smc: avoid NULL deref of conn->lnk in smc_msg_event tracepointXiang Mei1-1/+1