aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/amd64/minidump_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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-53/+15
* 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
* Pat the watchdog less while producing a coredump. Prior to this change,Jonathan T. Looney2018-04-061-4/+12
* sys/amd64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* 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-36/+4
* 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 sysctl to make amd64 minidump retry count tunable at runtime.Stephen J. Kiernan2016-10-171-1/+5
* Move pmap_p*e_index() inline functions from pmap.c to pmap.h.Konstantin Belousov2016-09-201-5/+5
* Add 4Kn kernel dump supportConrad Meyer2016-04-151-9/+7
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noSvatopluk Kraus2016-02-221-1/+0
* Pass up the error status of minidumpsys() to its callers.Mark Johnston2014-10-081-2/+3
* Several small fixes for the amd64 minidump code.Konstantin Belousov2013-10-271-4/+7
* Fix breakage caused by r254466 in minidumpsys().Neel Natu2013-08-201-4/+8
* Split the pagequeues per NUMA domains, and split pageademon processKonstantin Belousov2013-08-071-0/+1
* Compute the number of initial kernel page table pages (NKPT) dynamically.Neel Natu2013-02-061-2/+2
* Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.hKonstantin Belousov2012-11-161-0/+1
* free wdog_kern_pat calls in post-panic paths from under SW_WATCHDOGAndriy Gapon2012-06-031-4/+2
* exclude kmem_alloc'ed ARC data buffers from kernel minidumps on amd64Kip Macy2012-01-271-0/+4
* Make NKPT a kernel option on amd64 so that it can be set to a non-defaultJohn Baldwin2011-08-261-0/+1
* Add the watchdogs patting during the (shutdown time) disk syncing andAttilio Rao2011-04-281-0/+8
* With the typical memory size of the system in tenth of gigabytesMaxim Sobolev2011-04-261-5/+38
* Move an external declaration to the appropriate header file.Alan Cox2011-03-261-2/+0
* amd64: introduce minidump version 2Andriy Gapon2010-11-111-64/+95
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-1/+0
* Revert r184136. Instead, push the check for crashdumpmap overflow into theKonstantin Belousov2008-10-311-1/+1
* Collect N identical (or near identical) mkdumpheader() implementations intoPeter Wemm2008-10-011-22/+1
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* Rev 180333, ``Change create_pagetables() and pmap_init() so that many fewerAlan Cox2008-07-081-2/+4
* Make preparations for increasing the size of the kernel virtualAlan Cox2008-06-201-3/+3
* Teach the dump and minidump code to respect the maxioszie attribute ofScott Long2008-02-151-2/+6
* Add a wrapper function that bound checks writes to the dump device.Ruslan Ermilov2008-01-281-5/+5
* Use a different bitmask for superpages' base address so that itRuslan Ermilov2006-12-051-2/+2
* Introduce minidumps. Full physical memory crash dumps are still availablePeter Wemm2006-04-211-0/+420