summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_arm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix format strings; ok @kettenisotto2018-05-151-3/+3
* Remove NULL-checks before free(). ok tb@mmcc2015-12-191-5/+3
* Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we alreadyderaadt2013-03-281-2/+2
* spacesderaadt2013-03-201-2/+2
* Pull more headers to avoid warnings about structs being undefined.miod2011-04-101-1/+2
* Kernel crash dump support for arm-based platform, with minimal support inmiod2007-05-191-7/+65
* for some of internal functions use paddr_t where phys addr is intended insteadd of u_long; miod@ okmickey2006-03-201-3/+3
* Kill (almost all) warnings.miod2004-09-151-1/+2
* knf; ok millertderaadt2004-06-151-16/+11
* Stub this out, copied from other archs with this stubbed out.drahn2004-02-091-0/+78