summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/vm/as.h
AgeCommit message (Collapse)AuthorFilesLines
2009-07-236801244 ps takes too long when many AS segments because of rm_assizeSudheer A1-3/+2
Contributed by Chad Mynhier <cmynhier@forsythe.com>
2009-03-206810086 panic in rctl_incr_swap() due to freed up proc structureVamsi Nagineni1-4/+2
6557272 assertion failed: zone->zone_max_swap >= swap, panic during dism stress test
2008-05-226423097 segvn_pagelock() may perform very poorlyaguzovsk1-4/+5
6526804 DR delete_memory_thread, AIO, and segvn deadlock 6557794 segspt_dismpagelock() and segspt_shmadvise(MADV_FREE) may deadlock 6557813 seg_ppurge_seg() shouldn't flush all unrelated ISM/DISM segments 6557891 softlocks/pagelocks of anon pages should not decrement availrmem for memory swapped pages 6559612 multiple softlocks on a DISM segment should decrement availrmem just once 6562291 page_mem_avail() is stuck due to availrmem overaccounting and lack of seg_preap() calls 6596555 locked anonymous pages should not have assigned disk swap slots 6639424 hat_sfmmu.c:hat_pagesync() doesn't handle well HAT_SYNC_STOPON_REF and HAT_SYNC_STOPON_MOD flags 6639425 optimize checkpage() optimizations 6662927 page_llock contention during I/O
2007-12-106627804 Repeated attach/detach to ISM segment fails with ENOMEM for 32bit ↵mec1-1/+5
program
2006-10-266254029 memcntl() MC_HAT_ADVISE with page size 0 may cause segment page ↵susans1-0/+8
sizes to be demoted 6325885 map_pgszstk() uses p->p_brkpageszc rather than p->p_stkpageszc 6371967 assign large pages to anon segment created using mmap /dev/zero 6483208 unify and cleanup OOB (out of the box) large pagesize selection code 6483216 use intermediate pagesizes to map the beginning of bss/heap and stack when it may help performance 6483226 bss size is not properly taken into account by LP OOB policy at exec() time 6483230 grow_internal() doesn't properly align stack bottom for large pages 6483231 memcntl.c: ASSERT(IS_P2ALIGNED(p->p_brkbase + p->p_brksize, pgsz)); 6483233 provide a mechanism to enable the use of 32M text pages on OPL by default 6485171 memcntl() shouldn't silently fail when stack space is unavailable with requested pagesize
2006-09-19PSARC/2004/580 zone/project.max-locked-memory Resource Controlssl1084981-5/+6
PSARC/2006/463 Amendment_to_zone_project.max-locked-memory_Resource_Controls 5053609 RFE: need zone.max-locked-memory rctl 4691104 Need mlock capability without requiring superuser privileges
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+290