index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
aty
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-07
fbdev: atyfb: Check if pll_ops->init_pll failed
Daniel Palmer
1
-2
/
+6
2023-11-08
fbdev: atyfb: only use ioremap_uc() on i386 and ia64
Arnd Bergmann
1
-0
/
+4
2020-09-18
fbdev: aty: remove CONFIG_PM container
Vaibhav Gupta
1
-2
/
+2
2020-09-08
fbdev: radeonfb: use generic power management
Vaibhav Gupta
3
-14
/
+35
2020-09-08
video: fbdev: aty: radeon_pm: remove redundant CONFIG_PM container
Vaibhav Gupta
1
-2
/
+0
2020-09-08
video: fbdev: radeon: Fix memleak in radeonfb_pci_register
Dinghao Liu
1
-1
/
+1
2020-09-08
fbdev: aty128fb: use generic power management
Vaibhav Gupta
1
-17
/
+34
2020-09-08
fbdev: aty: use generic power management
Vaibhav Gupta
1
-14
/
+36
2020-08-03
fbdev: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-3
/
+3
2020-06-01
video: fbdev: Use IS_BUILTIN
Joe Perches
3
-16
/
+3
2020-05-06
fbdev: aty: use true, false for bool variables in atyfb_base.c
Jason Yan
1
-2
/
+2
2020-04-17
video: fbdev: aty128fb: remove unused 'sdr_64'
Jason Yan
1
-14
/
+0
2020-03-20
fbdev: aty: fix -Wextra build warning
Randy Dunlap
1
-1
/
+1
2020-03-02
video: fbdev: radeon: Remove dead code
Souptick Joarder
1
-16
/
+0
2020-03-02
video: fbdev: atyfb: remove set but not used variable 'mach64RefFreq'
yu kuai
1
-2
/
+1
2020-03-02
video: fbdev: radeonfb: remove set but not used variable 'bytpp'
yu kuai
1
-2
/
+1
2020-03-02
video: fbdev: radeonfb: remove set but not used variable '‘cSync’'
yu kuai
1
-3
/
+1
2020-03-02
video: fbdev: radeonfb: remove set but not used variable 'vSyncPol'
yu kuai
1
-3
/
+1
2020-03-02
video: fbdev: radeonfb: remove set but not used variable 'hSyncPol'
yu kuai
1
-2
/
+1
2019-12-17
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
5
-8
/
+8
2019-12-05
video: constify fb ops across all drivers
Jani Nikula
2
-2
/
+2
2019-12-05
video: fbdev: atyfb: modify the static fb_ops directly
Jani Nikula
3
-6
/
+6
2019-12-03
Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2019-11-20
PCI/PM: Avoid exporting __pci_complete_power_transition()
Rafael J. Wysocki
1
-1
/
+1
2019-10-23
compat_ioctl: move ATYFB_CLK handling to atyfb driver
Arnd Bergmann
1
-1
/
+11
2019-08-19
video: fbdev: aty[128]fb: Remove dead code
Souptick Joarder
2
-47
/
+0
2019-08-19
video: fbdev: radeonfb: Use dev_get_drvdata
Chuhong Yuan
1
-4
/
+2
2019-07-09
Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linux
Linus Torvalds
3
-77
/
+7
2019-06-28
video: fbdev: don't print error message on framebuffer_alloc() failure
Bartlomiej Zolnierkiewicz
3
-11
/
+6
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-06-12
fbdev/atyfb: lock_fb_info can't fail
Daniel Vetter
1
-2
/
+1
2019-06-12
fbdev/aty128fb: Remove dead code
Daniel Vetter
1
-64
/
+0
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-02-08
fbdev: Use of_node_name_eq for node name comparisons
Rob Herring
1
-3
/
+3
2018-10-08
atyfb: fix debugging printks
Mikulas Patocka
1
-16
/
+20
2018-10-08
mach64: optimize wait_for_fifo
Mikulas Patocka
2
-5
/
+11
2018-10-08
mach64: fix image corruption due to reading accelerator registers
Mikulas Patocka
1
-13
/
+9
2018-10-08
mach64: fix display corruption on big endian machines
Mikulas Patocka
1
-3
/
+3
2018-10-08
mach64: detect the dot clock divider correctly on sparc
Mikulas Patocka
3
-9
/
+11
2018-04-24
video: fbdev: aty: radeon_pm: Replace mdelay with msleep in radeonfb_pci_suspend
Jia-Ju Bai
1
-4
/
+4
2018-04-24
video: fbdev: aty: aty128fb: Replace mdelay with msleep in aty128_set_suspend
Jia-Ju Bai
1
-1
/
+1
2018-03-28
video: fbdev: aty128fb: use true and false for boolean values
Gustavo A. R. Silva
1
-1
/
+1
2018-03-28
fbdev: aty: fix missing indentation in if statement
Colin Ian King
1
-1
/
+1
2018-03-12
fbdev: Fix loading of module radeonfb on PowerMac
Mathieu Malaterre
1
-0
/
+21
2018-01-04
fbdev: radeon: use ktime_get() for HZ calibration
Arnd Bergmann
1
-11
/
+7
2017-11-20
Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linux
Linus Torvalds
3
-8
/
+9
2017-11-10
video: fbdev: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+3
2017-11-09
video: fbdev: aty: radeon_pm: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
12
-0
/
+12
2017-10-12
video: fbdev: radeon: make const array post_divs static, reduces object code ...
Colin Ian King
1
-1
/
+1
[next]