summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Presence of any VM_PROT bits in the permission argument on x86 implieskib2014-09-171-1/+2
* MFamd64: Use initializecpu() to set various model-specific registers onjhb2014-09-105-43/+22
* To workaround an errata on certain Pentium Pro CPUs, i386 disablesjhb2014-09-102-3/+26
* Move code to set various MSRs on AMD cpus out of printcpuinfo() andjhb2014-09-102-8/+30
* Create a separate structure for per-CPU state saved across suspend andjhb2014-09-062-5/+8
* Apply known workarounds for modern MacBooks.pfg2014-09-051-0/+2
* Add mrsas(4) to GENERIC for i386 and amd64.markj2014-09-041-0/+1
* Merge the amd64 and i386 identcpu.c into a single x86 implementation.jhb2014-09-043-1551/+2
* Remove a stray blank line from the Intel cache and TLB info.jhb2014-09-041-55/+53
* - Move blacklists of broken TSCs out of the printcpuinfo() functionjhb2014-09-041-36/+11
* Remove trailing whitespace.jhb2014-09-041-4/+4
* - Move prototypes for various functions into out of C files and intojhb2014-09-045-55/+34
* Actually save and restore FPU state on APs during suspend and resume.jhb2014-09-031-6/+2
OpenPOWER on IntegriCloud