summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/vm/vm_page.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-2613097 improve VM tunables for modern systems (fix mismerge)Dan McDonald1-0/+1
2020-09-24 [illumos-gate merge]Jerry Jelinek1-9/+9
2020-09-2313082 pageout needs a deadmanJoshua M. Clulow1-9/+9
2020-04-2112552 increase get_max_pagesJerry Jelinek1-1/+18
2018-02-16OS-6612 reboot in bhyve guest should reboot, not poweroffJerry Jelinek1-2/+18
2017-12-26OS-6484 page invalidation under low memory takes too longJerry Jelinek1-4/+7
2016-12-067605 we should not attempt to write to ZFS while panicingSara Hartse1-15/+1
2016-09-077241 page_reclaim_mem() gives up on reclaiming memory too easilyDan Kimmel1-7/+15
2016-01-056514 AS_* lock macros simplificationJosef 'Jeff' Sipek1-2/+2
2015-09-086065 page hash: use a static inline instead of a macroJosef 'Jeff' Sipek1-42/+31
2014-11-195302 vm: remove 'nopageage' static globalJosef 'Jeff' Sipek1-3/+1
2014-08-125045 use atomic_{inc,dec}_* instead of atomic_add_*Josef 'Jeff' Sipek1-1/+1
2013-11-064244 spawn fails occasionally with EAGAINBryan Cantrill1-70/+0
2010-05-03backout 6535949: needs more workjmcp1-87/+54
2010-04-296535949 availability of 2M pages degrades over time on Solaris/x64Amritpal Sandhu1-54/+87
2010-04-236778289 vm locks need to scale with the size of system (strands/memory size)Peter Rival1-10/+48
2010-04-136675738 KM_NOSLEEP may still try too hard for some allocationsStan Studzinski1-2/+10
2010-04-096885904 active segkp pages can not be retiredStan Studzinski1-26/+73
2010-02-194926117 page_mark_migrate() could be a bit efficient if kmem_zallc can be eli...Donghai Qiao1-32/+16
2009-11-236887924 PP_ISKAS needs to be defined in terms of VN_ISKAS for vnodesSean McEnroe1-14/+1
2009-11-13PSARC/2009/396 Tickless Kernel Architecture / lbolt decouplingRafael Vanoni1-7/+9
2009-10-226828976 Fast Crash DumpDave Plauger1-1/+13
2009-08-066858457 Remove Solaris support for UltraSPARC-AT10 processorJason Beloro1-27/+11
2009-07-16FWARC 2008/540 Memory DR Domain ServiceJason Beloro1-8/+40
2009-06-296850428 freemem can end up being double decremented because of fix for CR 66...David Valin1-5/+6
2009-06-266848845 pages_locked value is leakingGangadhar Mylapuram1-0/+3
2009-05-056587140 page_retire()/page_trycapture should not try to retire non relocatabl...Christopher Baumbauer - Sun Microsystems - San Diego United States1-20/+19
2009-02-236657218 page_numtopp_nolock cpu_vm_data_destroy race condition causes panicMichael Corcoran1-4/+30
2009-01-156718924 System panic during reboot with retired pagesJustin Frank1-6/+7
2008-12-226652719 corruption found in vxfs & ufs file systems during NFS load tests wi...Michael Corcoran1-2/+3
2008-12-096773561 VM gives pages which have p_fsdata populated erroneouslyPrakash Sangappa1-3/+5
2008-11-086755472 page_retire_thread causing high sys time due to seg_p_disableVijay Balakrishna, SG-RPE1-1/+4
2008-09-26PSARC/2007/003 Solaris Support for the Rock ProcessorJason Beloro1-11/+27
2008-09-186733185 Further cleanup of SUN Studio 12 lint warnings in ON source.Nick Todd1-6/+6
2008-06-166658818 The macro PCF_INDEX is incorrect (fix lint)dv1427241-2/+0
2008-06-166658818 The macro PCF_INDEX is incorrectdv1427241-201/+189
2008-05-226423097 segvn_pagelock() may perform very poorlyaguzovsk1-42/+26
2008-03-126664521 performance hit when size prioritized over lgroup placementmec1-0/+25
2008-02-196532446 page_migrate() should not call PP_CLRMIGRATE(pp) without SE_EXCL lock...jj2098691-10/+18
2007-11-126615393 1000x + penalty running with gigantic pages when they are not available.kchow1-7/+20
2007-10-25PSARC/2007/218 caller_context_t in all VOPsamw1-16/+16
2007-09-18PSARC 2006/260 Solaris on Xenjohnlev1-7/+1
2007-06-24PSARC 2006/266 Shared Context Supportpaulsan1-1/+1
2007-06-086544121 Implement text replicationaguzovsk1-2/+13
2007-02-066516755 page_reclaim does not always handle large pages correctlymec1-237/+47
2007-01-246436999 Page Retirement feature cannot retire ISM pages with CE errors and in...jfrank1-12/+113
2006-12-216506485 possible recursive panic in page_unlock_capturemec1-2/+2
2006-12-194894692 caching data in heap inflates crash dumpjohansen1-18/+18
2006-12-14PSARC 2006/360 Page retire and caged memory kstatsmec1-6/+1306
2006-12-14PSARC 2006/496 Improved Zones/RM Integrationgjelinek1-1/+2