.. |
pmap
|
Define and use VM_PAGEMD_PVLIST_EMPTY_P
|
2019-10-20 08:29:38 +00:00 |
Makefile
|
really, don't install uvm_physseg.h!
|
2017-01-04 23:59:27 +00:00 |
files.uvm
|
Move all non-emulation-specific coredump code into the coredump module,
|
2019-11-20 19:37:51 +00:00 |
uvm.h
|
- Adjust uvmexp.swpgonly with atomics, and make uvm_swap_data_lock static.
|
2019-12-01 14:40:31 +00:00 |
uvm_amap.c
|
Activate pages in batch instead of acquring uvm_pageqlock a zillion times.
|
2019-12-01 14:24:43 +00:00 |
uvm_amap.h
|
…
|
|
uvm_anon.c
|
Free pages in batch instead of taking uvm_pageqlock for each one.
|
2019-12-01 17:02:50 +00:00 |
uvm_anon.h
|
…
|
|
uvm_aobj.c
|
- Adjust uvmexp.swpgonly with atomics, and make uvm_swap_data_lock static.
|
2019-12-01 14:40:31 +00:00 |
uvm_aobj.h
|
…
|
|
uvm_bio.c
|
Fix a UVMHIST_LOG format broken in 1.91
|
2019-11-07 07:45:14 +00:00 |
uvm_coredump.c
|
VM_MAXUSER_ADDRESS can be undefined when compiling module/coredump;
|
2019-02-17 13:46:03 +00:00 |
uvm_ddb.h
|
…
|
|
uvm_device.c
|
__cacheline_aligned on a lock.
|
2019-12-01 16:44:11 +00:00 |
uvm_device.h
|
…
|
|
uvm_extern.h
|
allow tmpfs files to be larger than 4GB.
|
2018-05-28 21:04:35 +00:00 |
uvm_fault.c
|
Deactivate pages in batch instead of acquiring uvm_pageqlock repeatedly.
|
2019-12-01 14:30:01 +00:00 |
uvm_fault.h
|
…
|
|
uvm_fault_i.h
|
don't store the rssmax in the lwp rusage, it is a per proc property. Instead
|
2018-05-08 19:33:57 +00:00 |
uvm_glue.c
|
Use lwp_changepri().
|
2019-11-21 17:47:53 +00:00 |
uvm_glue.h
|
…
|
|
uvm_init.c
|
Give each of the page queue locks their own cache line.
|
2019-12-01 14:28:01 +00:00 |
uvm_io.c
|
…
|
|
uvm_km.c
|
Minor correction to previous.
|
2019-12-01 14:43:26 +00:00 |
uvm_km.h
|
…
|
|
uvm_loan.c
|
- Adjust uvmexp.swpgonly with atomics, and make uvm_swap_data_lock static.
|
2019-12-01 14:40:31 +00:00 |
uvm_loan.h
|
…
|
|
uvm_map.c
|
Fix previous; semantics of align argument of uvm_map() is different
|
2019-11-01 13:04:22 +00:00 |
uvm_map.h
|
Remove last trace of never-used map_attrib.
|
2019-08-01 02:28:55 +00:00 |
uvm_meter.c
|
add sysctl to easily set ubc_direct
|
2019-01-07 22:48:01 +00:00 |
uvm_mmap.c
|
Avoid left shift changing the signedness flag
|
2019-10-04 22:48:45 +00:00 |
uvm_mremap.c
|
Extend the mmap(2) interface to allow requesting protections for later
|
2017-05-06 21:34:51 +00:00 |
uvm_object.c
|
…
|
|
uvm_object.h
|
…
|
|
uvm_page.c
|
Fix programming mistake: 'paddrp' is a pointer given as argument, setting
|
2019-09-20 11:09:43 +00:00 |
uvm_page.h
|
add sysctl to easily set ubc_direct
|
2019-01-07 22:48:01 +00:00 |
uvm_pager.c
|
- Adjust uvmexp.swpgonly with atomics, and make uvm_swap_data_lock static.
|
2019-12-01 14:40:31 +00:00 |
uvm_pager.h
|
update comment - PGO_JOURNALLOCKED now supported for 'get' too
|
2018-12-09 20:33:04 +00:00 |
uvm_param.h
|
- Cleanup for dynamic sysctl:
|
2018-08-22 01:05:21 +00:00 |
uvm_pdaemon.c
|
- Adjust uvmexp.swpgonly with atomics, and make uvm_swap_data_lock static.
|
2019-12-01 14:40:31 +00:00 |
uvm_pdaemon.h
|
…
|
|
uvm_pdpolicy.h
|
…
|
|
uvm_pdpolicy_clock.c
|
…
|
|
uvm_pdpolicy_clockpro.c
|
…
|
|
uvm_pdpolicy_impl.h
|
…
|
|
uvm_pglist.c
|
only warn once per call to uvm_pglistalloc_simple() if waiting.
|
2018-11-13 10:31:01 +00:00 |
uvm_pglist.h
|
…
|
|
uvm_physseg.c
|
Fix programming mistake: 'paddrp' is a pointer given as argument, setting
|
2019-09-20 11:09:43 +00:00 |
uvm_physseg.h
|
Move sys/uvm/uvm_physseg.h inclusion to within _KERNEL only.
|
2017-01-02 20:08:32 +00:00 |
uvm_pmap.h
|
add experimental new function uvm_direct_process(), to allow of read/writes
|
2018-05-19 15:03:26 +00:00 |
uvm_prot.h
|
…
|
|
uvm_readahead.c
|
adjust heuristics for read-ahead to skip the full read-ahead when last page of
|
2018-05-19 15:18:02 +00:00 |
uvm_readahead.h
|
…
|
|
uvm_stat.c
|
Avoid KASSERT(!cpu_intr_p()) when breaking into ddb and issuing
|
2019-05-09 08:16:14 +00:00 |
uvm_stat.h
|
…
|
|
uvm_swap.c
|
- Adjust uvmexp.swpgonly with atomics, and make uvm_swap_data_lock static.
|
2019-12-01 14:40:31 +00:00 |
uvm_swap.h
|
allow NONE build
|
2019-05-01 07:17:18 +00:00 |
uvm_swapstub.c
|
…
|
|
uvm_unix.c
|
Revert vadvise(2) removal
|
2018-01-06 16:41:23 +00:00 |
uvm_user.c
|
…
|
|
uvm_vnode.c
|
Update the kernhist(9) kernel history code to address issues identified
|
2017-10-28 00:37:11 +00:00 |