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
Alan Cox
3a2cdcb0e3
Eliminate vnode_pager_input_smlfs()'s pointless call to pmap_clear_modify().
...
The page can't possibly have any modified page table entries because it isn't even mapped.
2009-05-04 06:30:00 +00:00
..
default_pager.c
…
device_pager.c
…
memguard.c
…
memguard.h
…
phys_pager.c
…
pmap.h
…
redzone.c
…
redzone.h
…
swap_pager.c
Fix typo.
2009-04-28 11:43:35 +00:00
swap_pager.h
…
uma_core.c
…
uma_dbg.c
…
uma_dbg.h
…
uma_int.h
…
uma.h
…
vm_contig.c
…
vm_extern.h
…
vm_fault.c
Eliminate an archaic band-aid. The immediately preceding comment already
2009-04-26 20:54:57 +00:00
vm_glue.c
…
vm_init.c
…
vm_kern.c
…
vm_kern.h
…
vm_map.c
Allow valid pages to be mapped for read access when they have a non-zero
2009-04-19 00:34:34 +00:00
vm_map.h
When vm_map_wire(9) is allowed to skip holes in the wired region, skip
2009-04-10 10:16:03 +00:00
vm_meter.c
…
vm_mmap.c
…
vm_object.c
Do not call vm_page_lookup() from the ddb routine, namely from "show
2009-04-23 21:09:47 +00:00
vm_object.h
…
vm_page.c
…
vm_page.h
…
vm_pageout.c
Use the acquired reference to the vmspace instead of direct dereferencing
2009-04-28 11:45:36 +00:00
vm_pageout.h
…
vm_pager.c
…
vm_pager.h
…
vm_param.h
…
vm_phys.c
…
vm_phys.h
…
vm_reserv.c
Previously, when vm_page_free_toq() was performed on a page belonging to
2009-04-11 09:09:00 +00:00
vm_reserv.h
…
vm_unix.c
Remove execute permission from the memory allocated by sbrk().
2009-04-11 22:34:08 +00:00
vm_zeroidle.c
…
vm.h
…
vnode_pager.c
Eliminate vnode_pager_input_smlfs()'s pointless call to pmap_clear_modify().
2009-05-04 06:30:00 +00:00
vnode_pager.h
…