summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Explain that vm_page_array is mapped to describe the memory, not thekib2015-04-081-3/+8
* Fix integer truncation bug in malloc(9)rstone2015-04-011-2/+3
* Wait 100 microseconds for a local APIC to dispatch each startup-related IPIjhb2015-03-301-3/+3
* Apply r276208 to non-amd64 NOTES files as well to fix tinderbox buildsjhb2015-03-251-1/+1
* Use VT-d interrupt remapping block (IR) to perform FSB messageskib2015-03-191-0/+2
* Remove write-only variable.kib2015-03-121-2/+0
* Only schedule interrupts on a single hyperthread of a modern Intel CPU corejhb2015-03-061-2/+2
* Implement interface to create SR-IOV Virtual Functionsrstone2015-03-011-0/+1
* Supposed fix for some SandyBridge mobile CPUs hang on AP startup whenkib2015-02-281-6/+8
* Ensure that the supplied data length is large enough to hold the basejhb2015-02-181-1/+2
* Initialize x2APIC mode on the resume path before accessing LAPIC.kib2015-02-161-0/+1
* Add support for decoding multibyte NOPs.markj2015-02-131-1/+21
* Add x2APIC support. Enable it by default if CPU is capable. Thekib2015-02-094-26/+49
* Revert the IPI startup sequence to match what is described in thejhb2015-02-061-6/+24
* Generalized parts of the XEN timer code into a generic pvclockbryanv2015-02-042-3/+8
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) askib2015-01-311-3/+3
* Remove Giant from /dev/mem and /dev/kmem. It is definitely not neededkib2015-01-241-4/+0
* loader: implement multiboot support for Xen Dom0royger2015-01-151-0/+1
* For x86, read MAXPHYADDR, defined in SDM vol 3 4.1.4 Enumeration of Pagingkib2015-01-122-0/+2
* Need to include opt_cpu.h to access CPU_DISABLE_SSE option. Thankfully, thisimp2015-01-081-0/+2
* Don't call the SSE routines when they aren't enabled (or even compiledimp2015-01-081-0/+8
* Factor out duplicated code from dumpsys() on each architecture into genericmarkj2015-01-071-0/+6
* Remove "New" label from NFSCL/NFSD now that they are the only NFSjhb2015-01-063-6/+6
* On some Intel CPUs with a P-state but not C-state invariant TSC the TSCjhb2015-01-051-1/+1
* Exclude drivers which build but don't actually work with PAE enabled,marius2015-01-051-1/+4
* Garbage collect the asr driver. Hardware for it has not been produced inscottl2015-01-023-12/+1
* Regen after r276508, r276509.dchagin2015-01-015-7/+7
* Correct an argument status of wait4 syscall for Linuxulator.dchagin2015-01-011-1/+1
* - No longer exclude malo(4) and mwl(4), they have been fixed in r275870marius2014-12-292-67/+8
* Restore the trap type argument to the DTrace trap hook, removed in r268600.markj2014-12-231-1/+1
* Where appropriate, use the modern terms for the one true time baseimp2014-12-211-1/+1
* This configuration file removes several debugging options, includinggnn2014-12-021-0/+38
* MFamd64: Check for invalid flags in the machine context in sigreturn()jhb2014-11-251-1/+7
* Revert r274772: it is not valid on MIPSemaste2014-11-251-1/+1
* Improve support for XSAVE with debuggers.jhb2014-11-213-5/+62
* Use canonical __PIC__ flagemaste2014-11-211-1/+1
* Lock spic(4) and mark it MPSAFE:jhb2014-11-201-31/+39
* opt_global.h is included automatically in the build. No need toimp2014-11-181-1/+0
* Enable the use of VM_PHYSSEG_SPARSE on amd64 and i386, making it the defaultalc2014-11-152-1/+16
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., wekib2014-11-135-22/+32
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-093-3/+0
* Add VirtIO console to the x86 NOTES and filesbryanv2014-11-031-0/+1
* Move all of the XSAVE support under #ifdef I686_CPU and fix the buildjhb2014-11-033-3/+62
* Fix XEN kernel build.jhb2014-11-031-1/+1
* MFamd64: Add support for extended FPU states on i386. This includesjhb2014-11-0215-283/+752
* MFamd64: Move extern declaration of _ucodesel and _udatasel tojhb2014-11-024-3/+2
* MFamd64: Explicitly initialize the mxcsr during npxinit().jhb2014-11-021-0/+9
* Remove the FP_SOFTFP flag. It wasn't used but was leftover from thejhb2014-11-022-9/+0
* Don't check for a NULL curthread. curthread hasn't been NULL after earlyjhb2014-11-021-2/+0
* Skip the smap sysctl instead of panicing if no kernel metadata can bejhb2014-10-301-0/+2
OpenPOWER on IntegriCloud