.. |
Makefile
|
…
|
|
files.uvm
|
Make UVM_PAGE_TRKOWN a real flag.
|
2010-12-09 01:48:05 +00:00 |
uvm.h
|
Make UVM_PAGE_TRKOWN a real flag.
|
2010-12-09 01:48:05 +00:00 |
uvm_amap.c
|
Remove uarea swap-out functionality:
|
2009-10-21 21:11:57 +00:00 |
uvm_amap.h
|
"sparce" -> "sparse" + commas after "large", prior to "sparse"
|
2008-10-26 08:32:02 +00:00 |
uvm_anon.c
|
…
|
|
uvm_anon.h
|
change the order of members of vm_anon for better packing.
|
2009-06-14 21:36:03 +00:00 |
uvm_aobj.c
|
Add vm page flag PG_MARKER and use it to tag dummy marker pages
|
2010-07-29 10:54:50 +00:00 |
uvm_aobj.h
|
…
|
|
uvm_bio.c
|
Always take the object lock before changing vmpage flags. Fixes a deadlock
|
2010-11-30 10:55:25 +00:00 |
uvm_coredump.c
|
Make the emulations, exec formats, coredump, NFS, and the NFS server
|
2008-11-19 18:35:57 +00:00 |
uvm_ddb.h
|
Include some debug print routines if DEBUGPRINT is defined. This
|
2009-05-03 16:52:54 +00:00 |
uvm_device.c
|
vnode.h is not used here.
|
2010-02-05 03:49:11 +00:00 |
uvm_device.h
|
…
|
|
uvm_emap.c
|
Reduce memory spent on bookkeeping for large values of MAXCPUS.
|
2010-04-25 15:54:14 +00:00 |
uvm_extern.h
|
Hide uvm/uvm_page.h again to ensure its internal structures are MD.
|
2010-11-13 05:52:55 +00:00 |
uvm_fault.c
|
Keep the lock around pmap_update() where required. While fixing this
|
2010-06-22 18:34:50 +00:00 |
uvm_fault.h
|
…
|
|
uvm_fault_i.h
|
__inline -> inline
|
2010-02-06 12:10:59 +00:00 |
uvm_glue.c
|
- Merge sched_pstats() and uvm_meter()/uvm_loadav(). Avoids double loop
|
2010-04-16 03:21:49 +00:00 |
uvm_glue.h
|
…
|
|
uvm_init.c
|
Oops. Fix thinko.
|
2010-11-14 04:31:02 +00:00 |
uvm_io.c
|
…
|
|
uvm_km.c
|
Move PMAP_KMPAGE to be used in pmap_kenter_pa flags argument.
|
2010-05-14 05:02:05 +00:00 |
uvm_km.h
|
PR port-amd64/32816 amd64 can not load lkms
|
2008-12-01 10:54:57 +00:00 |
uvm_kmguard.c
|
Spell immediately correctly.
|
2010-11-02 20:49:47 +00:00 |
uvm_kmguard.h
|
kernel memory guard for DEBUG kernels, proposed on tech-kern.
|
2009-03-29 10:51:53 +00:00 |
uvm_loan.c
|
A few assertions & comments.
|
2010-02-03 14:02:49 +00:00 |
uvm_loan.h
|
Don't pass an unnecessary reference to uvm_loanbreak_anon().
|
2010-02-02 17:40:43 +00:00 |
uvm_map.c
|
Fixes/improvements to RB-tree implementation:
|
2010-09-24 22:51:50 +00:00 |
uvm_map.h
|
Rename rb.h to rbtree.h, as it is more appropriate (c.f. ptree.h). Also
|
2010-09-25 01:42:38 +00:00 |
uvm_meter.c
|
Nowadays, comparing priority against PZERO doesn't make any sense.
|
2010-11-16 03:49:53 +00:00 |
uvm_mmap.c
|
Clean up vnode lock operations pass 2:
|
2010-06-24 12:58:48 +00:00 |
uvm_mremap.c
|
sys_mremap: unwrap a short line
|
2010-08-16 01:21:10 +00:00 |
uvm_object.c
|
Move uvm_object-related DDB hooks into uvm_object.c. Put all of the
|
2009-08-18 19:16:09 +00:00 |
uvm_object.h
|
Include uvm/uvm_pglist.h for struct pglist.
|
2010-11-06 12:19:14 +00:00 |
uvm_page.c
|
When panicing due a non-power of 2 pagesize, include the pagesize in the
|
2010-12-11 22:34:03 +00:00 |
uvm_page.h
|
Put back VM_PAGE_TO_MD(); pointed out by skrll@, thanks.
|
2010-11-26 00:45:27 +00:00 |
uvm_pager.c
|
Keep the lock around pmap_update() where required. While fixing this
|
2010-06-22 18:34:50 +00:00 |
uvm_pager.h
|
replace the earlier workaround for PR 40389 with a better fix.
|
2010-09-01 16:56:19 +00:00 |
uvm_param.h
|
Oops. Fix thinko.
|
2010-11-14 04:31:02 +00:00 |
uvm_pdaemon.c
|
it's a wonderful static
|
2010-06-02 15:48:49 +00:00 |
uvm_pdaemon.h
|
Make "no options VMSWAP" kernels compile again.
|
2010-09-07 04:45:22 +00:00 |
uvm_pdpolicy.h
|
…
|
|
uvm_pdpolicy_clock.c
|
…
|
|
uvm_pdpolicy_clockpro.c
|
…
|
|
uvm_pdpolicy_impl.h
|
…
|
|
uvm_pglist.c
|
Revert vm_physseg allocation changes. A report says that it causes
|
2010-11-25 04:45:30 +00:00 |
uvm_pglist.h
|
Provide a forward declaration of "struct vm_page", whose internal
|
2010-11-06 15:48:00 +00:00 |
uvm_pmap.h
|
put the kernel-only externs back before <machine/pmap.h>. fixes ofppc build.
|
2010-11-29 09:49:33 +00:00 |
uvm_prot.h
|
…
|
|
uvm_readahead.c
|
Make common kernel module binaries work on both sun3 and sun3x.
|
2010-10-15 15:55:52 +00:00 |
uvm_readahead.h
|
- add a function to perform explicit read-ahead.
|
2009-06-10 01:54:08 +00:00 |
uvm_stat.c
|
Remove uarea swap-out functionality:
|
2009-10-21 21:11:57 +00:00 |
uvm_stat.h
|
switch the UVMHIST counters from mutexes to atomic ops
|
2010-07-07 01:08:51 +00:00 |
uvm_swap.c
|
Introduce struct pathbuf. This is an abstraction to hold a pathname
|
2010-11-19 06:44:33 +00:00 |
uvm_swap.h
|
…
|
|
uvm_swapstub.c
|
…
|
|
uvm_unix.c
|
Use PRIxVADDR... (change a printf/panic -> panic)
|
2009-12-15 06:15:11 +00:00 |
uvm_user.c
|
…
|
|
uvm_vnode.c
|
The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live
|
2010-01-08 11:35:07 +00:00 |