| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | MFC r258660: | Konstantin Belousov | 2013-12-03 | 2 | -2/+4 |
| * | MFC r256645. | Neel Natu | 2013-10-22 | 1 | -0/+1 |
| * | Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_id | Justin T. Gibbs | 2013-10-05 | 1 | -1/+2 |
| * | Merge projects/bhyve_npt_pmap into head. | Neel Natu | 2013-10-05 | 4 | -40/+134 |
| * | Reorder/regroup the vmm ioctl api definitions to allow some | Peter Grehan | 2013-09-21 | 1 | -21/+35 |
| * | Merge Xen PVHVM support into the GENERIC kernel config for both | Justin T. Gibbs | 2013-09-20 | 1 | -0/+2 |
| * | Merge the following changes from projects/bhyve_npt_pmap: | Neel Natu | 2013-09-20 | 1 | -1/+9 |
| * | Add support for suspend/resume/migration operations when running as a | Justin T. Gibbs | 2013-09-20 | 1 | -2/+2 |
| * | Go way past 11 and bump bhyve's max vCPUs to 16. | Peter Grehan | 2013-09-10 | 1 | -1/+1 |
| * | Implement PV IPIs for PVHVM guests and further converge PV and HVM | Justin T. Gibbs | 2013-09-06 | 3 | -9/+39 |
| * | On those machines, where sf_bufs do not represent any real object, make | Gleb Smirnoff | 2013-09-06 | 1 | -0/+12 |
| * | Tidy up some loose ends in the PCID code: | Konstantin Belousov | 2013-09-04 | 3 | -1/+3 |
| * | Implement support for the process-context identifiers ('PCID') on | Konstantin Belousov | 2013-08-30 | 3 | -6/+13 |
| * | Provide a wrapper for the INVPCID instruction, definition of the | Konstantin Belousov | 2013-08-30 | 1 | -0/+20 |
| * | Implement vector callback for PVHVM and unify event channel implementations | Justin T. Gibbs | 2013-08-29 | 5 | -210/+48 |
| * | Reimplement atomic operations on PDEs and PTEs in pmap.h. This change | Jung-uk Kim | 2013-08-21 | 1 | -34/+7 |
| * | Remove empty lines before return statements for style consistency. | Jung-uk Kim | 2013-08-21 | 1 | -5/+0 |
| * | Implement atomic_swap() and atomic_testandset(). | Jung-uk Kim | 2013-08-21 | 1 | -15/+57 |
| * | - Remove the "a" constraint from main output operand for atomic_cmpset(). | Jung-uk Kim | 2013-08-21 | 1 | -10/+10 |
| * | Use '+' modifier for a memory operand that is both an input and an output. | Jung-uk Kim | 2013-08-21 | 1 | -23/+16 |
| * | Remove bogus labels. No functional change. | Jung-uk Kim | 2013-08-21 | 1 | -2/+0 |
| * | Use consistent style. No functional change. | Jung-uk Kim | 2013-08-21 | 1 | -12/+12 |
| * | Bump up the maximum addressable memory on amd64 systems from 1TB to 4TB. | Neel Natu | 2013-08-17 | 2 | -13/+35 |
| * | libc: Access _logname_valid more efficiently. | Jilles Tjoelker | 2013-08-17 | 1 | -1/+0 |
| * | Merge acpica_machdep.h for amd64 and i386 and move to x86. In fact, these | Jung-uk Kim | 2013-08-13 | 1 | -77/+3 |
| * | Tidy up global locks for ACPICA. There is no functional change. | Jung-uk Kim | 2013-08-13 | 1 | -3/+3 |
| * | Change the pmap_ts_referenced() method of amd64 pmap to use shared | Konstantin Belousov | 2013-08-07 | 1 | -0/+1 |
| * | Revert r253748,253749 | Andriy Gapon | 2013-07-28 | 1 | -2/+1 |
| * | put contents of cpu.h under _KERNEL | Andriy Gapon | 2013-07-28 | 1 | -1/+2 |
| * | x86: detect mwait capabilities and extensions, when present | Andriy Gapon | 2013-07-28 | 1 | -0/+3 |
| * | Fix issues with zeroing and fetching the counters, on x86 and ppc64. | Konstantin Belousov | 2013-07-01 | 1 | -0/+38 |
| * | Move definitions required by userland applications out of acpica_machdep.h. | Jung-uk Kim | 2013-06-27 | 1 | -6/+2 |
| * | Allow immediate operand. | Konstantin Belousov | 2013-06-20 | 1 | -1/+1 |
| * | Upgrade Xen interface headers to Xen 4.2.1. | Justin T. Gibbs | 2013-06-14 | 1 | -15/+16 |
| * | Remove unused macros PTESHIFT, PDESHIFT, PDPESHIFT and PML4ESHIFT. | Neel Natu | 2013-06-14 | 1 | -5/+0 |
| * | Fix the hardware watchpoints on SMP amd64. Load the updated %dr | Konstantin Belousov | 2013-05-21 | 2 | -1/+7 |
| * | Add basic support for FDT to i386 & amd64. This change includes: | Marcel Moolenaar | 2013-05-21 | 3 | -0/+13 |
| * | Retire write-only PCB_GS32BIT pcb flag on amd64. | Dmitry Chagin | 2013-05-09 | 1 | -1/+0 |
| * | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | Attilio Rao | 2013-05-07 | 2 | -7/+4 |
| * | Add RIP-relative addressing to the instruction decoder. | Peter Grehan | 2013-04-25 | 1 | -3/+3 |
| * | - Correct spelling in comments | Gabor Kovesdan | 2013-04-17 | 1 | -1/+3 |
| * | If vmm.ko could not be initialized correctly then prevent the creation of | Neel Natu | 2013-04-12 | 1 | -1/+1 |
| * | Unsynchronized TSCs on the host require special handling in bhyve: | Neel Natu | 2013-04-10 | 1 | -0/+3 |
| * | Merge from projects/counters: counter(9). | Gleb Smirnoff | 2013-04-08 | 1 | -0/+51 |
| * | Merge from projects/counters: | Gleb Smirnoff | 2013-04-08 | 1 | -1/+3 |
| * | Allow caller to skip 'guest linear address' validation when doing instruction | Neel Natu | 2013-03-28 | 1 | -0/+12 |
| * | Sync back vmcontention branch into HEAD: | Attilio Rao | 2013-03-18 | 1 | -1/+3 |
| * | Merge from vmc-playground branch: | Attilio Rao | 2013-03-02 | 1 | -1/+1 |
| * | Convert machine/elf.h, machine/frame.h, machine/sigframe.h, | Konstantin Belousov | 2013-02-20 | 5 | -454/+15 |
| * | Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'. | Neel Natu | 2013-02-11 | 2 | -13/+0 |