index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
aty
Age
Commit message (
Expand
)
Author
Files
Lines
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-21
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
2017-10-12
video: fbdev: aty: make const arrays static, reduces object code size
Colin Ian King
1
-2
/
+2
2017-09-04
video: fbdev: aty: do not leak uninitialized padding in clk to userspace
Vladis Dronov
1
-1
/
+1
2017-09-04
video: fbdev: make fb_videomode const
Bhumika Goyal
2
-2
/
+2
2017-08-18
video: fbdev: add const to bin_attribute structures
Bhumika Goyal
1
-2
/
+2
2017-08-01
video: fbdev: aty128fb: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-08-01
video: fbdev: atyfb: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-08-01
video: fbdev: radeon: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-07-12
atyfb: hide unused variable
Arnd Bergmann
1
-2
/
+2
2017-07-04
video: fbdev: aty: remove useless variable assignments in aty_var_to_crtc()
Gustavo A. R. Silva
1
-6
/
+0
2017-03-21
drivers/video: Convert remaining uses of pr_warning to pr_warn
Joe Perches
1
-2
/
+2
2017-02-28
scripts/spelling.txt: add "applys" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2016-09-27
video: fbdev: constify fb_fix_screeninfo and fb_var_screeninfo structures
Julia Lawall
3
-5
/
+5
2016-02-06
PCI: Remove includes of asm/pci-bridge.h
Bjorn Helgaas
2
-2
/
+0
2015-10-08
radeonfb: Deinline large functions
Denys Vlasenko
2
-131
/
+146
2015-08-25
Merge tag 'v4.2-rc8' into x86/mm, before applying new changes
Ingo Molnar
3
-54
/
+13
2015-07-21
drivers/video/fbdev/atyfb: Use arch_phys_wc_add() and ioremap_wc()
Luis R. Rodriguez
2
-32
/
+8
2015-07-21
drivers/video/fbdev/atyfb: Replace MTRR UC hole with strong UC
Luis R. Rodriguez
2
-23
/
+14
2015-07-21
drivers/video/fbdev/atyfb: Clarify ioremap() base and length used
Luis R. Rodriguez
1
-1
/
+15
2015-07-21
drivers/video/fbdev/atyfb: Carve out framebuffer length fudging into a helper
Luis R. Rodriguez
1
-8
/
+15
2015-06-03
video: fbdev: aty: use arch_phys_wc_add() and ioremap_wc()
Luis R. Rodriguez
1
-30
/
+6
2015-05-29
video: fbdev: radeonfb: use arch_phys_wc_add() and ioremap_wc()
Luis R. Rodriguez
2
-24
/
+7
2015-03-17
fbdev: radeon: replace PPC_OF with PPC
Kevin Hao
4
-32
/
+32
2015-03-17
fbdev: aty128fb: replace PPC_OF with PPC
Kevin Hao
1
-2
/
+2
2015-01-13
atyfb: mark DMI system id table as __initconst
Mathias Krause
1
-3
/
+6
2014-08-26
video: fbdev: aty: use c99 initializers in structures
Julia Lawall
1
-8
/
+55
2014-06-23
backlight: Remove trivial get_brightness implementations
Andrzej Hajda
3
-18
/
+0
2014-04-17
fbdev: move fbdev core files to separate directory
Tomi Valkeinen
1
-1
/
+1
[next]