k rel='stylesheet' type='text/css' href='/cgit-data/cgit.css'/>
summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_stat.c
AgeCommit message (Expand)Author
2020-06-14Remove PG_ZERO. It worked brilliantly on x86 machines from the mid-90s butad
2020-06-11Counter tweaks:ad
2020-06-11uvm_availmem(): give it a boolean argument to specify whether a recentad
2019-12-31Rename uvm_free() -> uvm_availmem().ad
2019-12-21uvmexp.free -> uvm_free()ad
2019-12-16- Extend the per-CPU counters matt@ did to include all of the hot countersad
2019-05-09Avoid KASSERT(!cpu_intr_p()) when breaking into ddb and issuingskrll
2017-12-02add two new members to uvmexp_sysctl{}: bootpages and poolpages.mrg
2016-12-01fix the output of ddb's "show uvmexp" and also print themrg
2011-05-17move and rename the uvm history code out of uvm_stat to "kernhist".mrg
2011-02-02udpate license clauses on my code to match the new-style BSD licenses.chuck
2011-01-05Fix format string; use PRIu64 for uint64_t.enami
2011-01-04Print the number of page colors in use with db> show uvmmatt
2010-12-20Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtchmatt
2009-10-21Remove uarea swap-out functionality:rmind
2008-08-08Make "show uvmhist" available to all arches (not just sparc*) in ddb.skrll
2006-09-15merge yamt-pdpolicy branch.yamt
2005-11-29read-ahead statistics.yamt
2005-06-27Use ANSI function decls.thorpej
2005-05-15remove anon related statistics which are no longer used.yamt
2005-04-27uvmexp_print: print swpgavail as well.yamt
2004-11-23introduce UVMHIST_LOANHIST and sprinkle UVMHIST_LOGs.yamt