summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Fix the MP IPI code to differentiate between bitmapped IPIs and function IPIs.adrian2009-05-311-7/+7
* Revert to 2-clause.adrian2009-05-291-2/+0
* Migrate the Xen hypervisor clock reading routines into somethingadrian2009-05-291-0/+38
* Bump CACHE_LINE_SIZE to 128 for x86. Intel's manuals explicitly recommendjhb2009-05-181-1/+1
* FreeBSD right now support 32 CPUs on all the architectures at least.attilio2009-05-141-3/+3
* Implement simple machine check support for amd64 and i386.jhb2009-05-132-0/+76
* 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 i386 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/+5
* 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
* Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization,alc2009-04-041-4/+0
* Fix the Xen build for i386 PV mode.dfr2009-04-012-0/+4
* Sync definitions for struct sigcontext for i386 and amd64 architectureskib2009-04-011-1/+5
* Add all segment registers for the amd64 CPU to struct reg and mcontext.kib2009-04-011-1/+6
* Update stale comments. The alternate address space mapping was eliminatedalc2009-03-221-2/+1
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerkib2009-03-171-4/+2
* Merge in support for Xen HVM on amd64 architecture.dfr2009-03-111-1/+5
|\
| * Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64dfr2008-11-22110-17064/+0
| * Merge basic SMP support from HEADkmacy2008-10-257-37/+71
| * - don't rely on expensive rcr2 emulationkmacy2008-10-171-0/+4
| * - Fix floating point handling for xenkmacy2008-10-161-1/+1
| * - pull in xen_machdep.c from HEADkmacy2008-10-165-8/+50
| * Add i386 specific xen supportkmacy2008-10-1516-7/+2215
| * MFC: Add a CTASSERT() that KERNBASE is valid and update the KVA_PAGESjhb2008-09-231-0/+2
| * MFC: Add the optional nvram(4) device. As with 7.x, this device is offjhb2008-08-011-1/+2
| * MFC: Drastically simplify the i386 pcpu backend by merging parts of thejhb2008-08-011-12/+1
| * MFC: Add constants for the different memory types in the SMAP table andjhb2008-03-211-2/+8
| * MFC: Use a runtime mask for the PhysBase and PhysMask fields in variablejhb2008-03-191-2/+2
| * MFC: Add constants for the various fields in MTRR registers and applyjhb2008-03-191-0/+15
| * MFC GET_STACK_USAGE() macro to be used for netgraph stack protection.mav2008-02-061-0/+9
| * MFC: sys/amd64/include/elf.h 1.19; sys/arm/include/elf.h 1.8;marius2007-12-031-32/+0
| * MFC: Slightly cleanup the 'bootdev' concept on x86.jhb2007-11-011-12/+6
| * MFC: Handle CPUs with APIC IDs higher than 32.jhb2007-10-051-0/+1
| * MFC: whitespace changes from HEADdes2007-09-281-90/+90
| * MFC: synch with HEAD, minus whitespace changes.des2007-09-281-14/+38
| * MFC: Partial MFC of earlier minor fixes and tweaks to x86 interrupt code:jhb2007-08-151-3/+3
| * MFC: Revamp the MSI/MSI-X code a bit to achieve two main goals:jhb2007-08-151-2/+2
| * Don't abuse tf_err to pass the faulting virtual address to signal handlersjhb2007-08-141-0/+1
| * MFC: Initial PAT support including the following:jhb2007-05-021-0/+5
| * MFC: Add various constants for the PAT MSR and the PAT PTE and PDE flagsjhb2007-05-022-0/+16
| * MFC: Add 'pmap_invalidate_cache()'.jhb2007-05-023-3/+7
| * MFC: PCI MSI support for amd64 and i386.jhb2007-03-312-4/+19
| * MFC: Change the x86 interrupt code to suspend/resume interrupt controllersjhb2006-10-302-3/+5
| * MFC: Fix sign bug in #ifdef for value of INTRCNT_COUNT.jhb2006-10-191-2/+2
OpenPOWER on IntegriCloud