| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for XMM registers in GDB for x86 processors that support | dfr | 2005-05-31 | 2 | -0/+17 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 3 | -342/+42 |
* | Change the spkr_set_pitch() function to a macro to fix low level profiling. | nyan | 2005-05-28 | 1 | -7/+5 |
* | Add the 2nd word of IA32 feature flags. This includes things such as SSE3. | obrien | 2005-05-16 | 1 | -1/+1 |
* | - Move timerreg.h to <arch>/include and split i8253 specific defines into | nyan | 2005-05-14 | 2 | -0/+116 |
* | Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed". | nectar | 2005-05-13 | 1 | -0/+8 |
* | - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h. | nyan | 2005-05-12 | 1 | -0/+9 |
* | Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc. | jkoshy | 2005-05-01 | 1 | -0/+3 |
* | Implement an alternate method to stop CPUs when entering DDB. Normally we use | dwhite | 2005-04-30 | 1 | -0/+5 |
* | Return the correct register number in the 'get_msr()' MD function. | jkoshy | 2005-04-28 | 1 | -0/+3 |
* | o Reverse the inclusion chain from MD->MI to MI->MD by removing the | marcel | 2005-04-20 | 1 | -1/+2 |
* | Bring a working snapshot of hwpmc(4), its associated libraries, userland util... | jkoshy | 2005-04-19 | 1 | -0/+184 |
* | Break out the definition of bus_space_{tag,handle}_t and a few other types | imp | 2005-04-18 | 2 | -16/+51 |
* | Remove support for mixed mode altogether now that we no longer use IRQ 0 | jhb | 2005-04-14 | 1 | -1/+0 |
* | It seems I introduced a new prerequisite for <machine/pcb.h> on i386, | peter | 2005-04-14 | 1 | -0/+3 |
* | Change the segment limits to 4GB, we set the user accessible bit on all | peter | 2005-04-13 | 4 | -15/+32 |
* | Fix an evil bug that appeared in September 2003. VM86 bios calls use two | peter | 2005-04-13 | 1 | -1/+1 |
* | Move pc98 specific parts to the pc98 specific file. | nyan | 2005-04-13 | 2 | -10/+0 |
* | Divorce critical sections from spinlocks. Critical sections as denoted by | jhb | 2005-04-04 | 2 | -88/+2 |
* | Move pc98 specific parts to the pc98 specific file. | imp | 2005-04-03 | 3 | -21/+0 |
* | With pc98/include, we can have pc98 and i386 specific bus space | imp | 2005-04-03 | 4 | -1859/+1314 |
* | The file machine/ieeefp.h needs sys/cdefs.h on amd64 and i386 after my | netchild | 2005-04-02 | 1 | -0/+1 |
* | Initialize the mxcsr properly, so the initial value in a process isn't | das | 2005-03-17 | 1 | -0/+1 |
* | Remove fpsetsticky(). This was added for SysV compatibility, but due | das | 2005-03-15 | 1 | -1/+0 |
* | Refactor the bus_dma header files so that the interface is described in | scottl | 2005-03-14 | 1 | -235/+2 |
* | Remove an OBE set of comments, fix a minor whitespace nit while here. | peter | 2005-03-11 | 1 | -8/+1 |
* | - Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0 | jhb | 2005-03-09 | 1 | -4/+0 |
* | netchild's mega-patch to isolate compiler dependencies into a central | joerg | 2005-03-02 | 15 | -82/+116 |
* | Use a common multi-inclusion protection, and add such a | ru | 2005-02-19 | 1 | -4/+4 |
* | Together with the changes to compile kernels with the Intel C/C++ compiler | marius | 2005-02-19 | 1 | -1/+1 |
* | Implement support for CPU private mappings within sf_buf_alloc(). | alc | 2005-02-13 | 1 | -1/+4 |
* | Use the local APIC timer to drive the various kernel clocks on SMP machines | jhb | 2005-02-08 | 2 | -6/+4 |
* | o Move copyin()/copyout() out of i386_{get,set}_ldt() and | sobomax | 2005-01-26 | 1 | -0/+8 |
* | Tweak the ELCR support slightly. Explicitly probe the ELCR during boot | jhb | 2005-01-18 | 1 | -0/+1 |
* | Introduce bus_dmamap_load_mbuf_sg(). Instead of taking a callback arg, this | scottl | 2005-01-07 | 1 | -0/+5 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 38 | -50/+56 |
* | Remove left over include file from stallion driver. | imp | 2005-01-06 | 1 | -122/+0 |
* | Expand indirect reference to BSD license with the current one. | imp | 2005-01-06 | 1 | -2/+22 |
* | This doesn't seem to have been used since 386BSD days | imp | 2005-01-06 | 1 | -4/+0 |
* | These appear to be unused in our tree, so remove them. | imp | 2005-01-05 | 1 | -45/+0 |
* | Add some constants for the local APIC timer. | jhb | 2004-12-23 | 1 | -0/+5 |
* | Add a simple 'intrcnt_add' function that other MD code can use to add a | jhb | 2004-12-23 | 1 | -0/+1 |
* | - Add a function to set the Task Priority Register (TPR) of the local APIC. | jhb | 2004-12-23 | 1 | -10/+14 |
* | Avoid more than two pending IPI interrupt vectors per local APIC | ups | 2004-12-07 | 2 | -14/+44 |
* | Change gdb_cpu_setreg() to not take the value to which to set the | marcel | 2004-12-01 | 1 | -1/+1 |
* | Remove UAREA_PAGES. | das | 2004-11-20 | 1 | -1/+0 |
* | Initiate deorbit burn sequence for 80386 support in FreeBSD: Remove | jhb | 2004-11-16 | 3 | -14/+4 |
* | Spell _KERNEL correctly so that UP kernels are actually optimized again. | jhb | 2004-11-12 | 1 | -1/+1 |
* | - Use the SMP style ops for atomic_load/store() in userland so that | jhb | 2004-11-12 | 1 | -2/+1 |
* | - Place the gcc memory barrier hint in the right place in the 80386 version | jhb | 2004-11-11 | 1 | -8/+9 |