summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Use a bit more care when moving I/O APIC interrupts between CPUs. Maskjhb2010-06-081-4/+22
* Introduce the x86 kernel interfaces to allow kernel code to usekib2010-06-059-47/+230
* In the unlikely event that pmap_ts_referenced() demoted five superpagealc2010-06-031-1/+2
* MFamd64: Add a new macro PCPU_XEN_FIELDS to hold XEN-specific per-CPUjhb2010-06-021-28/+11
* Eliminate a stale comment.alc2010-05-312-8/+0
* Simplify the inner loop of pmap_collect(): While iterating over the page'salc2010-05-302-8/+5
* Merge various changes from i386/i386/pmap.c:alc2010-05-301-72/+57
* When I pushed down the page queues lock into pmap_is_modified(), I createdalc2010-05-291-7/+19
* Defer initializing machine checks for the boot CPU until the local APIC isjhb2010-05-282-1/+13
OpenPOWER on IntegriCloud