index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
via
/
viafbdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-20
Merge branch 'viafb-next' of git://git.lwn.net/linux-2.6
Linus Torvalds
1
-94
/
+87
2010-05-11
viafb: move some include files to include/linux
Jonathan Corbet
1
-2
/
+2
2010-05-07
viafb: make procfs entries optional
Florian Tobias Schandinat
1
-0
/
+8
2010-05-07
viafb: fix proc entry removal
Florian Tobias Schandinat
1
-6
/
+7
2010-05-07
viafb: unify modesetting functions
Florian Tobias Schandinat
1
-8
/
+9
2010-05-07
viafb: Separate global and fb-specific data
Jonathan Corbet
1
-31
/
+23
2010-05-07
viafb: Move core stuff into via-core.c
Jonathan Corbet
1
-55
/
+14
2010-04-27
viafb: rework the I2C support in the VIA framebuffer driver
Harald Welte
1
-3
/
+3
2010-04-20
viafb: Unmap the frame buffer on initialization error
Jonathan Corbet
1
-1
/
+3
2010-04-20
viafb: use proper pci config API
Harald Welte
1
-0
/
+4
2010-04-20
viafb: Fix various resource leaks during module_init()
Harald Welte
1
-13
/
+39
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-12
viafb: support color depth 15 and 30
Florian Tobias Schandinat
1
-18
/
+25
2010-03-12
viafb: rework color setting
Florian Tobias Schandinat
1
-212
/
+25
2010-03-12
viafb: some virtual_xres handling fixes
Florian Tobias Schandinat
1
-8
/
+4
2010-03-12
viafb: rework color checking
Florian Tobias Schandinat
1
-5
/
+56
2010-03-12
viafb: make some variables a bit less global
Florian Tobias Schandinat
1
-2
/
+7
2010-03-12
viafb: introduce strict parameter checking
Florian Tobias Schandinat
1
-29
/
+38
2010-03-12
viafb: make viafb_set_par more dual framebuffer compatible
Florian Tobias Schandinat
1
-5
/
+15
2010-03-12
viafb: video address setting revisited
Florian Tobias Schandinat
1
-8
/
+15
2010-03-12
viafb: reorder initialization for dual framebuffer mode
Florian Tobias Schandinat
1
-3
/
+3
2010-03-12
viafb: yet another dead code removal
Florian Tobias Schandinat
1
-2
/
+0
2010-03-12
viafb: split global index up
Florian Tobias Schandinat
1
-36
/
+13
2010-03-12
viafb: deprecate private ioctls
Florian Tobias Schandinat
1
-0
/
+1
2010-01-16
viafb: do modesetting after updating variables
Erik-Jan Post
1
-4
/
+3
2010-01-16
viafb: fix LCD hardware cursor regression
Florian Tobias Schandinat
1
-1
/
+3
2009-12-17
drivers/video/via/viafbdev.c: correct code taking the size of a pointer
Julia Lawall
1
-2
/
+2
2009-12-16
drivers/video/via/viafbdev.c: fix oops with no /proc
Dan Carpenter
1
-1
/
+1
2009-09-23
viafb: pass reference to pci device when calling framebuffer_alloc()
Harald Welte
1
-2
/
+3
2009-09-23
viafb: make viafb a first-class citizen using pci_driver
Harald Welte
1
-8
/
+44
2009-09-23
viafb: add support for the VX855 chipset
Harald Welte
1
-1
/
+2
2009-09-23
viafb: use read-only mode parsing
Florian Tobias Schandinat
1
-19
/
+25
2009-09-23
viafb: make module parameters visible in sysfs
Harald Welte
1
-21
/
+22
2009-09-23
viafb: hardware acceleration initialization cleanup
Florian Tobias Schandinat
1
-44
/
+36
2009-09-23
viafb: improve pitch handling
Florian Tobias Schandinat
1
-3
/
+0
2009-09-23
viafb: cleanup viafb_cursor
Florian Tobias Schandinat
1
-121
/
+65
2009-09-23
viafb: switch to seq_file
Alexey Dobriyan
1
-69
/
+110
2009-09-23
viafb: 2D engine rewrite
Florian Tobias Schandinat
1
-166
/
+60
2009-09-23
viafb: improve viafb_par
Florian Tobias Schandinat
1
-22
/
+13
2009-09-23
viafb: another small cleanup of viafb_par
Florian Tobias Schandinat
1
-5
/
+4
2009-09-23
viafb: remove unused video device stuff
Florian Tobias Schandinat
1
-77
/
+0
2009-09-23
viafb: clean up virtual memory handling
Florian Tobias Schandinat
1
-19
/
+8
2009-09-23
viafb: clean up duoview
Florian Tobias Schandinat
1
-16
/
+2
2009-09-23
viafb: remove duplicated mode information
Florian Tobias Schandinat
1
-49
/
+8
2009-09-23
viafb: fix ioremap_nocache error handling
Florian Tobias Schandinat
1
-1
/
+5
2009-09-23
viafb: split viafb_set_start_addr up
Florian Tobias Schandinat
1
-8
/
+7
2009-09-23
viafb: merge viafb_update_viafb_par in viafb_update_fix
Florian Tobias Schandinat
1
-34
/
+10
2009-08-07
viafb: fix rmmod bug
Florian Tobias Schandinat
1
-54
/
+47
2009-05-12
viafb: make it work on x86_64
Harald Welte
1
-3
/
+3
2009-03-31
proc 2/2: remove struct proc_dir_entry::owner
Alexey Dobriyan
1
-5
/
+0
[next]