summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/linux
AgeCommit message (Expand)AuthorFilesLines
2014-01-12xfree86 warning reductionKeith Packard3-8/+7
2013-11-06ARM64: Add support for aarch64Andreas Schwab1-1/+2
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2013-04-24Merge remote-tracking branch 'whot/for-keith'Keith Packard1-26/+7
2013-04-12xfree86: Revert workaround for drm race condition.Bryce Harrington1-24/+6
2013-04-12xfree86: change a log messagePeter Hutterer1-2/+1
2013-04-12xf86: don't hotplug output devices while VT switched.Dave Airlie1-5/+40
2013-04-08xfree86: Be verbose if waiting on opening the drm deviceBryce Harrington1-1/+4
2013-04-08xfree86: Fix race condition failure opening drm.Bryce Harrington1-0/+6
2013-04-08xfree86: Keep trying to set interface on drm for 2 seconds.Bryce Harrington1-5/+15
2013-04-08xfree86: Provide more details on failureBryce Harrington1-1/+3
2013-04-08xfree86: Track error code and add label for error handling.Bryce Harrington1-4/+6
2013-04-08xfree86: (Cleanup) Close fd if drm interface 1.4 could not be set.Bryce Harrington1-0/+1
2013-02-08xfree86: bail on misformed acpi strings (#73227)Ted Felix1-3/+6
2012-11-19linux: Prefer ioctl(KDSKBMUTE, 1) over ioctl(KDSKBMODE, K_OFF)Adam Jackson1-10/+23
2012-09-20linux: Make failure to iopl non-fatalAdam Jackson1-5/+2
2012-09-20linux: Refactor xf86{En,Dis}ableIOAdam Jackson1-34/+48
2012-08-06Fix up formatting of initializers for arrays of structsAlan Coopersmith1-17/+14
2012-07-06xfree86: add platform bus hotplug support (v3)Dave Airlie1-0/+49
2012-07-06xfree86: use udev to provide device enumeration for kms devices (v10)Dave Airlie2-1/+131
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie2-23/+22
2012-03-22xfree86: remove out-of-date commentPeter Hutterer1-3/+0
2012-03-21Introduce a consistent coding styleKeith Packard11-1556/+1586
2012-01-09linux: Use K_OFF VT KB mode over K_RAW if available.Arthur Taylor1-6/+13
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith1-1/+1
2011-11-18xfree86: Fix powerpc build with -Werror=int-to-pointer-cast -Werror=pointer-t...Jeremy Huddleston1-4/+4
2011-10-29Move check definition MAP_FAILED in xf86_OSlib.hAlexandr Shadchin1-4/+0
2011-10-19Merge remote-tracking branch 'whot/for-keith'Keith Packard1-8/+6
2011-10-18Fix drain_console unregistrationTomáš Trnka1-8/+6
2011-10-15configure: change PCI function checking by a meaningful version of the libraryTiago Vignatti1-3/+0
2011-10-15linux: Remove ia64 domain I/O support codeAdam Jackson1-4/+0
2011-09-16xfree86: move -novtswitch & -sharevts argument handling up to common layerAlan Coopersmith1-19/+6
2011-04-22linux: Retry VT ioctls while errno == EINTRAaron Plattner1-34/+49
2010-12-31XFree86: Linux: AGP: Fix void-pointer-arithmetic warningDaniel Stone1-1/+1
2010-12-31linux: warning fixAdam Jackson1-1/+1
2010-11-30linux: Refactor VT switch on {re,}generation and shutdownAdam Jackson1-24/+14
2010-11-30linux: Don't muck about with tty permissionsAdam Jackson1-62/+0
2010-11-30linux: Remove redundant variableAdam Jackson1-5/+3
2010-11-19linux: Fix CPU usage bug in console fd flushingAdam Jackson1-1/+5
2010-11-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer1-0/+2
2010-11-10Do not trap access to timer and keyboardSamuel Thibault1-0/+2
2010-10-15Merge branch 'master' into input-apiPeter Hutterer1-2/+3
2010-09-23xfree86: nds32: add nds32 definition for support linux video related io.Macpaul Lin1-2/+3
2010-09-10xfree86: add a hook to replace the new console handler.Peter Hutterer1-3/+1
2010-09-10linux: Don't lose console events on non-evdev drivers (#29969)Thomas Hellstrom1-2/+3
2010-09-09linux: Don't lose console events on non-evdev drivers (#29969)Thomas Hellstrom1-2/+3
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov2-7/+7
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov3-15/+15
2009-11-16Use glibc's in/out routinesMatt Turner4-212/+5
2009-11-06Remove lnx_font.c and lnx.hMatt Turner6-328/+2