summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-26MIPS: BCM63XX: Fix missing prototypesFlorian Fainelli7-6/+7
2024-01-26LoongArch: KVM: Add returns to SIMD stubsRandy Dunlap1-2/+2
2024-01-26LoongArch: KVM: Fix build due to API changesHuacai Chen1-2/+2
2024-01-26LoongArch/smp: Call rcutree_report_cpu_starting() at tlb_init()Huacai Chen2-7/+10
2024-01-26drm/sched: Drain all entities in DRM sched run job workerMatthew Brost1-8/+7
2024-01-26Merge tag 'amd-drm-fixes-6.8-2024-01-25' of https://gitlab.freedesktop.org/ag...Dave Airlie24-36/+229
2024-01-26Merge tag 'drm-xe-fixes-2024-01-25' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie8-30/+31
2024-01-26bcachefs: __lookup_dirent() works in snapshot, not subvolKent Overstreet2-18/+27
2024-01-26Merge tag 'md-6.8-20240126' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe1-1/+1
2024-01-26spi: fix finalize message on error returnDavid Lechner1-0/+4
2024-01-26drm/amd/display: "Enable IPS by default"Roman Li1-1/+2
2024-01-26drm/amd: Add a DC debug mask for IPSRoman Li1-0/+1
2024-01-26drm/amd/display: Disable ips before dc interrupt settingRoman Li1-1/+4
2024-01-26drm/amd/display: Replay + IPS + ABM in Full Screen VPBChunTao Tso4-0/+57
2024-01-26drm/amd/display: Add IPS checks before dcn register accessRoman Li1-10/+6
2024-01-26drm/amd/display: Add Replay IPS register for DMUB command tableAlvin Lee1-0/+1
2024-01-26drm/amd/display: Allow IPS2 during ReplayNicholas Kazlauskas3-1/+11
2024-01-25drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDsAlex Deucher2-1/+2
2024-01-25drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDsAlex Deucher2-1/+2
2024-01-25drm/amd/amdgpu: Assign GART pages to AMD device mappingTom St Denis1-0/+8
2024-01-25drm/amd/pm: Fetch current power limit from FWLijo Lazar1-0/+1
2024-01-25drm/amdgpu: Fix null pointer dereferenceHawking Zhang1-1/+1
2024-01-25drm/amdgpu: Show vram vendor only if availableLijo Lazar1-1/+16
2024-01-25drm/amd/pm: update the power cap settingKenneth Feng2-4/+104
2024-01-25drm/amdgpu: Avoid fetching vram vendor informationLijo Lazar1-1/+2
2024-01-25drm/amdgpu/pm: Fix the power source flag errorMa Jun3-10/+7
2024-01-25drm/amd/display: Fix uninitialized variable usage in core_link_ 'read_dpcd() ...Srinivasan Shanmugam1-2/+2
2024-01-25drm/amd/pm: udpate smu v13.0.6 message permissionYang Wang1-2/+2
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds120-341/+928
2024-01-25Merge tag 'ovl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-51/+110
2024-01-25Merge tag 'vfs-6.8-rc2.netfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-42/+79
2024-01-25Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-13/+17
2024-01-25Merge tag 'urgent-rcu.2024.01.24a' of https://github.com/neeraju/linuxLinus Torvalds2-3/+34
2024-01-25Merge tag 'samsung-fixes-6.8' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2-1/+2
2024-01-25Merge tag 'ffa-fixes-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/su...Arnd Bergmann1-28/+57
2024-01-25Merge tag 'scmi-fixes-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann6-13/+50
2024-01-25arm64: dts: Fix TPM schema violationsLukas Wunner12-12/+12
2024-01-25ARM: dts: Fix TPM schema violationsLukas Wunner7-10/+10
2024-01-25ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllersLennert Buytenhek2-6/+24
2024-01-25x86/CPU/AMD: Add more models to X86_FEATURE_ZEN5Mario Limonciello1-0/+3
2024-01-25Merge branch 'tsnep-xdp-fixes'Paolo Abeni1-2/+15
2024-01-25tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ringGerhard Engleder1-0/+13
2024-01-25tsnep: Remove FCS for XDP data pathGerhard Engleder1-2/+2
2024-01-25Merge tag 'mlx5-fixes-2024-01-24' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni20-41/+99
2024-01-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni13-91/+190
2024-01-25net: fec: fix the unhandled context fault from smmuShenwei Wang1-0/+2
2024-01-25accel/ivpu: Improve recovery and reset supportJacek Lawrynowicz8-48/+70
2024-01-25accel/ivpu: Improve stability of ivpu_submit_ioctl()Jacek Lawrynowicz2-78/+62
2024-01-25accel/ivpu: Fix dev open/close races with unbindJacek Lawrynowicz6-65/+85
2024-01-25tick/sched: Preserve number of idle sleeps across CPU hotplug eventsTim Chen1-0/+5