rc: Move stop_boot() from rc.d/fsck to rc.subr and improve it
[dragonfly.git] / sys / vm /
2017-10-16 Matthew Dillonkernel - Add KVABIO support to NVMe, disk translation...
2017-10-16 Matthew Dillonkernel - Add KVABIO API (ability to avoid global TLB...
2017-10-16 Matthew Dillonkernel - Add pmap_qenter_noinval()
2017-10-06 Matthew Dillonkernel - Refuse to swapoff under certain conditions
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-09-08 Matthew Dillonkernel - Adjust emergency pager, add D_NOEMERGPGR
2017-09-07 Matthew Dillonkernel - Adjust emergency pager
2017-08-25 Matthew Dillonkernel - Implement a more comprehensive low-memory...
2017-08-14 Matthew Dillonkernel - Remove bottlenecks related to mass pipe closures
2017-08-13 Matthew Dillonkernel - Scale tsleep() performance vs many (thousands...
2017-08-12 Matthew Dillonkernel - Break up scheduler and loadavg callout
2017-08-12 Matthew Dillonkernel - Fix bottlenecks that develop when many process...
2017-07-30 Matthew Dillonkernel - Fix kcollect swapuse%
2017-07-29 Matthew Dillonkernel - Store page statistics in bytes
2017-07-29 Matthew Dillonkernel - Add a sampling history mechanism called kcolle...
2017-04-23 Matthew Dillonkernel - Fix i915 deadlock
2017-04-03 Matthew Dillonkernel - Implement NX (2)
2017-03-27 Matthew Dillonkernel - Enhanced reporting by process killer
2017-03-23 Matthew Dillonkernel - Fix panic in zget() during heavy paging
2017-03-16 Sascha WildnerRemove some more duplicate includes in our tree.
2017-02-21 Matthew Dillonkernel - Disallow remote growstack from procfs
2017-02-09 Matthew Dillonkernel - Fix vmspace termination race
2017-02-06 Matthew Dillonkernel - Remove unneeded map token use from the vm_faul...
2017-02-06 Matthew Dillonkernel - Refactor vm_page_alloc() to improve hot pages
2017-02-06 Matthew Dillonkernel - Add missing p_token use in swapout scheduler...
2017-02-05 Matthew Dillonvkernel - Fix more pagein/pageout corruption
2017-02-03 Matthew Dillonkernel - Many fixes for vkernel support, plus a few...
2017-02-01 Matthew Dillonkernel - Augment vm_fault_page() for vkernel operations
2017-02-01 Matthew Dillonkernel - Minor formatting cleanup
2017-01-31 Matthew Dillonkernel - Fix race with vmspace_entry destroy race
2017-01-30 Matthew Dillonvkernel - Change how VPTE_M works to fix seg-faults...
2017-01-30 Matthew Dillonkernel - Add missing flag to vm_page_alloc() initializer.
2017-01-28 Matthew Dillonkernel - Fix races in the vm_map and vm_object page...
2017-01-28 Matthew Dillonkernel - Fix vkernel race in host
2017-01-28 Matthew Dillonkernel - Change vm_fault_page[_quick]() semantics ...
2017-01-27 Matthew Dillonkernel - Remove numerous user VM page functions
2017-01-27 Matthew Dillonkernel - Prune pcpu vmzone a bit
2017-01-26 Matthew Dillonkernel - Fix improper dereference in the vmspace subsystem
2017-01-26 Matthew Dillonkernel - Refactor suword, fuword, etc. change vmm_gues...
2017-01-26 Matthew Dillonkernel - Accomodate high-ncpu + low-mem configurations
2017-01-26 Matthew Dillonkernel - Remove object->agg_pv_list_count
2017-01-25 Matthew Dillonkernel - Allow VM_FAULT_DIRTY to use a shared lock
2017-01-25 Matthew Dillonkernel - pmap and vkernel work
2017-01-22 Matthew Dillonkernel - Improve vm_page_register_action*() performance.
2017-01-22 Matthew Dillonvkernel - Fix vmspace_*() call bottleneck
2017-01-20 Antonio Huete Jimenezkernel: Add a new vm_object_init()
2017-01-20 Antonio Huete Jimenezkernel: Rename vm_object_init() to vm_object_init1()
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2017-01-11 Matthew Dillonkernel - Change vm.swapcache.use_chflags default to 0
2017-01-09 Matthew Dillonbuf - Remove B_ORDERED, Incidental CAM MPSAFE
2017-01-09 Matthew Dillonkernel - Further refactor vmstats, adjust page coloring...
2017-01-09 Matthew Dillonkernel - Refactor struct vmstats and vm_zone
2017-01-08 Matthew Dillonkernel - Remove most global atomic ops for VM page...
2017-01-08 Matthew Dillonkernel - Move vm_page spin locks from pool to vm_page...
2017-01-08 Matthew Dillonkernel - Remove mplock from swapon/swapoff
2017-01-07 Matthew Dillonkernel - Implement CPU localization hinting for low...
2017-01-06 Matthew Dillonkernel - Add NUMA awareness to vm_page_alloc() and...
2017-01-06 Matthew Dillonkernel - Add NUMA awareness to vm_page_alloc() and...
2017-01-06 Matthew Dillonkernel - Refactor phys_avail[] and dump_avail[]
2017-01-03 Matthew Dillonkernel - vm_object work
2017-01-01 Matthew Dillonkernel - Fix bugs in recent RSS/swap commits
2016-12-30 Matthew Dillonkernel - Fix swap issue, implement dynamic pmap PT...
2016-12-28 Matthew Dillonkernel - Add flexibility to the RSS rlimit
2016-12-28 Matthew Dillonkernel - Increase KVM from 128G to 511G, further increa...
2016-12-28 Matthew Dillonkernel - Cleanup swap comments
2016-12-28 Matthew Dillonkernel - Implement RLIMIT_RSS, Increase maximum support...
2016-12-17 Matthew Dillonkernel - remove mapzone
2016-12-17 Matthew Dillonkernel - Tag vm_map_entry structure, slight optimizatio...
2016-11-28 Matthew Dillonkernel - Fix deadlock in vm_page_repurpose()
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-11-19 Matthew Dillondrm - Fix lock order reversal
2016-11-18 Matthew Dillonkernel - Fix swap warning message when swap is full
2016-11-08 Matthew Dillonkernel - Attempt to fix cluster pbuf deadlock on recurs...
2016-10-17 Matthew Dillonkernel - Fix panic/crash in vm_object_page_remove()
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-08 Matthew Dillonkernel - Fix low memory process kill bug
2016-10-08 Matthew Dillonkernel - Fix a system lockup with vmm
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-27 Matthew Dillonkernel - Remove mplock from KTRACE paths
2016-09-06 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-05 Matthew Dillonkernel - Fix indefinite wait buffer during heavy swapping
2016-08-29 John MarinoMerge branch 'vendor/LESS'
2016-08-29 John MarinoMerge branch 'vendor/BMAKE'
2016-08-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
2016-08-03 Matthew Dillonkernel - Remove PG_ZERO and zeroidle (page-zeroing...
2016-08-01 Matthew Dillonkernel - Cleanup vm_page_pcpu_cache()
2016-07-31 Matthew Dillonkernel - Refactor cpu localization for VM page allocati...
2016-07-30 Matthew Dillonkernel - Refactor cpu localization for VM page allocati...
2016-07-30 Matthew Dillonkernel - Refactor cpu localization for VM page allocations
2016-07-29 Matthew Dillonkernel - Reduce memory testing and early-boot zeroing.
2016-07-26 Matthew Dillonkernel - Fix VM bug introduced earlier this month
2016-07-25 Matthew Dillonkernel - Add some more options for pmap_qremove*()
2016-07-24 Matthew Dillonkernel - Fix atomic op comparison
2016-07-24 Matthew Dillonkernel - Enhance indefinite wait buffer error message
2016-07-22 Matthew Dillonkernel - repurpose buffer cache entries under heavy...
2016-07-22 Matthew Dillonkernel - Refactor buffer cache code in preparation...
2016-07-19 zrjsys: Various include guard fixes.
next