aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/arm64/minidump_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: Check DMAP address is valid in PHYS_IN_DMAPAndrew Turner3 days1-3/+4
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* arm64 pmap: introduce PTE_TO_PHYS macroZachary Leaf2023-05-241-6/+6
* Add experimental 16k page support on arm64Andrew Turner2022-07-191-0/+6
* kerneldump: remove physical from dump routinesMitchell Horne2022-05-131-2/+2
* Make page size dynamic in libkvm for arm64Andrew Turner2022-03-151-0/+1
* Fix bracketing in the arm64 minidump codeAndrew Turner2021-11-241-3/+3
* minidump: Use the provided dump bitsetMitchell Horne2021-11-191-8/+10
* minidump: Use provided msgbuf pointerMitchell Horne2021-11-191-4/+5
* minidump: reduce the amount direct accesses to page tablesMitchell Horne2021-11-191-20/+49
* minidump: Parameterize minidumpsys()Mitchell Horne2021-11-191-1/+1
* minidump: De-duplicate the progress barMitchell Horne2021-09-291-43/+3
* minidump: De-duplicate is_dumpable()Mitchell Horne2021-09-291-19/+4
* Avoid dump_avail[] redefinition.Konstantin Belousov2020-10-141-0/+1
* Sparsify the vm_page_dump bitmapD Scott Phillips2020-09-211-0/+11
* Move vm_page_dump bitset array definition to MI codeD Scott Phillips2020-09-211-56/+13
* Fix handling of 1GB mappings in the arm64 minidump code.Mark Johnston2020-04-241-24/+28
* Remove an obsolete TODO comment from several minidump implementations.Mark Johnston2020-04-241-1/+0
* Display the approximate space needed when a minidump fails due to lackNavdeep Parhar2019-06-301-3/+4
* Print the dump progress indicator after calling dump_start().Mark Johnston2018-05-011-3/+3
* Move kernel dump offset tracking into MI code.Mark Johnston2017-10-181-7/+4
* Rename mkdumpheader() and group EKCD functions in kern_shutdown.c.Mark Johnston2017-08-181-2/+2
* Factor out duplicated kernel dump code into dump_{start,finish}().Mark Johnston2017-08-181-37/+5
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-171-0/+1
* Add support for encrypted kernel crash dumps.Konrad Witaszczyk2016-12-101-7/+20
* Add support for 4 level pagetables. The userland address space has beenAndrew Turner2016-03-311-3/+3
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noSvatopluk Kraus2016-02-221-1/+0
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Add the kernel support for minidumps on arm64.Andrew Turner2015-08-201-2/+419
* Bring in the start of the arm64 kernel.Andrew Turner2015-04-131-0/+50