| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r267767: | kib | 2014-06-30 | 1 | -0/+1 |
* | MFC 262139,262140,262236,262281,262532: | jhb | 2014-06-13 | 1 | -2/+1 |
* | MFC 261638,262144,262506,266765: | jhb | 2014-06-12 | 2 | -25/+32 |
* | MFC 261504: | jhb | 2014-06-12 | 2 | -3/+17 |
* | MFC 260239,261268,265058: | jhb | 2014-06-12 | 1 | -1/+4 |
* | MFC 259737, 262646: | jhb | 2014-05-18 | 1 | -1/+2 |
* | MFC 259641,259863,259924,259937,259961,259978,260380,260383,260410,260466, | jhb | 2014-05-17 | 2 | -6/+41 |
* | MFC r257854 (discussed with alc@) | ian | 2014-05-16 | 1 | -10/+3 |
* | MFC 258860,260167,260238,260397: | jhb | 2014-04-17 | 1 | -2/+11 |
* | MFC r263001 | royger | 2014-04-04 | 1 | -0/+6 |
* | MFC r263475: | kib | 2014-03-28 | 1 | -0/+1 |
* | MFC: r262746, r262748, r262750, r262752 | jkim | 2014-03-10 | 2 | -1/+1 |
* | MFC 258859,259081,259085,259205,259213,259275,259482,259537,259702,259779: | jhb | 2014-02-23 | 2 | -4/+19 |
* | MFC 261517,261520: | jhb | 2014-02-18 | 1 | -3/+0 |
* | MFC 259140: | jhb | 2014-02-18 | 1 | -9/+0 |
* | MFC 259782: | jhb | 2014-01-29 | 2 | -0/+5 |
* | MFC 257422,257661,258075,258476,258494,258579,258609,258699: | jhb | 2014-01-23 | 2 | -0/+25 |
* | MFC r258660: | kib | 2013-12-03 | 2 | -2/+4 |
* | MFC r256645. | neel | 2013-10-22 | 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 |