summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-06wifi: rtw89: phy: support per PHY RX statisticsKuan-Chung Chen
2026-05-06wifi: rtw89: mlo: rearrange MLSR link decision flowKuan-Chung Chen
2026-05-06drm/bridge: cdns-dsi: Replace deprecated UNIVERSAL_DEV_PM_OPS()Vitor Soares
2026-05-06drm/xlnx/zynqmp-dpsub: Fix dependencies for COMPILE_TESTChen-Yu Tsai
2026-05-06ALSA: hda/realtek: Add mute LED fixup for HP Pavilion 15-cs1xxxRodrigo Faria
2026-05-06ALSA: seq: Fix UMP group 16 filteringCássio Gabriel
2026-05-06wifi: rtl8xxxu: Detect the maximum supported channel widthBitterblue Smith
2026-05-06media: v4l2-common: Always register clock with device-specific namePaul Cercueil
2026-05-06media: v4l2-ctrls-request: add NULL check in v4l2_ctrl_request_complete()Sergey Shtylyov
2026-05-06irqchip/starfive: Fix error check for devm_platform_ioremap_resource()Chen Ni
2026-05-06media: tegra-vde: Add HAS_IOMEM dependency to match SRAM selectSasha Levin
2026-05-06media: rtl2832: fix use-after-free in rtl2832_remove()Deepanshu Kartikey
2026-05-06media: em28xx-video: fix missing res_free() on init_usb_xfer failureHaoxiang Li
2026-05-06media: tegra-video: tegra210: remove redundant NULL check in dequeue_buf_doneHungyu Lin
2026-05-06media: saa7134: Fix a possible memory leak in saa7134_video_init1Ma Ke
2026-05-06media: cx231xx: fix devres lifetimeJohan Hovold
2026-05-06media: cx23885: add ioremap return check and cleanupWang Jun
2026-05-06media: vb2: use ssize_t for vb2_read/vb2_writeZile Xiong
2026-05-06hrtimer: Return ktime_t from hrtimer_get_next_event()/hrtimer_next_event_with...Thomas Weißschuh
2026-05-06clocksource: Clean up clocksource_update_freq() functionsThomas Weißschuh
2026-05-06alarmtimer: Remove stale return description from alarm_handle_timer()Zhan Xusheng
2026-05-06selftests/posix_timers: Use CLOCK_THREAD_CPUTIME_ID for ITIMER_PROF measurementsJohn Stultz
2026-05-06scripts/timers: Add timer_migration_tree.pyFrederic Weisbecker
2026-05-06timers/migration: Handle capacity in connect tracepointsFrederic Weisbecker
2026-05-06timers/migration: Split per-capacity hierarchiesFrederic Weisbecker
2026-05-06timers/migration: Track CPUs in a hierarchyFrederic Weisbecker
2026-05-06timers/migration: Abstract out hierarchy to prepare for CPU capacity awarenessFrederic Weisbecker
2026-05-06drm: renesas: rz-du: mipi_dsi: Fix return path on errorChris Brandt
2026-05-06Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2026-05-06timers/migration: Fix another hotplug activation raceFrederic Weisbecker
2026-05-06drm/bridge: ite-it6263: Drop unnecessary blank lineBiju Das
2026-05-06x86/cpu: Remove the CONFIG_X86_INVD_BUG quirkIngo Molnar
2026-05-06x86/cpu, x86/platform, watchdog: Remove CONFIG_X86_RDC321X supportIngo Molnar
2026-05-06x86/cpu: Remove TSC-less CONFIG_M586 supportIngo Molnar
2026-05-06x86/cpu: Remove CPU_SUP_UMC_32 supportIngo Molnar
2026-05-06x86/cpu: Remove CONFIG_MWINCHIP3D/MWINCHIPC6Ingo Molnar
2026-05-06x86: Mark AMD Geode support as orphanedArnd Bergmann
2026-05-06drm/bridge: ite-it6263: Move chip initialization code from probe to atomic_en...Biju Das
2026-05-05Merge tag 'loongarch-fixes-7.1-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-05Merge branch 'xsk-fix-bugs-around-xsk-skb-allocation'Jakub Kicinski
2026-05-05xsk: fix u64 descriptor address truncation on 32-bit architecturesJason Xing
2026-05-05xsk: fix xsk_addrs slab leak on multi-buffer error pathJason Xing
2026-05-05xsk: avoid skb leak in XDP_TX_METADATA caseJason Xing
2026-05-05xsk: prevent CQ desync when freeing half-built skbs in xsk_build_skb()Jason Xing
2026-05-05xsk: fix use-after-free of xs->skb in xsk_build_skb() free_err pathJason Xing
2026-05-05xsk: handle NULL dereference of the skb without frags issueJason Xing
2026-05-05xsk: free the skb when hitting the upper bound MAX_SKB_FRAGSJason Xing
2026-05-05xsk: reject sw-csum UMEM binding to IFF_TX_SKB_NO_LINEAR devicesJason Xing
2026-05-05Merge branch 'net-mana-avoid-queue-struct-allocation-failure-under-memory-fra...Jakub Kicinski
2026-05-05net: mana: Use kvmalloc for large RX queue and buffer allocationsAditya Garg