aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-02-14video/logo: remove orphan .pgm Makefile ruleVincent Mailhol1-4/+1
2026-02-14fbdev: omapfb: remove duplicate check in omapfb_setup_mem()Dan Carpenter1-6/+4
2026-02-14fbdev: sh_mobile_lcdc: Make FB_DEVICE dependency optionalChintan Patel1-1/+4
2026-02-14fbdev: omapfb: Make FB_DEVICE dependency optionalChintan Patel2-5/+16
2026-02-14staging: fbtft: Make FB_DEVICE dependency optionalChintan Patel2-5/+20
2026-02-14fb: Add dev_of_fbinfo() helper for optional sysfs supportChintan Patel1-0/+9
2026-02-14drm/hyperv: Remove reference to hyperv_fb driverPrasanna Kumar T S M2-10/+151
2026-02-14drivers: hv: vmbus_drv: Remove reference to hpyerv_fbPrasanna Kumar T S M1-2/+2
2026-02-14fbcon: check return value of con2fb_acquire_newinfo()Andrey Vatoropin1-1/+2
2026-02-14fbdev: hyperv_fb: Remove hyperv_fb driverPrasanna Kumar T S M4-1410/+0
2026-02-14fbdev: Use device_create_with_groups() to fix sysfs groups registration raceHans de Goede2-34/+3
2026-02-14fbdev: smscufx: properly copy ioctl memory to kernelspaceGreg Kroah-Hartman1-2/+6
2026-02-14fbdev: rivafb: fix divide error in nv3_arb()Guangshuo Li1-0/+3
2026-02-14mm: numa_memblks: Identify the accurate NUMA ID of CFMWCui Chao1-4/+5
2026-02-13cifs: update internal module version numberSteve French1-2/+2
2026-02-13Merge tag 'bootconfig-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds19-18/+88
2026-02-13Merge tag 'trace-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds31-1073/+1388
2026-02-13Merge tag 'platform-drivers-x86-v7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds61-953/+5390
2026-02-13Merge tag 'mtd/for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds60-608/+1292
2026-02-13Merge tag 'dma-mapping-7.0-2026-02-13' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds4-20/+0
2026-02-13bpf: Add a map/btf from a fd array more consistentlyAnton Protopopov1-2/+4
2026-02-13Merge branch 'bpf-fsession-support-for-riscv'Alexei Starovoitov3-22/+79
2026-02-13selftests/bpf: Fix map_kptr grace period waitKumar Kartikeya Dwivedi4-35/+39
2026-02-13selftests/bpf: enable fsession_test on riscv64Menglong Dong2-2/+2
2026-02-13selftests/bpf: Adjust selftest due to function renameIhor Solodrai2-4/+4
2026-02-13bpf, riscv: add fsession support for trampolinesMenglong Dong1-10/+64
2026-02-13bpf: Fix a potential use-after-free of BTF objectAnton Protopopov1-26/+26
2026-02-13bpf, riscv: introduce emit_store_stack_imm64() for trampolineMenglong Dong1-11/+14
2026-02-13libbpf: Fix invalid write loop logic in bpf_linker__add_buf()Amery Hung1-1/+1
2026-02-13libbpf: Add gating for arena globals relocation featureEmil Tsalapatis3-2/+71
2026-02-13ACPI: driver: Drop driver_data pointer clearing from two driversRafael J. Wysocki2-4/+0
2026-02-13ACPI: video: Clear driver_data pointer on removeRafael J. Wysocki1-0/+1
2026-02-13drm/bridge: ti-sn65dsi86: Enable HPD polling if IRQ is not usedFranz Schnyder1-2/+4
2026-02-13fbnic: close fw_log race between users and teardownChengfeng Ye2-10/+12
2026-02-13Merge branch 'vsock-fix-child-netns-mode-initialization-and-restriction'Jakub Kicinski1-5/+15
2026-02-13vsock: prevent child netns mode switch from local to globalStefano Garzarella1-3/+12
2026-02-13vsock: fix child netns mode initializationStefano Garzarella1-2/+3
2026-02-13net: sparx5/lan969x: fix PTP clock max_adj valueDaniel Machon1-1/+1
2026-02-13ipv6: Fix out-of-bound access in fib6_add_rt2node().Kuniyuki Iwashima1-1/+1
2026-02-13ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()Qanux4-9/+22
2026-02-13selftests: netconsole: Increase port listening timeoutPin-yen Lin1-2/+2
2026-02-13Merge tag 'mm-hotfixes-stable-2026-02-13-07-14' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-7/+22
2026-02-13tools/power turbostat: version 2026.02.14Len Brown1-36/+21
2026-02-13tools/power turbostat: Fix and document --header_iterationsLen Brown2-12/+12
2026-02-13tools/power turbostat: Use strtoul() for iteration parsingKaushlendra Kumar1-6/+8
2026-02-13tools/power turbostat: Favor cpu# over core#Len Brown1-54/+69
2026-02-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds23-505/+1553
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds212-7814/+11521
2026-02-13kbuild: rpm-pkg: Fix manual debuginfo generation when using .src.rpmNathan Chancellor1-2/+2
2026-02-13kernel: rpm-pkg: Restore find-debuginfo.sh approach to -debuginfo packageNathan Chancellor2-4/+51