summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-24drm/amdgpu: fix AMDGPU_INFO_READ_MMR_REGChristian König
2026-04-24drm/amd/pm: fix missing fine-grained dpm table flag on aldebaranYang Wang
2026-04-24drm/amdgpu/gmc: Fix AMDGPU_GART_PLACEMENT_LOW to not overlap with VRAMTimur Kristóf
2026-04-24amdkfd: Only ignore -ENOENT for KFD init failuiresMario Limonciello (AMD)
2026-04-24drm/amdgpu: avoid double drm_exec_fini() in userq validateHongyan Xu
2026-04-24drm/amd/display: Restore analog connector supportRoman Li
2026-04-24drm/amdgpu: fix zero-size GDS range init on RDNA4Arjan van de Ven
2026-04-24ARM: 9463/1: Allow to enable RTSebastian Andrzej Siewior
2026-04-24Merge branches 'adfs', 'arm-fault-handling', 'fixes' and 'misc'Russell King (Oracle)
2026-04-24ARM: 9472/1: fix race condition on PG_dcache_clean in __sync_icache_dcache()Brian Ruley
2026-04-24x86/mm: Revert INVLPGB optimization for set_memory codeDave Hansen
2026-04-24kbuild: Never respect CONFIG_WERROR / W=e to fixdepThomas Weißschuh
2026-04-24KVM: arm64: Wake-up from WFI when iqrchip is in userspaceMarc Zyngier
2026-04-24KVM: arm64: Fix initialisation order in __pkvm_init_finalise()Quentin Perret
2026-04-24KVM: arm64: Fix pin leak and publication ordering in __pkvm_init_vcpu()Fuad Tabba
2026-04-24KVM: arm64: Fix kvm_vcpu_initialized() macro parameterFuad Tabba
2026-04-24KVM: arm64: Fix FEAT_SPE_FnE to use PMSIDR_EL1.FnE, not PMSVerFuad Tabba
2026-04-24KVM: arm64: Fix typo in feature check commentsFuad Tabba
2026-04-24KVM: arm64: Fix FEAT_Debugv8p9 to check DebugVer, not PMUVerFuad Tabba
2026-04-24KVM: arm64: Reject non compliant SMCCC function calls in pKVMSebastian Ene
2026-04-24KVM: arm64: vgic: Fix IIDR revision field extracted from wrong valueDavid Woodhouse
2026-04-24Merge tag 'drm-misc-fixes-2026-04-23' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2026-04-23Merge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-23Merge tag 'v7.1-rc-part2-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-04-23Merge tag 'v7.1-rc1-part3-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-04-23Merge tag 'i2c-for-7.1-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-23Merge tag 'xtensa-20260422' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2026-04-24Merge tag 'amd-drm-fixes-7.1-2026-04-23' of https://gitlab.freedesktop.org/ag...Dave Airlie
2026-04-24Merge tag 'drm-misc-next-fixes-2026-04-23' of https://gitlab.freedesktop.org/...Dave Airlie
2026-04-23Merge branch 'remove-a-number-of-isa-and-pcmcia-ethernet-drivers'Jakub Kicinski
2026-04-23drivers: net: 8390: wd80x3: Remove this driverAndrew Lunn
2026-04-23drivers: net: 8390: ultra: Remove this driverAndrew Lunn
2026-04-23drivers: net: 8390: AX88190: Remove this driverAndrew Lunn
2026-04-23drivers: net: fujitsu: fmvj18x: Remove this driverAndrew Lunn
2026-04-23drivers: net: smsc: smc91c92: Remove this driverAndrew Lunn
2026-04-23drivers: net: smsc: smc9194: Remove this driverAndrew Lunn
2026-04-23drivers: net: amd: nmclan: Remove this driverAndrew Lunn
2026-04-23drivers: net: amd: lance: Remove this driverAndrew Lunn
2026-04-23drivers: net: 3com: 3c589: Remove this driverAndrew Lunn
2026-04-23drivers: net: 3com: 3c574: Remove this driverAndrew Lunn
2026-04-23drivers: net: 3com: 3c515: Remove this driverAndrew Lunn
2026-04-23drivers: net: 3com: 3c509: Remove this driverAndrew Lunn
2026-04-24Merge patch series "eventpoll: fix ep_remove() UAF and follow-up cleanup"Christian Brauner
2026-04-24eventpoll: drop vestigial epi->dying flagChristian Brauner
2026-04-24eventpoll: drop dead bool return from ep_remove_epi()Christian Brauner
2026-04-24eventpoll: refresh eventpoll_release() fast-path commentChristian Brauner
2026-04-24eventpoll: move f_lock acquisition into ep_remove_file()Christian Brauner
2026-04-24eventpoll: fix ep_remove struct eventpoll / struct file UAFChristian Brauner
2026-04-24eventpoll: move epi_fget() upChristian Brauner