| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve cputemp(4) driver wrt newer Intel processors, especially | delphij | 2010-07-29 | 1 | -0/+1 |
* | Mark the __curthread() functions as __pure2 and remove the volatile keyword | jhb | 2010-07-29 | 1 | -2/+2 |
* | Fix another fallout from r208833. savectx() is used to save CPU context | jkim | 2010-07-29 | 1 | -1/+1 |
* | Rename PCB_USER_FPU to PCB_USERFPU not to clash with a macro from fpu.h. | jkim | 2010-07-29 | 3 | -3/+3 |
* | The corrected error count field is dependent on CMCI, not TES. | jhb | 2010-07-28 | 1 | -3/+3 |
* | Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple uma | mdf | 2010-07-28 | 1 | -0/+1 |
* | The interpreter name should no longer be treated as a buffer that can be | alc | 2010-07-28 | 1 | -11/+5 |
* | Very rough first cut at NUMA support for the physical page allocator. For | jhb | 2010-07-27 | 1 | -0/+7 |
* | Simplify fldcw() macro. There is no reason to use pointer here. No object | jkim | 2010-07-26 | 1 | -4/+4 |
* | Add missing ldmxcsr() prototype for lint case. | jkim | 2010-07-26 | 1 | -1/+2 |
* | Reduce diff against fenv.h: | jkim | 2010-07-26 | 1 | -7/+8 |
* | FNSTSW instruction can use AX register as an operand. | jkim | 2010-07-26 | 1 | -1/+1 |
* | Re-implement FPU suspend/resume for amd64. This removes superfluous uses | jkim | 2010-07-26 | 5 | -11/+25 |
* | Remove unneeded includes. | kib | 2010-07-26 | 1 | -2/+0 |
* | Regen | kib | 2010-07-23 | 3 | -5/+5 |
* | Remove the linux_exec_copyin_args(), freebsd32_exec_copyin_args() may | kib | 2010-07-23 | 2 | -101/+5 |
* | Eliminate a little bit of duplicated code. | alc | 2010-07-23 | 1 | -3/+1 |
* | When compat32 binary asks for the value of hw.machine_arch, report the | kib | 2010-07-22 | 2 | -2/+27 |
* | Add hints for i8254 timer on i386 and amd64. Some people report about | mav | 2010-07-16 | 1 | -0/+3 |
* | Move functions declaration to MI code, following implementation. | mav | 2010-07-15 | 1 | -5/+0 |
* | Optimize pmap_remove()'s handling of PG_G mappings. Specifically, | alc | 2010-07-15 | 1 | -14/+15 |
* | - Update 6000 firmware to 9.221.4.1 | bschmidt | 2010-07-15 | 1 | -0/+2 |
* | Remove obsolete undef of COPY_SIGCODE. It appears to have not been | imp | 2010-07-13 | 1 | -6/+0 |
* | Move i386-inherited logic of building ACPI headers for acpi_wakeup.c into | jkim | 2010-07-12 | 4 | -50/+0 |
* | Remove a dead test. We already exclude NMI traps from this code in an | jhb | 2010-07-12 | 1 | -2/+2 |
* | When switching the thread from the processor, store %dr7 content | kib | 2010-07-12 | 1 | -1/+1 |
* | Reduce the number of global TLB shootdowns generated by pmap_qenter(). | alc | 2010-07-10 | 1 | -6/+9 |
* | For both i386 and amd64 pmap, | kib | 2010-07-09 | 2 | -4/+2 |
* | Correctly maintain the per-cpu field "curpmap" on amd64 just like we | alc | 2010-07-08 | 2 | -12/+12 |
* | Fix style issues with the previous commit, namely | rpaulo | 2010-07-07 | 1 | -6/+6 |
* | Add the u3g(4) driver. I can't find any reason why it's not here. | kevlo | 2010-07-07 | 1 | -0/+1 |
* | Introduce USD_{SET,GET}{BASE,LIMIT}. These help setting up the user | rpaulo | 2010-07-06 | 1 | -0/+7 |
* | Revert r209638. After commit, there appeared to be more people who liked | mav | 2010-07-02 | 1 | -2/+2 |
* | Make stray irq counters have format alike to other counters. Unified format | mav | 2010-07-01 | 1 | -2/+2 |
* | Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to | jhb | 2010-06-30 | 2 | -0/+2 |
* | Regenerate | kib | 2010-06-28 | 1 | -317/+317 |
* | Clear DF bit in eflags/rflags on the kernel entry. The i386 and amd64 | kib | 2010-06-23 | 3 | -1/+7 |
* | Fix bugs on pc98, use npxgetuserregs() instead of npxgetregs() for | kib | 2010-06-23 | 1 | -2/+2 |
* | Some style fixes for r209371. | mav | 2010-06-22 | 1 | -1/+3 |
* | Implement new event timers infrastructure. It provides unified APIs for | mav | 2010-06-20 | 2 | -8/+2 |
* | Only enable kdtrace hook in the LINT on the architectures that implement it. | kib | 2010-06-18 | 1 | -0/+6 |
* | In the ia32_{get,set}_fpcontext(), use fpu{get,set}userregs instead | kib | 2010-06-17 | 1 | -2/+3 |
* | Merge COUNT_XINVLTLB_HITS and COUNT_IPIS kernel options from i386 to amd64. | mav | 2010-06-17 | 4 | -8/+196 |
* | Restore the machine check register banks on resume. For banks being | jhb | 2010-06-15 | 3 | -0/+4 |
* | Remove two obsoleted comments, add a note about 32bit compatibility. | kib | 2010-06-15 | 2 | -9/+6 |
* | Rename CRITSECT_ASSERT to CRITICAL_ASSERT. | kib | 2010-06-15 | 1 | -1/+1 |
* | Use critical sections instead of disabling local interrupts to ensure | kib | 2010-06-15 | 3 | -35/+30 |
* | Fix ACPI suspend/resume on amd64, which was broken since r208833. | jkim | 2010-06-14 | 2 | -2/+2 |
* | Fix bug introduced in SVN rev 194985. When calling pic_assign_cpu() | mav | 2010-06-14 | 1 | -1/+1 |
* | Update several places that iterate over CPUs to use CPU_FOREACH(). | jhb | 2010-06-11 | 2 | -9/+6 |