summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/kmem.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-15OS-8361 IPD 4 (man page renumbering) tracking issueDan McDonald1-1/+1
2022-02-10 [illumos-gate merge]Dan McDonald1-1/+1
2022-02-1014407 unix, genunix partial warning cleanupRobert Mustacchi1-1/+1
2022-01-25 [illumos-gate merge]Dan McDonald1-4/+2
2022-01-2414143 kmem should learn we are no longer SolarisJason King1-4/+2
2020-09-24 [illumos-gate merge]Jerry Jelinek1-1/+15
2020-09-2313094 systems have more kmem caches than they used toJoshua M. Clulow1-1/+15
2020-01-30 [illumos-gate merge]Jerry Jelinek1-0/+1
2020-01-2912172 genunix: variable may be used uninitializedToomas Soome1-0/+1
2019-11-22 [illumos-gate merge]Jerry Jelinek1-0/+2
2019-11-2111927 Log, or optionally panic, on zero-length kmem allocationsBryan Cantrill1-2/+39
2019-03-29 [illumos-gate merge]Jerry Jelinek1-7/+10
2019-03-2810573 define TASKQID_INVALID as (taskq_id)0Toomas Soome1-7/+10
2019-01-22 [illumos-gate merge]Jerry Jelinek1-1/+3
2019-01-1810093 kmem_log_enter() dereferences pointer before NULL checkJohn Levon1-1/+3
2018-05-119525 kmem_dump_size is a corrupting influenceJohn Levon1-99/+38
2018-05-09OS-6925 kmem_dump_size is a corrupting influenceJohn Levon1-99/+38
2018-02-06 [illumos-gate merge]Jerry Jelinek1-0/+1
2018-02-059018 Replace kmem_cache_reap_now() with kmem_cache_reap_soon()Tim Kordas1-3/+20
2018-01-24 [illumos-gate merge]Jerry Jelinek1-2/+0
2018-01-238493 kmem_move taskq appears to be inducing significant system latencyBryan Cantrill1-234/+44
2017-10-25OS-6363 system went to dark side of moon for ~467 secondsrelease-20171026Tim Kordas1-4/+20
2017-05-17 [illumos-gate merge]Jerry Jelinek1-5/+5
2017-05-168125 kmem_move tunables must not be declared staticMatthew Ahrens1-5/+5
2016-09-12 [illumos-gate merge]Jerry Jelinek1-3/+26
2016-09-097232 add tunables to combat scheduling delay of kernel threadsMatthew Ahrens1-3/+26
2015-11-24OS-4949 kmem_move taskq appears to be inducing significant system latencyBryan Cantrill1-233/+42
2015-07-31OS-4297 zero-sized allocations should be logged but not warned aboutBryan Cantrill1-8/+13
2015-06-19 [illumos-gate merge]Jerry Jelinek1-21/+22
2015-06-195974 kmem: remove a check that's always falseJosef 'Jeff' Sipek1-6/+0
2015-06-195973 kmem: double-calling kmem_depot_ws_update isn't obviousJosef 'Jeff' Sipek1-12/+19
2015-06-195972 kmem: fix comment typoJosef 'Jeff' Sipek1-3/+3
2015-04-25OS-4162 system appears (mostly) hung on kmem_move taskqBryan Cantrill1-1/+2
2015-04-25OS-4194 kmem_alloc() should deprecate KM_SLEEP allocations of 0 bytesBryan Cantrill1-1/+34
2014-11-105255 uts shouldn't open-code ISP2Josef 'Jeff' Sipek1-1/+1
2014-08-125045 use atomic_{inc,dec}_* instead of atomic_add_*Josef 'Jeff' Sipek1-4/+4
2014-08-125042 stop using deprecated atomic functionsJosef 'Jeff' Sipek1-1/+1
2010-08-116964154 Missing unlock in set_all_zone_usr_proc_sys()Ethindra Ramamurthy1-0/+1
2010-06-246923628 system panic with genunix:timeout_generic while booting upPeter Telford1-1/+7
2010-04-086538954 kmem_cache_alloc() doesn't scale for anon structure allocations when ...David Valin1-77/+222
2009-11-236898505 kmem_verify oddities around Fast Crash Dump integrationDave Plauger1-18/+340
2009-07-306861590 assertion failed: KMEM_SLAB_MEMBER(sp, callback->kmm_from_buf)Tom Erickson1-77/+190
2009-05-216795209 Enable compilation of ON-consolidation with GCC 4.2Scott Rotondo1-1/+2
2009-04-30backout 6795209/6392640: breaks sparc buildjmcp1-2/+1
2009-04-306795209 Enable compilation of ON-consolidation with GCC 4.2Nathan Keynes1-1/+2
2009-04-306586537 async zio taskqs can block out userland commandsJonathan Adams1-0/+2
2009-04-146812655 need larger kmem caches for newer workloadsJonathan W Adams1-78/+183
2008-09-106738434 kmem_check_destructor() introduces binary compatibility issueTom Erickson1-64/+22
2008-06-186712962 mutex_destroy: bad mutex at zfs_znode_cache_destructortomee1-1/+3
2008-06-066709564 Panic in ibmf_send_wqe_cache_constructor() due to kmem race.tomee1-8/+12