| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an ioctl to assert and deassert an ioapic pin atomically. This will be used | neel | 2013-11-23 | 1 | -0/+3 |
* | Introduce a WEAK_REFERENCE() alias and use it. Get rid of the CNAME and the | andreast | 2013-11-21 | 1 | -0/+9 |
* | Move the ioapic device model from userspace into vmm.ko. This is needed for | neel | 2013-11-12 | 2 | -0/+13 |
* | As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In other | alc | 2013-11-08 | 1 | -10/+3 |
* | Add a new capability, VM_CAP_ENABLE_INVPCID, that can be enabled to expose | neel | 2013-10-16 | 1 | -0/+1 |
* | Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_id | gibbs | 2013-10-05 | 1 | -1/+2 |
* | Merge projects/bhyve_npt_pmap into head. | neel | 2013-10-05 | 4 | -40/+134 |
* | Reorder/regroup the vmm ioctl api definitions to allow some | grehan | 2013-09-21 | 1 | -21/+35 |
* | Merge Xen PVHVM support into the GENERIC kernel config for both | gibbs | 2013-09-20 | 1 | -0/+2 |
* | Merge the following changes from projects/bhyve_npt_pmap: | neel | 2013-09-20 | 1 | -1/+9 |
* | Add support for suspend/resume/migration operations when running as a | gibbs | 2013-09-20 | 1 | -2/+2 |
* | Go way past 11 and bump bhyve's max vCPUs to 16. | grehan | 2013-09-10 | 1 | -1/+1 |
* | Implement PV IPIs for PVHVM guests and further converge PV and HVM | gibbs | 2013-09-06 | 3 | -9/+39 |
* | On those machines, where sf_bufs do not represent any real object, make | glebius | 2013-09-06 | 1 | -0/+12 |
* | Tidy up some loose ends in the PCID code: | kib | 2013-09-04 | 3 | -1/+3 |
* | Implement support for the process-context identifiers ('PCID') on | kib | 2013-08-30 | 3 | -6/+13 |
* | Provide a wrapper for the INVPCID instruction, definition of the | kib | 2013-08-30 | 1 | -0/+20 |
* | Implement vector callback for PVHVM and unify event channel implementations | gibbs | 2013-08-29 | 5 | -210/+48 |
* | Reimplement atomic operations on PDEs and PTEs in pmap.h. This change | jkim | 2013-08-21 | 1 | -35/+8 |
* | Remove empty lines before return statements for style consistency. | jkim | 2013-08-21 | 1 | -5/+0 |
* | Implement atomic_swap() and atomic_testandset(). | jkim | 2013-08-21 | 1 | -15/+57 |
* | - Remove the "a" constraint from main output operand for atomic_cmpset(). | jkim | 2013-08-21 | 1 | -10/+10 |
* | Use '+' modifier for a memory operand that is both an input and an output. | jkim | 2013-08-21 | 1 | -23/+16 |
* | Remove bogus labels. No functional change. | jkim | 2013-08-21 | 1 | -2/+0 |
* | Use consistent style. No functional change. | jkim | 2013-08-21 | 1 | -12/+12 |
* | Bump up the maximum addressable memory on amd64 systems from 1TB to 4TB. | neel | 2013-08-17 | 2 | -13/+35 |
* | libc: Access _logname_valid more efficiently. | jilles | 2013-08-17 | 1 | -1/+0 |
* | Merge acpica_machdep.h for amd64 and i386 and move to x86. In fact, these | jkim | 2013-08-13 | 1 | -77/+3 |
* | Tidy up global locks for ACPICA. There is no functional change. | jkim | 2013-08-13 | 1 | -3/+3 |
* | Change the pmap_ts_referenced() method of amd64 pmap to use shared | kib | 2013-08-07 | 1 | -0/+1 |
* | Revert r253748,253749 | avg | 2013-07-28 | 1 | -2/+1 |
* | put contents of cpu.h under _KERNEL | avg | 2013-07-28 | 1 | -1/+2 |
* | x86: detect mwait capabilities and extensions, when present | avg | 2013-07-28 | 1 | -0/+3 |
* | Fix issues with zeroing and fetching the counters, on x86 and ppc64. | kib | 2013-07-01 | 1 | -0/+38 |
* | Move definitions required by userland applications out of acpica_machdep.h. | jkim | 2013-06-27 | 1 | -6/+2 |
* | Allow immediate operand. | kib | 2013-06-20 | 1 | -1/+1 |
* | Upgrade Xen interface headers to Xen 4.2.1. | gibbs | 2013-06-14 | 1 | -15/+16 |
* | Remove unused macros PTESHIFT, PDESHIFT, PDPESHIFT and PML4ESHIFT. | neel | 2013-06-14 | 1 | -5/+0 |
* | Fix the hardware watchpoints on SMP amd64. Load the updated %dr | kib | 2013-05-21 | 2 | -1/+7 |
* | Add basic support for FDT to i386 & amd64. This change includes: | marcel | 2013-05-21 | 3 | -0/+13 |
* | Retire write-only PCB_GS32BIT pcb flag on amd64. | dchagin | 2013-05-09 | 1 | -1/+0 |
* | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | attilio | 2013-05-07 | 2 | -7/+4 |
* | Add RIP-relative addressing to the instruction decoder. | grehan | 2013-04-25 | 1 | -3/+3 |
* | - Correct spelling in comments | gabor | 2013-04-17 | 1 | -1/+3 |
* | If vmm.ko could not be initialized correctly then prevent the creation of | neel | 2013-04-12 | 1 | -1/+1 |
* | Unsynchronized TSCs on the host require special handling in bhyve: | neel | 2013-04-10 | 1 | -0/+3 |
* | Merge from projects/counters: counter(9). | glebius | 2013-04-08 | 1 | -0/+51 |
* | Merge from projects/counters: | glebius | 2013-04-08 | 1 | -1/+3 |
* | Allow caller to skip 'guest linear address' validation when doing instruction | neel | 2013-03-28 | 1 | -0/+12 |
* | When a superpage promotion occurs, the page table page that the superpage | alc | 2013-03-12 | 1 | -13/+5 |