| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use local variables with the appropriate types and eliminate a bunch of casts. | Neel Natu | 2013-08-08 | 1 | -31/+31 |
| * | Split the pagequeues per NUMA domains, and split pageademon process | Konstantin Belousov | 2013-08-07 | 1 | -0/+1 |
| * | Change the pmap_ts_referenced() method of amd64 pmap to use shared | Konstantin Belousov | 2013-08-07 | 2 | -8/+55 |
| * | enable KDB_TRACE in GENERICs | Andriy Gapon | 2013-08-07 | 1 | -1/+1 |
| * | Replace kernel virtual address space allocation with vmem. This provides | Jeff Roberson | 2013-08-07 | 4 | -12/+17 |
| * | - Introduce a specific function, pmap_remove_kernel_pde, for removing | Jeff Roberson | 2013-08-05 | 1 | -2/+39 |
| * | Follow-up commit to fix CR0 issues. Maintain | Peter Grehan | 2013-08-03 | 1 | -4/+38 |
| * | Moved clearing of vmm_initialized to avoid the case | Peter Grehan | 2013-08-01 | 1 | -1/+6 |
| * | Correctly maintain the CR0/CR4 shadow registers. | Peter Grehan | 2013-08-01 | 1 | -11/+54 |
| * | Back out r253779 & r253786. | David E. O'Brien | 2013-07-31 | 1 | -1/+0 |
| * | Decouple yarrow from random(4) device. | David E. O'Brien | 2013-07-29 | 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 | 3 | -0/+13 |
| * | - Use kmem_malloc rather than kmem_alloc() for GDT/LDT/tss allocations etc. | Jeff Roberson | 2013-07-26 | 1 | -4/+5 |
| * | Add support for emulation of the "or r/m, imm8" instruction. | Neel Natu | 2013-07-23 | 1 | -3/+60 |
| * | Fix a bug introduced in r252646 that causes a page with the PG_PTE_PAT bit set | Neel Natu | 2013-07-23 | 1 | -3/+18 |
| * | MFi386: add ddb "show sysregs" command. | Konstantin Belousov | 2013-07-15 | 1 | -0/+30 |
| * | Clear m->object for the page taken from the delayed free list for | Konstantin Belousov | 2013-07-10 | 1 | -0/+1 |
| * | Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver. | Xin LI | 2013-07-06 | 2 | -0/+5 |
| * | If a superpage mapping is being removed then we need to ignore the PG_PDE_PAT | Neel Natu | 2013-07-03 | 1 | -3/+9 |
| * | Verify that all bytes in the instruction buffer are consumed during decoding. | Neel Natu | 2013-07-03 | 1 | -0/+16 |
| * | Ignore guest PAT settings by default in EPT mappings. | Peter Grehan | 2013-07-01 | 1 | -2/+10 |
| * | Fix issues with zeroing and fetching the counters, on x86 and ppc64. | Konstantin Belousov | 2013-07-01 | 1 | -0/+38 |
| * | Make sure all CPUID values are handled, instead of exiting the | Peter Grehan | 2013-06-28 | 1 | -10/+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 |
| * | Some clarifications and updates for the comments, mostly retrieved | Konstantin Belousov | 2013-06-19 | 1 | -12/+16 |
| * | Fix a gcc warning uncovered after r251745. | Sergey Kandaurov | 2013-06-18 | 1 | -0/+3 |
| * | Upgrade Xen interface headers to Xen 4.2.1. | Justin T. Gibbs | 2013-06-14 | 1 | -15/+16 |
| * | Replace cpusetffs_obj with CPU_FFS, missed in r251703. | Sergey Kandaurov | 2013-06-14 | 1 | -1/+1 |
| * | Remove unused macros PTESHIFT, PDESHIFT, PDPESHIFT and PML4ESHIFT. | Neel Natu | 2013-06-14 | 3 | -9/+0 |
| * | - Add a BIT_FFS() macro and use it to replace cpusetffs_obj() | Jeff Roberson | 2013-06-13 | 1 | -2/+2 |
| * | Assert that interrupts are enabled in the trap handlers on x86 before | Konstantin Belousov | 2013-06-03 | 1 | -0/+1 |
| * | Use slightly more idiomatic expression to get the address of array. | Konstantin Belousov | 2013-05-27 | 2 | -2/+2 |
| * | The _MC_HASFPXSTATE and _MC_IA32_HASFPXSTATE flags have the same bit | Konstantin Belousov | 2013-05-27 | 1 | -1/+1 |
| * | The ia32_get_mcontext() does not need to set PCB_FULL_IRET. The | Konstantin Belousov | 2013-05-27 | 1 | -1/+0 |
| * | When reporting the fault details, also print %rsp. | Konstantin Belousov | 2013-05-27 | 1 | -2/+2 |
| * | When handling an exception from the attempt from loading the faulting | Konstantin Belousov | 2013-05-27 | 1 | -0/+24 |
| * | Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Seri... | Achim Leubner | 2013-05-24 | 2 | -0/+5 |
| * | o Relax locking assertions for vm_page_find_least() | Attilio Rao | 2013-05-21 | 1 | -1/+2 |
| * | Fix the hardware watchpoints on SMP amd64. Load the updated %dr | Konstantin Belousov | 2013-05-21 | 4 | -23/+69 |
| * | Add amd64-specific ddb command 'show phys2dmap', which calculates the | Konstantin Belousov | 2013-05-21 | 1 | -0/+12 |
| * | Add basic support for FDT to i386 & amd64. This change includes: | Marcel Moolenaar | 2013-05-21 | 4 | -0/+21 |
| * | Improve readability of static assertions for OFFSET_* macros. | Ed Schouten | 2013-05-13 | 1 | -3/+4 |
| * | Tidy up some CVS workarounds. | Peter Wemm | 2013-05-12 | 2 | -2/+0 |
| * | Fix several standard extended feature bits. | Rui Paulo | 2013-05-11 | 1 | -3/+3 |
| * | Support array-type of stats in bhyve. | Neel Natu | 2013-05-10 | 4 | -35/+74 |
| * | Retire write-only PCB_GS32BIT pcb flag on amd64. | Dmitry Chagin | 2013-05-09 | 6 | -7/+3 |
| * | Correct the type for the literal used on the left side of the shift up | Konstantin Belousov | 2013-05-09 | 1 | -2/+2 |