summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* - Construct a cpu topology map for Hyper Threading systems so that ULE mayjeff2003-06-281-0/+31
* Tidy up leftover lazy_switch instrumentation that is no longer needed.peter2003-06-271-16/+0
* Fix the false IPIs on smp when using LAZY_SWITCH caused by pmap_activate()peter2003-06-271-0/+1
* Migrate the thread stack management functions from the machine-dependentalc2003-06-141-2/+1
* Reinstate the bug fix in revision 1.2 as it is correct. The errors I sawjhb2003-06-071-8/+6
* - Rename nexus_pcib to legacy_pcib. I've been meaning to do this for ajhb2003-06-061-0/+11
* - Document the thermal and performance counter LVT entries in the localjhb2003-06-062-6/+10
* Bah, revert the previous commit for the time being due to inadequate testingjhb2003-06-031-6/+8
* Fix the asm constraints so that we use the correct constants when acquiringjhb2003-06-031-8/+6
* Use __FBSDID().obrien2003-06-021-1/+3
* Don't use ## to concatinate to two things that don't together make a C token.obrien2003-06-021-1/+1
* Use C99 compatable asm statements.obrien2003-06-021-2/+2
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.hmp2003-05-301-1/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-1/+2
* De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.scottl2003-05-261-6/+0
* sys/sys/limits.h:kan2003-05-192-3/+3
* Initialize logical_cpus_mask when the logical CPUs are enumerated inalc2003-05-151-2/+5
* Style fixes.kan2003-05-041-8/+11
* Hack to enable getting two different elf32 and elf64 loaders in thepeter2003-05-011-0/+13
* <b30> is 'IA64' - ie: you're running on an ia64 in 32 bit mode.peter2003-05-011-1/+1
* Slight reorg and added AMD64 support. A couple of the MODINFOMD_* valuespeter2003-05-011-0/+34
* KPT_MIN_ADDRESS and KPT_MAX_ADDRESS are not used anywhere. And if theypeter2003-05-011-3/+0
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-63/+4
* Use inlines for loading and storing page table entries. Use cmpxchg8b forjake2003-04-281-7/+45
* Add a new sys/limits.h file which in turn depends on machine/_limits.hkan2003-04-231-51/+44
* Backout my last commit.davidxu2003-04-201-4/+4
* Don't return garbage in high 16 bits.davidxu2003-04-191-4/+4
* Change the operation parameter of bus_dmamap_sync() from anmux2003-04-101-10/+6
* Remove invalid cast to vm_offset_t to avoid truncating a physical addressjake2003-04-081-1/+1
* Better fix for previous previous which still allows the 4megs of kva atjake2003-04-072-3/+3
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,des2003-04-041-4/+5
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-041-0/+44
* Bandaid fix for previous commit while I figure out why it broke. Thisjake2003-04-041-2/+2
* - Removed APTD and associated macros, it is no longer used.jake2003-04-031-9/+7
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazypeter2003-04-024-2/+26
* Don't include <sys/buf.h> needlessly.phk2003-04-011-1/+2
* - Add support for PAE and more than 4 gigs of ram on x86, dependent on thejake2003-03-304-4/+73
* - Remove invalid casts.jake2003-03-301-1/+1
* - Convert all uses of pmap_pte and get_ptbase to pmap_pte_quick. Whenjake2003-03-301-1/+1
* Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl.ps2003-03-262-21/+89
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-255-17/+19
* Use __packed;mdodd2003-03-241-2/+2
* Expand the APIC ID mask field of the ICR register to 8 bits intead of justjhb2003-03-172-2/+2
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-161-0/+2
* Use bus_space_handle_t to represent host port and virtual addresses;jake2003-03-111-12/+12
* Wrap the hyperthreading support code with the HTT kernel option.jhb2003-03-041-0/+21
* Remove some long unused declarations. (For example, the PV flags have notalc2003-02-271-6/+0
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.mux2003-02-262-2/+2
* - Added inlines pmap_is_current, pmap_is_alternate and pmap_set_alternatejake2003-02-251-1/+1
* - Removed UMAXPTDI and UMAXPTEOFF.jake2003-02-242-3/+1
OpenPOWER on IntegriCloud