summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* msi: add Xen MSI implementationroyger2014-09-301-0/+3
* ddb: allow specifying the exact address of the symtab and strtabroyger2014-09-251-8/+2
* Re-gen after r271743 implementing most ofbz2014-09-185-8/+13
* Implement most of timer_{create,settime,gettime,getoverrun,delete}bz2014-09-183-32/+6
* Presence of any VM_PROT bits in the permission argument on x86 implieskib2014-09-171-1/+2
* MFamd64: Use initializecpu() to set various model-specific registers onjhb2014-09-105-43/+22
* To workaround an errata on certain Pentium Pro CPUs, i386 disablesjhb2014-09-102-3/+26
* Move code to set various MSRs on AMD cpus out of printcpuinfo() andjhb2014-09-102-8/+30
* Create a separate structure for per-CPU state saved across suspend andjhb2014-09-062-5/+8
* Apply known workarounds for modern MacBooks.pfg2014-09-051-0/+2
* Add mrsas(4) to GENERIC for i386 and amd64.markj2014-09-041-0/+1
* Merge the amd64 and i386 identcpu.c into a single x86 implementation.jhb2014-09-043-1551/+2
* Remove a stray blank line from the Intel cache and TLB info.jhb2014-09-041-55/+53
* - Move blacklists of broken TSCs out of the printcpuinfo() functionjhb2014-09-041-36/+11
* Remove trailing whitespace.jhb2014-09-041-4/+4
* - Move prototypes for various functions into out of C files and intojhb2014-09-045-55/+34
* Actually save and restore FPU state on APs during suspend and resume.jhb2014-09-031-6/+2
* Save and restore FPU state across suspend and resume. In earlier revisionsjhb2014-08-305-43/+47
* Minor space/tab cleanups.pfg2014-08-302-12/+12
* - Add a new structure type for the ACPI 3.0 SMAP entry that includes thejhb2014-08-292-0/+44
* MFamd64: Add a machdep.bootmethod sysctl to inform the installer whichjhb2014-08-291-0/+4
* Fix build of si(4) and enable it in LINT on amd64 and i386.jhb2014-08-201-1/+1
* Complete r254667, do not destroy pmap lock if KVA allocation failed.kib2014-08-162-4/+1
* Update i386/NOTES and amd64/NOTES files to contain the complete list ofgavin2014-08-141-4/+17
* Correct a comment brought over from amd64. i386 doesn't use longjhb2014-08-121-8/+1
* Change {_,}pmap_allocpte() so that they look for the flag PMAP_ENTER_NOSLEEPalc2014-08-111-20/+11
* Change pmap_enter(9) interface to take flags parameter and superpagekib2014-08-082-33/+47
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-053-211/+66
* Retire pmap_change_wiring(). We have never used it to wire virtual pages.alc2014-08-032-85/+0
* - Copying and zeroing pages via temporary mappings involves updating themarius2014-07-241-5/+12
* Invoke the DTrace trap handler before calling trap() on amd64. This matchesmarkj2014-07-141-1/+1
* Correct si_code for the SIGBUS signal generated by the alignment trap.kib2014-07-081-0/+4
* Introduce pmap_unwire(). It will replace pmap_change_wiring(). There arealc2014-07-062-0/+144
* Add vt(4) devices and options to NOTESemaste2014-07-011-0/+3
* Add vt(4) to GENERIC and retire the separate VT configemaste2014-06-302-14/+4
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-289-17/+8
* Revert r267961, r267973:gjb2014-06-279-8/+17
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-279-17/+8
* Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPUkib2014-06-232-0/+8
* Revert r266925 as it can lead to instant panic at fexecve():dchagin2014-06-171-2/+2
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptattilio2014-06-162-2/+2
* amd64/i386: introduce APIC hooks for different APIC implementations.royger2014-06-162-6/+3
* Fix some cosmetic issues with the use of kmem_malloc() in the i386 LDTkib2014-06-151-24/+6
* Add a page size field to struct vm_page. Increase the page size field whenalc2014-06-071-2/+1
* Restore comments accidentally removed.imp2014-06-062-2/+2
* To allow to run the interpreter itself add a new ELF branding type.dchagin2014-05-311-2/+2
* Commit the rest of the changes that were intended to be part of r266826.markj2014-05-291-22/+0
* - Actually, modules are built correctly when compiled along the kernel asmarius2014-05-281-7/+2
* - Shrink the list of excluded modules to what actually still doesn't buildmarius2014-05-281-4/+3
* imagact_binmisc builds for all supported architectures, so enable it for all.jhibbits2014-05-221-3/+0
OpenPOWER on IntegriCloud