index
:
~mattst88/xserver
alpha-1.7-branch
bswap-cleanup
bswap-cleanup0
bswap-cleanup2
for-keith
ioaddress
mattst88's xserver repository
mattst88
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-17
Add configuration option for use of SIGIO handlers for input events
Alan Coopersmith
3
-1
/
+22
2009-09-16
dix: append "built-ins" to the font path in SetDefaultFontPath
Rémi Cardona
1
-16
/
+0
2009-09-16
xfree86: vgaarb: rework wrapping function
Tiago Vignatti
3
-62
/
+66
2009-09-11
compiler.h: include <string.h> before using memmove()
Alan Coopersmith
1
-0
/
+2
2009-09-11
xfree86: vgaarb: close and cleanup vga arbiter
Tiago Vignatti
1
-0
/
+2
2009-09-09
Use lowercase PCI vendor ID for NSC.
Martin-Éric Racine
1
-1
/
+1
2009-09-08
Added comment with the PCI device ID of Geode SCx200 series.
Martin-Éric Racine
1
-1
/
+1
2009-09-04
xfree86: silence some xf86dgaproto compiler warnings
Peter Hutterer
2
-3
/
+2
2009-09-04
xfree86: silence 'unused variable' compiler warning
Peter Hutterer
1
-1
/
+3
2009-09-04
Formatted recent Geode PCI ID changes to fit a 80-column coding style.
Martin-Éric Racine
1
-2
/
+3
2009-09-04
Further explained what the Geode PCI ID is all about as comments.
Martin-Éric Racine
1
-2
/
+2
2009-09-04
Removed unnecessary curly braces for Geode LX PCI ID.
Martin-Éric Racine
1
-2
/
+1
2009-09-04
Updated the PCI Vendor and Device IDs for all Geode variants.
Martin-Éric Racine
1
-5
/
+17
2009-09-02
vgaarb: protect fini as well just in case
Dave Airlie
1
-0
/
+2
2009-09-02
vgaarb: if arb init fails, make sure locking doesn't occur.
Dave Airlie
1
-0
/
+4
2009-08-31
alpha: kill xf86SlowBCopyToBus and xf86SlowBCopyFromBus
Matt Turner
1
-16
/
+0
2009-08-31
Remove unused ia64_flush_cache function
Matt Turner
1
-21
/
+0
2009-08-31
Simplify unaligned access code
Matt Turner
1
-257
/
+32
2009-08-31
Clean up unaligned access functions on alpha
Matt Turner
1
-113
/
+2
2009-08-31
Move unaligned access functions to common section
Matt Turner
1
-287
/
+299
2009-08-31
Remove unused arm_flush_cache function
Matt Turner
1
-10
/
+0
2009-08-31
Remove unused ppc_flush_icache function
Matt Turner
1
-11
/
+0
2009-08-31
Replace 8 nops with proper sync instruction on mips
Matt Turner
1
-10
/
+11
2009-08-31
Use sfence and mfence instructions on amd64
Matt Turner
1
-4
/
+2
2009-08-31
Add x86 barrier macros
Matt Turner
1
-1
/
+15
2009-08-31
define barrier macros as nops if not otherwise defined
Matt Turner
1
-28
/
+10
2009-08-31
Move memory barrier macros into common section
Matt Turner
1
-58
/
+89
2009-08-31
xfree86: remove _more_ RAC junk
Tiago Vignatti
1
-1
/
+0
2009-08-31
xfree86: shut up vgaarb warnings when server doesn't support it
Tiago Vignatti
1
-2
/
+2
2009-08-31
xfree86: removal of some dead code due VGA arbiter's inclusion
Tiago Vignatti
4
-23
/
+0
2009-08-28
xf86 ddx: add vga arbiter support.
Dave Airlie
9
-10
/
+1498
2009-08-27
xfree86: Remove xf86GetMotionEvents from public API.
Peter Hutterer
2
-10
/
+0
2009-08-20
xfree86: dump /proc/cmdline in the log on Linux
Adam Jackson
1
-0
/
+15
2009-08-20
xfree86: remove bus state change notification callback
Tiago Vignatti
4
-69
/
+0
2009-08-18
Sun bug 6872917: Xorg not querying /dev/fb when no xorg.conf exists
Alan Coopersmith
1
-1
/
+18
2009-08-18
xfree86: remove unused code (xf86Configure.c)
Tiago Vignatti
1
-2
/
+0
2009-08-18
xfree86: remove unaffected code (xf86Configure.c)
Tiago Vignatti
1
-8
/
+0
2009-08-18
xfree86: remove stupid macro (xf86Configure.c)
Tiago Vignatti
1
-24
/
+24
2009-08-18
xfree86: remove wrong commentary
Tiago Vignatti
1
-1
/
+0
2009-08-18
xfree86: header clean up (xf86Configure.c)
Tiago Vignatti
1
-16
/
+0
2009-08-18
xfree86: reorganize xf86Configure.c
Tiago Vignatti
1
-58
/
+97
2009-08-18
xfree86: remove unused PCI header
Tiago Vignatti
1
-1
/
+0
2009-08-13
Add new VT support for OpenSolaris & future Solaris releases
Aaron Zang
3
-0
/
+14
2009-08-13
Remove support for Solaris x86 releases older than Solaris 8
Alan Coopersmith
1
-9
/
+1
2009-08-05
xfree86: remove more RAC junky
Tiago Vignatti
3
-40
/
+0
2009-08-05
xfree86: reorganize pci code
Tiago Vignatti
1
-19
/
+1
2009-08-05
xfree86: remove unused functions
Tiago Vignatti
2
-88
/
+0
2009-08-03
xf86Xinput: xf86PostButtonEventP must set POINTER_ACCELERATE for relative eve...
Oliver McFadden
1
-4
/
+9
2009-07-30
xf86Xinput: Add the xf86Post(Proximity|Button|Key)EventP helper functions.
Oliver McFadden
2
-59
/
+91
2009-07-30
include: untangle events.h from the SDK headers.
Peter Hutterer
2
-1
/
+2
[next]