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
Konstantin Belousov
2bbfbc3fe2
Add assertion and comment in vm_page_flag_set() describing the expectations
...
when the PG_WRITEABLE flag is set. Reviewed by: alc
2010-06-03 10:11:45 +00:00
..
default_pager.c
…
device_pager.c
…
memguard.c
…
memguard.h
…
phys_pager.c
…
pmap.h
Roughly half of a typical pmap_mincore() implementation is machine-
2010-05-24 14:26:57 +00:00
redzone.c
…
redzone.h
…
sg_pager.c
…
swap_pager.c
Call vm_page_deactivate() rather than vm_page_dontneed() in
2010-05-09 16:27:42 +00:00
swap_pager.h
…
uma_core.c
…
uma_dbg.c
…
uma_dbg.h
…
uma_int.h
…
uma.h
…
vm_contig.c
Continue cleaning the queue instead of moving to the next queue or
2010-05-10 11:53:40 +00:00
vm_extern.h
…
vm_fault.c
When waiting for the busy page, do not unlock the object unless unlock
2010-05-20 08:51:01 +00:00
vm_glue.c
…
vm_init.c
…
vm_kern.c
…
vm_kern.h
…
vm_map.c
Push down page queues lock acquisition in pmap_enter_object() and
2010-05-26 18:00:44 +00:00
vm_map.h
…
vm_meter.c
…
vm_mmap.c
Push down page queues lock acquisition in pmap_enter_object() and
2010-05-26 18:00:44 +00:00
vm_object.c
Roughly half of a typical pmap_mincore() implementation is machine-
2010-05-24 14:26:57 +00:00
vm_object.h
…
vm_page.c
Add assertion and comment in vm_page_flag_set() describing the expectations
2010-06-03 10:11:45 +00:00
vm_page.h
When I pushed down the page queues lock into pmap_is_modified(), I created
2010-05-29 17:10:45 +00:00
vm_pageout.c
Roughly half of a typical pmap_mincore() implementation is machine-
2010-05-24 14:26:57 +00:00
vm_pageout.h
…
vm_pager.c
…
vm_pager.h
…
vm_param.h
…
vm_phys.c
…
vm_phys.h
…
vm_reserv.c
…
vm_reserv.h
…
vm_unix.c
…
vm_zeroidle.c
…
vm.h
…
vnode_pager.c
Minimize the use of the page queues lock for synchronizing access to the
2010-06-02 15:46:37 +00:00
vnode_pager.h
…