summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | clk: clk-loongson2: Zero init clk_init_dataBinbin Zhou2023-06-131-1/+1
| * | | | | | | | clk: mediatek: mt8365: Fix inverted topclk operationsMarkus Schneider-Pargmann2023-06-131-3/+3
| * | | | | | | | clk: composite: Fix handling of high clock ratesSebastian Reichel2023-06-131-1/+4
| * | | | | | | | clk: mediatek: mt8365: Fix index issueAlexandre Mergnat2023-06-121-0/+12
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'drm-fixes-2023-06-17' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-06-1618-27/+281
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'drm-misc-fixes-2023-06-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-06-164-3/+15
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/nouveau: add nv_encoder pointer check for NULLNatalia Petrova2023-06-131-1/+2
| | * | | | | | | | drm/nouveau/dp: check for NULL nv_connector->native_modeNatalia Petrova2023-06-131-2/+2
| | * | | | | | | | drm/bridge: ti-sn65dsi86: Avoid possible buffer overflowSu Hui2023-06-131-0/+4
| | * | | | | | | | drm/nouveau: don't detect DSM for non-NVIDIA deviceRatchanan Srirattanamet2023-06-131-0/+3
| | * | | | | | | | accel/qaic: Fix NULL pointer deref in qaic_destroy_drm_device()Jeffrey Hugo2023-06-091-0/+3
| | * | | | | | | | accel/qaic: Free user handle on interrupted mutexCarl Vanderlip2023-06-091-0/+1
| * | | | | | | | | nouveau: fix client work fence deletion raceDave Airlie2023-06-161-4/+10
| * | | | | | | | | Merge tag 'amd-drm-fixes-6.4-2023-06-14' of https://gitlab.freedesktop.org/ag...Dave Airlie2023-06-1613-20/+256
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | * | | | | | | | drm/amd/display: limit DPIA link rate to HBR3Peichen Huang2023-06-131-0/+5
| | * | | | | | | | drm/amd/display: fix the system hang while disable PSRTom Chung2023-06-131-4/+6
| | * | | | | | | | drm/amd/display: edp do not add non-edid timingsHersen Wu2023-06-131-1/+7
| | * | | | | | | | Revert "drm/amdgpu: remove TOPDOWN flags when allocating VRAM in large bar sy...Arunpravin Paneer Selvam2023-06-131-1/+1
| | * | | | | | | | drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1Sonny Jiang2023-06-131-1/+5
| | * | | | | | | | drm/radeon: Disable outputs when releasing fbdev clientThomas Zimmermann2023-06-131-0/+1
| | * | | | | | | | drm/amd/pm: workaround for compute workload type on some skusKenneth Feng2023-06-131-2/+31
| | * | | | | | | | drm/amd: Tighten permissions on VBIOS flashing attributesMario Limonciello2023-06-131-2/+2
| | * | | | | | | | drm/amd: Make sure image is written to trigger VBIOS image update flowMario Limonciello2023-06-131-0/+3
| | * | | | | | | | drm/amdgpu: add missing radeon secondary PCI IDAlex Deucher2023-06-131-0/+1
| | * | | | | | | | drm/amdgpu: Implement gfx9 patch functions for resubmissionJiadong Zhu2023-06-131-0/+80
| | * | | | | | | | drm/amdgpu: Modify indirect buffer packages for resubmissionJiadong Zhu2023-06-134-0/+102
| | * | | | | | | | drm/amdgpu: Program gds backup address as zero if no gds allocatedJiadong Zhu2023-06-131-5/+8
| | * | | | | | | | drm/amdgpu: Reset CP_VMID_PREEMPT after trailing fence signaledJiadong Zhu2023-06-131-4/+4
| |/ / / / / / / /
* | | | | | | | | afs: Fix vlserver probe RTT handlingDavid Howells2023-06-161-2/+2
* | | | | | | | | Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-163-10/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | btrfs: scrub: fix a return value overwrite in scrub_stripe()Qu Wenruo2023-06-141-1/+1
| * | | | | | | | | btrfs: do not ASSERT() on duplicated global rootsQu Wenruo2023-06-131-2/+8
| * | | | | | | | | btrfs: can_nocow_file_extent should pass down args->strict from callersChris Mason2023-06-131-1/+1
| * | | | | | | | | btrfs: fix iomap_begin length for nocow writesChristoph Hellwig2023-06-131-6/+12
* | | | | | | | | | Merge tag 'block-6.4-2023-06-15' of git://git.kernel.dk/linuxLinus Torvalds2023-06-161-9/+31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | blk-cgroup: Flush stats before releasing blkcg_gqMing Lei2023-06-121-9/+31
* | | | | | | | | | | Merge tag 'io_uring-6.4-2023-06-15' of git://git.kernel.dk/linuxLinus Torvalds2023-06-162-2/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | io_uring/io-wq: clear current->worker_private on exitJens Axboe2023-06-141-1/+6
| * | | | | | | | | | | io_uring/net: save msghdr->msg_control for retriesJens Axboe2023-06-141-1/+7
* | | | | | | | | | | | Merge tag 'sound-6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-06-166-15/+35
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'asoc-fix-v6.4-rc6-2' of https://git.kernel.org/pub/scm/linux/kerne...Takashi Iwai2023-06-162-2/+6
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | ASoC: tegra: Fix Master Volume ControlJon Hunter2023-06-131-0/+3
| | * | | | | | | | | | | | firmware: cs_dsp: Log correct region name in bin error messagesRichard Fitzgerald2023-06-051-2/+3
| * | | | | | | | | | | | | ALSA: usb-audio: Add quirk flag for HEM devices to enable native DSD playbackLukasz Tyl2023-06-161-0/+2
| * | | | | | | | | | | | | ALSA: usb-audio: Fix broken resume due to UAC3 power stateTakashi Iwai2023-06-161-0/+4
| * | | | | | | | | | | | | ALSA: seq: oss: Fix racy open/close of MIDI devicesTakashi Iwai2023-06-161-13/+22
| * | | | | | | | | | | | | ALSA: hda/realtek: Add a quirk for Compaq N14JP6Edson Juliano Drosdeck2023-06-101-0/+1
* | | | | | | | | | | | | | Merge tag 'urgent-rcu.2023.06.11a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-06-161-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | notifier: Initialize new struct srcu_usage fieldChen-Yu Tsai2023-06-071-0/+10
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'riscv-for-linus-6.4-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-161-0/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \