aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Re-gen after r271743 implementing most ofBjoern A. Zeeb2014-09-185-8/+13
* Implement most of timer_{create,settime,gettime,getoverrun,delete}Bjoern A. Zeeb2014-09-183-32/+6
* Presence of any VM_PROT bits in the permission argument on x86 impliesKonstantin Belousov2014-09-171-1/+2
* MFamd64: Use initializecpu() to set various model-specific registers onJohn Baldwin2014-09-105-43/+22
* To workaround an errata on certain Pentium Pro CPUs, i386 disablesJohn Baldwin2014-09-102-3/+26
* Move code to set various MSRs on AMD cpus out of printcpuinfo() andJohn Baldwin2014-09-102-8/+30
* Create a separate structure for per-CPU state saved across suspend andJohn Baldwin2014-09-062-5/+8
* Apply known workarounds for modern MacBooks.Pedro F. Giffuni2014-09-051-0/+2
* Add mrsas(4) to GENERIC for i386 and amd64.Mark Johnston2014-09-041-0/+1
* Merge the amd64 and i386 identcpu.c into a single x86 implementation.John Baldwin2014-09-043-1551/+2
* Remove a stray blank line from the Intel cache and TLB info.John Baldwin2014-09-041-55/+53
* - Move blacklists of broken TSCs out of the printcpuinfo() functionJohn Baldwin2014-09-041-36/+11
* Remove trailing whitespace.John Baldwin2014-09-041-4/+4
* - Move prototypes for various functions into out of C files and intoJohn Baldwin2014-09-045-55/+34
* Actually save and restore FPU state on APs during suspend and resume.John Baldwin2014-09-031-6/+2
* Save and restore FPU state across suspend and resume. In earlier revisionsJohn Baldwin2014-08-305-43/+47
* Minor space/tab cleanups.Pedro F. Giffuni2014-08-302-12/+12
* - Add a new structure type for the ACPI 3.0 SMAP entry that includes theJohn Baldwin2014-08-292-0/+44
* MFamd64: Add a machdep.bootmethod sysctl to inform the installer whichJohn Baldwin2014-08-291-0/+4
* Fix build of si(4) and enable it in LINT on amd64 and i386.John Baldwin2014-08-201-1/+1
* Complete r254667, do not destroy pmap lock if KVA allocation failed.Konstantin Belousov2014-08-162-4/+1
* Update i386/NOTES and amd64/NOTES files to contain the complete list ofGavin Atkinson2014-08-141-4/+17
* Correct a comment brought over from amd64. i386 doesn't use longJohn Baldwin2014-08-121-8/+1
* Change {_,}pmap_allocpte() so that they look for the flag PMAP_ENTER_NOSLEEPAlan Cox2014-08-111-20/+11
* Change pmap_enter(9) interface to take flags parameter and superpageKonstantin Belousov2014-08-082-33/+47
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cGleb Smirnoff2014-08-053-211/+66
* Retire pmap_change_wiring(). We have never used it to wire virtual pages.Alan Cox2014-08-032-85/+0
* - Copying and zeroing pages via temporary mappings involves updating theMarius Strobl2014-07-241-5/+12
* Invoke the DTrace trap handler before calling trap() on amd64. This matchesMark Johnston2014-07-141-1/+1
* Correct si_code for the SIGBUS signal generated by the alignment trap.Konstantin Belousov2014-07-081-0/+4
* Introduce pmap_unwire(). It will replace pmap_change_wiring(). There areAlan Cox2014-07-062-0/+144
* Add vt(4) devices and options to NOTESEd Maste2014-07-011-0/+3
* Add vt(4) to GENERIC and retire the separate VT configEd Maste2014-06-302-14/+4
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-289-17/+8
* Revert r267961, r267973:Glen Barber2014-06-279-8/+17
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-279-17/+8
* Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPUKonstantin Belousov2014-06-232-0/+8
* Revert r266925 as it can lead to instant panic at fexecve():Dmitry Chagin2014-06-171-2/+2
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptAttilio Rao2014-06-162-2/+2
* amd64/i386: introduce APIC hooks for different APIC implementations.Roger Pau Monné2014-06-162-6/+3
* Fix some cosmetic issues with the use of kmem_malloc() in the i386 LDTKonstantin Belousov2014-06-151-24/+6
* Add a page size field to struct vm_page. Increase the page size field whenAlan Cox2014-06-071-2/+1
* Restore comments accidentally removed.Warner Losh2014-06-062-2/+2
* To allow to run the interpreter itself add a new ELF branding type.Dmitry Chagin2014-05-311-2/+2
* Commit the rest of the changes that were intended to be part of r266826.Mark Johnston2014-05-291-22/+0
* - Actually, modules are built correctly when compiled along the kernel asMarius Strobl2014-05-281-7/+2
* - Shrink the list of excluded modules to what actually still doesn't buildMarius Strobl2014-05-281-4/+3
* imagact_binmisc builds for all supported architectures, so enable it for all.Justin Hibbits2014-05-221-3/+0
* Disable ACPI and P4TCC throttling by default, following discussion onNathan Whitehorn2014-05-041-0/+2
* Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.Kenneth D. Merry2014-05-022-1/+2