/[base]/head/sys/vm
ViewVC logotype

Index of /head/sys/vm

Files shown:53
Directory revision: 368673 (of 373326)
Sticky Revision:


File Rev. Age Author Last log entry
 Parent Directory        
_vm_phys.h  367828  3 years  markj   vm_phys: Try to clean up NUMA KPIs It can useful for code outside the VM system…
_vm_radix.h  326272  6 years  pfg   sys: general adoption of SPDX licensing ID tags. Mainly focus on files that use…
default_pager.c  365074  4 years  mjg   vm: clean up empty lines in .c and .h files
device_pager.c  356902  4 years  jeff   Don't hold the object lock while calling getpages. The vnode pager does not wan…
memguard.c  365074  4 years  mjg   vm: clean up empty lines in .c and .h files
memguard.h  364964  4 years  wulf   LinuxKPI: Implement ksize() function. In Linux, ksize() gets the actual amount …
phys_pager.c  365488  4 years  kib   Allow consumer to customize physical pager. Add support for user-supplied callb…
pmap.h  365518  4 years  kib   Add pmap_enter(9) PMAP_ENTER_LARGEPAGE flag and implement it on amd64. The flag…
redzone.c  365074  4 years  mjg   vm: clean up empty lines in .c and .h files
redzone.h  326272  6 years  pfg   sys: general adoption of SPDX licensing ID tags. Mainly focus on files that use…
sg_pager.c  365074  4 years  mjg   vm: clean up empty lines in .c and .h files
swap_pager.c  368124  3 years  kib   Make MAXPHYS tunable. Bump MAXPHYS to 1M. Replace MAXPHYS by runtime variable …
swap_pager.h  358026  4 years  markj   Remove swblk_t. It was used only to store the bounds of each swap device. Howe…
uma.h  368400  3 years  markj   uma: Make uma_zone_set_maxcache() work better with small limits The old impleme…
uma_core.c  368400  3 years  markj   uma: Make uma_zone_set_maxcache() work better with small limits The old impleme…
uma_dbg.c  343058  5 years  glebius   Fix compilation failures on different arches that have vm_machdep.c not aware of…
uma_dbg.h  326272  6 years  pfg   sys: general adoption of SPDX licensing ID tags. Mainly focus on files that use…
uma_int.h  365074  4 years  mjg   vm: clean up empty lines in .c and .h files
vm.h  365074  4 years  mjg   vm: clean up empty lines in .c and .h files
vm_domainset.c  365484  4 years  kib   Add interruptible variant of vm_wait(9), vm_wait_intr(9). Also add msleep flags…
vm_domainset.h  365484  4 years  kib   Add interruptible variant of vm_wait(9), vm_wait_intr(9). Also add msleep flags…
vm_dumpset.h  366711  4 years  kib   Avoid dump_avail[] redefinition. Move dump_avail[] extern declaration and inlin…
vm_extern.h  364302  4 years  markj   Remove the VM map zone. Today, the zone is only used to allocate a trio of kern…
vm_fault.c  368124  3 years  kib   Make MAXPHYS tunable. Bump MAXPHYS to 1M. Replace MAXPHYS by runtime variable …
vm_glue.c  367334  3 years  markj   vmspace: Convert to refcount(9) This is mostly mechanical except for vmspace_ex…
vm_init.c  368124  3 years  kib   Make MAXPHYS tunable. Bump MAXPHYS to 1M. Replace MAXPHYS by runtime variable …
vm_kern.c  368673  3 years  bdrewery   Revert r368523 which fixed contig allocs waiting forever. This needs to account…
vm_kern.h  364302  4 years  markj   Remove the VM map zone. Today, the zone is only used to allocate a trio of kern…
vm_map.c  367595  3 years  markj   vm_map: Handle kernel map entry allocator recursion On platforms without a dire…
vm_map.h  368124  3 years  kib   Make MAXPHYS tunable. Bump MAXPHYS to 1M. Replace MAXPHYS by runtime variable …
vm_meter.c  365074  4 years  mjg   vm: clean up empty lines in .c and .h files
vm_mmap.c  365522  4 years  kib   Support for userspace non-transparent superpages (largepages). Created with shm…
vm_object.c  365488  4 years  kib   Allow consumer to customize physical pager. Add support for user-supplied callb…
vm_object.h  365488  4 years  kib   Allow consumer to customize physical pager. Add support for user-supplied callb…
vm_page.c  367845  3 years  markj   Wrap a long line in vm_pqbatch_process_page()
vm_page.h  367828  3 years  markj   vm_phys: Try to clean up NUMA KPIs It can useful for code outside the VM system…
vm_pageout.c  366380  4 years  markj   vm_pageout: Avoid rounding down the inactive scan target With helper page daemo…
vm_pageout.h  365484  4 years  kib   Add interruptible variant of vm_wait(9), vm_wait_intr(9). Also add msleep flags…
vm_pagequeue.h  367828  3 years  markj   vm_phys: Try to clean up NUMA KPIs It can useful for code outside the VM system…
vm_pager.c  368124  3 years  kib   Make MAXPHYS tunable. Bump MAXPHYS to 1M. Replace MAXPHYS by runtime variable …
vm_pager.h  368124  3 years  kib   Make MAXPHYS tunable. Bump MAXPHYS to 1M. Replace MAXPHYS by runtime variable …
vm_param.h  357022  4 years  jeff   (fault 3/9) Move map relookup into a dedicated function. Add a new VM return co…
vm_phys.c  367828  3 years  markj   vm_phys: Try to clean up NUMA KPIs It can useful for code outside the VM system…
vm_phys.h  367828  3 years  markj   vm_phys: Try to clean up NUMA KPIs It can useful for code outside the VM system…
vm_radix.c  365074  4 years  mjg   vm: clean up empty lines in .c and .h files
vm_radix.h  358130  4 years  jeff   Use SMR to provide a safe unlocked lookup for vm_radix. The tree is kept correc…
vm_reserv.c  367828  3 years  markj   vm_phys: Try to clean up NUMA KPIs It can useful for code outside the VM system…
vm_reserv.h  355001  4 years  markj   Fix locking in vm_reserv_reclaim_contig(). We were not properly handling the ca…
vm_swapout.c  360354  4 years  markj   Use a single VM object for kernel stacks. Previously we allocated a separate VM…
vm_swapout_dummy.c  326403  6 years  pfg   SPDX: Consider code from Carnegie-Mellon University. Interesting cases, most li…
vm_unix.c  365513  4 years  kib   Prepare to handle non-trivial errors from vm_map_delete(). Reviewed by: markj T…
vnode_pager.c  368124  3 years  kib   Make MAXPHYS tunable. Bump MAXPHYS to 1M. Replace MAXPHYS by runtime variable …
vnode_pager.h  351795  5 years  kevans   vm pager: writemapping accounting for OBJT_SWAP Currently writemapping accounti…

  ViewVC Help
Powered by ViewVC 1.1.27