]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
THIS BRANCH IS OBSOLETE, PLEASE READ:
[FreeBSD/FreeBSD.git] / sys / vm /
2020-12-18 Xin LIMFV r368746:
2020-12-15 bdreweryRevert r368523 which fixed contig allocs waiting forever.
2020-12-15 Bryan DreweryRevert r368523 which fixed contig allocs waiting forever.
2020-12-13 Martin MatuskaMFV r368607:
2020-12-10 bdrewerycontig allocs: Don't retry forever on M_WAITOK.
2020-12-10 Bryan Drewerycontig allocs: Don't retry forever on M_WAITOK.
2020-12-09 cyMFV r368464:
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-06 markjuma: Make uma_zone_set_maxcache() work better with...
2020-12-06 Mark Johnstonuma: Make uma_zone_set_maxcache() work better with...
2020-12-06 markjuma: Enforce the use of uz_bucket_size_max in the free...
2020-12-06 Mark Johnstonuma: Enforce the use of uz_bucket_size_max in the free...
2020-12-06 markjuma: Use atomic load for uz_sleepers
2020-12-06 Mark Johnstonuma: Use atomic load for uz_sleepers
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-01 mmMFV r368207:
2020-12-01 Martin MatuskaMFV r368207:
2020-11-30 markjuma: Avoid allocating buckets with the cross-domain...
2020-11-30 Mark Johnstonuma: Avoid allocating buckets with the cross-domain...
2020-11-28 kibMake MAXPHYS tunable. Bump MAXPHYS to 1M.
2020-11-28 Konstantin BelousovMake MAXPHYS tunable. Bump MAXPHYS to 1M.
2020-11-26 seUpdate to version 3.2.0
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-20 sjgMerge bmake-20201117
2020-11-20 Simon J. GerratyMerge bmake-20201117
2020-11-19 markjWrap a long line in vm_pqbatch_process_page()
2020-11-19 Mark JohnstonWrap a long line in vm_pqbatch_process_page()
2020-11-19 markjMicro-optimize vm_page_pqbatch_submit()
2020-11-19 Mark JohnstonMicro-optimize vm_page_pqbatch_submit()
2020-11-19 Dag-Erling SmørgravMerge upstream r948: fix race condition in openpam_ttyc...
2020-11-19 markjvm_phys: Try to clean up NUMA KPIs
2020-11-19 Mark Johnstonvm_phys: Try to clean up NUMA KPIs
2020-11-18 Marcin WojtasAdjust ENA driver files to latest ena-com changes
2020-11-18 Marcin WojtasFix completion descriptors alignment for the ENA
2020-11-13 Jung-uk KimMFV: r367652
2020-11-11 markjvm_map: Handle kernel map entry allocator recursion
2020-11-11 Mark Johnstonvm_map: Handle kernel map entry allocator recursion
2020-11-10 jtlWhen destroying a UMA zone which has a reserve (set...
2020-11-10 Jonathan T. LooneyWhen destroying a UMA zone which has a reserve (set...
2020-11-09 mjgAdd more per-cpu zones.
2020-11-09 Mateusz GuzikAdd more per-cpu zones.
2020-11-07 sjgUpdate to bmake-20201101
2020-11-07 Simon J. GerratyUpdate to bmake-20201101
2020-11-06 luporlImplement superpages for PowerPC64 (HPT)
2020-11-06 Leandro LuporiImplement superpages for PowerPC64 (HPT)
2020-11-05 mjgRationalize per-cpu zones.
2020-11-05 Mateusz GuzikRationalize per-cpu zones.
2020-11-04 markjvmspace: Convert to refcount(9)
2020-11-04 Mark Johnstonvmspace: Convert to refcount(9)
2020-10-27 Cy SchubertMFV r367082:
2020-10-24 Xin LIMFV r366990: less v563.
2020-10-23 alcConditionally compile struct vm_phys_seg's md_first...
2020-10-23 Alan CoxConditionally compile struct vm_phys_seg's md_first...
2020-10-22 Philip PaepsImport tzdata 2020c
2020-10-19 emasteuma: fix KTR message after r366840
2020-10-19 Ed Masteuma: fix KTR message after r366840
2020-10-19 markjuma: Respect uk_reserve in keg_drain()
2020-10-19 Mark Johnstonuma: Respect uk_reserve in keg_drain()
2020-10-19 markjuma: Avoid depleting keg reserves when filling a bucket
2020-10-19 Mark Johnstonuma: Avoid depleting keg reserves when filling a bucket
2020-10-17 mmacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
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 kibAvoid dump_avail[] redefinition.
2020-10-14 Konstantin BelousovAvoid dump_avail[] redefinition.
2020-10-12 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-09 bdreweryUse unlocked page lookup for inmem() to avoid object...
2020-10-09 Bryan DreweryUse unlocked page lookup for inmem() to avoid object...
2020-10-09 Jung-uk KimMFV: r366539
2020-10-08 kibvm_page_dump_index_to_pa(): Add braces to the expressio...
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 markjvm_pageout: Avoid rounding down the inactive scan target
2020-10-02 Mark Johnstonvm_pageout: Avoid rounding down the inactive scan target
2020-10-02 markjuma: Use the bucket cache for cross-domain allocations
2020-10-02 Mark Johnstonuma: Use the bucket cache for cross-domain allocations
2020-10-02 markjuma: Use LIFO for non-SMR bucket caches
2020-10-02 Mark Johnstonuma: Use LIFO for non-SMR bucket caches
2020-10-02 markjuma: Remove newlines from panic messages
2020-10-02 Mark Johnstonuma: Remove newlines from panic messages
2020-10-02 markjImplement sparse core dumps
2020-10-02 Mark JohnstonImplement sparse core dumps
2020-10-01 mmacyOpenZFS: MFV 2.0-rc3-gfc5966
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 markjFlag vm_reserv and vm_phys sysctls as MPSAFE.
2020-09-23 Mark JohnstonFlag vm_reserv and vm_phys sysctls as MPSAFE.
2020-09-23 markjAdd a vmparam.h constant indicating pmap support for...
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 scottpharm64/pmap: Sparsify pv_table
2020-09-21 D Scott Phillipsarm64/pmap: Sparsify pv_table
2020-09-21 scottphvm_reserv: Sparsify the vm_reserv_array when VM_PHYSSEG...
2020-09-21 D Scott Phillipsvm_reserv: Sparsify the vm_reserv_array when VM_PHYSSEG...
2020-09-21 scottphSparsify the vm_page_dump bitmap
next