index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
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
2011-05-22
Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6
Linus Torvalds
1
-23
/
+39
2011-05-11
viafb: Automatic OLPC XO-1.5 configuration
Daniel Drake
1
-9
/
+30
2011-04-07
Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-36
/
+38
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-27
viafb: some small cleanup for global variables
Florian Tobias Schandinat
1
-9
/
+7
2011-03-22
viafb: kill crt_setting_information
Florian Tobias Schandinat
1
-5
/
+2
2011-03-21
viafb: initialize margins correct
Florian Tobias Schandinat
1
-20
/
+11
2011-03-17
viafb: refresh rate bug collection
Florian Tobias Schandinat
1
-17
/
+28
2011-03-09
video via: make local variables static
Stephen Hemminger
1
-3
/
+3
2011-01-26
console: rename acquire/release_console_sem() to console_lock/unlock()
Torben Hohn
1
-4
/
+4
2010-11-09
viafb: General power management infrastructure
Daniel Drake
1
-19
/
+15
2010-10-24
viafb: add initial VX900 support
Florian Tobias Schandinat
1
-2
/
+4
2010-10-24
viafb: fix hardware acceleration for suspend & resume
Florian Tobias Schandinat
1
-1
/
+3
2010-10-24
viafb: make suspend and resume work (on all machines?)
Florian Tobias Schandinat
1
-10
/
+0
2010-10-24
viafb: restore display on resume
Florian Tobias Schandinat
1
-0
/
+3
2010-10-24
Minimal support for viafb suspend/resume
Deepak Saxena
1
-0
/
+46
2010-09-24
viafb: rename output devices
Florian Tobias Schandinat
1
-5
/
+5
2010-09-24
viafb: add a mapping of supported output devices
Florian Tobias Schandinat
1
-0
/
+48
2010-09-24
viafb: introduce per output device power management
Florian Tobias Schandinat
1
-6
/
+10
2010-09-24
viafb: add interface for output device configuration
Florian Tobias Schandinat
1
-24
/
+151
2010-09-24
viafb: propagate __init and __devinit
Florian Tobias Schandinat
1
-4
/
+4
2010-07-23
viafb: fix accel_flags check_var bug
Florian Tobias Schandinat
1
-2
/
+2
2010-07-23
viafb: probe cleanups
Florian Tobias Schandinat
1
-24
/
+3
2010-07-23
viafb: remove ioctls which break the framebuffer interface
Florian Tobias Schandinat
1
-251
/
+0
2010-07-23
viafb: update fix before calculating depth
Florian Tobias Schandinat
1
-1
/
+1
2010-05-27
drivers/video/via: use memdup_user
Julia Lawall
1
-8
/
+3
2010-05-21
Merge branch 'viafb-next' of git://git.lwn.net/linux-2.6
Linus Torvalds
1
-94
/
+87
2010-05-12
viafb: move some include files to include/linux
Jonathan Corbet
1
-2
/
+2
2010-05-08
viafb: make procfs entries optional
Florian Tobias Schandinat
1
-0
/
+8
2010-05-08
viafb: fix proc entry removal
Florian Tobias Schandinat
1
-6
/
+7
2010-05-08
viafb: unify modesetting functions
Florian Tobias Schandinat
1
-8
/
+9
2010-05-08
viafb: Separate global and fb-specific data
Jonathan Corbet
1
-31
/
+23
2010-05-08
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-21
viafb: Unmap the frame buffer on initialization error
Jonathan Corbet
1
-1
/
+3
2010-04-21
viafb: use proper pci config API
Harald Welte
1
-0
/
+4
2010-04-21
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-13
viafb: support color depth 15 and 30
Florian Tobias Schandinat
1
-18
/
+25
2010-03-13
viafb: rework color setting
Florian Tobias Schandinat
1
-212
/
+25
2010-03-13
viafb: some virtual_xres handling fixes
Florian Tobias Schandinat
1
-8
/
+4
2010-03-13
viafb: rework color checking
Florian Tobias Schandinat
1
-5
/
+56
2010-03-13
viafb: make some variables a bit less global
Florian Tobias Schandinat
1
-2
/
+7
2010-03-13
viafb: introduce strict parameter checking
Florian Tobias Schandinat
1
-29
/
+38
2010-03-13
viafb: make viafb_set_par more dual framebuffer compatible
Florian Tobias Schandinat
1
-5
/
+15
2010-03-13
viafb: video address setting revisited
Florian Tobias Schandinat
1
-8
/
+15
2010-03-13
viafb: reorder initialization for dual framebuffer mode
Florian Tobias Schandinat
1
-3
/
+3
2010-03-13
viafb: yet another dead code removal
Florian Tobias Schandinat
1
-2
/
+0
2010-03-13
viafb: split global index up
Florian Tobias Schandinat
1
-36
/
+13
2010-03-13
viafb: deprecate private ioctls
Florian Tobias Schandinat
1
-0
/
+1
[next]