summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Handling all the three clocks (hardclock, softclock, profclock) with theattilio2010-01-151-1/+7
* Use io(4) for I/O port access on ia64, rather than through sysarch(2).marcel2010-01-111-0/+1
* Quiet variable "shadows" warning:obrien2010-01-011-18/+18
* mca: improve status checking, recording and reportingavg2009-12-021-0/+1
* x86 cpu features: add MOVBE reporting and flagavg2009-11-301-0/+1
* Uppercase the UL suffix on a constant, so Flexelint doesn't worry thatphk2009-11-161-1/+1
* Amd64 init_secondary() calls initializecpu() while curthread is stillkib2009-11-131-0/+1
* Add a facility for associating optional descriptions with active interruptjhb2009-10-151-0/+1
* Define architectural load bases for PIE binaries. Addresses were selectedkib2009-10-101-0/+6
* atomic_cmpset_barr_* was added in order to cope with compilers willing toattilio2009-10-091-32/+44
* - All the functions in atomic.h needs to be in "physical" form (likeattilio2009-10-061-46/+29
* Per their definition, atomic instructions used in conjuction withattilio2009-10-061-46/+67
* cpufunc.h: unify/correct style of c extension namesavg2009-09-301-3/+3
* Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c andjkim2009-09-271-0/+264
* Extract the code to find and map the MADT ACPI table during early kerneljhb2009-09-231-0/+3
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Consolidate CPUID to CPU family/model macros for amd64 and i386 to reducejkim2009-09-101-2/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-082-14/+56
* Move multi-include protection back up to the top of the file andphk2009-09-081-4/+4
* Adjust the handling of the local APIC PMC interrupt vector:jhb2009-08-142-1/+3
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-132-9/+2
* When the page caching attributes are changed, after new mapping iskib2009-07-222-0/+15
* Add support to the virtual memory system for configuring machine-alc2009-07-122-8/+11
* Restore the segment registers and segment base MSRs for amd64 syscallkib2009-07-091-1/+2
* Cleanup ALIGNED_POINTER:sam2009-07-051-10/+7
* Improve the handling of cpuset with interrupts.jhb2009-07-011-1/+1
* Correct the #endif comment.alc2009-06-261-1/+1
* This change is the next step in implementing the cache control functionalityalc2009-06-261-0/+45
* Fix kernels compiled without SMP support. Make intr_next_cpu() availablejhb2009-06-251-2/+0
* - Restore the behavior of pre-allocating IDT vectors for MSI interrupts.jhb2009-06-251-0/+3
* Eliminate dead code. These definitions should have been deleted with thealc2009-06-221-10/+0
* Now that amd64's kernel map is 512GB (SVN rev 192216), there is no reasonalc2009-06-081-9/+0
* Bump CACHE_LINE_SIZE to 128 for x86. Intel's manuals explicitly recommendjhb2009-05-181-1/+1
* correct range in commentkmacy2009-05-161-1/+1
* update vm map commentkmacy2009-05-161-1/+0
* Increase default kernel map to 512GBkmacy2009-05-161-2/+2
* FreeBSD right now support 32 CPUs on all the architectures at least.attilio2009-05-141-4/+4
* Implement simple machine check support for amd64 and i386.jhb2009-05-132-0/+76
* Fix XENHVM build.dfr2009-05-061-1/+1
* Rename statclock_disable variable to atrtcclock_disable that it actually is,mav2009-05-031-1/+0
* Add support for using i8254 and rtc timers as event sources for amd64 SMPmav2009-05-022-1/+10
* - Add support for cpuid leaf 0xb. This allows us to determine thejeff2009-04-292-4/+7
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingrwatson2009-04-201-2/+0
* Add description and cautionary note regarding CACHE_LINE_SIZE.rwatson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedrwatson2009-04-191-0/+4
* A simple rewrite of biossmap.c:jkim2009-04-152-0/+5
* Simplify in/out functions (for i386 and AMD64).ed2009-04-111-79/+8
* Also remove the unused __word_swap_int*() macros.ed2009-04-081-19/+0
* Implement __bswap16() without using inline assembly.ed2009-04-081-22/+1
* Don't explicitly force ecx to be used for MSR_FSBASE/MSR_GSBASE.ed2009-04-071-10/+4
OpenPOWER on IntegriCloud