| Commit message (Expand) | Author | Age | Files | Lines |
* | Only schedule interrupts on a single hyperthread of a modern Intel CPU core | jhb | 2015-03-06 | 1 | -2/+2 |
* | Implement interface to create SR-IOV Virtual Functions | rstone | 2015-03-01 | 1 | -0/+1 |
* | Supposed fix for some SandyBridge mobile CPUs hang on AP startup when | kib | 2015-02-28 | 1 | -6/+8 |
* | Ensure that the supplied data length is large enough to hold the base | jhb | 2015-02-18 | 1 | -1/+2 |
* | Initialize x2APIC mode on the resume path before accessing LAPIC. | kib | 2015-02-16 | 1 | -0/+1 |
* | Add support for decoding multibyte NOPs. | markj | 2015-02-13 | 1 | -1/+21 |
* | Add x2APIC support. Enable it by default if CPU is capable. The | kib | 2015-02-09 | 4 | -26/+49 |
* | Revert the IPI startup sequence to match what is described in the | jhb | 2015-02-06 | 1 | -6/+24 |
* | Generalized parts of the XEN timer code into a generic pvclock | bryanv | 2015-02-04 | 2 | -3/+8 |
* | Do not qualify the mcontext_t *mcp argument for set_mcontext(9) as | kib | 2015-01-31 | 1 | -3/+3 |
* | Remove Giant from /dev/mem and /dev/kmem. It is definitely not needed | kib | 2015-01-24 | 1 | -4/+0 |
* | loader: implement multiboot support for Xen Dom0 | royger | 2015-01-15 | 1 | -0/+1 |
* | For x86, read MAXPHYADDR, defined in SDM vol 3 4.1.4 Enumeration of Paging | kib | 2015-01-12 | 2 | -0/+2 |
* | Need to include opt_cpu.h to access CPU_DISABLE_SSE option. Thankfully, this | imp | 2015-01-08 | 1 | -0/+2 |
* | Don't call the SSE routines when they aren't enabled (or even compiled | imp | 2015-01-08 | 1 | -0/+8 |
* | Factor out duplicated code from dumpsys() on each architecture into generic | markj | 2015-01-07 | 1 | -0/+6 |
* | Remove "New" label from NFSCL/NFSD now that they are the only NFS | jhb | 2015-01-06 | 3 | -6/+6 |
* | On some Intel CPUs with a P-state but not C-state invariant TSC the TSC | jhb | 2015-01-05 | 1 | -1/+1 |
* | Exclude drivers which build but don't actually work with PAE enabled, | marius | 2015-01-05 | 1 | -1/+4 |
* | Garbage collect the asr driver. Hardware for it has not been produced in | scottl | 2015-01-02 | 3 | -12/+1 |
* | Regen after r276508, r276509. | dchagin | 2015-01-01 | 5 | -7/+7 |
* | Correct an argument status of wait4 syscall for Linuxulator. | dchagin | 2015-01-01 | 1 | -1/+1 |
* | - No longer exclude malo(4) and mwl(4), they have been fixed in r275870 | marius | 2014-12-29 | 2 | -67/+8 |
* | Restore the trap type argument to the DTrace trap hook, removed in r268600. | markj | 2014-12-23 | 1 | -1/+1 |
* | Where appropriate, use the modern terms for the one true time base | imp | 2014-12-21 | 1 | -1/+1 |
* | This configuration file removes several debugging options, including | gnn | 2014-12-02 | 1 | -0/+38 |
* | MFamd64: Check for invalid flags in the machine context in sigreturn() | jhb | 2014-11-25 | 1 | -1/+7 |
* | Revert r274772: it is not valid on MIPS | emaste | 2014-11-25 | 1 | -1/+1 |
* | Improve support for XSAVE with debuggers. | jhb | 2014-11-21 | 3 | -5/+62 |
* | Use canonical __PIC__ flag | emaste | 2014-11-21 | 1 | -1/+1 |
* | Lock spic(4) and mark it MPSAFE: | jhb | 2014-11-20 | 1 | -31/+39 |
* | opt_global.h is included automatically in the build. No need to | imp | 2014-11-18 | 1 | -1/+0 |
* | Enable the use of VM_PHYSSEG_SPARSE on amd64 and i386, making it the default | alc | 2014-11-15 | 2 | -1/+16 |
* | Remove the no-at variants of the kern_xx() syscall helpers. E.g., we | kib | 2014-11-13 | 5 | -22/+32 |
* | Renove faith(4) and faithd(8) from base. It looks like industry | melifaro | 2014-11-09 | 3 | -3/+0 |
* | Add VirtIO console to the x86 NOTES and files | bryanv | 2014-11-03 | 1 | -0/+1 |
* | Move all of the XSAVE support under #ifdef I686_CPU and fix the build | jhb | 2014-11-03 | 3 | -3/+62 |
* | Fix XEN kernel build. | jhb | 2014-11-03 | 1 | -1/+1 |
* | MFamd64: Add support for extended FPU states on i386. This includes | jhb | 2014-11-02 | 15 | -283/+752 |
* | MFamd64: Move extern declaration of _ucodesel and _udatasel to | jhb | 2014-11-02 | 4 | -3/+2 |
* | MFamd64: Explicitly initialize the mxcsr during npxinit(). | jhb | 2014-11-02 | 1 | -0/+9 |
* | Remove the FP_SOFTFP flag. It wasn't used but was leftover from the | jhb | 2014-11-02 | 2 | -9/+0 |
* | Don't check for a NULL curthread. curthread hasn't been NULL after early | jhb | 2014-11-02 | 1 | -2/+0 |
* | Skip the smap sysctl instead of panicing if no kernel metadata can be | jhb | 2014-10-30 | 1 | -0/+2 |
* | Rework virtual machine hypervisor detection. | jhb | 2014-10-28 | 1 | -0/+2 |
* | Replace some calls to fuword() by fueword() with proper error checking. | kib | 2014-10-28 | 1 | -2/+9 |
* | Add fueword(9) and casueword(9) functions. They are like fuword(9) | kib | 2014-10-28 | 1 | -12/+18 |
* | By the time that pmap_init() runs, vm_phys_segs[] has been initialized. Obta... | alc | 2014-10-26 | 1 | -2/+4 |
* | Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code that | jhb | 2014-10-24 | 2 | -0/+4 |
* | Under PAE ULONG is insufficient for representing the physical memory size. U... | alc | 2014-10-23 | 1 | -3/+3 |