| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert to 2-clause. | Adrian Chadd | 2009-05-29 | 1 | -2/+0 |
| * | Migrate the Xen hypervisor clock reading routines into something | Adrian Chadd | 2009-05-29 | 1 | -0/+38 |
| * | Bump CACHE_LINE_SIZE to 128 for x86. Intel's manuals explicitly recommend | John Baldwin | 2009-05-18 | 1 | -1/+1 |
| * | FreeBSD right now support 32 CPUs on all the architectures at least. | Attilio Rao | 2009-05-14 | 1 | -3/+3 |
| * | Implement simple machine check support for amd64 and i386. | John Baldwin | 2009-05-13 | 2 | -0/+76 |
| * | Rename statclock_disable variable to atrtcclock_disable that it actually is, | Alexander Motin | 2009-05-03 | 1 | -1/+0 |
| * | Add support for using i8254 and rtc timers as event sources for i386 SMP | Alexander Motin | 2009-05-02 | 2 | -1/+10 |
| * | - Add support for cpuid leaf 0xb. This allows us to determine the | Jeff Roberson | 2009-04-29 | 2 | -4/+7 |
| * | Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizing | Robert Watson | 2009-04-20 | 1 | -2/+0 |
| * | Add description and cautionary note regarding CACHE_LINE_SIZE. | Robert Watson | 2009-04-19 | 1 | -0/+4 |
| * | For each architecture, define CACHE_LINE_SHIFT and a derived | Robert Watson | 2009-04-19 | 1 | -0/+5 |
| * | A simple rewrite of biossmap.c: | Jung-uk Kim | 2009-04-15 | 2 | -0/+5 |
| * | Simplify in/out functions (for i386 and AMD64). | Ed Schouten | 2009-04-11 | 1 | -79/+8 |
| * | Also remove the unused __word_swap_int*() macros. | Ed Schouten | 2009-04-08 | 1 | -19/+0 |
| * | Implement __bswap16() without using inline assembly. | Ed Schouten | 2009-04-08 | 1 | -22/+1 |
| * | Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization, | Alan Cox | 2009-04-04 | 1 | -4/+0 |
| * | Fix the Xen build for i386 PV mode. | Doug Rabson | 2009-04-01 | 2 | -0/+4 |
| * | Sync definitions for struct sigcontext for i386 and amd64 architectures | Konstantin Belousov | 2009-04-01 | 1 | -1/+5 |
| * | Add all segment registers for the amd64 CPU to struct reg and mcontext. | Konstantin Belousov | 2009-04-01 | 1 | -1/+6 |
| * | Update stale comments. The alternate address space mapping was eliminated | Alan Cox | 2009-03-22 | 1 | -2/+1 |
| * | Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointer | Konstantin Belousov | 2009-03-17 | 1 | -4/+2 |
| * | Merge in support for Xen HVM on amd64 architecture. | Doug Rabson | 2009-03-11 | 1 | -1/+5 |
| * | A better fix for handling different FPU initial control words for different | John Baldwin | 2009-03-05 | 1 | -0/+1 |
| * | Some cleanups to the i386 FPU support: | John Baldwin | 2009-03-05 | 1 | -1/+1 |
| * | Change some movl's to mov's. Newer GAS no longer accept 'movl' instructions | David E. O'Brien | 2009-01-31 | 1 | -5/+5 |
| * | - Allocate apic vectors on a per-cpu basis. This allows us to allocate | Jeff Roberson | 2009-01-29 | 2 | -7/+10 |
| * | merge 186535, 186537, and 186538 from releng_7_xen | Kip Macy | 2008-12-29 | 4 | -312/+1 |
| * | AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them. | Warner Losh | 2008-12-17 | 1 | -12/+0 |
| * | Add more CPUID bits from AMD CPUID Specification Rev. 2.28. | Jung-uk Kim | 2008-12-12 | 1 | -0/+8 |
| * | Add constants for fields in the local APIC error status register and a | John Baldwin | 2008-12-11 | 2 | -0/+9 |
| * | Restore memory clobber, to cause mb on the compiler level too. | Konstantin Belousov | 2008-12-06 | 1 | -3/+3 |
| * | Unconditionally use locked addition of zero to tip of the stack for | Konstantin Belousov | 2008-12-05 | 1 | -14/+3 |
| * | Integrate 185578 from dfr | Kip Macy | 2008-12-04 | 1 | -287/+0 |
| * | - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solo | Joseph Koshy | 2008-11-27 | 1 | -6/+11 |
| * | Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "..."). | Jung-uk Kim | 2008-11-26 | 3 | -25/+50 |
| * | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | Kip Macy | 2008-11-22 | 2 | -9/+15 |
| * | - Separate PMC class dependent code from other kinds of machine | Joseph Koshy | 2008-11-09 | 1 | -0/+28 |
| * | Fix general issues with IPI support | Kip Macy | 2008-10-24 | 2 | -9/+9 |
| * | Fix IPI support | Kip Macy | 2008-10-23 | 4 | -9/+31 |
| * | Set kern.timecounter.invariant_tsc to 1 for AMD CPU family 10h and higher | Jung-uk Kim | 2008-10-22 | 1 | -0/+17 |
| * | don't globally define ipi_bitmap_handler on xen | Kip Macy | 2008-10-21 | 1 | -0/+2 |
| * | Header cleanups and addition of IPI declarations for xen | Kip Macy | 2008-10-21 | 6 | -31/+39 |
| * | Turn off CPU frequency change notifiers when the TSC is P-state invariant | Jung-uk Kim | 2008-10-21 | 1 | -0/+1 |
| * | Detect Advanced Power Management Information for AMD CPUs. | Jung-uk Kim | 2008-10-21 | 2 | -0/+14 |
| * | - move gdt, ldt allocation to before KPT allocation | Kip Macy | 2008-10-19 | 1 | -2/+6 |
| * | GC unused values | Kip Macy | 2008-10-19 | 1 | -3/+0 |
| * | Bump MAXCPU to 32 now that 32 CPU x86 systems exist. | John Baldwin | 2008-10-01 | 1 | -1/+1 |
| * | Remove ipi_all() and ipi_self() as the former hasn't been used at | Marius Strobl | 2008-09-28 | 1 | -2/+0 |
| * | move ipi_pcpu to evtchn.c | Kip Macy | 2008-09-26 | 1 | -0/+1 |
| * | add ipi mapping | Kip Macy | 2008-09-25 | 1 | -1/+3 |