summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Document XENHVM and xenpci are mutually inclusive.gjb2013-10-111-3/+4
* Remove redundant declarations of szsigcode and sigcode indim2013-10-071-2/+0
* Remove redundant declaration of force_evtchn_callback() in thedim2013-10-071-3/+0
* Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_idgibbs2013-10-053-11/+6
* add aesni module to i386 and amd64 NOTES...jmg2013-10-041-0/+1
* Free both KVA and backing pages when freeing TSS memory.kib2013-09-231-1/+1
* - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDglebius2013-09-221-0/+12
* Fix compilation of the i386 PAE kernel config.gibbs2013-09-221-2/+0
* Merge Xen PVHVM support into the GENERIC kernel config for bothgibbs2013-09-204-44/+12
* Substantial rewrite of bxe(4) to add support for the BCM57712 anddavidch2013-09-202-1/+4
* Add support for suspend/resume/migration operations when running as agibbs2013-09-202-2/+18
* sys/i386/xen/mp_machdep.c:gibbs2013-09-202-3/+9
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-202-102/+0
* sys/i386/xen_mp_machdep.c:gibbs2013-09-191-0/+3
* Fix panic in ktrcapfail() when no capability rights are passed.pjd2013-09-181-1/+1
* Regen.rdivacky2013-09-185-94/+16
* Revert r255672, it has some serious flaws, leaking file references etc.rdivacky2013-09-182-6/+8
* Regen.rdivacky2013-09-185-16/+95
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueuerdivacky2013-09-182-8/+6
* Add vmx(4) to i386 and amd64 GENERICbryanv2013-09-171-0/+3
* Merge the change r255607 from amd64 to i386.kib2013-09-161-0/+2
* Prior to r254304, we only began scanning the active page queue when thealc2013-09-111-52/+69
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-092-5/+5
* Implement PV IPIs for PVHVM guests and further converge PV and HVMgibbs2013-09-065-64/+84
* Add vmx device to the i386 and amd64 NOTES filesbryanv2013-09-061-0/+2
* Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarationsglebius2013-09-061-0/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-054-6/+18
* Better conformance to style(9) and organizational cleanup.gibbs2013-09-021-40/+51
* Introduce a new, HVM compatible, paravirtualized timer driver for Xen.gibbs2013-08-295-640/+6
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-2918-229/+252
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-292-0/+172
* Rename definition of HYPERVISOR_VIRT_START to avoid conflict withgibbs2013-08-222-3/+2
* Revert r254501. Instead, reuse the type stability of the struct pmapkib2013-08-222-6/+0
* The PADLOCK_RNG and RDRAND_RNG kernel options are now devices.obrien2013-08-212-2/+4
* Reimplement atomic operations on PDEs and PTEs in pmap.h. This changejkim2013-08-211-84/+13
* Implement atomic_cmpset_64() and atomic_swap_64() for i386.jkim2013-08-211-0/+113
* Reimplement atomic_load_acq_64() and atomic_store_rel_64() for i386. Thesejkim2013-08-212-99/+110
* Remove empty lines before return statements for style consistency.jkim2013-08-211-6/+0
* Implement atomic_swap() and atomic_testandset().jkim2013-08-211-19/+43
* - Remove the "a" constraint from main output operand for atomic_cmpset().jkim2013-08-211-5/+5
* Use '+' modifier for a memory operand that is both an input and an output.jkim2013-08-211-29/+21
* Remove bogus labels. No functional change.jkim2013-08-211-1/+0
* Use consistent style. No functional change.jkim2013-08-211-10/+10
* Add process descriptors support to the GENERIC kernel. It is already beingpjd2013-08-181-0/+1
* libc: Access _logname_valid more efficiently.jilles2013-08-171-1/+2
* Simplify check for CMPXCHG8B instruction. Note CMPXCHG8B instruction isjkim2013-08-152-2/+17
* Merge acpica_machdep.h for amd64 and i386 and move to x86. In fact, thesejkim2013-08-131-97/+3
* Tidy up global locks for ACPICA. There is no functional change.jkim2013-08-131-3/+3
* Different consumers of the struct vm_page abuse pageq member to keepkib2013-08-101-43/+46
* On all the architectures, avoid to preallocate the physical memoryattilio2013-08-091-4/+10
OpenPOWER on IntegriCloud