| Commit message (Expand) | Author | Age | Files | Lines |
* | Slight reorg and added AMD64 support. A couple of the MODINFOMD_* values | peter | 2003-05-01 | 1 | -0/+34 |
* | Commit MD parts of a loosely functional AMD64 port. This is based on | peter | 2003-05-01 | 42 | -1642/+719 |
* | Repocopy from x86_64/... to amd64/... | peter | 2003-04-30 | 1 | -8/+7 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -64/+4 |
* | Use inlines for loading and storing page table entries. Use cmpxchg8b for | jake | 2003-04-28 | 1 | -7/+45 |
* | Add a new sys/limits.h file which in turn depends on machine/_limits.h | kan | 2003-04-23 | 1 | -53/+35 |
* | Backout my last commit. | davidxu | 2003-04-20 | 1 | -4/+4 |
* | Don't return garbage in high 16 bits. | davidxu | 2003-04-19 | 1 | -4/+4 |
* | Change the operation parameter of bus_dmamap_sync() from an | mux | 2003-04-10 | 1 | -10/+6 |
* | Remove invalid cast to vm_offset_t to avoid truncating a physical address | jake | 2003-04-08 | 1 | -1/+1 |
* | Better fix for previous previous which still allows the 4megs of kva at | jake | 2003-04-07 | 2 | -3/+3 |
* | Define ovbcopy() as a macro which expands to the equivalent bcopy() call, | des | 2003-04-04 | 1 | -4/+5 |
* | Bandaid fix for previous commit while I figure out why it broke. This | jake | 2003-04-04 | 1 | -2/+2 |
* | - Removed APTD and associated macros, it is no longer used. | jake | 2003-04-03 | 1 | -9/+7 |
* | Commit a partial lazy thread switch mechanism for i386. it isn't as lazy | peter | 2003-04-02 | 4 | -2/+26 |
* | - Add support for PAE and more than 4 gigs of ram on x86, dependent on the | jake | 2003-03-30 | 3 | -6/+74 |
* | - Remove invalid casts. | jake | 2003-03-30 | 1 | -1/+1 |
* | - Convert all uses of pmap_pte and get_ptbase to pmap_pte_quick. When | jake | 2003-03-30 | 1 | -1/+1 |
* | Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl. | ps | 2003-03-26 | 2 | -21/+89 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 4 | -11/+13 |
* | Expand the APIC ID mask field of the ICR register to 8 bits intead of just | jhb | 2003-03-17 | 1 | -1/+1 |
* | Made the prototypes for pmap_kenter and pmap_kremove MD. These functions | jake | 2003-03-16 | 1 | -0/+2 |
* | Use bus_space_handle_t to represent host port and virtual addresses; | jake | 2003-03-11 | 2 | -24/+24 |
* | Wrap the hyperthreading support code with the HTT kernel option. | jhb | 2003-03-04 | 1 | -0/+21 |
* | Remove some long unused declarations. (For example, the PV flags have not | alc | 2003-02-27 | 1 | -6/+0 |
* | Correctly set BUS_SPACE_MAXSIZE in all the busdma backends. | mux | 2003-02-26 | 2 | -2/+2 |
* | - Added inlines pmap_is_current, pmap_is_alternate and pmap_set_alternate | jake | 2003-02-25 | 1 | -1/+1 |
* | - Removed UMAXPTDI and UMAXPTEOFF. | jake | 2003-02-24 | 2 | -3/+1 |
* | The mpbiosreason variable does not used for pc98. | nyan | 2003-02-24 | 1 | -0/+2 |
* | Allow machines with one CPU and a valid mp table to boot an SMP kernel. | tegge | 2003-02-23 | 1 | -0/+2 |
* | Previous commit missed a 1 that should be NGPTD, and an NPDEPG that should | jake | 2003-02-23 | 1 | -1/+1 |
* | - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of the | jake | 2003-02-23 | 1 | -4/+4 |
* | - Added macros PDESHIFT and PTESHIFT, use these instead of magic constants | jake | 2003-02-23 | 1 | -2/+2 |
* | The root of the splay tree maintained within the pm_pteobj always refers | alc | 2003-02-22 | 1 | -1/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -4/+4 |
* | Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has been | peter | 2003-02-18 | 1 | -2/+0 |
* | Remove #include <sys/dkstat.h> | phk | 2003-02-16 | 1 | -1/+0 |
* | Implement fpclassify(): | mike | 2003-02-08 | 1 | -0/+2 |
* | i386/i386/tsc.c was repo-copied from i386/isa/clock.c. | phk | 2003-02-05 | 1 | -0/+1 |
* | Make get_cyclecount() use binuptime() when no tsc is available: it is cheaper. | phk | 2003-02-05 | 1 | -4/+4 |
* | Split statclock into statclock and profclock, and made the method for driving | jake | 2003-02-03 | 3 | -12/+13 |
* | Reversion of commit by Davidxu plus fixes since applied. | julian | 2003-02-01 | 1 | -1/+2 |
* | Make tsc_freq a 64bit quantity. | phk | 2003-01-29 | 1 | -1/+1 |
* | Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() as | scottl | 2003-01-29 | 1 | -0/+6 |
* | Remove BDE_DEBUGGER. | jake | 2003-01-28 | 1 | -4/+0 |
* | Fix KSE related patch. | julian | 2003-01-26 | 1 | -2/+1 |
* | Nuke CHEAP_TPR stuff, including LOPRIO_LEVEL (bogus) and ALLHWI_LEVEL | peter | 2003-01-23 | 1 | -17/+0 |
* | - Move enable_sse()'s prototype to machine/md_var.h. | jhb | 2003-01-22 | 2 | -4/+3 |
* | Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename this | jhb | 2003-01-22 | 2 | -2/+2 |
* | Bah, add in a missing space char I noticed when MFC'ing this. | jhb | 2003-01-22 | 1 | -1/+1 |