summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386/vm_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "MFC r328083,328096,328116,328119,328120,328128,328135,328153,...Luiz Souza2018-02-231-1/+1
* Revert "MFC r328083,328096,328116,328119,328120,328128,328135,328153,328157,"Luiz Souza2018-02-211-1/+1
* MFC r328083,328096,328116,328119,328120,328128,328135,328153,328157,kib2018-02-191-1/+1
* MFC r313154:kib2017-02-241-16/+0
* MFC r313109:kib2017-02-091-5/+1
* Update comments for the MD functions managing contexts for newkib2016-06-161-20/+13
* Add macro to convert errno and use it when appropriate.dchagin2016-05-221-7/+1
* The PKRU state size is 4 bytes, its support makes the XSAVE area sizekib2016-03-151-3/+4
* Use private cache line for the locked nop in *mb() on i386.kib2015-07-301-2/+2
* Remove unneeded data dependency, currently imposed bykib2015-06-281-0/+2
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsjhb2015-04-301-25/+2
* Add config option PAE_TABLES for the i386 kernel. It switches pmap tokib2015-04-131-1/+1
* Move all of the XSAVE support under #ifdef I686_CPU and fix the buildjhb2014-11-031-0/+12
* MFamd64: Add support for extended FPU states on i386. This includesjhb2014-11-021-10/+62
* MFamd64: Move extern declaration of _ucodesel and _udatasel tojhb2014-11-021-1/+0
* Add an argument to the x86 pmap_invalidate_cache_range() to requestkib2014-10-081-1/+1
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-051-176/+57
* Retire smp_active. It was racey and caused demonstrated problems withscottl2014-04-261-1/+1
* Clear the kernel grab of the FPU state on fork. The pcb_save pointerkib2014-03-291-1/+2
* Remove vestiges of knowing the ISA bus, which we gave up on around 20imp2014-03-191-1/+1
* Free both KVA and backing pages when freeing TSS memory.kib2013-09-231-1/+1
* - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDglebius2013-09-221-0/+12
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-2/+2
* Introduce new structure sfstat for collecting sendfile's statisticsae2013-07-151-1/+1
* Improve readability of static assertions for OFFSET_* macros.ed2013-05-131-3/+4
* MFamd64 r238623:kib2012-07-261-0/+4
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-041-10/+10
* Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-14/+22
* For architectures not using direct map , and requiring real KVA page forkib2011-01-181-1/+1
* Update various places that store or manipulate CPU masks to use cpumask_tjhb2010-08-111-1/+2
* After the FPU use requires #MF working due to INT13 FPU exception handlingkib2010-06-231-5/+4
* Remove the support for int13 FPU exception reporting on i386. It iskib2010-06-231-1/+1
* Introduce the x86 kernel interfaces to allow kernel code to usekib2010-06-051-4/+9
* Introduce the new kernel sub-tree x86 which should contain all the codeattilio2010-02-251-1/+1
* Extract the code that records syscall results in the frame into MDkib2009-11-101-0/+36
* make read_eflags and write_eflags accomplish the same effect on PVM as native,kmacy2009-10-011-8/+0
* As was done in r195820 for amd64, use clflush for flushing cache lineskib2009-07-291-2/+36
* Eliminate the recomputation of pcb_cr3 from cpu_set_upcall(). Thealc2009-03-221-5/+1
* halt APs on rebootkmacy2009-02-051-1/+1
* reboot instance on resetkmacy2009-02-051-1/+4
* merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-291-1/+1
* If the current thread has the trap bit set (i.e. a debugger haddavidxu2008-10-051-0/+8
* When doing rfork(0), i.e. separating curproc VM from any other user ofkib2008-09-121-5/+5
* Update the comments above the 0xcf9 register reset attempt to match thejhb2008-09-111-4/+7
* fix typo in previous commit breaking bootupkmacy2008-08-201-1/+1
* - clean up interrupt handling for xen a tiny bitkmacy2008-08-201-1/+8
* Integrate support for xen in to i386 common code.kmacy2008-08-151-0/+22
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Remove kernel support for M:N threading.jeff2008-03-121-14/+1
* o Rename cpu_thread_setup() to cpu_thread_alloc() to bettermarcel2007-11-141-1/+8
OpenPOWER on IntegriCloud