ipfw3nat: kernel NAT without libalias
[dragonfly.git] / sys / vm /
2018-04-08 Matthew Dillonkernel - Fix pageout / sbusy race
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2018-02-14 Matthew Dillonkernel - Vet b_cmd in swap_pager_strategy().
2018-02-14 Matthew Dillonkernel - Try to fix delayed mtime updates on SHARED...
2018-02-02 zrjkernel: Avoid long inactivity pauses on very early...
2017-12-27 zrjkerne: Move vfs.pbuf_{kva,mem,raw}_count sysctls to...
2017-12-20 zrjkernel: Remove some references to i386.
2017-12-10 Matthew Dillonkernel - Revert part of the contig allocation work
2017-12-07 Matthew Dillonkernel - Improve contiguous DMA memory allocation
2017-12-06 Matthew Dillonkernel - Fix vmstats.v_dma_pages
2017-12-04 Matthew Dillonkernel - Correct vm_map_entry_reserve() call depth...
2017-12-04 Matthew Dillonkernel - Expand page count fields to 64 bits
2017-11-29 zrjkernel: Make floppies work again.
2017-11-09 Matthew Dillonkernel - Fix bug in vm_fault_page()
2017-11-02 Matthew Dillonkernel - Refactor vm_fault and vm_map a bit (3)
2017-11-02 Matthew Dillonkernel - Refactor vm_fault and vm_map a bit (2)
2017-11-02 Matthew Dillonkernel - Refactor vm_fault and vm_map a bit.
2017-10-31 Matthew Dillonkernel - Fix vm.max_proc_mmap
2017-10-31 Matthew Dillonkernel - Enhance vm_page_lookup_sbusy_try() API
2017-10-22 Matthew Dillonkernel - Use different queue iterator for emergency...
2017-10-22 Matthew Dillonkernel - Use different cache_rover for emergency pager
2017-10-20 Matthew Dillonkernel - Add p_ppid
2017-10-19 Matthew Dillonkernel - Make certain sysctl's unlocked
2017-10-18 Matthew Dillonkernel - Improve pmap hinting, improve performance
2017-10-18 Matthew Dillonkernel - refactor vm_page busy
2017-10-17 Matthew Dillonkernel - Cleanup vm_page_repurpose()
2017-10-17 Sascha Wildnerkernel: Remove <sys/sysref{,2}.h> inclusion from files...
2017-10-17 Matthew Dillonkernel - Remove 'Emergency Pager' debugging messages
2017-10-16 Matthew Dillonkernel - Rewrite umtx_sleep() and umtx_wakeup()
2017-10-16 Matthew Dillonkernel - Partition large anon mappings, optimize vm_map...
2017-10-16 Matthew Dillonkernel - Simplify umtx_sleep and umtx_wakeup support
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()
next