summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-01-15drm/xe: make change ccs_mode a synchronous actionMaciej Patelczyk1-1/+1
2025-01-15drm/xe: introduce xe_gt_reset and xe_gt_wait_for_resetMaciej Patelczyk4-9/+30
2025-01-15drm/xe/guc: Adding steering info support for GuC register listsJesus Narvaez3-3/+22
2025-01-15irqchip: Plug a OF node reference leak in platform_irqchip_probe()Joe Hattori1-3/+1
2025-01-15selftests: net: Adapt ethtool mq tests to fix in qdisc graftVictor Nogueira1-3/+6
2025-01-15irqchip/sunxi-nmi: Add missing SKIP_WAKE flagPhilippe Simons1-1/+2
2025-01-15irqchip/gic-v3-its: Don't enable interrupts in its_irq_set_vcpu_affinity()Tomas Krcka1-1/+1
2025-01-15irqchip/gic-v3: Handle CPU_PM_ENTER_FAILED correctlyYogesh Lal1-1/+1
2025-01-15drm/bridge: ite-it6263: Prevent error pointer dereference in probe()Dan Carpenter1-2/+2
2025-01-15net: fec: handle page_pool_dev_alloc_pages errorKevin Groeneveld1-5/+14
2025-01-15net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck1-5/+5
2025-01-15net: xilinx: axienet: Fix IRQ coalescing packet count overflowSean Anderson1-0/+6
2025-01-15hwmon: (tmp513) Fix division of negative numbersDavid Lechner1-3/+4
2025-01-15nfp: bpf: prevent integer overflow in nfp_bpf_event_output()Dan Carpenter1-1/+2
2025-01-15x86/fred: Fix the FRED RSP0 MSR out of sync with its per-CPU cacheXin Li (Intel)1-1/+7
2025-01-15Merge tag 'seccomp-v6.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-01-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski9-144/+209
2025-01-15Merge branch 'mptcp-fixes-for-connect-selftest-flakes'Jakub Kicinski3-15/+43
2025-01-15selftests: mptcp: avoid spurious errors on disconnectPaolo Abeni1-11/+32
2025-01-15mptcp: fix spurious wake-up on under memory pressurePaolo Abeni1-2/+7
2025-01-15mptcp: be sure to send ack when mptcp-level window re-opensPaolo Abeni1-2/+4
2025-01-14drm/v3d: Ensure job pointer is set to NULL after job completionMaíra Canal1-0/+4
2025-01-14cpufreq: Move endif to the end of Kconfig fileViresh Kumar1-2/+2
2025-01-14Merge tag 'pci-v6.13-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+16
2025-01-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-1/+6
2025-01-14drm/vmwgfx: Add new keep_resv BO paramIan Forbes6-15/+11
2025-01-14drm/vmwgfx: Remove busy_placesIan Forbes2-2/+0
2025-01-14drm/vmwgfx: Unreserve BO on errorIan Forbes1-5/+15
2025-01-14Merge tag 'sound-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds14-19/+369
2025-01-14drm/amdgpu: fix fw attestation for MP0_14_0_{2/3}Gui Chengming1-0/+4
2025-01-14drm/amdgpu: always sync the GFX pipe on ctx switchChristian König1-2/+2
2025-01-14drm/amdgpu: disable gfxoff with the compute workload on gfx12Kenneth Feng1-2/+3
2025-01-14io_uring/rsrc: fixup io_clone_buffers() error handlingJens Axboe1-9/+1
2025-01-14drm/amdgpu: Fix Circular Locking Dependency in AMDGPU GFX IsolationSrinivasan Shanmugam1-2/+10
2025-01-14platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: fix serdev raceChenyuan Yang1-2/+3
2025-01-14platform/x86: dell-uart-backlight: fix serdev raceChenyuan Yang1-2/+3
2025-01-14ftrace: Document that multiple function_graph tracing may have different timesSteven Rostedt1-0/+6
2025-01-14tracing: Print lazy preemption modelShrikanth Hegde1-0/+1
2025-01-14tracing: Fix irqsoff and wakeup latency tracers when using function graphSteven Rostedt2-0/+28
2025-01-14gpio: xilinx: Convert gpio_lock to raw spinlockSean Anderson1-16/+16
2025-01-14Merge branch 'vsock-some-fixes-due-to-transport-de-assignment'Paolo Abeni3-10/+53
2025-01-14vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]Stefano Garzarella1-0/+9
2025-01-14vsock: reset socket state when de-assigning the transportStefano Garzarella1-0/+9
2025-01-14vsock/virtio: cancel close work in the destructorStefano Garzarella1-8/+21
2025-01-14vsock/bpf: return early if transport is not assignedStefano Garzarella1-0/+9
2025-01-14vsock/virtio: discard packets if the transport changesStefano Garzarella1-2/+5
2025-01-14Merge branch 'gtp-pfcp-fix-use-after-free-of-udp-tunnel-socket'Paolo Abeni2-14/+27
2025-01-14pfcp: Destroy device along with udp socket's netns dismantle.Kuniyuki Iwashima1-5/+10
2025-01-14gtp: Destroy device along with udp socket's netns dismantle.Kuniyuki Iwashima1-1/+6
2025-01-14gtp: Use for_each_netdev_rcu() in gtp_genl_dump_pdp().Kuniyuki Iwashima1-8/+11