freebsd-nq/sys/vm
Scott Long 316ec49abd Some kernel threads try to do significant work, and the default KSTACK_PAGES
doesn't give them enough stack to do much before blowing away the pcb.
This adds MI and MD code to allow the allocation of an alternate kstack
who's size can be speficied when calling kthread_create.  Passing the
value 0 prevents the alternate kstack from being created.  Note that the
ia64 MD code is missing for now, and PowerPC was only partially written
due to the pmap.c being incomplete there.
Though this patch does not modify anything to make use of the alternate
kstack, acpi and usb are good candidates.

Reviewed by:	jake, peter, jhb
2002-10-02 07:44:29 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h Some kernel threads try to do significant work, and the default KSTACK_PAGES 2002-10-02 07:44:29 +00:00
swap_pager.c Be consistent about "static" functions: if the function is marked 2002-09-28 17:15:38 +00:00
swap_pager.h
uma_core.c Be consistent about "static" functions: if the function is marked 2002-09-28 17:15:38 +00:00
uma_dbg.c - Use my freebsd email alias in the copyright. 2002-09-19 06:05:32 +00:00
uma_dbg.h - Use my freebsd email alias in the copyright. 2002-09-19 06:05:32 +00:00
uma_int.h - Use my freebsd email alias in the copyright. 2002-09-19 06:05:32 +00:00
uma.h - Use my freebsd email alias in the copyright. 2002-09-19 06:05:32 +00:00
vm_contig.c
vm_extern.h
vm_fault.c
vm_glue.c Be consistent about "static" functions: if the function is marked 2002-09-28 17:15:38 +00:00
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Modify vm_map_clean() (and thus the msync(2) system call) to support 2002-09-22 08:22:32 +00:00
vm_map.h o Update some comments. 2002-09-22 04:33:43 +00:00
vm_meter.c Completely redo thread states. 2002-09-11 08:13:56 +00:00
vm_mmap.c Use the fields in the sysentvec and in the vm map header in place of the 2002-09-21 22:07:17 +00:00
vm_object.c - Get rid of the unused LK_NOOBJ. 2002-09-25 01:24:58 +00:00
vm_object.h Reduce namespace pollution. 2002-09-21 07:51:44 +00:00
vm_page.c
vm_page.h - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH. 2002-09-18 08:26:30 +00:00
vm_pageout.c - Get rid of the unused LK_NOOBJ. 2002-09-25 01:24:58 +00:00
vm_pageout.h
vm_pageq.c
vm_pager.c
vm_pager.h
vm_param.h
vm_swap.c - Lock access to numoutput on the swap devices. 2002-09-25 01:24:17 +00:00
vm_unix.c Use the fields in the sysentvec and in the vm map header in place of the 2002-09-21 22:07:17 +00:00
vm_zeroidle.c
vm.h
vnode_pager.c Be consistent about "static" functions: if the function is marked 2002-09-28 17:15:38 +00:00
vnode_pager.h