summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2011-05-30Add mmuagp. a driver for the agp chipsets on early amd64 machines.Owain Ainsworth
2011-05-30Enable MSI on selected hardware. For now this means all Intel, AMD and NVIDIAMark Kettenis
2011-05-29Use k1x cpu scaling on all families 0x10 and above (the trend is likely toTheo de Raadt
2011-05-29Let this compile on kernels without acpicpu.Claudio Jeker
2011-05-29Don't attempt to use MSI if we're not running in APIC mode.Mark Kettenis
2011-05-28Remove out of data XXX comment.Mark Kettenis
2011-05-25Also enclose variable names with external linkage in __BEGIN_DECLS.Martynas Venckus
2011-05-24On OpenBSD, we've always attached scsibus(4) to umass(4), even forMatthew Dempsky
2011-05-23AMD K10/K11 pstate driver allows setperf and apm to change CPUClaudio Jeker
2011-05-21First stab at suporting Message Signaled Interrupts on amd64. UnfortunatelyMark Kettenis
2011-05-18Mention new alc(4) devices in commments. No active changes.Stuart Henderson
2011-05-17Use the same define checks as used in machdep.c for the trampoline code.Ariane van der Steldt
2011-05-06session id is only in the lower 32 bits of crp_sidMike Belopuhov
2011-04-28fenv improvements and cleanupsMartynas Venckus
2011-04-26Make amd64/i386 boot(8) pass the DUID of the selected boot device to theJoel Sing
2011-04-24Don't leak fd's in sr_installboot(). From cppcheck via Amit Kulkarni.Kenneth R Westerback
2011-04-23Add FE_DENORMAL to the exception list just like the comment aboveMartynas Venckus
2011-04-22Stop printing the PCI interrupt line programmed by the BIOS for APICMark Kettenis
2011-04-21fenv for amd64; from matthew@Martynas Venckus
2011-04-20Potential NULL deref in an error case spotted by chl on one copy;Theo de Raadt
2011-04-19add some more intel cpuid modelsJonathan Gray
2011-04-19use "orl" to test the return value from an interrupt handler not "orq"David Gwynne
2011-04-18Revert the sigacts diff: NFS can apparently retain pointers to processesPhilip Guenthe
2011-04-17bigmem works well enough on amd64; we do not need the knob to turn itTheo de Raadt
2011-04-16Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless ofKenneth R Westerback
2011-04-16More than a decade ago, interrupt handlers on sparc started returning 0Theo de Raadt
2011-04-15Remove dead assignment and newly created unused variable.Charles Longeau
2011-04-15In days of yore one could arbitrarily whack buffer flags. Those daysKenneth R Westerback
2011-04-15Correct the sharing of the signal handling state: stuff that shouldPhilip Guenthe
2011-04-15Convert the kernel Makefiles to autogenerate dependencies during compilationPhilip Guenthe
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