Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
120b9c14f464c445b20c05e81221ef83fdb5e55e
/
drivers
/
video
/
sis
d14b7a4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
39012f6
via: Remove bogus if check
by Alan Cox
· 12 years ago
c1f58f1
video/sis: Annotate SiS_DRAMType as __devinitconst
by Peter Huewe
· 13 years ago
3d7e5a9
video/sis: Remove unused structs SiS_SDRDRAM_TYPE/SiS_DDRDRAM_TYPE/SiS_DRAMType
by Peter Huewe
· 13 years ago
8e42a96
sisfb: use display information in info not in var for panning
by Laurent Pinchart
· 13 years ago
42dea903
sisfb: add support for XGI Z9 DDR2 POST
by Aaro Koskinen
· 14 years ago
c9982d5
sisfb: move XGI POST DDR2 bootup code into subroutines
by Aaro Koskinen
· 14 years ago
5e8700b
sisfb: add RAM type detection for XGI Z9
by Aaro Koskinen
· 14 years ago
929c972
sisfb: add subroutine for detecting XGI Z9
by Aaro Koskinen
· 14 years ago
74de5f4
sisfb: move XGI POST RAM type detection into a subroutine
by Aaro Koskinen
· 14 years ago
83ea0f1
sisfb: POST should fail if R/W test fails
by Aaro Koskinen
· 14 years ago
17d6ce1
sisfb: eliminate compiler warnings
by Aaro Koskinen
· 14 years ago
1147767
sisfb: delete unused register I/O macros
by Aaro Koskinen
· 14 years ago
ad78adb
sisfb: replace setSISIDXREG with SiS_SetRegANDOR
by Aaro Koskinen
· 14 years ago
667a8b4
sisfb: replace andSISIDXREG with SiS_SetRegAND
by Aaro Koskinen
· 14 years ago
27799d6
sisfb: replace orSISIDXREG with SiS_SetRegOR
by Aaro Koskinen
· 14 years ago
44b751b
sisfb: replace outSISIDXREG with SiS_SetReg
by Aaro Koskinen
· 14 years ago
e57d413
sisfb: replace inSISIDXREG with SiS_GetReg
by Aaro Koskinen
· 14 years ago
63e13f8
sisfb: replace outSISREG with SiS_SetRegByte
by Aaro Koskinen
· 14 years ago
1e1687d
sisfb: replace inSISREG with SiS_GetRegByte
by Aaro Koskinen
· 14 years ago
f48b964
sisfb: change register I/O functions to use fixed size types
by Aaro Koskinen
· 14 years ago
e68046b
sisfb: remove duplicate function declarations
by Aaro Koskinen
· 14 years ago
b5b7dda
sisfb: delete HAVE_CONFIG_H checks
by Aaro Koskinen
· 14 years ago
679c489
sisfb: eliminate unused variable compiler warning
by Aaro Koskinen
· 14 years ago
c07a1c6
sisfb: delete osdef.h
by Aaro Koskinen
· 14 years ago
1f8e6ee
sisfb: move the CONFIG warning to sis_main.c
by Aaro Koskinen
· 14 years ago
ec49ec3
sisfb: replace SiS_SetMemory with memset_io
by Aaro Koskinen
· 14 years ago
2ad2847
sisfb: remove InPort/OutPort wrappers
by Aaro Koskinen
· 14 years ago
f7854e5
sisfb: use CONFIG_FB_SIS_301/315 instead of SIS301/315H
by Aaro Koskinen
· 14 years ago
b6c30ca
sisfb: delete redudant #define SIS_LINUX_KERNEL
by Aaro Koskinen
· 14 years ago
e7d828a
sisfb: delete dead SIS_XORG_XF86 code
by Aaro Koskinen
· 14 years ago
f3fff73
sisfb: delete fallback code for pci_map_rom()
by Aaro Koskinen
· 14 years ago
8807236
sisfb: delete obsolete PCI ROM bug workaround
by Aaro Koskinen
· 14 years ago
32ed303
sisfb: limit POST memory test according to PCI resource length
by Aaro Koskinen
· 14 years ago
fd02db9
drivers/video/sis/sis_main.c: prevent reading uninitialized stack memory
by Dan Rosenberg
· 14 years ago
dbd536b
sis: strcpy() => strlcpy()
by Dan Carpenter
· 14 years ago
91d4e0a4
fbdev: remove obsolete CONFIG_FB_SOFT_CURSOR
by Christoph Egger
· 15 years ago
5ab9481
fbdev: TV_PALN bit set twice in sisfb_detect_VB_connect()
by Roel Kluin
· 15 years ago
532f649
sisfb: change SiS_DDC_Port type to SISIOADDRESS
by Aaro Koskinen
· 15 years ago
d63870d
sisfb: read buffer overflow
by Roel Kluin
· 15 years ago
cbad1cb
sisfb: fix regression with uninitalized fb_info->mm_lock mutex
by Krzysztof Helt
· 15 years ago
537a1bf
fbdev: add mutex for fb_mmap locking
by Krzysztof Helt
· 15 years ago
491bcc9
fbdev: use framebuffer_release() for freeing fb_info structures
by Krzysztof Helt
· 15 years ago
811a201
sisfb: fix color component length for pseudocolor modes
by Michal Januszewski
· 16 years ago
14aefd1
video/sis/: remove compat code
by Adrian Bunk
· 16 years ago
5e2daeb
fbdev: fix integer as NULL pointer warning
by Harvey Harrison
· 16 years ago
5ae1217
video: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
ea237a6
drivers/video: remove unnecessary pci_dev_put
by Julia Lawall
· 17 years ago
eaa0ff1
fix ! versus & precedence in various places
by Alexey Dobriyan
· 17 years ago
ed8a5d4
USB: sisusb: *_ioctl32_conversion functions do not exist in recent kernels
by Fernando Luis Vázquez Cao
· 17 years ago
a9e60e5
video/sis/: fix negative array index
by Adrian Bunk
· 17 years ago
84902b7
fbdev: change asm/uaccess.h to linux/uaccess.h
by Krzysztof Helt
· 17 years ago
000d533
sisfb: fix pseudo_palette array size and overrun
by Antonino A. Daplas
· 17 years ago
44c1013
PCI: Change all drivers to use pci_device->revision
by Auke Kok
· 17 years ago
0959f0c
drivers/video/sis/: remove more kernel 2.4 code
by Adrian Bunk
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
c30660ea
[PATCH] drivers/video/sis: Convert to generic boolean
by Richard Knutsson
· 18 years ago
b860e73
[PATCH] video SiS: remove unnecessary variables in SiS_DDC2Delay
by David Rientjes
· 18 years ago
fe27e67
[PATCH] drivers/video/sis/sis_main.h Removal of old code
by Michal Piotrowski
· 18 years ago
86702ad
[PATCH] drivers/video/sis/vgatypes.h: removal of old code
by Michal Piotrowski
· 18 years ago
4370409
[PATCH] drivers/video/sis/sis_main.c: removal of old code
by Michal Piotrowski
· 18 years ago
2dc3502
[PATCH] drivers/video/sis/sis_accel.h: removal of old code
by Michal Piotrowski
· 18 years ago
882e6af
[PATCH] drivers/video/sis/sis_accel.c: removal of old code
by Michal Piotrowski
· 18 years ago
31df9ee
[PATCH] drivers/video/sis/osdef.h: removal of old code
by Michal Piotrowski
· 18 years ago
db3affc
[PATCH] drivers/video/sis/init.h: removal of old code
by Michal Piotrowski
· 18 years ago
f8e3d4c
[PATCH] drivers/video/sis/initextlfb.c: removal of old code
by Michal Piotrowski
· 18 years ago
99dbb46
[PATCH] drivers/video/sis/init301.h: removal of old code
by Michal Piotrowski
· 18 years ago
894673e
[PATCH] tty: Remove include of screen_info.h from tty.h
by Jon Smirl
· 18 years ago
a8f340e
[PATCH] vt: Remove VT-specific declarations and definitions from tty.h
by Jon Smirl
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
9aaeded
typo fixes: bandwith -> bandwidth
by Adrian Bunk
· 18 years ago
31c5cdb
[PATCH] fbdev: cleanup the CONFIG_VIDEO_SELECT mess
by Adrian Bunk
· 18 years ago
e4ccde3
[PATCH] video/sis/init301.c:SiS_ChrontelDoSomething2(): remove dead code
by Adrian Bunk
· 19 years ago
67a6680
[PATCH] fbdev: Sanitize ->fb_ioctl prototype
by Christoph Hellwig
· 19 years ago
c465e05
[PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbcon
by Antonino A. Daplas
· 19 years ago
544393f
[PATCH] sisfb update
by Thomas Winischhofer
· 19 years ago
75c96f8
[PATCH] make some things static
by Adrian Bunk
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago