summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-12-01Input: cros_ec_keyb - fix an invalid memory accessTzung-Bi Shih1-0/+6
2025-12-01Revert "drm/tegra: dsi: Clear enable register if powered by bootloader"Diogo Ivo1-9/+0
2025-12-01net: dsa: microchip: lan937x: Fix RGMII delay tuningOleksij Rempel1-0/+1
2025-12-01be2net: pass wrb_params in case of OS2BMCAndrey Vatoropin1-3/+4
2025-12-01ata: libata-scsi: Add missing scsi_device_put() in ata_scsi_dev_rescan()Yihang Li1-1/+3
2025-12-01smb: client: introduce close_cached_dir_locked()Henrique Carvalho1-3/+38
2025-12-01ata: libata-scsi: Fix system suspend for a security locked driveNiklas Cassel2-0/+8
2025-12-01mptcp: Fix proto fallback detection with BPFJiayuan Chen1-2/+4
2025-12-01mptcp: Disallow MPTCP subflows from sockmapJiayuan Chen1-0/+8
2025-12-01exfat: check return value of sb_min_blocksize in exfat_read_boot_sectorYongpeng Yang1-1/+4
2025-12-01shmem: fix tmpfs reconfiguration (remount) when noswap is setMike Yuan1-8/+7
2025-12-01isofs: check the return value of sb_min_blocksize() in isofs_fill_superYongpeng Yang1-0/+5
2025-12-01mtdchar: fix integer overflow in read/write ioctlsDan Carpenter1-2/+4
2025-12-01mtd: rawnand: cadence: fix DMA device NULL pointer dereferenceNiravkumar L Rabara1-1/+2
2025-12-01arm64: dts: rockchip: disable HS400 on RK3588 TigerQuentin Schulz1-3/+1
2025-12-01arm64: dts: rockchip: include rk3399-base instead of rk3399 in rk3399-op1Quentin Schulz1-1/+1
2025-12-01arm64: dts: rockchip: fix PCIe 3.3V regulator voltage on orangepi-5Mykola Kvach1-2/+2
2025-12-01arm64: dts: rockchip: Fix vccio4-supply on rk3566-pinetab2Diederik de Haas1-1/+1
2025-12-01HID: quirks: work around VID/PID conflict for 0x4c4a/0x4155Zhang Heng2-3/+14
2025-12-01HID: amd_sfh: Stop sensor before startingMario Limonciello (AMD)1-0/+2
2025-12-01timers: Fix NULL function pointer race in timer_shutdown_sync()Yipeng Zou1-3/+4
2025-12-01KVM: arm64: Check the untrusted offset in FF-A memory shareSebastian Ene1-2/+7
2025-11-24Linux 6.12.59v6.12.59Greg Kroah-Hartman1-1/+1
2025-11-24Bluetooth: MGMT: fix crash in set_mesh_sync and set_mesh_completePauli Virtanen2-12/+16
2025-11-24proc: proc_maps_open allow proc_mem_open to return NULLJialin Wang1-2/+2
2025-11-24net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck1-5/+5
2025-11-24net: phy: micrel: Fix lan8814_config_initHoratiu Vultur1-1/+1
2025-11-24isdn: mISDN: hfcsusb: fix memory leak in hfcsusb_probe()Abdun Nihaal1-5/+13
2025-11-24mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 orderZi Yan1-2/+23
2025-11-24mm/huge_memory: do not change split_huge_page*() target order silentlyZi Yan2-20/+8
2025-11-24mm/secretmem: fix use-after-free race in fault handlerLance Yang1-1/+1
2025-11-24mm/truncate: unmap large folio on split failureKiryl Shutsemau1-1/+26
2025-11-24mm/memory: do not populate page table entries beyond i_sizeKiryl Shutsemau2-7/+36
2025-11-24uio_hv_generic: Set event for all channels on the deviceLong Li1-6/+26
2025-11-24rust: kbuild: workaround `rustdoc` doctests modifier bugMiguel Ojeda1-1/+3
2025-11-24rust: kbuild: treat `build_error` and `rustdoc` as kernel objectsMiguel Ojeda1-0/+10
2025-11-24io_uring/napi: fix io_napi_entry RCU accessesOlivier Langlois1-7/+12
2025-11-24ALSA: hda: Fix missing pointer check in hda_component_manager_init functionDenis Arefev1-0/+4
2025-11-24KVM: VMX: Fix check for valid GVA on an EPT violationSukrit Bhatnagar1-1/+1
2025-11-24KVM: VMX: Split out guts of EPT violation to common/exposed functionSean Christopherson2-22/+37
2025-11-24net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao1-2/+5
2025-11-24net: netpoll: flush skb pool during cleanupBreno Leitao1-1/+13
2025-11-24net: netpoll: Individualize the skb poolBreno Leitao2-18/+14
2025-11-24KVM: guest_memfd: Remove bindings on memslot deletion when gmem is dyingSean Christopherson1-13/+32
2025-11-24KVM: guest_memfd: Remove RCU-protected attribute from slot->gmem.fileYan Zhao2-14/+27
2025-11-24KVM: guest_memfd: Pass index, not gfn, to __kvm_gmem_get_pfn()Sean Christopherson1-7/+13
2025-11-24mm, percpu: do not consider sleepable allocations atomicMichal Hocko1-1/+7
2025-11-24wifi: mac80211: use wiphy_hrtimer_work for csa.switch_workBenjamin Berg4-14/+14
2025-11-24wifi: cfg80211: add an hrtimer based delayed work itemBenjamin Berg3-0/+155
2025-11-24mptcp: fix MSG_PEEK stream corruptionPaolo Abeni1-11/+25