git: kernel - VM rework part 1 - Remove shadow_list

Matthew Dillon dillon at crater.dragonflybsd.org
Fri May 10 09:26:42 PDT 2019


commit 6f76a56d4f467f3727b96d9d6741fa17703a02c9
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon May 6 23:14:02 2019 -0700

    kernel - VM rework part 1 - Remove shadow_list
    
    * Remove shadow_head, shadow_list, shadow_count.
    
    * This leaves the kernel operational but without collapse optimizations
      on 'other' processes when a prorgam exits.

Summary of changes:
 sys/vfs/procfs/procfs_map.c | 13 ++++--------
 sys/vm/vm_fault.c           | 11 ++++------
 sys/vm/vm_map.c             |  6 +-----
 sys/vm/vm_object.c          | 50 +++++++++++++++++++--------------------------
 sys/vm/vm_object.h          |  4 ----
 5 files changed, 30 insertions(+), 54 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6f76a56d4f467f3727b96d9d6741fa17703a02c9


-- 
DragonFly BSD source repository


More information about the Commits mailing list