| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r243960 based on feedback regarding keeping x86 headers unified | jimharris | 2012-12-13 | 1 | -149/+2 |
* | Implement an API to allow a hypervisor to save/restore | grehan | 2012-12-12 | 2 | -1/+36 |
* | Add amd64-specific ddb command "show pte". The command displays the | kib | 2012-12-10 | 1 | -0/+43 |
* | Add amd64 implementations for 8-byte bus_space routines. | jimharris | 2012-12-06 | 1 | -2/+149 |
* | Print the frame addresses for the backtraces on i386 and amd64. It | kib | 2012-12-03 | 1 | -6/+11 |
* | Remove duplicate code. Reduce diff between amd64 and i386. | jkim | 2012-12-01 | 1 | -6/+7 |
* | Use volatile keywords properly. | jkim | 2012-11-30 | 1 | -11/+11 |
* | Tidy up inline assembly. No functional change. | jkim | 2012-11-30 | 1 | -8/+8 |
* | Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.h | kib | 2012-11-16 | 1 | -0/+1 |
* | Flip the semantic of M_NOWAIT to only require the allocation to not | kib | 2012-11-14 | 1 | -6/+2 |
* | Do not try to enable new features in the %cr4 if running under | kib | 2012-11-09 | 1 | -1/+15 |
* | Rework the known rwlock to benefit about staying on their own | attilio | 2012-11-03 | 1 | -10/+1 |
* | Enable the new instructions for reading and writing bases for %fs, | kib | 2012-11-01 | 2 | -1/+18 |
* | Provide the reading and display of the Standard Extended Features, | kib | 2012-11-01 | 3 | -0/+19 |
* | The 'testing memory' patch gets printed too many times | eadler | 2012-10-22 | 1 | -2/+0 |
* | Explain the upcoming delay by printing a message when the kernel | eadler | 2012-10-22 | 1 | -0/+2 |
* | Print the %rip value for uprintf_signal. | kib | 2012-10-14 | 1 | -1/+3 |
* | pciereg_cfg*: use assembly to access the mem-mapped cfg space | avg | 2012-10-14 | 1 | -6/+19 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Add an unified macro to deny ability from the compiler to reorder | attilio | 2012-10-09 | 1 | -2/+2 |
* | Reverts r234074,234105,234564,234723,234989,235231-235232 and part of | attilio | 2012-10-09 | 3 | -5/+6 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | - Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specific | jhb | 2012-09-28 | 1 | -10/+42 |
* | Eliminate a stale comment. It describes another use case for the pmap in | alc | 2012-09-28 | 1 | -7/+0 |
* | After r205013, amd64 and i386 CPU family and model IDs were printed out | dim | 2012-09-21 | 1 | -2/+2 |
* | Integrate nvme(4) and nvd(4) into the amd64 and i386 builds. | jimharris | 2012-09-17 | 1 | -0/+5 |
* | Rename the IVY_RNG option to RDRAND_RNG. | kib | 2012-09-13 | 1 | -1/+1 |
* | Simplify pmap_unmapdev(). Since kmem_free() eventually calls pmap_remove(), | alc | 2012-09-10 | 1 | -4/+1 |
* | userret() already checks for td_locks when INVARIANTS is enabled, so | attilio | 2012-09-08 | 1 | -1/+0 |
* | Add support for new Intel on-CPU Bull Mountain random number | kib | 2012-09-05 | 1 | -0/+2 |
* | Rename {_,}pmap_unwire_pte_hold() to {_,}pmap_unwire_ptp() and update the | alc | 2012-09-05 | 1 | -22/+22 |
* | Add hpt27xx to GENERIC kernel for amd64 and i386 systems. | delphij | 2012-09-04 | 1 | -0/+1 |
* | Fix duplicate entries for mwl(4): | jhb | 2012-09-04 | 1 | -6/+1 |
* | Fix misspelled "Infiniband". | jhb | 2012-08-28 | 1 | -1/+1 |
* | Grammar fix: s/NIC's/NICs/ | gjb | 2012-08-26 | 1 | -1/+1 |
* | As discussed on -current, remove the hardcoded default maxswzone. | des | 2012-08-14 | 1 | -8/+0 |
* | Add a hackish debugging facility to provide a bit of information about | kib | 2012-08-14 | 1 | -2/+20 |
* | Real hardware, as opposed to QEMU, does not allow to have a call gate | kib | 2012-08-14 | 2 | -6/+27 |
* | Remove the deassert INIT IPI from the IPI startup sequence for APs. | jhb | 2012-08-13 | 1 | -16/+1 |
* | Add a 10 millisecond delay after sending the initial INIT IPI. This | jhb | 2012-08-13 | 1 | -1/+2 |
* | Build modules along with the XENHVM kernels. | cperciva | 2012-08-13 | 1 | -2/+0 |
* | The assertion that I added in r238889 could legitimately fail when a | alc | 2012-08-08 | 1 | -1/+2 |
* | Do not apply errata 721 workaround when under hypervisor, since | kib | 2012-08-07 | 1 | -1/+7 |
* | Remove duplicate header inclusion of <sys/sysent.h> | pluknet | 2012-08-07 | 1 | -1/+0 |
* | Shave off a few more cycles from the average execution time of pmap_enter() | alc | 2012-08-05 | 1 | -7/+2 |
* | Add lfence(). | kib | 2012-08-01 | 1 | -0/+7 |
* | Revise pmap_enter()'s handling of mapping updates that change the | alc | 2012-08-01 | 1 | -22/+30 |
* | Change (unused) prototype for stmxcsr() to match reality. | kib | 2012-07-30 | 1 | -1/+1 |
* | Shave off a few more cycles from pmap_enter()'s critical section. In | alc | 2012-07-29 | 1 | -14/+17 |
* | Forcibly shut up clang warning about NULL pointer dereference. | kib | 2012-07-23 | 1 | -0/+7 |