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
/
staging
/
xgifb
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-31
Fix common misspellings
Lucas De Marchi
2
-2
/
+2
2011-03-14
staging: xgifb: clean up register function variable names
Aaro Koskinen
1
-13
/
+13
2011-03-14
staging: xgifb: clean up register access types
Aaro Koskinen
2
-18
/
+15
2011-03-14
staging: xgifb: rename XGINew_SetRegAND() to xgifb_reg_and()
Aaro Koskinen
4
-31
/
+31
2011-03-14
staging: xgifb: rename XGINew_SetRegANDOR() to xgifb_reg_and_or()
Aaro Koskinen
5
-200
/
+200
2011-03-14
staging: xgifb: rename XGINew_SetRegOR() to xgifb_reg_or()
Aaro Koskinen
5
-45
/
+45
2011-03-14
staging: xgifb: rename XGINew_GetReg1() to xgifb_reg_get()
Aaro Koskinen
5
-168
/
+168
2011-03-14
staging: xgifb: rename XGINew_SetReg1() to xgifb_reg_set()
Aaro Koskinen
6
-663
/
+657
2011-03-14
staging: xgifb: replace XGINew_SetReg4() with outl()
Aaro Koskinen
3
-10
/
+4
2011-03-14
staging: xgifb: replace XGINew_SetReg3() with outb()
Aaro Koskinen
4
-42
/
+33
2011-03-14
staging: xgifb: replace XGINew_GetReg3() with inl()
Aaro Koskinen
3
-14
/
+4
2011-03-14
staging: xgifb: replace XGINew_GetReg2() with inb()
Aaro Koskinen
3
-35
/
+25
2011-03-14
staging: xgifb: vb_util: delete commented-out code
Aaro Koskinen
2
-36
/
+0
2011-03-14
staging: xgifb: vb_util: include the .h file
Aaro Koskinen
1
-14
/
+1
2011-03-14
staging: xgifb: replace DelayUS() with udelay()
Aaro Koskinen
1
-44
/
+39
2011-03-14
staging: xgifb: use mdelay() for millisecond delays
Aaro Koskinen
1
-3
/
+3
2011-03-14
staging: xgifb: delete incorrect I/O mapping
Aaro Koskinen
2
-8
/
+0
2011-03-14
staging: xgifb: delete redundant extended register access enable
Aaro Koskinen
1
-4
/
+0
2011-03-14
staging: xgifb: delete unused LINUXBIOS code
Aaro Koskinen
2
-29
/
+0
2011-03-14
staging: xgifb: eliminate redudant chip type >= XG40 checks
Aaro Koskinen
5
-102
/
+36
2011-03-14
staging: xgifb: delete dead code for chip types < XG40
Aaro Koskinen
2
-222
/
+3
2011-03-14
staging: xgifb: delete unsupported chip types
Aaro Koskinen
2
-44
/
+5
2011-03-14
staging: xgifb: vb_setmode: move functions to avoid forward declarations
Aaro Koskinen
1
-2279
/
+2166
2011-03-14
staging: xgifb: vb_init: move functions to avoid forward declarations
Aaro Koskinen
1
-447
/
+428
2011-03-14
staging: xgifb: vb_ext: move functions to avoid forward declarations
Aaro Koskinen
1
-164
/
+156
2011-03-09
staging: xgifb: vb_init: make internal functions static
Aaro Koskinen
2
-28
/
+26
2011-03-09
staging: xgifb: vb_init: delete unused functions
Aaro Koskinen
1
-1014
/
+0
2011-03-09
staging: xgifb: vb_init: delete redundant declarations
Aaro Koskinen
1
-21
/
+0
2011-03-09
staging: xgifb: vb_ext: make internal functions static
Aaro Koskinen
1
-9
/
+9
2011-03-09
staging: xgifb: vb_ext: delete unused functions
Aaro Koskinen
2
-440
/
+0
2011-03-09
staging: xgifb: vb_ext: delete redundant declarations
Aaro Koskinen
1
-17
/
+0
2011-03-09
staging: xgifb: vb_setmode: include the .h file
Aaro Koskinen
1
-42
/
+1
2011-03-09
staging: xgifb: vb_setmode: make internal functions static
Aaro Koskinen
2
-200
/
+176
2011-03-09
staging: xgifb: delete nomax module parameter
Aaro Koskinen
1
-9
/
+0
2011-03-09
staging: xgifb: delete bIntegratedMMEnabled
Aaro Koskinen
3
-19
/
+0
2011-03-09
staging: xgifb: delete bSkipSense
Aaro Koskinen
2
-25
/
+21
2011-03-09
staging: xgifb: delete unused fields from xgi_hw_device_info
Aaro Koskinen
2
-33
/
+0
2011-03-09
staging: xgifb: delete offscreen memory management
Aaro Koskinen
3
-367
/
+0
2011-03-09
staging: xgifb: delete command queue selection/init
Aaro Koskinen
2
-258
/
+0
2011-03-09
staging: xgifb: delete HW cursor memory allocation
Aaro Koskinen
2
-26
/
+0
2011-03-07
staging: xgifb: remove private ioctls
Aaro Koskinen
3
-259
/
+0
2011-02-28
staging: xgifb: delete unused module parameter "noaccel"
Aaro Koskinen
1
-6
/
+0
2011-02-28
staging: xgifb: delete XGI_accel.[ch]
Aaro Koskinen
4
-602
/
+1
2011-02-28
staging: xgifb: eliminate "accel" field from video_info
Aaro Koskinen
2
-10
/
+0
2011-02-28
staging: xgifb: eliminate fbcon_XGI_fillrect()
Aaro Koskinen
4
-14
/
+1
2011-02-28
staging: xgifb: eliminate fbcon_XGI_copyarea()
Aaro Koskinen
4
-14
/
+1
2011-02-23
staging: xgifb: delete redundant XGIhw_ext fields
Aaro Koskinen
2
-28
/
+0
2011-02-23
staging: xgifb: delete dead code for skipping the video memory sizing
Aaro Koskinen
3
-23
/
+3
2011-02-23
Staging: xgifb: Remove unused function fbcon_XGI_sync
Javier Martinez Canillas
3
-7
/
+0
2011-02-23
Staging: xgifb: Remove unused spinlock in struct video_info
Javier Martinez Canillas
1
-3
/
+0
[next]