summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/vm_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* In cpu_set_user_tls(), consistently set PCB_FULL_IRET pcb flag forkib2012-02-101-1/+1
* Add support for the extended FPU states on amd64, both for nativekib2012-01-211-9/+63
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-041-6/+3
* Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-6/+15
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-261-2/+2
* Improve PCB flags handling and make it more robust. Add two new functionsjkim2010-12-221-7/+9
* Update some comments related to use of amd64 full context switch.kib2010-12-071-3/+2
* Retire write-only PCB_FULLCTX pcb flag on amd64.kib2010-12-071-1/+0
* Update various places that store or manipulate CPU masks to use cpumask_tjhb2010-08-111-1/+2
* Use critical sections instead of disabling local interrupts to ensurekib2010-06-151-0/+2
* Introduce the x86 kernel interfaces to allow kernel code to usekib2010-06-051-3/+8
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-111-2/+2
* Introduce the new kernel sub-tree x86 which should contain all the codeattilio2010-02-251-1/+1
* For ia32 syscall(), call cpu_set_syscall_retval(). Update comment insidekib2009-12-121-1/+5
* Extract the code that records syscall results in the frame into MDkib2009-11-101-0/+39
* Restore the segment registers and segment base MSRs for amd64 syscallkib2009-07-091-0/+5
* Save and restore segment registers on amd64 when entering and leavingkib2009-04-011-20/+76
* In general, the kernel virtual address of the pml4 page table page that isalc2009-03-221-1/+3
* Eliminate the recomputation of pcb_cr3 from cpu_set_upcall(). Thealc2009-03-221-1/+1
* Use the p_sysent->sv_flags flag SV_ILP32 to detect 32bit processkib2009-03-021-8/+3
* If the current thread has the trap bit set (i.e. a debugger haddavidxu2008-10-051-0/+8
* Update the comments above the 0xcf9 register reset attempt to match thejhb2008-09-111-4/+7
* Remove kernel support for M:N threading.jeff2008-03-121-11/+0
* o Rename cpu_thread_setup() to cpu_thread_alloc() to bettermarcel2007-11-141-1/+6
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-041-2/+2
* Fix the triple fault used as a last resort during a reboot to actuallyjhb2007-04-241-3/+8
* MFi386: Attempt to reset the machine using the Reset Control register andjhb2007-04-241-1/+30
* Make cpu_set_upcall_kse() and cpu_set_user_tls() work for 32bit process.davidxu2006-09-171-0/+43
* Remove a duplicated line.davidxu2006-07-241-1/+0
* When restarting the BSP during cpu_reset() use a membar to ensure thatjhb2005-10-241-1/+3
* Kill pcb_rflags. It served no purpose.peter2005-09-271-3/+0
* Validate if the value written into {FS,GS}.base is a canonicaldavidxu2005-07-101-1/+5
* MFi386: 1.258: Minor cleanupspeter2005-06-241-4/+4
* Change cpu_set_kse_upcall to more generic style, so we can reuse itdavidxu2005-04-231-5/+20
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-041-0/+8
* MFi386: handle PSL_T properly across fork. Typo fix.peter2005-01-211-1/+13
* Remove redundant code to drop per-thread debug register state fromjhb2005-01-141-7/+0
* MFi386: Restore cpu_reset proxy code to enable reset from ddb on an AP.njl2004-12-271-4/+39
* Reduce diffs to i386.njl2004-12-271-16/+11
* Remove unused cnt variable for the SMP case. Trim some excessive blankpeter2004-11-301-5/+1
* Take advantage of the shutdown processing being wired to the BSP andpeter2004-11-291-45/+3
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+0
* Sync with i386 - set rbp reg to 0 for upcalls as a frame marker, not thatpeter2004-08-161-0/+1
* Mark end of frames.davidxu2004-08-111-0/+1
* Retire cpu_sched_exit(); it is not used any more.tmm2004-05-261-6/+0
* Simplify the sf_buf implementation. In short, make it a trivial veneeralc2004-04-181-65/+7
* - is_physical_memory()'s parameter, which is a physical address, should bealc2004-04-111-2/+1
* In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, italc2004-04-031-2/+2
* Finish tidying up a couple of leftovers from the KSTACK_PAGES stuff. Somepeter2004-03-291-1/+0
* MFi386: correctly calculate the top-of-stack when a kthread is createdpeter2004-03-251-3/+4
OpenPOWER on IntegriCloud