.. |
pmap
|
Fix a logic botch to actually apply the ASID limit returned by
|
2021-10-08 07:17:32 +00:00 |
Makefile
|
…
|
|
files.uvm
|
uvm(9): Enable swap encryption by default.
|
2021-06-03 20:18:06 +00:00 |
uvm.h
|
- If the hardware provided NUMA info, then use it to decide how to set up
|
2020-05-17 15:11:57 +00:00 |
uvm_amap.c
|
Consistently use %#jx instead of 0x%jx or just %jx in UVMHIST_LOG formats
|
2021-03-13 15:29:55 +00:00 |
uvm_amap.h
|
Go back to freeing struct vm_anon one by one. There may have been an
|
2020-03-20 19:08:54 +00:00 |
uvm_anon.c
|
Handle PG_PAGEOUT in uvm_anon_release() too.
|
2020-10-25 00:05:26 +00:00 |
uvm_anon.h
|
Go back to freeing struct vm_anon one by one. There may have been an
|
2020-03-20 19:08:54 +00:00 |
uvm_aobj.c
|
Consistently use %#jx instead of 0x%jx or just %jx in UVMHIST_LOG formats
|
2021-03-13 15:29:55 +00:00 |
uvm_aobj.h
|
…
|
|
uvm_bio.c
|
Add a sysctl hashstat collector for ubchash.
|
2021-04-01 06:26:26 +00:00 |
uvm_coredump.c
|
…
|
|
uvm_ddb.h
|
…
|
|
uvm_device.c
|
Consistently use %#jx instead of 0x%jx or just %jx in UVMHIST_LOG formats
|
2021-03-13 15:29:55 +00:00 |
uvm_device.h
|
Round of uvm.h cleanup.
|
2020-09-05 16:30:10 +00:00 |
uvm_extern.h
|
uvm: Make uvm_extern.h (more) self-contained, needs sys/types.h.
|
2021-05-31 10:57:02 +00:00 |
uvm_fault.c
|
Consistently use UVMHIST(__func__)
|
2020-07-09 05:57:15 +00:00 |
uvm_fault.h
|
…
|
|
uvm_fault_i.h
|
…
|
|
uvm_glue.c
|
Remove PG_ZERO. It worked brilliantly on x86 machines from the mid-90s but
|
2020-06-14 21:41:42 +00:00 |
uvm_glue.h
|
…
|
|
uvm_init.c
|
In uvmpd_tryownerlock(), if the initial try-lock of the owner lock fails
|
2020-11-04 01:30:19 +00:00 |
uvm_io.c
|
the previous fix for PR 55366 in uvm_amap.c 1.124 was incomplete:
|
2020-09-21 18:41:59 +00:00 |
uvm_km.c
|
Consistently use %#jx instead of 0x%jx or just %jx in UVMHIST_LOG formats
|
2021-03-13 15:29:55 +00:00 |
uvm_km.h
|
…
|
|
uvm_loan.c
|
Counter tweaks:
|
2020-06-11 22:21:05 +00:00 |
uvm_loan.h
|
…
|
|
uvm_map.c
|
in uvm_mapent_forkzero(), if the old entry was an object mapping,
|
2021-07-01 15:06:01 +00:00 |
uvm_map.h
|
Catch up with the usage of struct vmspace::vm_refcnt
|
2020-05-26 00:50:53 +00:00 |
uvm_meter.c
|
Remove PG_ZERO. It worked brilliantly on x86 machines from the mid-90s but
|
2020-06-14 21:41:42 +00:00 |
uvm_mmap.c
|
need <sys/param.h> for COHERENCY_UNIT
|
2021-07-21 06:35:44 +00:00 |
uvm_mremap.c
|
uvm_mremap: reference the appropriate backing object.
|
2020-11-27 22:32:43 +00:00 |
uvm_object.c
|
use uint64_t rather than int for storing the index of a page within an object.
|
2020-08-15 07:24:09 +00:00 |
uvm_object.h
|
centralize calls from UVM to radixtree into a few functions.
|
2020-08-14 09:06:14 +00:00 |
uvm_page.c
|
Some KNF. NFC.
|
2020-12-20 11:11:34 +00:00 |
uvm_page.h
|
Support __HAVE_PMAP_PV_TRACK in sys/uvm/pmap based pmaps (aka common pmap)
|
2020-12-20 16:38:25 +00:00 |
uvm_page_array.c
|
uvm_page_array_fill(): return ENOENT in all cases when nothing's left.
|
2020-05-26 21:52:12 +00:00 |
uvm_page_array.h
|
- Alter the convention for uvm_page_array slightly, so the basic search
|
2020-05-25 21:15:10 +00:00 |
uvm_page_status.c
|
centralize calls from UVM to radixtree into a few functions.
|
2020-08-14 09:06:14 +00:00 |
uvm_pager.c
|
Move the handling of PG_PAGEOUT from uvm_aio_aiodone_pages() to
|
2020-10-18 18:22:29 +00:00 |
uvm_pager.h
|
PR kern/32166: pgo_get protocol is ambiguous
|
2020-05-19 22:22:15 +00:00 |
uvm_param.h
|
unifdef -U_LKM
|
2020-07-23 19:07:01 +00:00 |
uvm_pdaemon.c
|
fix error in previous: UVMHIST_PDHIST_SIZE needs to stay next to pdhistbuf[].
|
2021-04-17 21:37:21 +00:00 |
uvm_pdaemon.h
|
Round of uvm.h cleanup.
|
2020-09-05 16:30:10 +00:00 |
uvm_pdpolicy.h
|
Start trying to reduce cache misses on vm_page during fault processing.
|
2020-05-17 19:38:16 +00:00 |
uvm_pdpolicy_clock.c
|
Counter tweaks:
|
2020-06-11 22:21:05 +00:00 |
uvm_pdpolicy_clockpro.c
|
Start trying to reduce cache misses on vm_page during fault processing.
|
2020-05-17 19:38:16 +00:00 |
uvm_pdpolicy_impl.h
|
…
|
|
uvm_pgflcache.c
|
In the current code, CPU_COUNT_FREEPAGES counts pages in the global
|
2020-10-18 18:31:31 +00:00 |
uvm_pgflcache.h
|
…
|
|
uvm_pglist.c
|
in uvm_pglistalloc_contig_aggressive(), avoid looking forward past
|
2021-03-26 09:35:18 +00:00 |
uvm_pglist.h
|
Comments
|
2020-04-13 15:16:14 +00:00 |
uvm_physseg.c
|
Fix typo. Use PRIxPADDR rather than casting.
|
2020-07-15 15:08:26 +00:00 |
uvm_physseg.h
|
…
|
|
uvm_pmap.h
|
<tab> consistency
|
2021-03-07 08:16:58 +00:00 |
uvm_prot.h
|
…
|
|
uvm_readahead.c
|
Drop & re-acquire vmobjlock less often.
|
2020-05-19 21:45:35 +00:00 |
uvm_readahead.h
|
…
|
|
uvm_stat.c
|
Remove PG_ZERO. It worked brilliantly on x86 machines from the mid-90s but
|
2020-06-14 21:41:42 +00:00 |
uvm_stat.h
|
remove KERNHIST_INIT_STATIC(). it stradles the line between usable
|
2021-04-17 01:53:58 +00:00 |
uvm_swap.c
|
Return immediately from uvm_swap_shutdown() if there are
|
2021-08-23 13:08:18 +00:00 |
uvm_swap.h
|
Round of uvm.h cleanup.
|
2020-09-05 16:30:10 +00:00 |
uvm_swapstub.c
|
…
|
|
uvm_unix.c
|
…
|
|
uvm_user.c
|
…
|
|
uvm_vnode.c
|
Consistently use %#jx instead of 0x%jx or just %jx in UVMHIST_LOG formats
|
2021-03-13 15:29:55 +00:00 |