| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename definition of HYPERVISOR_VIRT_START to avoid conflict with | gibbs | 2013-08-22 | 2 | -3/+2 |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | kib | 2013-08-22 | 2 | -6/+0 |
* | 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 | -84/+13 |
* | Implement atomic_cmpset_64() and atomic_swap_64() for i386. | jkim | 2013-08-21 | 1 | -0/+113 |
* | Reimplement atomic_load_acq_64() and atomic_store_rel_64() for i386. These | jkim | 2013-08-21 | 2 | -99/+110 |
* | Remove empty lines before return statements for style consistency. | jkim | 2013-08-21 | 1 | -6/+0 |
* | Implement atomic_swap() and atomic_testandset(). | jkim | 2013-08-21 | 1 | -19/+43 |
* | - Remove the "a" constraint from main output operand for atomic_cmpset(). | jkim | 2013-08-21 | 1 | -5/+5 |
* | Use '+' modifier for a memory operand that is both an input and an output. | jkim | 2013-08-21 | 1 | -29/+21 |
* | Remove bogus labels. No functional change. | jkim | 2013-08-21 | 1 | -1/+0 |
* | Use consistent style. No functional change. | jkim | 2013-08-21 | 1 | -10/+10 |
* | Add process descriptors support to the GENERIC kernel. It is already being | pjd | 2013-08-18 | 1 | -0/+1 |
* | libc: Access _logname_valid more efficiently. | jilles | 2013-08-17 | 1 | -1/+2 |
* | Simplify check for CMPXCHG8B instruction. Note CMPXCHG8B instruction is | jkim | 2013-08-15 | 2 | -2/+17 |
* | Merge acpica_machdep.h for amd64 and i386 and move to x86. In fact, these | jkim | 2013-08-13 | 1 | -97/+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 | -43/+46 |
* | 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 | 2 | -24/+20 |
* | follow up to r254051 | avg | 2013-08-09 | 1 | -2/+1 |
* | 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 | 9 | -40/+38 |
* | - Introduce a specific function, pmap_remove_kernel_pde, for removing | jeff | 2013-08-05 | 1 | -2/+39 |
* | Back out r253779 & r253786. | obrien | 2013-07-31 | 3 | -3/+1 |
* | Decouple yarrow from random(4) device. | obrien | 2013-07-29 | 3 | -1/+3 |
* | 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 | -7/+9 |
* | Include sys/systm.h after sys/param.h. | ae | 2013-07-15 | 1 | -1/+1 |
* | Nuke mbstat. It wasn't used for mbuf statistics since FreeBSD 5. | glebius | 2013-07-15 | 1 | -1/+0 |
* | Introduce new structure sfstat for collecting sendfile's statistics | ae | 2013-07-15 | 1 | -1/+1 |
* | Create a proper stack frame for i386 version of bcopy(), despite the | kib | 2013-07-13 | 1 | -5/+9 |
* | Explicitely panic instead of possibly doing undefined things when | kib | 2013-07-11 | 1 | -1/+1 |
* | MFamd64 r253140: | kib | 2013-07-11 | 1 | -0/+1 |
* | Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver. | delphij | 2013-07-06 | 4 | -1/+7 |
* | Fix issues with zeroing and fetching the counters, on x86 and ppc64. | kib | 2013-07-01 | 1 | -0/+87 |
* | Move definitions required by userland applications out of acpica_machdep.h. | jkim | 2013-06-27 | 1 | -6/+2 |
* | Some clarifications and updates for the comments, mostly retrieved | kib | 2013-06-19 | 1 | -30/+34 |
* | Adjust i386 Xen PV support for updated Xen interface files. | gibbs | 2013-06-17 | 2 | -4/+4 |
* | Upgrade Xen interface headers to Xen 4.2.1. | gibbs | 2013-06-14 | 1 | -8/+19 |
* | - Add a BIT_FFS() macro and use it to replace cpusetffs_obj() | jeff | 2013-06-13 | 4 | -6/+6 |
* | Assert that interrupts are enabled in the trap handlers on x86 before | kib | 2013-06-03 | 1 | -0/+1 |
* | MFamd64: when printing the trap information, show the %esp value. | kib | 2013-06-03 | 1 | -2/+2 |
* | Use slightly more idiomatic expression to get the address of array. | kib | 2013-05-27 | 1 | -1/+1 |
* | When handling an exception from the attempt from loading the faulting | kib | 2013-05-27 | 1 | -0/+1 |
* | Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Seri... | achim | 2013-05-24 | 2 | -0/+5 |
* | o Relax locking assertions for vm_page_find_least() | attilio | 2013-05-21 | 2 | -2/+4 |
* | Add basic support for FDT to i386 & amd64. This change includes: | marcel | 2013-05-21 | 4 | -0/+21 |