aboutsummaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_minidump_amd64.c
Commit message (Expand)AuthorAgeFilesLines
* Always use 64-bit physical addresses for dump_avail[] in minidumpsMark Johnston2020-12-031-2/+1
* Sparsify the vm_page_dump bitmapD Scott Phillips2020-09-211-9/+18
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* libkvm: fix build failuresWill Andrews2017-11-121-9/+10
* libkvm: add kvm_walk_pages API.Will Andrews2017-11-111-22/+145
* libkvm: fix warning issues post-r291406Enji Cooper2017-03-221-1/+1
* libkvm: Improve physical address lookup scaling.Will Andrews2016-07-181-35/+22
* Fix up pointer issues with lib/libkvmEnji Cooper2016-04-221-1/+1
* Add support to libkvm for reading vmcores from other architectures.John Baldwin2015-11-271-145/+130
* Remove trailing whitespace.John Baldwin2015-11-261-1/+1
* Add bounds check for pteindex / pdeindexEd Maste2014-02-121-0/+4
* libkvm code janitoringUlrich Spörlein2011-01-231-3/+0
* amd64: introduce minidump version 2Andriy Gapon2010-11-111-14/+94
* Fix missing includes of <string.h>, to silence some compiler warnings.Ed Schouten2009-06-141-1/+1
* _kvm_malloc allocates memory through calloc() whichXin LI2008-10-171-1/+0
* Include strings.h for bzero()Xin LI2006-06-051-0/+1
* Teach libkvm how to read minidumps. It turns out that minidumps arePeter Wemm2006-04-211-0/+255