summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/minidump_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r306020:kib2016-09-271-5/+5
* Add 4Kn kernel dump supportcem2016-04-151-9/+7
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noskra2016-02-221-1/+0
* Pass up the error status of minidumpsys() to its callers.markj2014-10-081-2/+3
* Several small fixes for the amd64 minidump code.kib2013-10-271-4/+7
* Fix breakage caused by r254466 in minidumpsys().neel2013-08-201-4/+8
* Split the pagequeues per NUMA domains, and split pageademon processkib2013-08-071-0/+1
* Compute the number of initial kernel page table pages (NKPT) dynamically.neel2013-02-061-2/+2
* Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.hkib2012-11-161-0/+1
* free wdog_kern_pat calls in post-panic paths from under SW_WATCHDOGavg2012-06-031-4/+2
* exclude kmem_alloc'ed ARC data buffers from kernel minidumps on amd64kmacy2012-01-271-0/+4
* Make NKPT a kernel option on amd64 so that it can be set to a non-defaultjhb2011-08-261-0/+1
* Add the watchdogs patting during the (shutdown time) disk syncing andattilio2011-04-281-0/+8
* With the typical memory size of the system in tenth of gigabytessobomax2011-04-261-5/+38
* Move an external declaration to the appropriate header file.alc2011-03-261-2/+0
* amd64: introduce minidump version 2avg2010-11-111-64/+95
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-1/+0
* Revert r184136. Instead, push the check for crashdumpmap overflow into thekib2008-10-311-1/+1
* Collect N identical (or near identical) mkdumpheader() implementations intopeter2008-10-011-22/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Rev 180333, ``Change create_pagetables() and pmap_init() so that many feweralc2008-07-081-2/+4
* Make preparations for increasing the size of the kernel virtualalc2008-06-201-3/+3
* Teach the dump and minidump code to respect the maxioszie attribute ofscottl2008-02-151-2/+6
* Add a wrapper function that bound checks writes to the dump device.ru2008-01-281-5/+5
* Use a different bitmask for superpages' base address so that itru2006-12-051-2/+2
* Introduce minidumps. Full physical memory crash dumps are still availablepeter2006-04-211-0/+420
OpenPOWER on IntegriCloud