| Commit message (Expand) | Author | Age | Files | Lines |
* | Expose symbol `PMC_FN_USER_CALLCHAIN' to assembler code. | jkoshy | 2008-12-12 | 1 | -0/+8 |
* | Add constants for fields in the local APIC error status register and a | jhb | 2008-12-11 | 3 | -0/+22 |
* | Restore memory clobber, to cause mb on the compiler level too. | kib | 2008-12-06 | 1 | -3/+3 |
* | Unconditionally use locked addition of zero to tip of the stack for | kib | 2008-12-05 | 1 | -14/+3 |
* | Integrate 185578 from dfr | kmacy | 2008-12-04 | 2 | -288/+3 |
* | fix initialization for case of normal kernbase | kmacy | 2008-12-04 | 1 | -215/+33 |
* | Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important. | ed | 2008-12-02 | 2 | -2/+2 |
* | Switch to ath hal source code. Note this removes the ath_hal | sam | 2008-12-01 | 3 | -10/+18 |
* | According to "Intel 64 and IA-32 Architectures Software Developer's Manual | mav | 2008-11-30 | 1 | -1/+5 |
* | Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64. | kib | 2008-11-29 | 1 | -0/+16 |
* | - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solo | jkoshy | 2008-11-27 | 1 | -6/+11 |
* | Remove an unused variable. | jkim | 2008-11-26 | 1 | -2/+1 |
* | Use newly introduced cpu_vendor_id to make invariant TSC detection more | jkim | 2008-11-26 | 1 | -8/+13 |
* | Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "..."). | jkim | 2008-11-26 | 12 | -82/+148 |
* | Add Pentium D cores into the list that can't handle 12.5% and 25% | sobomax | 2008-11-26 | 1 | -1/+4 |
* | Remove unused variable. | ganbold | 2008-11-25 | 1 | -3/+0 |
* | Core i7 supports invaliant TSC and the presense is presented on | takawata | 2008-11-25 | 1 | -1/+2 |
* | Add sv_flags field to struct sysentvec with intention to provide description | kib | 2008-11-22 | 3 | -4/+8 |
* | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | kmacy | 2008-11-22 | 2 | -9/+15 |
* | In the robust futexes list head, futex_offset shall be signed, | kib | 2008-11-16 | 1 | -1/+1 |
* | repair config file from spamming | kmacy | 2008-11-14 | 1 | -0/+6 |
* | Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernet | yongari | 2008-11-12 | 1 | -0/+1 |
* | Several cleanups related to pipe(2). | ed | 2008-11-11 | 1 | -15/+5 |
* | - Separate PMC class dependent code from other kinds of machine | jkoshy | 2008-11-09 | 1 | -0/+28 |
* | Regenerate system call tables for r184789. | ed | 2008-11-09 | 3 | -5/+11 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | ed | 2008-11-09 | 1 | -1/+1 |
* | Move the CAM passthrough code into a true module so that it doesn't have to be | scottl | 2008-11-03 | 1 | -69/+2 |
* | MFp4: | imp | 2008-11-02 | 1 | -1/+2 |
* | The file was inadvertently excluded from r184499. | kib | 2008-10-31 | 1 | -1/+1 |
* | Revert r184136. Instead, push the check for crashdumpmap overflow into the | kib | 2008-10-31 | 1 | -1/+1 |
* | style(9) nit: remove unnecessary {} pair. | imp | 2008-10-28 | 1 | -2/+1 |
* | Fix r184323 - set stathz to be the same as lapic_timer_hz when lapic_timer_hz | sobomax | 2008-10-27 | 1 | -4/+3 |
* | Fix division by zero panic if kern.hz less than 32. | sobomax | 2008-10-26 | 1 | -1/+5 |
* | only call hardclock on cpu0 | kmacy | 2008-10-25 | 1 | -1/+4 |
* | handle case where eflags represents actual flags value when | kmacy | 2008-10-25 | 1 | -0/+2 |
* | Fix general issues with IPI support | kmacy | 2008-10-24 | 3 | -50/+63 |
* | Remove the entry from the i386 specific NOTES as it is in the generic | n_hibma | 2008-10-24 | 1 | -1/+0 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -7/+7 |
* | Fix IPI support | kmacy | 2008-10-23 | 7 | -44/+139 |
* | Really fix i386 test this time. | jkim | 2008-10-22 | 1 | -1/+1 |
* | Add AMD Family 0Fh, Model 6Bh, Stepping 2 to the list of invariant TSCs | jkim | 2008-10-22 | 1 | -4/+9 |
* | Fix compiler error with missing/unneded ')' | ache | 2008-10-22 | 1 | -3/+3 |
* | Set kern.timecounter.invariant_tsc to 1 for AMD CPU family 10h and higher | jkim | 2008-10-22 | 2 | -1/+20 |
* | Hook in ipi handlers | kmacy | 2008-10-21 | 1 | -20/+18 |
* | remove gratuitous XEN define | kmacy | 2008-10-21 | 1 | -8/+0 |
* | don't globally define ipi_bitmap_handler on xen | kmacy | 2008-10-21 | 2 | -1/+4 |
* | Implement infrastructure for gluing i386 ipi functions in to xen's infrastruc... | kmacy | 2008-10-21 | 2 | -29/+151 |
* | Add routine for initializing AP clock | kmacy | 2008-10-21 | 1 | -16/+17 |
* | Header cleanups and addition of IPI declarations for xen | kmacy | 2008-10-21 | 6 | -32/+40 |
* | Fix 'kern.timeconter.invariant_tsc' tunable and back out a redundant hack. | jkim | 2008-10-21 | 1 | -4/+4 |