Merge branch 'vendor/LIBRESSL'
[dragonfly.git] / sys / vm /
2019-04-24 Sascha WildnerMerge branch 'vendor/LIBRESSL'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/OPENSSH'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LDNS'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/XZ'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LIBARCHIVE'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LIBRESSL'
2019-04-16 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2019-03-27 Matthew Dillonkernel - Fix more wiring / fictitious bugs w/recent...
2019-03-27 Matthew Dillonkernel - Refactor swapcache heuristic
2019-03-27 Matthew Dillonkernel - Preliminary vm_page hash lookup (2), cleanups...
2019-03-27 Matthew Dillonkernel - Optimize vm_page_wakeup(), vm_page_hold()...
2019-03-27 Matthew Dillonkernel - Preliminary vm_page hash lookup
2019-03-27 Matthew Dillonkernel - Refactor vm_map structure 1/2
2019-03-17 Sascha WildnerMerge branch 'vendor/MDOCML'
2019-03-12 Tomohiro Kusumisys/vm: Fix vnode_pager_haspage() description
2019-03-09 Matthew Dillonkernel - Correct null pointer panic in debug code
2019-03-05 Matthew Dillonkernel - Remove vm_map min_offset and max_offset macros
2019-03-02 Sascha Wildnerkernel: Remove numerous #include <sys/thread2.h>.
2019-02-26 Matthew Dillonkernel - Reduce vm_page_list_find2() stalls
2019-02-24 Tomohiro Kusumisys/vm: Fix debug message in generic VOP_GETPAGES(...
2019-02-18 Matthew Dillonkernel - Implement sbrk(), change low-address mmap...
2019-02-02 Matthew Dillonkernel - Fix panic in mlock() and munlock()
2018-11-14 Aaron LIMerge branch 'vendor/DHCPCD'
2018-10-19 Aaron LIMerge branch 'vendor/OPENRESOLV'
2018-10-15 Matthew Dillonkernel - Fix NUMA contention due to assymetric memory
2018-10-11 Sascha Wildner<vm/vm_extern.h>: Remove some dead code.
2018-08-23 Matthew Dillonkernel - Update AMD topology detection, scheduler NUMA...
2018-08-23 Matthew Dillonkernel - Update AMD topology detection, scheduler NUMA...
2018-07-24 Sascha WildnerMerge branch 'vendor/OPENSSH'
2018-07-07 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-07-07 Sascha WildnerMerge branch 'vendor/OPENPAM'
2018-06-19 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-05-19 Matthew Dillonkernel - Fix swapcache cleaning issue
2018-05-17 Sascha WildnerMerge branch 'vendor/TOP'
2018-05-17 Sascha WildnerMerge branch 'vendor/TCSH'
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-05-13 François Tigeotkernel: Remove vm_zeroidle.c
2018-05-08 Matthew Dillonkernel - Rearrange struct vm_zone slightly
2018-04-22 Matthew Dillonkernel - per-thread fd cache, p_fd lock bypass
2018-04-20 Matthew Dillonkernel - Increase vm_object hash table
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
next