summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix whitespace nits.bschmidt2010-08-061-1/+1
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anjhb2010-08-063-12/+83
* Implement a simple native VM86 backend for X86BIOS. Now i386 uses nativejkim2010-08-051-1/+2
* Change the MPTable and $PIR PCI-PCI bridge drivers to inherit from thejhb2010-08-052-50/+4
* Tweak the logic to disable CLFLUSH in virtual environments to work aroundjhb2010-08-021-6/+6
* Improve cputemp(4) driver wrt newer Intel processors, especiallydelphij2010-07-291-0/+1
* Mark the __curthread() functions as __pure2 and remove the volatile keywordjhb2010-07-291-2/+2
* MFamd64: r210615jkim2010-07-292-1/+2
* The corrected error count field is dependent on CMCI, not TES.jhb2010-07-281-3/+3
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umamdf2010-07-281-0/+1
* The interpreter name should no longer be treated as a buffer that can bealc2010-07-281-10/+5
* Very rough first cut at NUMA support for the physical page allocator. Forjhb2010-07-271-0/+7
* Simplify fldcw() macro. There is no reason to use pointer here. No objectjkim2010-07-261-5/+5
* Remove an unused macro since r189418.jkim2010-07-261-1/+0
* Reduce diff against fenv.h:jkim2010-07-261-12/+14
* FNSTSW instruction can use AX register as an operand.jkim2010-07-261-1/+1
* Remove the acpi_aiboost driver. It has been replaced by aibs(4).rpaulo2010-07-251-3/+0
* MFamd64:rpaulo2010-07-211-0/+7
* Store fsbase and gsbase in the right fields of the mcontext. They weretijl2010-07-201-4/+4
* Add hints for i8254 timer on i386 and amd64. Some people report aboutmav2010-07-161-0/+3
* Move functions declaration to MI code, following implementation.mav2010-07-151-5/+0
* - Update 6000 firmware to 9.221.4.1bschmidt2010-07-151-0/+2
* Remove obsolete undef of COPY_SIGCODE. It appears to have not beenimp2010-07-131-6/+0
* Reduce the number of global TLB shootdowns generated by pmap_qenter().alc2010-07-101-6/+9
* Fix spacing.kib2010-07-091-1/+1
* For both i386 and amd64 pmap,kib2010-07-092-2/+2
* Revert r209638. After commit, there appeared to be more people who likedmav2010-07-021-2/+2
* Make stray irq counters have format alike to other counters. Unified formatmav2010-07-011-2/+2
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-301-0/+1
* Regeneratekib2010-06-284-448/+448
* Import the acpi_aibs(4) driver written by Constantine A. Murenin.rpaulo2010-06-251-0/+3
* Clear DF bit in eflags/rflags on the kernel entry. The i386 and amd64kib2010-06-233-0/+12
* Fix bugs on pc98, use npxgetuserregs() instead of npxgetregs() forkib2010-06-231-8/+4
* After the FPU use requires #MF working due to INT13 FPU exception handlingkib2010-06-233-43/+33
* Remove the support for int13 FPU exception reporting on i386. It iskib2010-06-234-142/+32
* Remove unused i586 optimized bcopy/bzero/etc implementations that utilizekib2010-06-234-832/+7
* Some style fixes for r209371.mav2010-06-221-2/+4
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-202-8/+2
* Only enable kdtrace hook in the LINT on the architectures that implement it.kib2010-06-181-0/+6
* Merge COUNT_XINVLTLB_HITS and COUNT_IPIS kernel options from i386 to amd64.mav2010-06-171-12/+23
* Restore the machine check register banks on resume. For banks beingjhb2010-06-152-0/+3
* Fix bug introduced in SVN rev 194985. When calling pic_assign_cpu()mav2010-06-141-1/+1
* Check general TSC presence before doing more specific checks and printfs.mav2010-06-121-1/+5
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-113-12/+7
* Relax one of the new assertions in pmap_enter() a little. Specifically,alc2010-06-112-2/+4
* Do not require pos parameter to be zero in MAP_ANONYMOUS mmap requestskan2010-06-101-2/+6
* Reduce the scope of the page queues lock and the number ofalc2010-06-102-22/+32
* Move the MD support for PCI message signalled interrupts to the x86 treejhb2010-06-081-602/+0
* Move the machine check support code to the x86 tree since it is identicaljhb2010-06-081-884/+0
* Move the I/O APIC code to the x86 tree since it is identical on i386 andjhb2010-06-081-922/+0
OpenPOWER on IntegriCloud