]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
rtwn_usb(4): fix Rx buffer size calculation.
[FreeBSD/FreeBSD.git] / sys / vm /
2017-01-05 jkimMerge ACPICA 20161222.
2017-01-05 markjRemove a redundant use of min().
2017-01-05 markjAdd a small allocator for exec_map entries.
2017-01-04 glebiusFix assertion that checks that pages are consecutive...
2017-01-04 glebiusMove bogus_page declaration to vm_page.h and initializa...
2017-01-04 delphijRestructure libz, place vendor files in contrib/zlib...
2017-01-03 markjAdd a page queue for holding dirty anonymous unswappabl...
2017-01-02 jhibbitsPrint flags in hex instead of decimal.
2017-01-01 kibStyle fixes for vm_map_insert().
2016-12-31 kibAnsify vm/vm_pager.c. Style.
2016-12-31 mjgUse vrefact in vnode_pager_alloc.
2016-12-30 mmMFV r310796, r310797:
2016-12-30 kibFix two similar bugs in the populate vm_fault() code.
2016-12-30 cognetMerge CK as of commit 255a47553aa5e8d0bb5f8eec63acac7f4...
2016-12-30 kibAssert that the pages found on the object queue by...
2016-12-30 kibStyle.
2016-12-30 mjgRemove cpu_spinwait after seq_consistent.
2016-12-28 alcRelax the object type restrictions on vm_page_alloc_con...
2016-12-27 mmMFV r310622:
2016-12-26 kibRemove redundancy in vmtotal().
2016-12-24 kibFix argument type and microoptimize swp_pager_meta_free().
2016-12-19 sjgMerge bmake-20161212
2016-12-18 kibImprove vm_object_scan_all_shadowed() to also check...
2016-12-17 dimMerge ^/head r310169 through r310190.
2016-12-17 mmMFV r310115,310184:
2016-12-16 kibIn swp_pager_meta_free_all(), fix type of the index...
2016-12-16 dimMerge ^/head r309817 through r310168.
2016-12-14 kibProvide introductory description of the default pager.
2016-12-14 kibRemove locking around accounting initialization of...
2016-12-14 alcTidy up. Mostly, remove or replace stale comments...
2016-12-13 jhbUse db_lookup_proc() in the DDB 'show procvm' command.
2016-12-12 alcEliminate every mention of PG_CACHED pages from the...
2016-12-10 dimMerge ^/head r309758 through r309803.
2016-12-09 glebiusAllow bogus_page to be passed to pager(s).
2016-12-09 dimMerge ^/head r309519 through r309757.
2016-12-09 markjConditionalize PG_CACHE sysctls on COMPAT_FREEBSD11.
2016-12-08 kibImplement the populate() pager method for phys pager.
2016-12-08 kibAdd a new populate() pager method and extend device...
2016-12-08 kibMove map_generation snapshot value into struct faultstate.
2016-12-08 kibStyle.
2016-12-08 alcPreviously, vm_radix_remove() would panic if the radix...
2016-12-07 markjUse the official spelling for NULL arguments to typed...
2016-12-06 markjProvide dummy sysctls for v_cache_count and v_tcached.
2016-12-06 mmMFV r309587:
2016-12-04 dimMerge ^/head r309263 through r309518.
2016-12-02 dimUpdate compiler-rt to release_39 branch r288513. Since...
2016-12-02 dimUpdate llvm, clang, lld and lldb to release_39 branch...
2016-12-02 alcEliminate a stale comment; vm_radix_prealloc() was...
2016-12-01 alcDuring vm_page_cache()'s call to vm_radix_insert()...
2016-12-01 mmMFC r309362:
2016-11-29 mmMFV r309299:
2016-11-28 cognetImport Concurrency Kit in the kernel.
2016-11-27 dimMerge ^/head r309170 through r309212.
2016-11-27 alcRecursion on the free page queue mutex occurred when...
2016-11-24 dimMerge ^/head r308870 through r309105.
2016-11-23 markjRelease laundered vnode pages to the head of the inacti...
2016-11-22 alcRemove PG_CACHED-related fields from struct vmmeter...
2016-11-22 delphijMFV r308954:
2016-11-19 dimMerge ^/head r308491 through r308841.
2016-11-17 glebius- If caller specifies readbehind and readahead that...
2016-11-16 kibMove the fast fault path into the separate function.
2016-11-15 alcRemove most of the code for implementing PG_CACHED...
2016-11-11 cyMFV r305100: Update amd from am-utils 6.1.5 to 6.2.
2016-11-10 dimMerge ^/head r308227 through r308490.
2016-11-09 alcIntroduce a new page queue, PQ_LAUNDRY, for storing...
2016-11-08 bdreweryFix improper use of "its".
2016-11-07 delphijMFV r308392: file 5.29.
2016-11-04 kibDo not sleep in vm_wait() if pagedaemon did not yet...
2016-11-03 gjbMFV r308265: Update tzdata to 2016i.
2016-11-03 alcIn vm_fault()'s loop over the shadow chain, move a...
2016-11-02 dimMerge ^/head r303250 through r308226.
2016-11-01 alcMove and revise a comment about the relation between...
2016-10-31 cemAdd BUF_TRACKING and FULL_BUF_TRACKING buffer debugging
2016-10-31 dimMerge ^/head r307736 through r308146.
2016-10-30 kibChange remained internal uses of boolean_t to bool...
2016-10-30 kibRemove vm_pager_has_page() declaration. It is not...
2016-10-30 alcMerge and sort vm_fault_hold()'s "int" variable definit...
2016-10-30 kibRemove vnode_locked label and goto, by collapsing vp...
2016-10-30 kibSplit long line instead of unindenting it. Add KASSERT...
2016-10-29 alcThe "lookup_is_valid" field is used as a "bool". Make...
2016-10-29 alcWith one exception, "hardfault" is used like a "bool...
2016-10-29 markjAdd one more use of unlock_vp().
2016-10-29 kibAdd unlock_vp() helper.
2016-10-21 dimMerge ^/head r307383 through r307735.
2016-10-20 markjSimplify keg_drain() a bit by using LIST_FOREACH_SAFE.
2016-10-19 glebiusFix incorrect assertion that could miss overflows.
2016-10-17 kibIf vm_fault_hold(9) finds that fs.m is wired, do not...
2016-10-17 kibExport vm_page_xunbusy_maybelocked().
2016-10-15 dimMerge ^/head r306906 through r307382.
2016-10-13 markjPlug a potential vnode lock leak in vm_fault_hold().
2016-10-13 kibFix a race in vm_page_busy_sleep(9).
2016-10-11 kibWhen downgrading exclusively busied page to shared...
2016-10-09 dimMerge ^/head r306412 through r306905.
2016-10-05 alcMake the page daemon's notion of what kind of pass...
2016-10-05 alcChange vm_pageout_scan() to return a value indicating...
2016-10-04 jkimMerge ACPICA 20160930.
2016-10-04 mmMFV r306669:
2016-10-03 gallatinConditionally move initial vfs bio alloc above 4G
2016-10-01 baptImport libucl 20160812
2016-09-29 desUpgrade to Unbound 1.5.10.
next