summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include
AgeCommit message (Expand)Author
2011-09-20Fix bogus comment. Okay miod@Paul Irofti
2011-09-08Provide namespace-safe alignment macros in <machine/_types.h>, withPhilip Guenthe
2011-09-08Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to.Philip Guenthe
2011-08-29Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99.Mark Kettenis
2011-08-18stray spaces; no binary changeMarco Peereboom
2011-07-10remove irrelevant commentsTheo de Raadt
2011-07-05remove comment: yes, they should be independentTheo de Raadt
2011-07-04Nuke the useless D_KQFILTER flag and just check that d_kqfilter isNicholas Marriott
2011-07-04Force the sigreturn syscall to return to userspace via iretq by settingPhilip Guenthe
2011-06-30ansi, no binary changeJonathan Gray
2011-06-16Raise the number of interrupt sources per CPU from 32 to 64. This effectivelyMark Kettenis
2011-06-05reduce unneccessary differences; ok kettenisTheo de Raadt
2011-05-30Remove the freelist member from vm_physsegOwain Ainsworth
2011-05-25Also enclose variable names with external linkage in __BEGIN_DECLS.Martynas Venckus
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-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-23Add FE_DENORMAL to the exception list just like the comment aboveMartynas Venckus
2011-04-21fenv for amd64; from matthew@Martynas Venckus
2011-04-16More than a decade ago, interrupt handlers on sparc started returning 0Theo de Raadt
2011-04-13Unrevert the FS.base diff: the issues were actually elsewherePhilip Guenthe
2011-04-10Revert bulk of the FS.base diff, as it causes issues on some machinesPhilip Guenthe
2011-04-05Add support for per-rthread base-offset for the %fs selector on amd64.Philip Guenthe
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2011-03-20When reading MXCSR from userland sigcontext or a ptrace request,Philip Guenthe
2011-03-18Old-style MTRRs were never used on amd64, so remove the remaining tracesPhilip Guenthe
2011-03-14Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB forKenneth R Westerback
2011-03-12Implement swap64 with the bswapq instruction. (Commit stolen from mikeb@)Philip Guenthe
2011-03-11Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do.Paul Irofti
2011-03-06The global_int information acpi collects is not used by amd64.Theo de Raadt
2011-01-04Add support for Memory Mapped Configuration space access. This gives usMark Kettenis
2010-12-30add a simple __va_copy inside ifdef lint, from tim van der molen.Ted Unangst
2010-12-27Correct x86_atomic_*_ul() to operate on 64bit integers, eliminatePhilip Guenthe
2010-12-27Eliminate x86_multicast_ipi() as unused and broken (doesn't handle #cpu>32).Philip Guenthe
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-12-21Convert netisr to a normal soft interrupt instead of hanving MD codeClaudio Jeker
2010-12-15oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinksTed Unangst
2010-12-07The rdmsr_locked/wrmsr_locked functions were using "=A" as a constraint forTheo de Raadt
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-11-30Extend bitmasks to 64-bit such that we can support up to 64 CPU cores.Mark Kettenis
2010-11-29double the default message buffer size. again.David Gwynne
2010-11-29bump the number of supported cpus from 32 up to 64. lets me attach and useDavid Gwynne
2010-11-27Remove ddb single-step load and store counters. Most platforms do notMiod Vallat
2010-11-26Nuke the unused variable cpus_attached. It is unused and 32 bitsKenneth R Westerback
2010-11-22Remove prototypes for missing (removed) functions or already found in aMiod Vallat
2010-11-20__attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, andMiod Vallat
2010-11-13Switch from TSS-per-process to TSS-per-CPU, placing the TSS rightPhilip Guenthe
2010-10-26The LDT is only used by dead compat code now, so load the ldtPhilip Guenthe
2010-10-14Clean up segment handling: switch user-space to using code and dataPhilip Guenthe