aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove spaces from boot messages when we print the CPU ID/Family/SteppingGavin Atkinson2014-01-111-5/+5
* Nuke symbols.rawSergey Kandaurov2013-12-171-73/+0
* Move constants for indices in the local APIC's local vector table fromJohn Baldwin2013-12-091-9/+0
* Fix a typo.John Baldwin2013-12-051-1/+1
* Enable Hyper-V support in i386 GENERIC.Xin LI2013-12-051-0/+3
* Support Hyper-V on i386:Xin LI2013-12-051-0/+2
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Make process descriptors standard part of the kernel. rwhod(8) alreadyPawel Jakub Dawidek2013-11-301-1/+0
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-254-4/+0
* Refactor i386 startup SMAP parsingEd Maste2013-11-221-33/+50
* Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it andAndreas Tobler2013-11-211-4/+8
* Fix accounting for hw.realmem on the i386 and amd64 platforms.Justin T. Gibbs2013-11-151-1/+1
* x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)Ed Maste2013-11-143-56/+6
* Disable building the ctl module for the i386 XEN kernel configurationDimitry Andric2013-11-111-1/+1
* Fix signal delivery for the iBCS2 binaries. The iBCS2 sysvec usesKonstantin Belousov2013-11-081-0/+2
* Add bits for the AMD features from CPUID function 0x80000001 ECX,Konstantin Belousov2013-11-081-6/+6
* As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In otherAlan Cox2013-11-081-11/+10
* Remove references to an unused fasttrap probe hook, and remove theMark Johnston2013-10-311-11/+3
* - Provide necessary includes.Gleb Smirnoff2013-10-291-0/+1
* Import the driver for VT-d DMAR hardware, as specified in the revisionKonstantin Belousov2013-10-281-0/+1
* Document XENHVM and xenpci are mutually inclusive.Glen Barber2013-10-111-3/+4
* Remove redundant declarations of szsigcode and sigcode inDimitry Andric2013-10-071-2/+0
* Remove redundant declaration of force_evtchn_callback() in theDimitry Andric2013-10-071-3/+0
* Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_idJustin T. Gibbs2013-10-053-11/+6
* add aesni module to i386 and amd64 NOTES...John-Mark Gurney2013-10-041-0/+1
* Free both KVA and backing pages when freeing TSS memory.Konstantin Belousov2013-09-231-1/+1
* - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDGleb Smirnoff2013-09-221-0/+12
* Fix compilation of the i386 PAE kernel config.Justin T. Gibbs2013-09-221-2/+0
* Merge Xen PVHVM support into the GENERIC kernel config for bothJustin T. Gibbs2013-09-204-44/+12
* Substantial rewrite of bxe(4) to add support for the BCM57712 andDavid Christensen2013-09-202-1/+4
* Add support for suspend/resume/migration operations when running as aJustin T. Gibbs2013-09-202-2/+18
* sys/i386/xen/mp_machdep.c:Justin T. Gibbs2013-09-202-3/+9
* The pmap function pmap_clear_reference() is no longer used. Remove it.Alan Cox2013-09-202-102/+0
* sys/i386/xen_mp_machdep.c:Justin T. Gibbs2013-09-191-0/+3
* Fix panic in ktrcapfail() when no capability rights are passed.Pawel Jakub Dawidek2013-09-181-1/+1
* Regen.Roman Divacky2013-09-185-94/+16
* Revert r255672, it has some serious flaws, leaking file references etc.Roman Divacky2013-09-182-6/+8
* Regen.Roman Divacky2013-09-185-16/+95
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueueRoman Divacky2013-09-182-8/+6
* Add vmx(4) to i386 and amd64 GENERICBryan Venteicher2013-09-171-0/+3
* Merge the change r255607 from amd64 to i386.Konstantin Belousov2013-09-161-0/+2
* Prior to r254304, we only began scanning the active page queue when theAlan Cox2013-09-111-52/+69
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-092-5/+5
* Implement PV IPIs for PVHVM guests and further converge PV and HVMJustin T. Gibbs2013-09-065-64/+84
* Add vmx device to the i386 and amd64 NOTES filesBryan Venteicher2013-09-061-0/+2
* Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarationsGleb Smirnoff2013-09-061-0/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-054-6/+18
* Better conformance to style(9) and organizational cleanup.Justin T. Gibbs2013-09-021-40/+51
* Introduce a new, HVM compatible, paravirtualized timer driver for Xen.Justin T. Gibbs2013-08-295-640/+6
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-2918-229/+252