This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
vm
History
Stephan Uphoff
d13ec71369
Use low level constructs borrowed from interrupt threads to wait for
...
work in proc0. Remove the TDP_WAKEPROC0 workaround.
2005-05-23 23:01:53 +00:00
..
default_pager.c
…
device_pager.c
…
memguard.c
…
memguard.h
…
phys_pager.c
…
pmap.h
…
swap_pager.c
Reduce the number of times that we acquire and release locks in
2005-05-20 21:26:05 +00:00
swap_pager.h
…
uma_core.c
Modify UMA to use critical sections to protect per-CPU caches, rather than
2005-04-29 18:56:36 +00:00
uma_dbg.c
…
uma_dbg.h
…
uma_int.h
Modify UMA to use critical sections to protect per-CPU caches, rather than
2005-04-29 18:56:36 +00:00
uma.h
…
vm_contig.c
…
vm_extern.h
…
vm_fault.c
The final test in unlock_and_deallocate() to determine if GIANT needs to be
2005-05-12 04:09:41 +00:00
vm_glue.c
Use low level constructs borrowed from interrupt threads to wait for
2005-05-23 23:01:53 +00:00
vm_init.c
…
vm_kern.c
…
vm_kern.h
…
vm_map.c
Remove GIANT_REQUIRED from vmspace_exec().
2005-05-02 07:05:20 +00:00
vm_map.h
…
vm_meter.c
Enable debug_mpsafevm on ia64 due to the severe functional regression
2005-05-08 23:56:16 +00:00
vm_mmap.c
…
vm_object.c
- We need to inhert the OBJ_NEEDGIANT flag from the original object in
2005-05-04 20:54:16 +00:00
vm_object.h
- Add a new object flag "OBJ_NEEDSGIANT". We set this flag if the
2005-05-03 11:11:26 +00:00
vm_page.c
…
vm_page.h
…
vm_pageout.c
…
vm_pageout.h
…
vm_pageq.c
…
vm_pager.c
Remove calls to spl*().
2005-05-18 20:45:33 +00:00
vm_pager.h
Update some comments to reflect the change from spl-based to lock-based
2005-05-18 22:08:52 +00:00
vm_param.h
…
vm_unix.c
…
vm_zeroidle.c
…
vm.h
…
vnode_pager.c
Remove a stale comment concerning spl* usage.
2005-05-19 03:53:07 +00:00
vnode_pager.h
…