| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - Introduce a specific function, pmap_remove_kernel_pde, for removing | jeff | 2013-08-05 | 1 | -2/+39 |
* | Follow-up commit to fix CR0 issues. Maintain | grehan | 2013-08-03 | 1 | -4/+38 |
* | Moved clearing of vmm_initialized to avoid the case | grehan | 2013-08-01 | 1 | -1/+6 |
* | Correctly maintain the CR0/CR4 shadow registers. | grehan | 2013-08-01 | 1 | -11/+54 |
* | Back out r253779 & r253786. | obrien | 2013-07-31 | 1 | -1/+0 |
* | Decouple yarrow from random(4) device. | obrien | 2013-07-29 | 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 | 3 | -0/+13 |
* | - Use kmem_malloc rather than kmem_alloc() for GDT/LDT/tss allocations etc. | jeff | 2013-07-26 | 1 | -4/+5 |
* | Add support for emulation of the "or r/m, imm8" instruction. | neel | 2013-07-23 | 1 | -3/+60 |
* | Fix a bug introduced in r252646 that causes a page with the PG_PTE_PAT bit set | neel | 2013-07-23 | 1 | -3/+18 |
* | MFi386: add ddb "show sysregs" command. | kib | 2013-07-15 | 1 | -0/+30 |
* | Clear m->object for the page taken from the delayed free list for | kib | 2013-07-10 | 1 | -0/+1 |
* | Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver. | delphij | 2013-07-06 | 2 | -0/+5 |
* | If a superpage mapping is being removed then we need to ignore the PG_PDE_PAT | neel | 2013-07-03 | 1 | -3/+9 |
* | Verify that all bytes in the instruction buffer are consumed during decoding. | neel | 2013-07-03 | 1 | -0/+16 |
* | Ignore guest PAT settings by default in EPT mappings. | grehan | 2013-07-01 | 1 | -2/+10 |
* | Fix issues with zeroing and fetching the counters, on x86 and ppc64. | kib | 2013-07-01 | 1 | -0/+38 |
* | Make sure all CPUID values are handled, instead of exiting the | grehan | 2013-06-28 | 1 | -10/+38 |
* | Move definitions required by userland applications out of acpica_machdep.h. | jkim | 2013-06-27 | 1 | -6/+2 |