summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Add SSSE3 extensions and correct CNXT-ID spelling for Intel processors.jkim2007-01-091-1/+2
* Fixed some style bugs (mainly assorted errors in comments, and inconsistentbde2006-12-291-23/+23
* Fixed some style bugs (whitespace only).bde2006-12-291-30/+31
* Try harder to garbage-collect the "LOCORE" (really asm) version ofbde2006-12-291-6/+6
* Removed gratuitous cosmetic differences with the i386 version. Thisbde2006-12-281-7/+7
* Avoid an instruction in atomic_cmpset_{int_long)() in most cases.bde2006-12-271-10/+10
* Newer versions of gcc don't support treating structures passed by valuekmacy2006-12-171-2/+2
* Sort function prototypes.jhb2006-12-121-1/+1
* Use a different bitmask for superpages' base address so that itru2006-12-051-0/+1
* The global variable avail_end is redundant and only used once. Eliminatealc2006-11-191-1/+0
* Add support for 8 byte hardware watches in long mode. Kernel hardwarejhb2006-11-171-0/+1
* - Add macro constants for the various fields in %dr7 and use them in placejhb2006-11-171-0/+12
* Various whitespace and style fixes.jhb2006-11-151-5/+7
* MD support for PCI Message Signalled Interrupts on amd64 and i386:jhb2006-11-132-4/+18
* Fix NKPT comments to match reality. Note that the current valueru2006-11-131-2/+3
* Fix a comment.ru2006-11-131-1/+1
* In the userland .mcount():bde2006-10-281-7/+5
* i386/include/profile.h:bde2006-10-281-5/+1
* In MCOUNT_OVERHEAD(label), actually use the `label' parameter. We werebde2006-10-281-1/+1
* Removed all traces of HIDENAME() in amd64 and i386 kernel code. Usingbde2006-10-281-5/+3
* Don't call mexitcount or provide a stub mexitcount to call whenbde2006-10-271-0/+4
* Change the x86 interrupt code to suspend/resume interrupt controllersjhb2006-10-102-3/+8
* Oops, fix sign bug in #ifdef for value of INTRCNT_COUNT.jhb2006-10-101-2/+2
* PR:jb2006-10-041-25/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-3/+0
* Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoleteskan2006-09-211-1/+1
* First pass at allowing memory to be mapped using cache modes other thanjhb2006-08-111-0/+5
* Define the additional page fault error codes that are implemented by amd64.alc2006-08-021-0/+2
* Sync specialreg.h changes between amd64 and i386 with few fixes.jkim2006-07-131-2/+5
* Add two new CPUID bits for AMD CPUs, i. e., SVM and extended APIC register.jkim2006-07-121-0/+2
* MFi386:davidxu2006-06-191-0/+1
* Move clock_lock prototype into <machine/clock.h>, where it is moresobomax2006-05-192-9/+1
* Clean out sysctl machdep.* related defines.phk2006-05-111-9/+0
* Add various constants for the PAT MSR and the PAT PTE and PDE flags.jhb2006-05-012-0/+15
* Add a new 'pmap_invalidate_cache()' to flush the CPU caches via thejhb2006-05-013-2/+6
* Introduce minidumps. Full physical memory crash dumps are still availablepeter2006-04-212-0/+52
* Sync with i386: Map exceptions to signals in gdb_cpu_signal() somarcel2006-04-041-6/+1
* The PC is register 16, not 18.marcel2006-04-041-1/+1
* Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to themarcel2006-04-031-0/+2
* Shrink the amd64 pv entry from 48 bytes to about 24 bytes. On a machinepeter2006-04-031-3/+16
* Merge/sync with i386: various cosmetic tweakspeter2006-03-143-2/+13
* MFi386: The SIGFPE macros were moved to signal.h (FPE_INTOVF etc)peter2006-03-141-10/+0
* guard function decls with _KERNEL so user code can include this filesam2006-03-011-1/+2
* Rework how we wire up interrupt sources to CPUs:jhb2006-02-282-1/+7
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoimp2006-01-092-2/+3
* Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate forimp2006-01-011-0/+2
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-225-37/+2
* MFi386:jhb2005-12-085-39/+58
* - Cleanup whitespace and extra ()s in vtophys() macros.jhb2005-12-061-5/+4
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withru2005-12-061-7/+0
OpenPOWER on IntegriCloud