index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
sis
/
sis_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-29
framebuffer: Use fb_<level>
Joe Perches
1
-2
/
+2
2013-09-19
video: sisfb: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-4
/
+0
2013-01-03
Drivers: video: remove __dev* attributes.
Greg Kroah-Hartman
1
-88
/
+52
2012-05-08
video/sis: Annotate SiS_DRAMType as __devinitconst
Peter Huewe
1
-20
/
+21
2011-08-19
sisfb: use display information in info not in var for panning
Laurent Pinchart
1
-20
/
+10
2011-03-22
sisfb: add support for XGI Z9 DDR2 POST
Aaro Koskinen
1
-9
/
+68
2011-03-22
sisfb: move XGI POST DDR2 bootup code into subroutines
Aaro Koskinen
1
-55
/
+84
2011-03-22
sisfb: add RAM type detection for XGI Z9
Aaro Koskinen
1
-1
/
+7
2011-03-22
sisfb: add subroutine for detecting XGI Z9
Aaro Koskinen
1
-0
/
+18
2011-03-22
sisfb: move XGI POST RAM type detection into a subroutine
Aaro Koskinen
1
-22
/
+35
2011-03-22
sisfb: POST should fail if R/W test fails
Aaro Koskinen
1
-5
/
+17
2010-12-22
sisfb: eliminate compiler warnings
Aaro Koskinen
1
-1
/
+1
2010-12-22
sisfb: replace setSISIDXREG with SiS_SetRegANDOR
Aaro Koskinen
1
-47
/
+47
2010-12-22
sisfb: replace andSISIDXREG with SiS_SetRegAND
Aaro Koskinen
1
-33
/
+33
2010-12-22
sisfb: replace orSISIDXREG with SiS_SetRegOR
Aaro Koskinen
1
-36
/
+36
2010-12-22
sisfb: replace outSISIDXREG with SiS_SetReg
Aaro Koskinen
1
-315
/
+315
2010-12-22
sisfb: replace inSISIDXREG with SiS_GetReg
Aaro Koskinen
1
-128
/
+128
2010-12-22
sisfb: replace outSISREG with SiS_SetRegByte
Aaro Koskinen
1
-10
/
+10
2010-12-22
sisfb: replace inSISREG with SiS_GetRegByte
Aaro Koskinen
1
-9
/
+9
2010-12-22
sisfb: eliminate unused variable compiler warning
Aaro Koskinen
1
-14
/
+16
2010-11-24
sisfb: move the CONFIG warning to sis_main.c
Aaro Koskinen
1
-0
/
+5
2010-11-24
sisfb: delete fallback code for pci_map_rom()
Aaro Koskinen
1
-17
/
+0
2010-11-24
sisfb: delete obsolete PCI ROM bug workaround
Aaro Koskinen
1
-8
/
+0
2010-11-10
sisfb: limit POST memory test according to PCI resource length
Aaro Koskinen
1
-2
/
+6
2010-09-22
drivers/video/sis/sis_main.c: prevent reading uninitialized stack memory
Dan Rosenberg
1
-0
/
+3
2010-05-25
sis: strcpy() => strlcpy()
Dan Carpenter
1
-1
/
+1
2010-03-12
fbdev: remove obsolete CONFIG_FB_SOFT_CURSOR
Christoph Egger
1
-3
/
+0
2009-12-16
fbdev: TV_PALN bit set twice in sisfb_detect_VB_connect()
Roel Kluin
1
-1
/
+1
2009-09-23
sisfb: read buffer overflow
Roel Kluin
1
-2
/
+2
2009-07-06
sisfb: fix regression with uninitalized fb_info->mm_lock mutex
Krzysztof Helt
1
-1
/
+0
2009-06-30
fbdev: add mutex for fb_mmap locking
Krzysztof Helt
1
-0
/
+2
2009-06-16
fbdev: use framebuffer_release() for freeing fb_info structures
Krzysztof Helt
1
-2
/
+2
2009-04-13
sisfb: fix color component length for pseudocolor modes
Michal Januszewski
1
-1
/
+1
2008-07-24
video/sis/: remove compat code
Adrian Bunk
1
-34
/
+10
2008-05-23
fbdev: fix integer as NULL pointer warning
Harvey Harrison
1
-1
/
+1
2008-02-06
drivers/video: remove unnecessary pci_dev_put
Julia Lawall
1
-1
/
+1
2008-02-06
fix ! versus & precedence in various places
Alexey Dobriyan
1
-1
/
+1
2008-02-01
USB: sisusb: *_ioctl32_conversion functions do not exist in recent kernels
Fernando Luis Vázquez Cao
1
-48
/
+0
2007-11-14
video/sis/: fix negative array index
Adrian Bunk
1
-1
/
+2
2007-10-16
fbdev: change asm/uaccess.h to linux/uaccess.h
Krzysztof Helt
1
-1
/
+1
2007-07-17
sisfb: fix pseudo_palette array size and overrun
Antonino A. Daplas
1
-0
/
+6
2007-07-11
PCI: Change all drivers to use pci_device->revision
Auke Kok
1
-1
/
+1
2007-05-08
drivers/video/sis/: remove more kernel 2.4 code
Adrian Bunk
1
-85
/
+20
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-02-12
[PATCH] drivers/video/sis: Convert to generic boolean
Richard Knutsson
1
-107
/
+107
2006-10-03
[PATCH] drivers/video/sis/sis_main.c: removal of old code
Michal Piotrowski
1
-229
/
+3
2006-07-10
[PATCH] tty: Remove include of screen_info.h from tty.h
Jon Smirl
1
-1
/
+1
2006-07-10
[PATCH] vt: Remove VT-specific declarations and definitions from tty.h
Jon Smirl
1
-0
/
+6
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-26
[PATCH] fbdev: cleanup the CONFIG_VIDEO_SELECT mess
Adrian Bunk
1
-1
/
+1
[next]