| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | MFC | attilio | 2013-02-24 | 5 | -454/+15 |
|\ |
|
| * | Convert machine/elf.h, machine/frame.h, machine/sigframe.h, | kib | 2013-02-20 | 5 | -454/+15 |
* | | MFC | attilio | 2013-02-13 | 2 | -13/+0 |
|\ \
| |/ |
|
| * | Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'. | neel | 2013-02-11 | 2 | -13/+0 |
* | | MFC | attilio | 2013-02-06 | 1 | -6/+1 |
|\ \
| |/ |
|
| * | Compute the number of initial kernel page table pages (NKPT) dynamically. | neel | 2013-02-06 | 1 | -6/+1 |
* | | MFC | attilio | 2013-02-03 | 4 | -1/+623 |
|\ \
| |/ |
|
| * | x86 suspend/resume: suspend pics and pseudo-pics in reverse order | avg | 2013-02-02 | 1 | -1/+1 |
| * | Add emulation support for instruction "88/r: mov r/m8, r8". | neel | 2013-01-30 | 1 | -1/+2 |
| * | Add svn properties to the recently merged bhyve source files. | neel | 2013-01-20 | 2 | -2/+2 |
| * | Revert changes for x2apic support from projects/bhyve. | neel | 2013-01-06 | 1 | -1/+0 |
| * | There is no need for 'start_emulating()' and 'stop_emulating()' to be defined | neel | 2013-01-04 | 1 | -17/+0 |
| * | Prefer x2apic mode when running inside a virtual machine. | neel | 2012-12-16 | 1 | -0/+1 |
| * | Cleanup the user-space paging exit handler now that the unified instruction | neel | 2012-11-28 | 1 | -2/+0 |
| * | Revamp the x86 instruction emulation in bhyve. | neel | 2012-11-28 | 2 | -0/+116 |
| * | IFC @ r242684 | neel | 2012-11-11 | 8 | -22/+78 |
| |\ |
|
| * | | Maintain state regarding NMI delivery to guest vcpu in VT-x independent manner. | neel | 2012-10-24 | 1 | -2/+2 |