summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2011-04-13Unrevert the FS.base diff: the issues were actually elsewherePhilip Guenthe
2011-04-10Merge viapm and viaenvAlexandr Shadchin
2011-04-10Extend the PCI memory address space to 36-bit. The first BIOSen that assignMark Kettenis
2011-04-10Revert bulk of the FS.base diff, as it causes issues on some machinesPhilip Guenthe
2011-04-09don't tell the inline assembly here it will take a 64 bit io portJonathan Gray
2011-04-08remove uneeded inlines here as was done in rev 1.24 ofJonathan Gray
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2011-04-06The various read*label() have stopped returning error strings for quiteMiod Vallat
2011-04-05Add support for per-rthread base-offset for the %fs selector on amd64.Philip Guenthe
2011-04-03Move PPWAIT flag from struct proc to process, so that rthreads inPhilip Guenthe
2011-04-03Re-enable bce(4) now that it is fixed.Claudio Jeker
2011-04-02just some spaces; no binary change.Marco Peereboom
2011-04-02Remove the AMD GART based iommu code.Owain Ainsworth
2011-04-02Enable bigmem by default on amd64.Bob Beck
2011-04-02Constraint checking - ensure that physical addresses for dma are belowBob Beck
2011-04-01Fix comment: amd64's list of callee-saved registers isn't the same as i386Philip Guenthe
2011-03-24remove whitespaceRobert Nagy
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2011-03-22renegade spaces; no binary changeMarco Peereboom
2011-03-20When reading MXCSR from userland sigcontext or a ptrace request,Philip Guenthe
2011-03-19Make amd64/i386 installboot error out if /boot would cross theKenneth R Westerback
2011-03-18Old-style MTRRs were never used on amd64, so remove the remaining tracesPhilip Guenthe
2011-03-17Make the various findopenbsd() functions non-recursive, eliminatingKenneth R Westerback
2011-03-15Bunch of white space and style adjustments to make amd64 versionKenneth R Westerback
2011-03-14Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB forKenneth R Westerback
2011-03-14Fix spelling in commentPhilip Guenthe
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
2011-03-12Implement swap64 with the bswapq instruction. (Commit stolen from mikeb@)Philip Guenthe
2011-03-11Zap stack garbage before passing buffer to biosd_io(), which mayKenneth R Westerback
2011-03-11Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do.Paul Irofti
2011-03-08Fix extended partition searching so we don't get lost. The offsetKenneth R Westerback
2011-03-06The global_int information acpi collects is not used by amd64.Theo de Raadt
2011-03-02- change recieved -> received in comments, as well as two unused definesJasper Lievisse Adriaanse
2011-02-26Force the DUID cache used to generate hw.disknames to be updatedKenneth R Westerback
2011-02-17Disable sbt and ubt devices. The bluetooth code will sometimes sleep whileMiod Vallat
2011-01-28you use ; to end a statement, not a :.David Gwynne
2011-01-27Atom uses the same value for bus clock 200 MHz as Core, thoughJonathan Gray
2011-01-23Add support to installboot(8) for installing biosboot(8) and boot(8) onJoel Sing
2011-01-14- use nitems()Jasper Lievisse Adriaanse
2011-01-13set lkm_end to the end of the jumpable virtual space; tested by me and marcoMike Belopuhov
2011-01-12use explicit_bzero() for the session, in drivers where struct sessionTheo de Raadt
2011-01-11for key material that is being being discarded, convert bzero() toTheo de Raadt
2011-01-10Only use MMCFG extended PCIe config space. Gets us back the on-CPU PCI devic...Mark Kettenis
2011-01-09Only use memory mapped extended PCIe config space access for the bussesMark Kettenis
2011-01-08The Ubiquiti WiFiStation EXT works on the Sun Blade 1500.Damien Bergamini
2011-01-04Add support for Memory Mapped Configuration space access. This gives usMark Kettenis
2010-12-30If genassym fails, sort on the pipeline will indicate no error resultingTheo de Raadt
2010-12-30add a simple __va_copy inside ifdef lint, from tim van der molen.Ted Unangst
2010-12-29Bus clock doesn't matter on the Xeon 3600/5600 and Xeon 6500/7500, so don'tMark Kettenis
2010-12-27Correct x86_atomic_*_ul() to operate on 64bit integers, eliminatePhilip Guenthe