summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386/vm_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r296908:kib2016-03-161-3/+4
* MFC r281495:kib2015-04-271-1/+1
* MFC 273988,273989,273995,274057:jhb2014-12-221-9/+74
* MFC 273991:jhb2014-12-221-2/+0
* MFC r272761:kib2014-10-151-1/+1
* Merge r264984scottl2014-05-071-1/+1
* MFC r263912:kib2014-04-051-1/+2
* 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
* Actual code shows several problems in ia32 LDT handling:attilio2007-07-071-2/+1
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-041-2/+2
* Fix some problems introduced with the last descriptors tables lockingattilio2007-05-291-4/+4
* - Move GDT/LDT locking into a seperate spinlock, removing the globaljeff2007-05-201-5/+10
* Fix the triple fault used as a last resort during a reboot to actuallyjhb2007-04-241-3/+7
* Update comments for the 0xcf9 and 0x92 reset methods to explain what we arejhb2007-04-241-3/+15
* Tweak printf string.jhb2007-04-231-1/+1
* Acquiring smp_ipi_mtx on every call to pmap_invalidate_*() is wasteful.alc2007-03-051-2/+0
* As we now have an SFB_NOWAIT flag, change 'will' to 'may' where therwatson2007-01-281-1/+1
* Backout changes trying to inherit floating-point environment, althoughdavidxu2006-05-291-2/+1
* PCB_NPXINITDONE is cleared by npx_fork_thread.davidxu2006-05-281-1/+1
* When creating a new thread, inherit floating-point environment fromdavidxu2006-05-281-0/+1
* Unbreak pc98. Sorry...sobomax2006-04-281-0/+2
OpenPOWER on IntegriCloud