summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/sparc64/vm_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r280957rstone2015-09-171-2/+2
* - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDglebius2013-09-221-0/+11
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-1/+1
* Introduce new structure sfstat for collecting sendfile's statisticsae2013-07-151-1/+1
* Flip the semantic of M_NOWAIT to only require the allocation to notkib2012-11-141-8/+1
* Eliminate vestiges of page coloring.alc2011-12-151-2/+1
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-021-1/+1
* It can be useful to know which page still has mappings.marius2011-07-051-1/+1
* Remove the advertising clause from the UCB license according to themarius2011-03-131-4/+0
* For architectures not using direct map , and requiring real KVA page forkib2011-01-181-1/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* - Update the comment in swi_vm() regarding busdma bounce buffers; it'smarius2010-09-151-5/+2
* For CPUs which ignore TD_CV and support hardware unaliasing don'tmarius2010-08-081-3/+3
* Extract the code that records syscall results in the frame into MDkib2009-11-101-0/+37
* Just like in cpu_halt(), use cpu_shutdown() rather than ofw_exit()marius2009-05-101-1/+1
* - Fix style.marius2009-05-101-10/+18
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-201-1/+1
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* o Rename cpu_thread_setup() to cpu_thread_alloc() to bettermarcel2007-11-141-1/+6
* It has been observed on the mailing lists that the different categoriesalc2007-09-151-4/+4
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-041-2/+2
* Validate if the value written into {FS,GS}.base is a canonicaldavidxu2005-07-101-1/+2
* Change cpu_set_kse_upcall to more generic style, so we can reuse itdavidxu2005-04-231-4/+16
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-041-0/+8
* Add a small API to manage the MD user trap structures. Specifically, wejhb2005-01-191-9/+3
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+1
* Correct a typo in the previous revision.alc2004-11-081-1/+1
* Introduce two new options, "CPU private" and "no wait", to sf_buf_alloc().alc2004-11-081-3/+5
* Initialize the count of saved register windows to 0 in the pcb createdkensmith2004-09-271-0/+1
* Bring in mbuma to replace mballoc.bmilekic2004-05-311-0/+7
* Retire cpu_sched_exit(); it is not used any more.tmm2004-05-261-5/+0
* Move the per-CPU vmspace pointer fixup that is required before atmm2004-05-261-17/+0
* In cpu_sched_exit(), we must check vm_refcnt against 0, not 1, sincetmm2004-05-201-1/+1
* In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, italc2004-04-031-2/+2
* MFi386: correctly calculate the top-of-stack when a kthread is createdkensmith2004-03-291-4/+3
* Intitialize the frame pointer and return pc of a new process createdtmm2004-03-231-0/+2
* Refactor the existing machine-dependent sf_buf_free() into a machine-alc2004-03-161-18/+3
* 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
* - 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-1/+1
* Preparatory commit to allow prototypes in ofw_machdep.h to containmarcel2003-09-021-0/+1
* Implement cpu_set_upcall_kse. May need tweaking.jake2003-08-311-0/+12
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyalc2003-08-291-0/+104
* In vm_thread_swap{in|out}(), remove the alpha specific conditionalmarcel2003-08-161-0/+10
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-311-0/+1
* Fix a performance bug in all of the various implementations ofalc2003-06-181-1/+1
* GC unused cpu_wait() functionpeter2003-06-111-5/+0
* - Declare sparc64_memreg and sparc64_nmemreg in machine/ofw_mem.h.jake2003-06-071-3/+0
OpenPOWER on IntegriCloud