]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
uname(1): Fix a typo in the man page date
[FreeBSD/FreeBSD.git] / sys / vm /
2020-08-18 Mark JohnstonRevert r364310.
2020-08-17 Gleb SmirnoffWith INVARIANTS panic immediately if M_WAITOK is reques...
2020-08-17 Mark JohnstonCommit a missing piece of r364302.
2020-08-17 Mark JohnstonRemove the VM map zone.
2020-08-16 Konstantin Belousovvm_object: allow paging_in_progress to be acquired...
2020-08-16 Konstantin BelousovAtomically update vm_object vnp_size, where atomic...
2020-08-16 Dimitry AndricMerge ^/head r364264 through r364278.
2020-08-16 Mateusz Guzikvfs: remove the thread argument from vget
2020-08-15 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-15 Dimitry AndricMerge ^/head r364082 through r364250.
2020-08-14 Conrad Meyervm_pageout: Correct threshold calculation on single...
2020-08-12 Glen BarberMFH
2020-08-12 Conrad MeyerBack out unrelated change
2020-08-11 Conrad MeyerAdd support for multithreading the inactive queue pageo...
2020-08-10 Mark JohnstonCheck the UMA zone's full bucket cache before short...
2020-08-06 Dimitry AndricMerge ^/head r363739 through r363986.
2020-08-06 Brooks DavisPreserve ASLR vm_map flags across fork
2020-08-05 Stefan EßerUpgrade to version 3.1.5
2020-08-04 Emmanuel VadotImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-04 Mark JohnstonRemove most lingering references to the page lock in...
2020-08-04 Mark JohnstonRemove free_domain() and uma_zfree_domain().
2020-08-03 Stefan EßerUpgrade to version 3.1.4
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Glen BarberMFH
2020-07-31 Dimitry AndricMerge ^/head r363583 through r363738.
2020-07-30 Conrad MeyerImport PCG-C into sys/contrib
2020-07-29 Mark JohnstonRemove the volatile qualifier from busy_lock.
2020-07-28 Mark Johnstonvm_page_xbusy_claim(): Use atomics to update busy lock...
2020-07-27 Mark Johnstonvm_page_free_invalid(): Relax the xbusy assertion.
2020-07-25 Doug MooreFix an overflow bug in the blist allocator that needles...
2020-07-24 Mateusz Guzikvm: fix swap reservation leak and clean up surrounding...
2020-07-23 Mateusz Guzikvm: annotate swap_reserved with __exclusive_cache_line
2020-07-21 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-18 Jung-uk KimMFV: r363292
2020-07-17 Chuck SilversFix vnode_pager handling of read ahead/behind pages...
2020-07-17 Chuck SilversAdd a new function vm_page_free_invalid() for freeing...
2020-07-17 Chuck SilversRevert my change from r361855 in favor of a better...
2020-07-15 Gregory Neil ShapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-14 Jung-uk KimMFV: r362513
2020-07-13 Mark JohnstonAdd vm_map_valid_range_KBI().
2020-07-12 Simon J. GerratyUpdate to bmake-20200710
2020-07-11 Stefan EßerUpdate to version 3.1.3
2020-07-09 Scott LongRevert r362998, r326999 while a better compatibility...
2020-07-08 Simon J. GerratyUpdate to bmake-20200704
2020-07-07 Scott LongMigrate the feature of excluding RAM pages to use ...
2020-07-07 Cy SchubertMFV r362990:
2020-07-07 Stefan EßerUpdate to version 3.1.1
2020-06-29 Conrad Meyervm: Add missing WITNESS warnings for M_WAITOK allocation
2020-06-28 Mark JohnstonFix UMA's first-touch policy on systems with empty...
2020-06-28 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-27 Konstantin Belousovvm_page_free_prep(): correct description of the require...
2020-06-25 Mark JohnstonCall swap_pager_freespace() from vm_object_page_remove().
2020-06-25 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-24 Cy SchubertMFV r362565:
2020-06-20 Jeff RobersonClarify some language. Favor primary where both master...
2020-06-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-20 Edward Tomasz Napi... Add linux_madvise(2) instead of having Linux apps call...
2020-06-19 Mark JohnstonRevert r362360.
2020-06-19 Mark JohnstonRestore a check unintentionally dropped in r362361.
2020-06-19 Mark JohnstonAdd a helper function for validating VA ranges.
2020-06-19 Mark JohnstonFix a double object unlock in vm_object_backing_collaps...
2020-06-18 Jung-uk KimMFV: r362286
2020-06-17 Andrew TurnerUpdate opencsd to 0.14.2
2020-06-17 Xin LIMFV r362254: file 5.39.
2020-06-16 Conrad Meyervm: Drop vm_map_clip_{start,end} macro wrappers
2020-06-16 Andrew TurnerRe-add opencsd as a vendor import from the dist directory
2020-06-13 Cy SchubertMFV r362143:
2020-06-12 Eric van GyzenHonor db_pager_quit in some vm_object ddb commands
2020-06-12 Cy SchubertMFV r362082:
2020-06-09 Simon J. GerratyMerge bmake-20200606
2020-06-09 Mateusz Guzikvm: rework swap_pager_status to execute in constant...
2020-06-09 Cy SchubertMFV r361938:
2020-06-09 Cy SchubertMFV r361937:
2020-06-09 Cy SchubertMFV r361936:
2020-06-06 Chuck SilversDon't mark pages as valid if reading the contents from...
2020-06-05 Emmanuel Vadotdts: Update our copy to be in sync with Linux 5.7
2020-06-04 Mitchell HorneUpdate edk2 headers to stable202005
2020-06-04 Ed MasteCorrect terminology in vm.imply_prot_max sysctl description
2020-06-01 Dimitry AndricUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 Dimitry AndricUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-05-31 Dimitry AndricUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-29 Mateusz Guzikuma: hide item_domain under ifdef NUMA
2020-05-28 Jung-uk KimMFV: r361597
2020-05-28 Mark JohnstonFix boot on systems where NUMA domain 0 is unpopulated.
2020-05-27 Konstantin BelousovSimplify the condition to enable superpage mappings...
2020-05-27 Justin HibbitsProperly sort ifdef archs in vm_fault_soft_fast superpa...
2020-05-26 Marcin WojtasAdjust ENA driver to the new HAL
2020-05-23 Conrad MeyerUpdate to Zstandard 1.4.5
2020-05-23 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-05-21 Cy SchubertMFV r361322:
2020-05-20 Simon J. GerratyMerge bmake-20200517
2020-05-20 Martin MatuskaMFV r361280:
2020-05-14 Jakub Wojciech KlamaImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-14 Mark JohnstonAllocate UMA per-CPU counters earlier.
2020-05-13 Kyle Evanskernel: provide panicky version of __unreachable
2020-05-11 Justin Hibbitspowerpc64: Implement Radix MMU for POWER9 CPUs
2020-05-01 Jung-uk KimMFV: r360512
2020-04-28 Mark JohnstonRe-check for wirings after busying the page in vm_page_...
next