index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
Age
Commit message (
Expand
)
Author
2023-11-15
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2023-11-09
drm/edid: include drm_eld.h only where required
Jani Nikula
2023-11-07
Merge tag 'drm-next-2023-11-07' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2023-11-03
drm/radeon: replace 1-element arrays with flexible-array members
José Pekkarinen
2023-11-02
Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-10-18
Merge tag 'amd-drm-next-6.7-2023-10-13' of https://gitlab.freedesktop.org/agd...
Dave Airlie
2023-10-13
drm/radeon: fix a possible null pointer dereference
Ma Ke
2023-10-09
drm/radeon: Fix UBSAN array-index-out-of-bounds for Radeon HD 5430
Mario Limonciello
2023-09-28
drm/radeon: Use pci_get_base_class() to reduce duplicated code
Sui Jingfeng
2023-09-12
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
2023-09-07
drm/radeon: make fence wait in suballocator uninterrruptable
Alex Deucher
2023-08-30
Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-08-30
drm/radeon: Remove the references of radeon_gem_ pread & pwrite ioctls
Srinivasan Shanmugam
2023-08-30
drm/radeon/radeon_ttm: Remove unused variable 'rbo' from radeon_bo_move()
Lee Jones
2023-08-30
drm/radeon: possible buffer overflow
Konstantin Meskhidze
2023-08-30
drm/radeon: Cleanup radeon/radeon_fence.c
Srinivasan Shanmugam
2023-08-21
drm/radeon: Use RMW accessors for changing LNKCTL
Ilpo Järvinen
2023-08-15
drm/radeon: Use pci_dev_id() to simplify the code
Zheng Zengkai
2023-08-15
drm/radeon: Remove unnecessary NULL values
Ruan Jinjie
2023-08-15
drm/radeon: Fix multiple line dereference in 'atom_iio_execute'
Srinivasan Shanmugam
2023-08-07
Revert "drm/radeon: Prefer dev_* variant over printk"
Srinivasan Shanmugam
2023-08-07
Merge tag 'drm-misc-next-2023-08-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2023-08-04
Merge tag 'amd-drm-next-6.6-2023-07-28' of https://gitlab.freedesktop.org/agd...
Daniel Vetter
2023-07-31
fbdev: Use _IOMEM_ infix for I/O-memory helpers
Thomas Zimmermann
2023-07-29
drm: Spelling s/sempahore/semaphore/
Geert Uytterhoeven
2023-07-27
drm/radeon: Prefer strscpy over strlcpy calls in radeon_atombios.c
Srinivasan Shanmugam
2023-07-27
drm/radeon: Fix ENOSYS with better fitting error codes in radeon_gem.c
Srinivasan Shanmugam
2023-07-27
drm/radeon: Remove unnecessary NULL test before kfree in 'radeon_connector_fr...
Srinivasan Shanmugam
2023-07-27
drm/radeon: Prefer strscpy over strlcpy in 'radeon_combios_get_power_modes'
Srinivasan Shanmugam
2023-07-27
drm/radeon: Fix format error
Yonggang Wu
2023-07-27
drm/radeon: Move assignment outside if condition
Ran Sun
2023-07-27
drm/radeon: that open brace { should be on the previous line
Ran Sun
2023-07-27
drm/radeon: that open brace { should be on the previous line
Ran Sun
2023-07-27
drm/radeon: add missing spaces after ',' and else should follow close brace '}'
Ran Sun
2023-07-25
drm/radeon: add missing spaces before ';'
Ran Sun
2023-07-25
drm/radeon/si_dpm: open brace '{' following struct go on the same line
Ran Sun
2023-07-25
drm/radeon: ERROR: "foo * bar" should be "foo *bar"
Ran Sun
2023-07-25
drm/radeon: Prefer dev_* variant over printk
Srinivasan Shanmugam
2023-07-25
drm/radeon: Fix style issues in radeon _encoders.c & _gart.c
Srinivasan Shanmugam
2023-07-25
drm/radeon: Avoid externs & do not initialize globals to 0 in radeon_drv.c
Srinivasan Shanmugam
2023-07-24
drm: Remove flag FBINFO_DEFAULT from fbdev emulation
Thomas Zimmermann
2023-07-21
drm/radeon: Prefer pr_err/_info over printk
Srinivasan Shanmugam
2023-07-17
Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2023-07-12
drm/radeon: ERROR: "(foo*)" should be "(foo *)"
Ran Sun
2023-07-12
drm/radeon: ERROR: that open brace { should be on the previous line
Ran Sun
2023-07-12
drm/radeon: ERROR: "(foo*)" should be "(foo *)"
Ran Sun
2023-07-12
drm/radeon: ERROR: "(foo*)" should be "(foo *)"
Ran Sun
2023-07-12
drm/radeon: ERROR: "foo * bar" should be "foo *bar"
Ran Sun
2023-07-11
drm/client: Send hotplug event after registering a client
Thomas Zimmermann
2023-06-29
Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
[next]