aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* atomic: Add testandclear on i386/amd64Sepherosa Ziehau2016-05-161-0/+26
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-091-0/+3
* Native PCI-express HotPlug support.John Baldwin2016-05-051-0/+1
* xen/i386: enable the platform hypercall for i386Roger Pau Monné2016-05-031-2/+2
* Make it explicit that D_MEM cdevsw d_flag is to signify that theKonstantin Belousov2016-05-011-1/+1
* Move 'device pci' for the PCI bus driver to the MI NOTES file.John Baldwin2016-04-291-5/+0
* Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.Pedro F. Giffuni2016-04-221-1/+1
* Yet more redundant parenthesis from r298431.Pedro F. Giffuni2016-04-211-1/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-214-4/+4
* X86: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-194-6/+6
* hyperv: Deprecate HYPERV option by moving Hyper-V IDT vector into vmbusSepherosa Ziehau2016-04-152-21/+0
* x86: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-143-13/+13
* Expose doreti as a global symbol on amd64 and i386.John Baldwin2016-04-131-0/+1
* re-enable AMD Topology extension on certain models if disabled by BIOSAndriy Gapon2016-04-121-1/+1
* Add kern.features flags for linux and linux64 modulesBaptiste Daroussin2016-04-051-0/+1
* Move i386/i386/autoconf.c to sys/x86/x86 and use it on both amd64 and i386.John Baldwin2016-04-031-162/+0
* Type of the interrupt handlers on x86 cannot be expressed in C.Konstantin Belousov2016-03-292-2/+1
* Revert r297310 as the SOL_XXX are equal to the IPPROTO_XX except SOL_SOCKET.Dmitry Chagin2016-03-271-1/+0
* iConvert Linux SOL_IPV6 level.Dmitry Chagin2016-03-271-0/+1
* Polish wbwd(4) driver and add more supported chips.Alexander Motin2016-03-241-1/+0
* Enable interrupts on the BSP once all PICs are initialized.John Baldwin2016-03-241-7/+0
* Regen for r297061 (fstatfs64 Linux syscall).Dmitry Chagin2016-03-205-7/+29
* Implement fstatfs64 system call.Dmitry Chagin2016-03-202-2/+1
* The PKRU state size is 4 bytes, its support makes the XSAVE area sizeKonstantin Belousov2016-03-151-3/+4
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-2/+2
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-222-2/+0
* Minor style cleanups.Ian Lepore2016-02-211-2/+2
* Convert ss_sp in stack_t and sigstack to void *.John Baldwin2016-01-273-6/+6
* Implement AT_SECURE properly.Xin LI2016-01-271-1/+3
* Adjust i386 comment to match amd64 one after r294311.Konstantin Belousov2016-01-191-5/+6
* Regen after r293907.Gleb Smirnoff2016-01-144-4/+4
* Change linux get_robust_list system call to match actual linux one.Gleb Smirnoff2016-01-141-2/+2
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscallDmitry Chagin2016-01-093-0/+4
* Move amd64 metadata.h to x86 and share with i386Ed Maste2016-01-071-34/+3
* Make the 'env' directive described in config(5) work on all architectures,Ian Lepore2016-01-021-4/+5
* Move shared variables from {amd64,i386}/initcpu.c to x86/identcpu.c.John Baldwin2015-12-232-53/+2
* Merge common parts of i386 and amd64 md_var.h and smp.h intoKonstantin Belousov2015-12-073-149/+6
* Set %esp correctly in the extended TSS.John Baldwin2015-12-071-2/+1
* pmap_invalidate_range: For very large ranges, flush the whole TLBConrad Meyer2015-12-061-0/+8
* In the pmap_set_pg() function, which enables the global bit on theKonstantin Belousov2015-12-051-2/+2
* For amd64 non-PCID machines, and for i386 machines with support forKonstantin Belousov2015-12-034-227/+40
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structKonstantin Belousov2015-11-283-13/+0
* Disconnect iBCS2 emulator from the build. The ibcs2 option, the buildKonstantin Belousov2015-11-281-1/+1
* Fix whitespace on addition of IPSEC optionEd Maste2015-11-261-1/+1
* Split kerne timekeep ABI structure vdso_sv_tk out of the structKonstantin Belousov2015-11-231-1/+2
* Export various helper variables describing the layout and size ofJohn Baldwin2015-11-121-6/+10
* The prefix for CLFLUSHOPT is 0x66. It was right on amd64.Konstantin Belousov2015-10-301-1/+1
* Use movw instead of movl (or plain mov) when moving segment registersJohn Baldwin2015-10-292-15/+15
* Build fix for i386/XBOX and pc98/GENERIC.Hans Petter Selasky2015-10-281-0/+2
* Intel SDM before revision 56 described the CLFLUSH instruction as onlyKonstantin Belousov2015-10-242-14/+39