| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | eadler | 2013-11-30 | 1 | -1/+1 |
* | Make process descriptors standard part of the kernel. rwhod(8) already | pjd | 2013-11-30 | 1 | -1/+0 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | attilio | 2013-11-25 | 4 | -4/+0 |
* | Refactor i386 startup SMAP parsing | emaste | 2013-11-22 | 1 | -33/+50 |
* | Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it and | andreast | 2013-11-21 | 1 | -4/+8 |
* | Fix accounting for hw.realmem on the i386 and amd64 platforms. | gibbs | 2013-11-15 | 1 | -1/+1 |
* | x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...) | emaste | 2013-11-14 | 3 | -56/+6 |
* | Disable building the ctl module for the i386 XEN kernel configuration | dim | 2013-11-11 | 1 | -1/+1 |
* | Fix signal delivery for the iBCS2 binaries. The iBCS2 sysvec uses | kib | 2013-11-08 | 1 | -0/+2 |
* | Add bits for the AMD features from CPUID function 0x80000001 ECX, | kib | 2013-11-08 | 1 | -6/+6 |
* | As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In other | alc | 2013-11-08 | 1 | -11/+10 |
* | Remove references to an unused fasttrap probe hook, and remove the | markj | 2013-10-31 | 1 | -11/+3 |
* | - Provide necessary includes. | glebius | 2013-10-29 | 1 | -0/+1 |
* | Import the driver for VT-d DMAR hardware, as specified in the revision | kib | 2013-10-28 | 1 | -0/+1 |
* | Document XENHVM and xenpci are mutually inclusive. | gjb | 2013-10-11 | 1 | -3/+4 |
* | Remove redundant declarations of szsigcode and sigcode in | dim | 2013-10-07 | 1 | -2/+0 |
* | Remove redundant declaration of force_evtchn_callback() in the | dim | 2013-10-07 | 1 | -3/+0 |
* | Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_id | gibbs | 2013-10-05 | 3 | -11/+6 |
* | add aesni module to i386 and amd64 NOTES... | jmg | 2013-10-04 | 1 | -0/+1 |
* | Free both KVA and backing pages when freeing TSS memory. | kib | 2013-09-23 | 1 | -1/+1 |
* | - Create kern.ipc.sendfile namespace, and put the new "readhead" OID | glebius | 2013-09-22 | 1 | -0/+12 |
* | Fix compilation of the i386 PAE kernel config. | gibbs | 2013-09-22 | 1 | -2/+0 |
* | Merge Xen PVHVM support into the GENERIC kernel config for both | gibbs | 2013-09-20 | 4 | -44/+12 |
* | Substantial rewrite of bxe(4) to add support for the BCM57712 and | davidch | 2013-09-20 | 2 | -1/+4 |
* | Add support for suspend/resume/migration operations when running as a | gibbs | 2013-09-20 | 2 | -2/+18 |
* | sys/i386/xen/mp_machdep.c: | gibbs | 2013-09-20 | 2 | -3/+9 |
* | The pmap function pmap_clear_reference() is no longer used. Remove it. | alc | 2013-09-20 | 2 | -102/+0 |
* | sys/i386/xen_mp_machdep.c: | gibbs | 2013-09-19 | 1 | -0/+3 |
* | Fix panic in ktrcapfail() when no capability rights are passed. | pjd | 2013-09-18 | 1 | -1/+1 |
* | Regen. | rdivacky | 2013-09-18 | 5 | -94/+16 |
* | Revert r255672, it has some serious flaws, leaking file references etc. | rdivacky | 2013-09-18 | 2 | -6/+8 |
* | Regen. | rdivacky | 2013-09-18 | 5 | -16/+95 |
* | Implement epoll support in Linuxulator. This is a tiny wrapper around kqueue | rdivacky | 2013-09-18 | 2 | -8/+6 |
* | Add vmx(4) to i386 and amd64 GENERIC | bryanv | 2013-09-17 | 1 | -0/+3 |
* | Merge the change r255607 from amd64 to i386. | kib | 2013-09-16 | 1 | -0/+2 |
* | Prior to r254304, we only began scanning the active page queue when the | alc | 2013-09-11 | 1 | -52/+69 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | jhb | 2013-09-09 | 2 | -5/+5 |
* | Implement PV IPIs for PVHVM guests and further converge PV and HVM | gibbs | 2013-09-06 | 5 | -64/+84 |
* | Add vmx device to the i386 and amd64 NOTES files | bryanv | 2013-09-06 | 1 | -0/+2 |
* | Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarations | glebius | 2013-09-06 | 1 | -0/+3 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 4 | -6/+18 |
* | Better conformance to style(9) and organizational cleanup. | gibbs | 2013-09-02 | 1 | -40/+51 |
* | Introduce a new, HVM compatible, paravirtualized timer driver for Xen. | gibbs | 2013-08-29 | 5 | -640/+6 |
* | Implement vector callback for PVHVM and unify event channel implementations | gibbs | 2013-08-29 | 18 | -229/+252 |
* | Significantly reduce the cost, i.e., run time, of calls to madvise(..., | alc | 2013-08-29 | 2 | -0/+172 |
* | Rename definition of HYPERVISOR_VIRT_START to avoid conflict with | gibbs | 2013-08-22 | 2 | -3/+2 |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | kib | 2013-08-22 | 2 | -6/+0 |
* | The PADLOCK_RNG and RDRAND_RNG kernel options are now devices. | obrien | 2013-08-21 | 2 | -2/+4 |
* | Reimplement atomic operations on PDEs and PTEs in pmap.h. This change | jkim | 2013-08-21 | 1 | -84/+13 |
* | Implement atomic_cmpset_64() and atomic_swap_64() for i386. | jkim | 2013-08-21 | 1 | -0/+113 |