| Commit message (Expand) | Author | Age | Files | Lines |
* | Go way past 11 and bump bhyve's max vCPUs to 16. | grehan | 2013-09-10 | 1 | -1/+1 |
* | Prior to r254304, we only began scanning the active page queue when the | alc | 2013-09-08 | 1 | -74/+87 |
* | Allocate VPIDs by using the unit number allocator to keep do the bookkeeping. | neel | 2013-09-07 | 1 | -39/+103 |
* | Mask off the vector from the MSI-x data word. | grehan | 2013-09-07 | 1 | -1/+1 |
* | Implement PV IPIs for PVHVM guests and further converge PV and HVM | gibbs | 2013-09-06 | 5 | -35/+47 |
* | Add vmx device to the i386 and amd64 NOTES files | bryanv | 2013-09-06 | 1 | -0/+2 |
* | Only lock pvh_global_lock read-only for pmap_page_wired_mappings(), | kib | 2013-09-06 | 1 | -96/+110 |
* | In pmap_ts_referenced(), when restarting the loop due to pv list | kib | 2013-09-06 | 1 | -3/+1 |
* | On those machines, where sf_bufs do not represent any real object, make | glebius | 2013-09-06 | 2 | -22/+12 |
* | Emulate reading of the IA32_MISC_ENABLE MSR, by returning | grehan | 2013-09-06 | 1 | -1/+16 |
* | Allow CPUID leaf 0xD to be read as zeroes. | grehan | 2013-09-06 | 2 | -0/+2 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 1 | -1/+4 |
* | Tidy up some loose ends in the PCID code: | kib | 2013-09-04 | 8 | -73/+98 |
* | Add support for the 'invpcid' instruction to binutils and DDB's | jhb | 2013-09-03 | 1 | -1/+1 |
* | Fix two build failures for non-tb configurations, UP [2] and when using gas [1]. | kib | 2013-08-31 | 2 | -7/+8 |
* | The pm_save should be cleared on the pmap initialization, and not on | kib | 2013-08-30 | 1 | -1/+1 |
* | Implement support for the process-context identifiers ('PCID') on | kib | 2013-08-30 | 10 | -113/+527 |
* | 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 | 8 | -218/+79 |
* | Significantly reduce the cost, i.e., run time, of calls to madvise(..., | alc | 2013-08-29 | 1 | -0/+122 |
* | Add support for emulating the byte move instruction "mov r/m8, r8". | neel | 2013-08-27 | 1 | -2/+10 |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | kib | 2013-08-22 | 1 | -6/+0 |
* | Use the generation count of the pv list to work around LOR between | kib | 2013-08-22 | 1 | -6/+37 |
* | The PADLOCK_RNG and RDRAND_RNG kernel options are now devices. | obrien | 2013-08-21 | 2 | -2/+4 |
* | 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 |
* | Do not create superpage mappings in the iommu. | neel | 2013-08-20 | 1 | -1/+18 |
* | Extract the location of the remapping hardware units from the ACPI DMAR table. | neel | 2013-08-20 | 1 | -60/+54 |
* | Fix breakage caused by r254466 in minidumpsys(). | neel | 2013-08-20 | 1 | -4/+8 |
* | When code from r254064 in pmap_ts_referenced() drops pv lock and | kib | 2013-08-18 | 1 | -0/+3 |
* | Add process descriptors support to the GENERIC kernel. It is already being | pjd | 2013-08-18 | 1 | -0/+1 |
* | Bump up the maximum addressable memory on amd64 systems from 1TB to 4TB. | neel | 2013-08-17 | 3 | -24/+68 |
* | libc: Access _logname_valid more efficiently. | jilles | 2013-08-17 | 1 | -1/+0 |
* | Use an ANSI C definition of initializecpucache() to match the declaration | brooks | 2013-08-15 | 1 | -1/+1 |
* | 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 |
* | Different consumers of the struct vm_page abuse pageq member to keep | kib | 2013-08-10 | 1 | -54/+58 |
* | On all the architectures, avoid to preallocate the physical memory | attilio | 2013-08-09 | 1 | -4/+10 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 1 | -12/+10 |
* | follow up to r254051 | avg | 2013-08-09 | 1 | -2/+1 |
* | Use local variables with the appropriate types and eliminate a bunch of casts. | neel | 2013-08-08 | 1 | -31/+31 |
* | Split the pagequeues per NUMA domains, and split pageademon process | kib | 2013-08-07 | 1 | -0/+1 |
* | Change the pmap_ts_referenced() method of amd64 pmap to use shared | kib | 2013-08-07 | 2 | -8/+55 |
* | enable KDB_TRACE in GENERICs | avg | 2013-08-07 | 1 | -1/+1 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 4 | -12/+17 |