summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/vm_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor the existing machine-dependent sf_buf_free() into a machine-alc2004-03-161-17/+2
* deal with dbregs for fork etcpeter2004-01-281-17/+25
* Track three new sendfile-related statistics:silby2003-12-281-0/+1
* Move the declaration of sfbufspeak and sfbufsused to mbuf.h,silby2003-12-281-2/+1
* Track current and peak sfbuf usage, export the values via sysctl.silby2003-12-271-0/+4
* Cosmetic and/or trivial sync up with i386.peter2003-11-211-1/+1
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-171-0/+65
* - Remove unnecessary synchronization from sf_buf_init(). (There is onlyalc2003-11-161-2/+0
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-161-2/+1
* The great s/npx/fpu/gipeter2003-11-081-3/+3
* Rename npx* to fpu*. I haven't done the flags/function names yet.peter2003-11-081-1/+1
* MFi386: thread specific fpu state optimizationspeter2003-10-301-1/+3
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyalc2003-08-291-0/+95
* In vm_thread_swap{in|out}(), remove the alpha specific conditionalmarcel2003-08-161-0/+10
* Use PSL_KERNEL as upcall thread's initial rflags, don't usedavidxu2003-07-291-1/+1
OpenPOWER on IntegriCloud