summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_ia64.c
Commit message (Expand)AuthorAgeFilesLines
* Handle truncation of the size returned by _kvm_kvatop(). Cores can havemarcel2014-01-161-1/+1
* We don't have to worry about page sizes when working on virtualmarcel2014-01-131-1/+1
* Add support for virtual cores (aka minidumps). To that end, refactor thismarcel2013-12-291-72/+141
* Allow building a cross libkvm for ia64.marcel2013-12-281-0/+10
* Fix "kptdir is itself virtual" error, caused by having the kptdir in PBVM.marcel2013-12-261-7/+11
* Add support for PBVM addresses. In a nutshell this means:marcel2011-08-061-7/+81
* libkvm code janitoringuqs2011-01-231-5/+6
* Add a level of indirection to the kernel PTE table. The oldmarcel2007-05-191-8/+16
* Support crash dumps > 4GB in size on 32 bit platforms. _kvm_kvatop()peter2005-06-291-2/+2
* Redefine a PTE as a 64-bit integral type instead of a struct ofmarcel2004-09-231-2/+2
* The offset argument to mmap(2) is not a pointer. Use 0 instead of NULL.marcel2004-09-221-1/+1
* Revamp of the syscall path, exception and context handling. Themarcel2003-05-161-1/+1
* Implement working on ELF corefiles. Use kvm_read() when readingmarcel2002-10-211-122/+135
* Implement va->pa translation for kernel virtual addresses. This isdfr2001-10-251-30/+59
* Partially port kvm to ia64 - virtual to physical translation is incomplete.dfr2001-10-231-0/+167
OpenPOWER on IntegriCloud