]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
vmem: Allocate btags before looping in vmem_xalloc()
[FreeBSD/FreeBSD.git] / sys / vm /
2020-10-17 Matt MacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-17 Philip PaepsImport tzdata 2020c
2020-10-16 Kyle EvansMFC r366760: lua: update to 5.3.6
2020-10-14 Konstantin BelousovAvoid dump_avail[] redefinition.
2020-10-12 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-09 Bryan DreweryUse unlocked page lookup for inmem() to avoid object...
2020-10-09 Jung-uk KimMFV: r366539
2020-10-08 Konstantin Belousovvm_page_dump_index_to_pa(): Add braces to the expressio...
2020-10-08 Philip PaepsImport tzdata 2020b
2020-10-03 Jakub Wojciech KlamaImport lib9p 9d5aee77bcc1bf0e79b0a3bfefff5fdf2146283c.
2020-10-02 Mark Johnstonvm_pageout: Avoid rounding down the inactive scan target
2020-10-02 Mark Johnstonuma: Use the bucket cache for cross-domain allocations
2020-10-02 Mark Johnstonuma: Use LIFO for non-SMR bucket caches
2020-10-02 Mark Johnstonuma: Remove newlines from panic messages
2020-10-02 Mark JohnstonImplement sparse core dumps
2020-10-01 Matt MacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-10-01 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-01 Stefan EßerUpgrade to version 3.1.6
2020-10-01 Baptiste DaroussinUpdate nvi to 2.2.0-05ed8b9
2020-09-23 Mark JohnstonFlag vm_reserv and vm_phys sysctls as MPSAFE.
2020-09-23 Mark JohnstonAdd a vmparam.h constant indicating pmap support for...
2020-09-22 Jung-uk KimMerge OpenSSL 1.1.1h.
2020-09-21 D Scott Phillipsarm64/pmap: Sparsify pv_table
2020-09-21 D Scott Phillipsvm_reserv: Sparsify the vm_reserv_array when VM_PHYSSEG...
2020-09-21 D Scott PhillipsSparsify the vm_page_dump bitmap
2020-09-21 D Scott PhillipsMove vm_page_dump bitset array definition to MI code
2020-09-18 Matt MacyMFV 2.0-rc2
2020-09-18 Eric van Gyzenvm_ooffset_t is now unsigned
2020-09-17 Mark JohnstonIncrease the default vm.max_user_wired value.
2020-09-16 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-09-11 Kyle EvansMFV r365636: libarchive: import fix for WARNS=6 builds...
2020-09-10 Kyle EvansMFV r365599: import fix for a libexecinfo warning at...
2020-09-09 Konstantin BelousovSupport for userspace non-transparent superpages (large...
2020-09-09 Konstantin Belousovvm_map: Add a map entry kind that can only be clipped...
2020-09-09 Konstantin BelousovAdd pmap_enter(9) PMAP_ENTER_LARGEPAGE flag and impleme...
2020-09-09 Konstantin BelousovAdd vm_map_find_aligned(9).
2020-09-09 Konstantin BelousovMove MAP_32BIT_MAX_ADDR definition to sys/mman.h.
2020-09-09 Konstantin BelousovPrepare to handle non-trivial errors from vm_map_delete().
2020-09-09 Baptiste DaroussinUpdate nvi to 2.2.0
2020-09-09 Konstantin BelousovAllow consumer to customize physical pager.
2020-09-08 Konstantin BelousovAdd kern_mmap_racct_check(), a helper to verify limits...
2020-09-08 Konstantin BelousovAdd interruptible variant of vm_wait(9), vm_wait_intr(9).
2020-09-07 Mark Johnstonvm_object_split(): Handle orig_object type changes.
2020-09-05 Simon J. GerratyUpdate to bmake-20200902
2020-09-04 Matt MacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-02 Mark JohnstonAvoid unnecessary object locking in vm_page_grab_pages_...
2020-09-02 Mark JohnstonInclude the psind in data returned by mincore(2).
2020-09-01 Mateusz Guzikvm: clean up empty lines in .c and .h files
2020-08-29 Vladimir KondratyevLinuxKPI: Implement ksize() function.
2020-08-28 Eric van Gyzenvm_pageout_scan_active: ensure ps_delta is initialized
2020-08-28 Eric van Gyzenmemstat_kvm_uma: fix reading of uma_zone_domain structures
2020-08-28 Matt MacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 Glen BarberMFH
2020-08-26 Mark JohnstonUse a large kmem arena import size on NUMA systems.
2020-08-25 Conrad Meyervm_pageout: Scale worker threads with CPUs
2020-08-25 Mark JohnstonPermit vm_page_wire() to be called on pages not belongi...
2020-08-25 Matt MacyMerge OpenZFS support in to HEAD.
2020-08-24 Matt MacyInitial import from vendor-sys branch of openzfs
2020-08-24 Cy SchubertMFV 364468:
2020-08-24 Cy SchubertMFV 364467:
2020-08-24 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-24 Mateusz Guzikcache: drop the always curthread argument from reverse...
2020-08-21 Andrew Gallatinuma: record allocation failures due to zone limits
2020-08-19 Mateusz Guzikvfs: drop the error parameter from vn_isdisk, introduce...
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
next