]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Micro-optimize the handling of fictitious pages in vm_page_free_prep().
[FreeBSD/FreeBSD.git] / sys / vm /
2017-10-24 Alan CoxMicro-optimize the handling of fictitious pages in...
2017-10-22 Mark JohnstonMFV r323105 (partial): 8300 fix man page issues found...
2017-10-22 Edward Tomasz Napi... Add OID for the vm.overcommit sysctl. This makes it...
2017-10-21 Konstantin BelousovCheck that the page which is freed as zeroed, indeed...
2017-10-21 Emmanuel Vadotdts: Update our device tree sources file fomr Linux...
2017-10-20 Mark JohnstonFree the right address range if kmem_back() fails in...
2017-10-20 Konstantin BelousovTake the vm object lock in read mode in vnode_generic_p...
2017-10-20 Konstantin BelousovMove swapout code into vm/vm_swapout.c.
2017-10-20 Konstantin BelousovDo not overwrite clean blocks on pageout.
2017-10-20 Konstantin BelousovIn vm_page_free_phys_pglist(), do not take vm_page_queu...
2017-10-19 Alan CoxBatch atomic updates to the number of active, inactive...
2017-10-18 Konstantin BelousovDo not report reduction of swap zone if it was not.
2017-10-13 Mateusz GuzikReduce traffic on vm_cnt.v_free_count
2017-10-13 Konstantin BelousovEvaluate the real size of the sblk_zone.
2017-10-13 Ed MasteANSIfy vm_kern.c
2017-10-10 Jung-uk KimMerge ACPICA 20170929 (take 2).
2017-10-08 Alan CoxReplace an unnecessary call to vm_page_activate() by...
2017-10-06 Baptiste DaroussinImport mandoc 1.14.3
2017-10-06 Baptiste DaroussinImport 1.14.3
2017-10-06 Andriy GaponMFV r322235: 8067 zdb should be able to dump literal...
2017-10-06 Andriy GaponMFV r316934: 7340 receive manual origin should override...
2017-10-06 Andriy GaponMFV r316933: 5142 libzfs support raidz root pool (loade...
2017-10-06 Andriy GaponMFV r316931: 6268 zfs diff confused by moving a file...
2017-10-06 Andriy GaponMFV r316877: 7571 non-present readonly numeric ZFS...
2017-10-06 Andriy GaponMFV r316864: 6392 zdb: introduce -V for verbatim import
2017-10-06 Andriy GaponMFV r316862: 6410 teach zdb to perform object lookups...
2017-10-02 Alan SomersMFV r319743: 8108 zdb -l fails to read labels 2 and 3
2017-10-02 Alan SomersMFV r316863: 3871 fix issues introduced by 3604
2017-10-02 Alan SomersMFV r316861: 6866 zdb -l should return non-zero if...
2017-10-02 Alan SomersMFC r316858 7280 Allow changing global libzpool variabl...
2017-10-02 Andriy GaponMFV r323913: 8600 ZFS channel programs - snapshot
2017-10-02 Andriy GaponMFV r323912: 8592 ZFS channel programs - rollback
2017-10-02 Andriy GaponMFV r323795: 8604 Avoid unnecessary work search in...
2017-10-01 Alan CoxWhen an I/O error occurs on page out, there is no need...
2017-10-01 Andriy GaponMFV r323794: 8605 zfs channel programs: zfs.exists...
2017-10-01 Andriy GaponMFV r323531: 8521 nvlist memory leak in get_clones_stat...
2017-10-01 Andriy GaponMFV r323531: 8521 nvlist memory leak in get_clones_stat...
2017-10-01 Andriy GaponMFV r323530,r323533,r323534: 7431 ZFS Channel Programs...
2017-10-01 Martin MatuskaMFV r324145,324147:
2017-09-29 Jung-uk KimMerge ACPICA 20170929.
2017-09-28 Alan CoxOptimize vm_object_page_remove() by eliminating pointle...
2017-09-27 John BaldwinAdd UMA_ALIGNOF().
2017-09-26 Andriy GaponMFV r323535: 8585 improve batching done in zil_commit()
2017-09-24 Alan CoxChange vm_page_try_to_free() to require a managed page...
2017-09-24 Alan CoxOptimize vm_page_try_to_free(). Specifically, the...
2017-09-22 Andriy GaponMFV r323917: 8648 Fix range locking in ZIL commit codepath
2017-09-22 Andriy GaponMFV r323914: 8661 remove "zil-cw2" dtrace probe
2017-09-20 Alan SomersMFV r323789: 8473 scrub does not detect errors on...
2017-09-20 Andriy GaponMFV r323792: 8602 remove unused "dp_early_sync_tasks...
2017-09-20 Andriy GaponMFV r323790: 8567 Inconsistent return value in zpool_re...
2017-09-19 Konstantin BelousovFor unlinked files, do not msync(2) or sync on the...
2017-09-17 Gordon TetlowMFV r323678: file 5.32
2017-09-15 Konstantin BelousovBatch freeing of the pages in vm_object_page_remove...
2017-09-15 Mark JohnstonInclude _bitset.h to get BITSET_DEFINE, used to define...
2017-09-13 Mark JohnstonWiden uk_pgoff, the slab header offset field.
2017-09-13 Konstantin BelousovRemove inline specifier from vm_page_free_wakeup()...
2017-09-13 Konstantin BelousovDo not relock free queue mutex for each page, free...
2017-09-13 Konstantin BelousovSplit vm_page_free_toq() into two parts, preparation...
2017-09-13 Konstantin BelousovUse existing tag name for the vm_object' memq.
2017-09-13 Mark JohnstonFix a logic error in the item size calculation for...
2017-09-13 Andriy GaponMFV r323527: 5815 libzpool's panic function doesn't...
2017-09-13 Andriy GaponMFV r323523: 8331 zfs_unshare returns wrong error code...
2017-09-13 Andriy GaponMFV r316932: 6280 libzfs: unshare_one() could fail...
2017-09-11 Andriy GaponMFV r323111: 8569 problem with inline functions in...
2017-09-11 Andriy GaponMFV r323110: 8558 lwp_create() returns EAGAIN on system...
2017-09-10 Mateusz GuzikMove vmmeter atomic counters into dedicated cache lines
2017-09-10 Alan CoxTo analyze the allocation of swap blocks by blist funct...
2017-09-10 Marius StroblMFV: r323381
2017-09-09 Konstantin BelousovAdd a vm_page_change_lock() helper, the common code...
2017-09-09 Andriy GaponMFV r323107: 8414 Implemented zpool scrub pause/resume
2017-09-07 Mark JohnstonSpeed up vm_page_array initialization.
2017-09-06 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-09-06 Mateusz GuzikStart annotating global _padalign locks with __exclusiv...
2017-09-06 Konstantin BelousovDo not leak empty swblk.
2017-09-06 Konstantin BelousovIn swp_pager_meta_build(), handle a race with other...
2017-09-01 Dimitry AndricUpgrade our copies of clang, llvm, lldb and compiler...
2017-08-31 Jung-uk KimMerge ACPICA 20170831.
2017-08-31 Dag-Erling SmørgravMerge upstream r4302 to support multiple concurrently...
2017-08-30 Konstantin BelousovAdjust interface of swapon_check_swzone() to its actual...
2017-08-30 Konstantin BelousovMake the swap_pager_full variable static.
2017-08-28 Mark JohnstonSynchronize page laundering with pmap_extract_and_hold().
2017-08-28 Alan CoxUpdate a couple vm_object lock assertions in the swap...
2017-08-28 Alan CoxSwitching from a global hash table to per-vm_object...
2017-08-25 Konstantin BelousovReplace global swhash in swap pager with per-object...
2017-08-24 Dimitry AndricUpgrade our copies of clang, llvm, lldb and compiler...
2017-08-22 Baptiste DaroussinImport zstandard 1.3.1
2017-08-21 Dimitry AndricUpgrade our copies of clang, llvm, lld and libc++ to...
2017-08-18 Baptiste DaroussinRemove example from zstd sources, their license does...
2017-08-16 Ruslan BukinAdd OBJ_PG_DTOR flag to VM object.
2017-08-15 Mark JohnstonAdd vm_page_alloc_after().
2017-08-14 Enji CooperAdd supporting changes for `Add limited sandbox capabil...
2017-08-11 Mark JohnstonModify vm_page_grab_pages() to handle VM_ALLOC_NOWAIT.
2017-08-11 Mark JohnstonMicro-optimize kmem_unback().
2017-08-11 Peter WemmUpdate from sqlite3-3.14.1 to sqlite3-3.20.0. This...
2017-08-10 Mark JohnstonMake vm_page_sunbusy() assert that the page is unlocked.
2017-08-10 Peter WemmUpdate subversion 1.9.5 -> 1.9.7
2017-08-09 Dimitry AndricUpgrade our copies of clang, llvm and libc++ to r310316...
2017-08-09 Alan CoxIntroduce vm_page_grab_pages(), which is intended to...
2017-08-08 Andriy GaponMFV r322242: 8373 TXG_WAIT in ZIL commit path
2017-08-08 Andriy GaponMFV r322240: 8491 uberblock on-disk padding to reserve...
next