summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rework virtual machine hypervisor detection.jhb2014-10-281-0/+2
* Replace some calls to fuword() by fueword() with proper error checking.kib2014-10-281-2/+9
* Add fueword(9) and casueword(9) functions. They are like fuword(9)kib2014-10-281-12/+18
* By the time that pmap_init() runs, vm_phys_segs[] has been initialized. Obta...alc2014-10-261-2/+4
* Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code thatjhb2014-10-242-0/+4
* Under PAE ULONG is insufficient for representing the physical memory size. U...alc2014-10-231-3/+3
* xen: implement the privcmd user-space deviceroyger2014-10-221-0/+20
* Eliminate unnecessary memory allocation in sys_getgroups and its ibcs2 counte...mjg2014-10-211-20/+15
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-163-5/+5
* MFi386 r272761.kib2014-10-111-8/+12
* Pass up the error status of minidumpsys() to its callers.markj2014-10-082-3/+4
* Add an argument to the x86 pmap_invalidate_cache_range() to requestkib2014-10-083-11/+16
* Call initializecpucache() on the BSP for i386 in the !XEN case. This wasjhb2014-10-061-2/+0
* Merge pc98's machdep.c into i386/i386/machdep.c.nyan2014-10-041-4/+308
* msi: add Xen MSI implementationroyger2014-09-301-0/+3
* ddb: allow specifying the exact address of the symtab and strtabroyger2014-09-251-8/+2
* Re-gen after r271743 implementing most ofbz2014-09-185-8/+13
* Implement most of timer_{create,settime,gettime,getoverrun,delete}bz2014-09-183-32/+6
OpenPOWER on IntegriCloud