freebsd-dev/sys/vm
Jason Evans 0384fff8c5 Major update to the way synchronization is done in the kernel. Highlights
include:

* Mutual exclusion is used instead of spl*().  See mutex(9).  (Note: The
  alpha port is still in transition and currently uses both.)

* Per-CPU idle processes.

* Interrupts are run in their own separate kernel threads and can be
  preempted (i386 only).

Partially contributed by:	BSDi (BSD/OS)
Submissions by (at least):	cp, dfr, dillon, grog, jake, jhb, sheldonh
2000-09-07 01:33:02 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h
swap_pager.c
swap_pager.h
vm_extern.h
vm_fault.c
vm_glue.c Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c
vm_map.h
vm_meter.c Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
vm_mmap.c
vm_object.c
vm_object.h Make the arguments match the functionality of the functions. 2000-08-26 04:51:39 +00:00
vm_page.c
vm_page.h Make the arguments match the functionality of the functions. 2000-08-26 04:51:39 +00:00
vm_pageout.c Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
vm_pageout.h
vm_pager.c
vm_pager.h
vm_param.h
vm_swap.c
vm_unix.c
vm_zone.c
vm_zone.h
vm.h
vnode_pager.c
vnode_pager.h