Age | Commit message (Expand) | Author | Files | Lines |
2018-06-11 | xfree86: Inline xf86{Read,Write}Mmio{8,16,32} on alpha | Matt Turner | 1 | -18/+49 |
2017-05-11 | Replace all checks for 'linux' macro with '__linux__' | Julien Cristau | 1 | -7/+7 |
2015-10-26 | xfree86: Use same inb/outb asm code for i386 amd64 and ia64 | Adam Jackson | 1 | -48/+1 |
2015-09-23 | compiler.h: Remove dead STANDALONE_MMIO | Matt Turner | 1 | -15/+0 |
2014-11-12 | Drop trailing whitespaces | Peter Hutterer | 1 | -2/+2 |
2014-07-28 | xfree86: Unify the ppc/sparc mmio-swap-or-not conditionals | Adam Jackson | 1 | -31/+8 |
2014-07-28 | xfree86: Clean up some silly __sparc macro usage | Adam Jackson | 1 | -2/+2 |
2014-07-28 | xfree86: Pull generic barrier() definition up to top level | Adam Jackson | 1 | -5/+5 |
2014-07-28 | xfree86: Remove MMIO_ONB* and friends | Adam Jackson | 1 | -187/+14 |
2014-07-28 | xfree86: Clean up powerpc barrier decls | Adam Jackson | 1 | -6/+1 |
2014-07-28 | xfree86: Simplify a bunch of OS and arch conditionals | Adam Jackson | 1 | -13/+6 |
2014-07-28 | xfree86: Remove pre-2.6 Linux ppc support | Adam Jackson | 1 | -7/+0 |
2014-07-28 | xfree86: Remove a useless !__SUNPRO_C guard | Adam Jackson | 1 | -2/+0 |
2014-07-28 | xfree86: Undef GCCUSESGAS | Adam Jackson | 1 | -54/+0 |
2014-07-28 | xfree86: Remove an unlikely bit of #pragma | Adam Jackson | 1 | -8/+0 |
2014-07-28 | xfree86: Undef __HIGHC__ | Adam Jackson | 1 | -6/+1 |
2014-07-28 | xfree86: Undef FAKEIT | Adam Jackson | 1 | -38/+2 |
2014-07-28 | xfree86: Remove a few random ppc decls | Adam Jackson | 1 | -4/+0 |
2014-07-28 | xfree86: Remove remaining unused unaligned accessors | Adam Jackson | 1 | -60/+1 |
2014-07-28 | xfree86: Move generic unaligned helpers into int10 code | Adam Jackson | 1 | -36/+0 |
2014-07-28 | xfree86: Remove unused unaligned int64 helpers | Adam Jackson | 1 | -63/+1 |
2014-07-28 | xfree86: Unspecialize gcc variants of unaligned memory access | Adam Jackson | 1 | -69/+0 |
2014-07-28 | xfree86: Undefine NO_INLINE | Adam Jackson | 1 | -8/+1 |
2014-07-28 | xfree86: Remove MMIO_MOVE32 | Adam Jackson | 1 | -13/+0 |
2014-07-28 | xfree86: Remove nds32_flush_icache | Adam Jackson | 1 | -17/+0 |
2014-06-02 | xtensa: add support for xtensa architecture | Max Filippov | 1 | -1/+4 |
2014-05-22 | ARC: Add support for ARC architecture | Alexey Brodkin | 1 | -2/+2 |
2014-04-21 | Fix hw/xfree86/common/compiler.h for mips64 | YunQiang Su | 1 | -1/+2 |
2013-11-06 | ARM64: Add support for aarch64 | Andreas Schwab | 1 | -1/+1 |
2012-06-05 | Provide prototypes for Mmio functions for Solaris Studio on SPARC | Alan Coopersmith | 1 | -0/+17 |
2012-03-21 | Introduce a consistent coding style | Keith Packard | 1 | -775/+749 |
2011-12-31 | linux/ia64: Fix regression after domain I/O support code removal. | Cyril Brulebois | 1 | -19/+0 |
2010-12-20 | Remove SCO support | Adam Jackson | 1 | -13/+0 |
2010-09-23 | xfree86: nds32: add nds32 support for compiler related mmio codes | Macpaul Lin | 1 | -0/+410 |
2010-09-23 | xfree86: nds32: add nds32 support for compiler specific codes | Macpaul Lin | 1 | -3/+3 |
2009-12-18 | Add platform compatibility defines for Sun Studio compilers | Alan Coopersmith | 1 | -0/+14 |
2009-11-16 | Use glibc's in/out routines | Matt Turner | 1 | -12/+13 |
2009-10-06 | Revert "alpha: kill xf86SlowBCopyToBus and xf86SlowBCopyFromBus" | Peter Hutterer | 1 | -0/+16 |
2009-09-11 | compiler.h: include <string.h> before using memmove() | Alan Coopersmith | 1 | -0/+2 |
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 |