index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
sis
Commit message (
Expand
)
Author
Age
Files
Lines
*
sisfb: use display information in info not in var for panning
Laurent Pinchart
2011-08-19
1
-20
/
+10
*
sisfb: add support for XGI Z9 DDR2 POST
Aaro Koskinen
2011-03-22
1
-9
/
+68
*
sisfb: move XGI POST DDR2 bootup code into subroutines
Aaro Koskinen
2011-03-22
1
-55
/
+84
*
sisfb: add RAM type detection for XGI Z9
Aaro Koskinen
2011-03-22
1
-1
/
+7
*
sisfb: add subroutine for detecting XGI Z9
Aaro Koskinen
2011-03-22
3
-0
/
+20
*
sisfb: move XGI POST RAM type detection into a subroutine
Aaro Koskinen
2011-03-22
1
-22
/
+35
*
sisfb: POST should fail if R/W test fails
Aaro Koskinen
2011-03-22
1
-5
/
+17
*
sisfb: eliminate compiler warnings
Aaro Koskinen
2010-12-22
2
-3
/
+3
*
sisfb: delete unused register I/O macros
Aaro Koskinen
2010-12-22
1
-53
/
+1
*
sisfb: replace setSISIDXREG with SiS_SetRegANDOR
Aaro Koskinen
2010-12-22
1
-47
/
+47
*
sisfb: replace andSISIDXREG with SiS_SetRegAND
Aaro Koskinen
2010-12-22
1
-33
/
+33
*
sisfb: replace orSISIDXREG with SiS_SetRegOR
Aaro Koskinen
2010-12-22
1
-36
/
+36
*
sisfb: replace outSISIDXREG with SiS_SetReg
Aaro Koskinen
2010-12-22
1
-315
/
+315
*
sisfb: replace inSISIDXREG with SiS_GetReg
Aaro Koskinen
2010-12-22
1
-128
/
+128
*
sisfb: replace outSISREG with SiS_SetRegByte
Aaro Koskinen
2010-12-22
1
-10
/
+10
*
sisfb: replace inSISREG with SiS_GetRegByte
Aaro Koskinen
2010-12-22
1
-9
/
+9
*
sisfb: change register I/O functions to use fixed size types
Aaro Koskinen
2010-12-22
2
-32
/
+32
*
sisfb: remove duplicate function declarations
Aaro Koskinen
2010-12-22
3
-25
/
+14
*
sisfb: delete HAVE_CONFIG_H checks
Aaro Koskinen
2010-12-22
2
-8
/
+0
*
sisfb: eliminate unused variable compiler warning
Aaro Koskinen
2010-12-22
1
-14
/
+16
*
sisfb: delete osdef.h
Aaro Koskinen
2010-11-24
5
-65
/
+0
*
sisfb: move the CONFIG warning to sis_main.c
Aaro Koskinen
2010-11-24
2
-5
/
+5
*
sisfb: replace SiS_SetMemory with memset_io
Aaro Koskinen
2010-11-24
2
-4
/
+2
*
sisfb: remove InPort/OutPort wrappers
Aaro Koskinen
2010-11-24
2
-40
/
+10
*
sisfb: use CONFIG_FB_SIS_301/315 instead of SIS301/315H
Aaro Koskinen
2010-11-24
6
-201
/
+193
*
sisfb: delete redudant #define SIS_LINUX_KERNEL
Aaro Koskinen
2010-11-24
7
-116
/
+0
*
sisfb: delete dead SIS_XORG_XF86 code
Aaro Koskinen
2010-11-24
7
-788
/
+0
*
sisfb: delete fallback code for pci_map_rom()
Aaro Koskinen
2010-11-24
1
-17
/
+0
*
sisfb: delete obsolete PCI ROM bug workaround
Aaro Koskinen
2010-11-24
1
-8
/
+0
*
sisfb: limit POST memory test according to PCI resource length
Aaro Koskinen
2010-11-10
1
-2
/
+6
*
drivers/video/sis/sis_main.c: prevent reading uninitialized stack memory
Dan Rosenberg
2010-09-22
1
-0
/
+3
*
sis: strcpy() => strlcpy()
Dan Carpenter
2010-05-25
1
-1
/
+1
*
fbdev: remove obsolete CONFIG_FB_SOFT_CURSOR
Christoph Egger
2010-03-12
1
-3
/
+0
*
fbdev: TV_PALN bit set twice in sisfb_detect_VB_connect()
Roel Kluin
2009-12-16
1
-1
/
+1
*
sisfb: change SiS_DDC_Port type to SISIOADDRESS
Aaro Koskinen
2009-09-23
1
-1
/
+1
*
sisfb: read buffer overflow
Roel Kluin
2009-09-23
1
-2
/
+2
*
sisfb: fix regression with uninitalized fb_info->mm_lock mutex
Krzysztof Helt
2009-07-06
1
-1
/
+0
*
fbdev: add mutex for fb_mmap locking
Krzysztof Helt
2009-06-30
1
-0
/
+2
*
fbdev: use framebuffer_release() for freeing fb_info structures
Krzysztof Helt
2009-06-16
1
-2
/
+2
*
sisfb: fix color component length for pseudocolor modes
Michal Januszewski
2009-04-13
1
-1
/
+1
*
video/sis/: remove compat code
Adrian Bunk
2008-07-24
9
-62
/
+17
*
fbdev: fix integer as NULL pointer warning
Harvey Harrison
2008-05-23
1
-1
/
+1
*
video: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-28
1
-1
/
+1
*
drivers/video: remove unnecessary pci_dev_put
Julia Lawall
2008-02-06
1
-1
/
+1
*
fix ! versus & precedence in various places
Alexey Dobriyan
2008-02-06
1
-1
/
+1
*
USB: sisusb: *_ioctl32_conversion functions do not exist in recent kernels
Fernando Luis Vázquez Cao
2008-02-01
2
-56
/
+0
*
video/sis/: fix negative array index
Adrian Bunk
2007-11-14
1
-1
/
+2
*
fbdev: change asm/uaccess.h to linux/uaccess.h
Krzysztof Helt
2007-10-16
1
-1
/
+1
*
sisfb: fix pseudo_palette array size and overrun
Antonino A. Daplas
2007-07-17
2
-1
/
+7
*
PCI: Change all drivers to use pci_device->revision
Auke Kok
2007-07-11
1
-1
/
+1
[next]