]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Revert r364310.
[FreeBSD/FreeBSD.git] / sys / vm /
2020-08-18 markjRevert r364310.
2020-08-17 glebiusWith INVARIANTS panic immediately if M_WAITOK is reques...
2020-08-17 markjCommit a missing piece of r364302.
2020-08-17 markjRemove the VM map zone.
2020-08-16 kibvm_object: allow paging_in_progress to be acquired...
2020-08-16 kibAtomically update vm_object vnp_size, where atomic...
2020-08-16 dimMerge ^/head r364264 through r364278.
2020-08-16 mjgvfs: remove the thread argument from vget
2020-08-15 dimMerge ^/head r364082 through r364250.
2020-08-14 cemvm_pageout: Correct threshold calculation on single...
2020-08-12 cemBack out unrelated change
2020-08-11 cemAdd support for multithreading the inactive queue pageo...
2020-08-10 markjCheck the UMA zone's full bucket cache before short...
2020-08-06 dimMerge ^/head r363739 through r363986.
2020-08-06 brooksPreserve ASLR vm_map flags across fork
2020-08-04 manuImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-04 markjRemove most lingering references to the page lock in...
2020-08-04 markjRemove free_domain() and uma_zfree_domain().
2020-08-03 seUpgrade to version 3.1.4
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 dimMerge ^/head r363583 through r363738.
2020-07-30 cemImport PCG-C into sys/contrib
2020-07-29 markjRemove the volatile qualifier from busy_lock.
2020-07-28 markjvm_page_xbusy_claim(): Use atomics to update busy lock...
2020-07-27 markjvm_page_free_invalid(): Relax the xbusy assertion.
2020-07-25 dougmFix an overflow bug in the blist allocator that needles...
2020-07-24 mjgvm: fix swap reservation leak and clean up surrounding...
2020-07-23 mjgvm: annotate swap_reserved with __exclusive_cache_line
2020-07-17 chsFix vnode_pager handling of read ahead/behind pages...
2020-07-17 chsAdd a new function vm_page_free_invalid() for freeing...
2020-07-17 chsRevert my change from r361855 in favor of a better...
2020-07-15 gshapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-14 jkimMFV: r362513
2020-07-13 markjAdd vm_map_valid_range_KBI().
2020-07-09 scottlRevert r362998, r326999 while a better compatibility...
2020-07-08 sjgUpdate to bmake-20200704
2020-07-07 scottlMigrate the feature of excluding RAM pages to use ...
2020-07-07 seUpdate to version 3.1.1
2020-06-29 cemvm: Add missing WITNESS warnings for M_WAITOK allocation
2020-06-28 markjFix UMA's first-touch policy on systems with empty...
2020-06-28 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-27 kibvm_page_free_prep(): correct description of the require...
2020-06-25 markjCall swap_pager_freespace() from vm_object_page_remove().
2020-06-25 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-20 jeffClarify some language. Favor primary where both master...
2020-06-20 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-20 traszAdd linux_madvise(2) instead of having Linux apps call...
2020-06-19 markjRevert r362360.
2020-06-19 markjRestore a check unintentionally dropped in r362361.
2020-06-19 markjAdd a helper function for validating VA ranges.
2020-06-19 markjFix a double object unlock in vm_object_backing_collaps...
2020-06-18 jkimMFV: r362286
2020-06-17 andrewUpdate opencsd to 0.14.2
2020-06-17 delphijMFV r362254: file 5.39.
2020-06-16 cemvm: Drop vm_map_clip_{start,end} macro wrappers
2020-06-16 andrewRe-add opencsd as a vendor import from the dist directory
2020-06-12 vangyzenHonor db_pager_quit in some vm_object ddb commands
2020-06-09 mjgvm: rework swap_pager_status to execute in constant...
2020-06-06 chsDon't mark pages as valid if reading the contents from...
2020-06-05 manudts: Update our copy to be in sync with Linux 5.7
2020-06-04 emasteCorrect terminology in vm.imply_prot_max sysctl description
2020-06-01 dimUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 dimUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-05-31 dimUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-29 mjguma: hide item_domain under ifdef NUMA
2020-05-28 markjFix boot on systems where NUMA domain 0 is unpopulated.
2020-05-27 kibSimplify the condition to enable superpage mappings...
2020-05-27 jhibbitsProperly sort ifdef archs in vm_fault_soft_fast superpa...
2020-05-23 cemUpdate to Zstandard 1.4.5
2020-05-21 cyMFV r361322:
2020-05-20 sjgMerge bmake-20200517
2020-05-20 mmMFV r361280:
2020-05-14 jceelImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-14 markjAllocate UMA per-CPU counters earlier.
2020-05-13 kevanskernel: provide panicky version of __unreachable
2020-05-11 jhibbitspowerpc64: Implement Radix MMU for POWER9 CPUs
2020-04-28 markjRe-check for wirings after busying the page in vm_page_...
2020-04-26 markjUse a single VM object for kernel stacks.
2020-04-21 jkimMerge OpenSSL 1.1.1g.
2020-04-21 markjFactor out the kmem contig page alloc and reclamation...
2020-04-21 markjMinimize conditional compilation for handling of M_EXEC.
2020-04-20 markjHandle trashed queue pointers in vm_page_acquire_unlock...
2020-04-14 manudts: Import DTS from Linux 5.6
2020-04-02 dimMerge once more from ^/vendor/llvm-project/release...
2020-04-01 hartiMerge release 1.14 of bsnmp.
2020-03-31 bdreweryRemove dead code leftover from r331018.
2020-03-30 kibVOP_GETPAGES_ASYNC(): consistently call iodone() callba...
2020-03-28 kibddb show pginfo: print pages reference value in hex.
2020-03-23 brooksImport the kyua test framework.
2020-03-23 brooksAdd liblutok a lightweight C++ API for lua.
2020-03-18 jkimMerge OpenSSL 1.1.1e.
2020-03-11 jeffCheck for busy or wired in vm_page_relookup(). Some...
2020-03-10 dimMerge ^/head r358731 through r358831.
2020-03-07 markjClean up uma_int.h a bit.
2020-03-07 dimMerge ^/head r358712 through r358730.
2020-03-07 markjMove SMR pointer type definition and access macros...
2020-03-06 brooksRemove an apparently incorrect assertion.
2020-03-06 markjUse COUNTER_U64_DEFINE_EARLY() in places where it simpl...
2020-03-05 dimMerge ^/vendor/llvm-project/release-10.x up to its...
next