aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inRui Paulo2010-08-171-1/+1
* - The iMac9,1 needs the PAT workaround as wellPietro Cerutti2010-08-171-1/+2
* Supply some useful information to the started image using ELF aux vectors.Konstantin Belousov2010-08-171-2/+8
* Revert r211176:Attilio Rao2010-08-121-7/+1
* Update various places that store or manipulate CPU masks to use cpumask_tJohn Baldwin2010-08-113-9/+9
* IPI handlers may run generally with interrupts disabled because theyAttilio Rao2010-08-111-1/+7
* Fix a typo due to a stale version of the patch.Attilio Rao2010-08-101-1/+1
* Fix some places that may use cpumask_t while they still use 'int' types.Attilio Rao2010-08-102-13/+15
* Simplify the logic for handling ipi_selected() and ipi_cpu() in theAttilio Rao2010-08-091-42/+26
* Don't pass sizeof(u_int) to an argument of SYSCLT_PROC that ends up notDavid Malone2010-08-081-1/+1
* Fix whitespace nits.Bernhard Schmidt2010-08-061-1/+1
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anJohn Baldwin2010-08-063-12/+83
* Implement a simple native VM86 backend for X86BIOS. Now i386 uses nativeJung-uk Kim2010-08-051-1/+2
* Change the MPTable and $PIR PCI-PCI bridge drivers to inherit from theJohn Baldwin2010-08-052-50/+4
* Tweak the logic to disable CLFLUSH in virtual environments to work aroundJohn Baldwin2010-08-021-6/+6
* Improve cputemp(4) driver wrt newer Intel processors, especiallyXin LI2010-07-291-0/+1
* Mark the __curthread() functions as __pure2 and remove the volatile keywordJohn Baldwin2010-07-291-2/+2
* MFamd64: r210615Jung-uk Kim2010-07-292-1/+2
* The corrected error count field is dependent on CMCI, not TES.John Baldwin2010-07-281-3/+3
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umaMatthew D Fleming2010-07-281-0/+1
* The interpreter name should no longer be treated as a buffer that can beAlan Cox2010-07-281-10/+5
* Very rough first cut at NUMA support for the physical page allocator. ForJohn Baldwin2010-07-271-0/+7
* Simplify fldcw() macro. There is no reason to use pointer here. No objectJung-uk Kim2010-07-261-5/+5
* Remove an unused macro since r189418.Jung-uk Kim2010-07-261-1/+0
* Reduce diff against fenv.h:Jung-uk Kim2010-07-261-12/+14
* FNSTSW instruction can use AX register as an operand.Jung-uk Kim2010-07-261-1/+1
* Remove the acpi_aiboost driver. It has been replaced by aibs(4).Rui Paulo2010-07-251-3/+0
* MFamd64:Rui Paulo2010-07-211-0/+7
* Store fsbase and gsbase in the right fields of the mcontext. They wereTijl Coosemans2010-07-201-4/+4
* Add hints for i8254 timer on i386 and amd64. Some people report aboutAlexander Motin2010-07-161-0/+3
* Move functions declaration to MI code, following implementation.Alexander Motin2010-07-151-5/+0
* - Update 6000 firmware to 9.221.4.1Bernhard Schmidt2010-07-151-0/+2
* Remove obsolete undef of COPY_SIGCODE. It appears to have not beenWarner Losh2010-07-131-6/+0
* Reduce the number of global TLB shootdowns generated by pmap_qenter().Alan Cox2010-07-101-6/+9
* Fix spacing.Konstantin Belousov2010-07-091-1/+1
* For both i386 and amd64 pmap,Konstantin Belousov2010-07-092-2/+2
* Revert r209638. After commit, there appeared to be more people who likedAlexander Motin2010-07-021-2/+2
* Make stray irq counters have format alike to other counters. Unified formatAlexander Motin2010-07-011-2/+2
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() toJohn Baldwin2010-06-301-0/+1
* RegenerateKonstantin Belousov2010-06-284-448/+448
* Import the acpi_aibs(4) driver written by Constantine A. Murenin.Rui Paulo2010-06-251-0/+3
* Clear DF bit in eflags/rflags on the kernel entry. The i386 and amd64Konstantin Belousov2010-06-233-0/+12
* Fix bugs on pc98, use npxgetuserregs() instead of npxgetregs() forKonstantin Belousov2010-06-231-8/+4
* After the FPU use requires #MF working due to INT13 FPU exception handlingKonstantin Belousov2010-06-233-43/+33
* Remove the support for int13 FPU exception reporting on i386. It isKonstantin Belousov2010-06-234-142/+32
* Remove unused i586 optimized bcopy/bzero/etc implementations that utilizeKonstantin Belousov2010-06-234-832/+7
* Some style fixes for r209371.Alexander Motin2010-06-221-2/+4
* Implement new event timers infrastructure. It provides unified APIs forAlexander Motin2010-06-202-8/+2
* Only enable kdtrace hook in the LINT on the architectures that implement it.Konstantin Belousov2010-06-181-0/+6
* Merge COUNT_XINVLTLB_HITS and COUNT_IPIS kernel options from i386 to amd64.Alexander Motin2010-06-171-12/+23