]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Import Intel Processor Trace decoder library from
[FreeBSD/FreeBSD.git] / sys / vm /
2017-11-28 jeffMove domain iterators into the page layer where domain...
2017-11-28 alcWhen the swap pager allocates space on disk, it request...
2017-11-27 markjAvoid unnecessary lookups when initializing the vm_page...
2017-11-27 pfgsys: general adoption of SPDX licensing ID tags.
2017-11-26 markjMove vm_phys_init_page() to vm_page.c.
2017-11-26 markjRemove unneeded initializations from vm_phys_init_page().
2017-11-23 hselaskyMerge ^/head r325999 through r326131.
2017-11-22 kibReturn different error code for the guard page layout...
2017-11-22 alcWhen vm_map_find(find_space = VMFS_OPTIMAL_SPACE) fails...
2017-11-21 markjAllow for fictitious physical pages in vm_page_scan_con...
2017-11-20 pfgsys: further adoption of SPDX licensing ID tags.
2017-11-20 delphijMFV r326007: less v529.
2017-11-19 hselaskyMerge ^/head r325842 through r325998.
2017-11-18 manuUpdate our copy of DTS from the ones from Linux 4.14
2017-11-18 pfgspdx: initial adoption of licensing ID tags.
2017-11-15 kibvmtotal: extend memory counters to accomodate for curre...
2017-11-11 baptUpdate to zstd 1.3.2
2017-11-10 hselaskyMerge ^/head r325505 through r325662.
2017-11-08 kibFix operator priority.
2017-11-08 markjAllow various page daemon parameters to be set from...
2017-11-08 jeffReplace manyinstances of VM_WAIT with blocking page...
2017-11-08 markjCorrect the type of foff.
2017-11-07 hselaskyMerge ^/head r323559 through r325504.
2017-11-02 sjgUpdate to bmake-20171028
2017-11-02 jkimMerge OpenSSL 1.0.2m.
2017-10-31 mwUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-28 philipImport tzdata 2017c
2017-10-27 avgMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-24 alcMicro-optimize the handling of fictitious pages in...
2017-10-22 traszAdd OID for the vm.overcommit sysctl. This makes it...
2017-10-21 kibCheck that the page which is freed as zeroed, indeed...
2017-10-21 manudts: Update our device tree sources file fomr Linux...
2017-10-20 markjFree the right address range if kmem_back() fails in...
2017-10-20 kibTake the vm object lock in read mode in vnode_generic_p...
2017-10-20 kibMove swapout code into vm/vm_swapout.c.
2017-10-20 kibDo not overwrite clean blocks on pageout.
2017-10-20 kibIn vm_page_free_phys_pglist(), do not take vm_page_queu...
2017-10-19 alcBatch atomic updates to the number of active, inactive...
2017-10-18 kibDo not report reduction of swap zone if it was not.
2017-10-13 mjgReduce traffic on vm_cnt.v_free_count
2017-10-13 kibEvaluate the real size of the sblk_zone.
2017-10-13 emasteANSIfy vm_kern.c
2017-10-10 jkimMerge ACPICA 20170929 (take 2).
2017-10-08 alcReplace an unnecessary call to vm_page_activate() by...
2017-10-06 baptImport 1.14.3
2017-10-01 alcWhen an I/O error occurs on page out, there is no need...
2017-10-01 avgMFV r323530,r323533,r323534: 7431 ZFS Channel Programs...
2017-10-01 mmMFV r324145,324147:
2017-09-29 jkimMerge ACPICA 20170929.
2017-09-28 alcOptimize vm_object_page_remove() by eliminating pointle...
2017-09-27 jhbAdd UMA_ALIGNOF().
2017-09-24 alcChange vm_page_try_to_free() to require a managed page...
2017-09-24 alcOptimize vm_page_try_to_free(). Specifically, the...
2017-09-19 kibFor unlinked files, do not msync(2) or sync on the...
2017-09-17 gordonMFV r323678: file 5.32
2017-09-15 kibBatch freeing of the pages in vm_object_page_remove...
2017-09-15 markjInclude _bitset.h to get BITSET_DEFINE, used to define...
2017-09-13 markjWiden uk_pgoff, the slab header offset field.
2017-09-13 kibRemove inline specifier from vm_page_free_wakeup()...
2017-09-13 kibDo not relock free queue mutex for each page, free...
2017-09-13 npMFH @ r323558.
2017-09-13 kibSplit vm_page_free_toq() into two parts, preparation...
2017-09-13 kibUse existing tag name for the vm_object' memq.
2017-09-13 markjFix a logic error in the item size calculation for...
2017-09-10 mjgMove vmmeter atomic counters into dedicated cache lines
2017-09-10 alcTo analyze the allocation of swap blocks by blist funct...
2017-09-09 kibAdd a vm_page_change_lock() helper, the common code...
2017-09-07 markjSpeed up vm_page_array initialization.
2017-09-06 mjgStart annotating global _padalign locks with __exclusiv...
2017-09-06 kibDo not leak empty swblk.
2017-09-06 kibIn swp_pager_meta_build(), handle a race with other...
2017-08-31 jkimMerge ACPICA 20170831.
2017-08-30 kibAdjust interface of swapon_check_swzone() to its actual...
2017-08-30 kibMake the swap_pager_full variable static.
2017-08-28 markjSynchronize page laundering with pmap_extract_and_hold().
2017-08-28 alcUpdate a couple vm_object lock assertions in the swap...
2017-08-28 alcSwitching from a global hash table to per-vm_object...
2017-08-25 kibReplace global swhash in swap pager with per-object...
2017-08-22 baptImport zstandard 1.3.1
2017-08-21 hselaskyMerge ^/head r322398 through r322746.
2017-08-16 brAdd OBJ_PG_DTOR flag to VM object.
2017-08-15 markjAdd vm_page_alloc_after().
2017-08-14 ngieAdd supporting changes for `Add limited sandbox capabil...
2017-08-11 markjModify vm_page_grab_pages() to handle VM_ALLOC_NOWAIT.
2017-08-11 hselaskyMerge ^/head r321383 through r322397.
2017-08-11 markjMicro-optimize kmem_unback().
2017-08-10 markjMake vm_page_sunbusy() assert that the page is unlocked.
2017-08-09 alcIntroduce vm_page_grab_pages(), which is intended to...
2017-08-04 desUpgrade to OpenSSH 7.5p1.
2017-07-31 ngieMFhead@r321829
2017-07-31 baptUpdate mandoc to 1.14.2
2017-07-28 jkimMerge ACPICA 20170728.
2017-07-26 kibMark pages after EOF as clean after pageout.
2017-07-23 alcAddress a compilation warning on some architectures...
2017-07-23 alcUtilize pmap_enter(..., psind=1) in vm_fault_soft_fast...
2017-07-23 hselaskyMerge ^/head r319973 through 321382.
2017-07-23 alcAdd support for pmap_enter(..., psind=1) to the amd64...
2017-07-23 alcIn vm_page_ps_test(), always check that the base pages...
2017-07-22 kibDo not allocate struct kinfo_vmobject on stack.
2017-07-21 dimMerge ^/head r321307 through r321350.
next