| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Compute the number of initial kernel page table pages (NKPT) dynamically. | Neel Natu | 2013-02-06 | 1 | -6/+1 |
| * | x86 suspend/resume: suspend pics and pseudo-pics in reverse order | Andriy Gapon | 2013-02-02 | 1 | -1/+1 |
| * | Add emulation support for instruction "88/r: mov r/m8, r8". | Neel Natu | 2013-01-30 | 1 | -1/+2 |
| * | Add svn properties to the recently merged bhyve source files. | Neel Natu | 2013-01-20 | 2 | -2/+2 |
| * | Revert changes for x2apic support from projects/bhyve. | Neel Natu | 2013-01-06 | 1 | -1/+0 |
| * | There is no need for 'start_emulating()' and 'stop_emulating()' to be defined | Neel Natu | 2013-01-04 | 1 | -17/+0 |
| * | Prefer x2apic mode when running inside a virtual machine. | Neel Natu | 2012-12-16 | 1 | -0/+1 |
| * | Cleanup the user-space paging exit handler now that the unified instruction | Neel Natu | 2012-11-28 | 1 | -2/+0 |
| * | Revamp the x86 instruction emulation in bhyve. | Neel Natu | 2012-11-28 | 2 | -0/+116 |
| * | IFC @ r242684 | Neel Natu | 2012-11-11 | 8 | -22/+78 |
| |\ |
|
| | * | Provide the reading and display of the Standard Extended Features, | Konstantin Belousov | 2012-11-01 | 1 | -0/+1 |
| | * | Add an unified macro to deny ability from the compiler to reorder | Attilio Rao | 2012-10-09 | 1 | -2/+2 |
| | * | Reverts r234074,234105,234564,234723,234989,235231-235232 and part of | Attilio Rao | 2012-10-09 | 1 | -0/+2 |
| | * | - Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specific | John Baldwin | 2012-09-28 | 1 | -10/+42 |
| | * | As discussed on -current, remove the hardcoded default maxswzone. | Dag-Erling Smørgrav | 2012-08-14 | 1 | -8/+0 |
| | * | Add lfence(). | Konstantin Belousov | 2012-08-01 | 1 | -0/+7 |
| | * | Forcibly shut up clang warning about NULL pointer dereference. | Konstantin Belousov | 2012-07-23 | 1 | -0/+7 |
| | * | Introduce curpcb magic variable, similar to curthread, which is MD | Konstantin Belousov | 2012-07-19 | 1 | -1/+14 |
| | * | On AMD64, provide siginfo.si_code for floating point errors when error | Konstantin Belousov | 2012-07-18 | 1 | -1/+2 |