summaryrefslogtreecommitdiffstats
path: root/fs/proc/vmcore.c
Commit message (Expand)AuthorAgeFilesLines
* crash_dump: Add vmcore_elf32_check_archDaniel Wagner2016-05-131-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* proc-vmcore: wrong data type casting fixDave Young2016-03-171-2/+5
* vmcore: fix PT_NOTE n_namesz, n_descsz overflow issueWANG Chao2015-02-171-4/+4
* fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisorsVitaly Kuznetsov2014-08-091-3/+79
* fs/proc/vmcore.c: remove NULL assignment to staticFabian Frederick2014-06-071-1/+1
* vmcore: continue vmcore initialization if PT_NOTE is found emptyWANG Chao2014-04-081-2/+0Star
* include/linux/crash_dump.h: add vmcore_cleanup() prototypeRashika Kheria2014-04-081-1/+0Star
* vmcore: prevent PT_NOTE p_memsz overflow during header updateGreg Pearson2014-02-111-6/+20
* fs/proc: don't use module_init for non-modular core codePaul Gortmaker2014-01-241-1/+1
* vmcore: enable /proc/vmcore mmap for s390Michael Holzheu2013-09-121-1/+1
* vmcore: introduce remap_oldmem_pfn_range()Michael Holzheu2013-09-121-8/+83
* vmcore: introduce ELF header in new memory featureMichael Holzheu2013-09-121-10/+51
* s390/kdump: Disable mmap for s390Michael Holzheu2013-07-181-1/+1
* vmcore: support mmap() on /proc/vmcoreHATAYAMA Daisuke2013-07-041-20/+116
* vmcore: calculate vmcore file size from buffer size and total size of vmcore ...HATAYAMA Daisuke2013-07-041-33/+11Star
* vmcore: allow user process to remap ELF note segment bufferHATAYAMA Daisuke2013-07-041-0/+18
* vmcore: allocate ELF note segment in the 2nd kernel vmalloc memoryHATAYAMA Daisuke2013-07-041-73/+286
* vmcore: treat memory chunks referenced by PT_LOAD program header entries in p...HATAYAMA Daisuke2013-07-041-8/+22
* vmcore: allocate buffer for ELF headers on page-size alignmentHATAYAMA Daisuke2013-07-041-68/+51Star
* vmcore: clean up read_vmcore()HATAYAMA Daisuke2013-07-041-48/+20Star
* proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-1/+1
* proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2013-04-291-1/+2
* fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplica...Zhang Yanfei2013-02-281-13/+7Star
* fs/proc: clean up printksAndrew Morton2013-02-281-9/+6Star
* fadump: Introduce cleanup routine to invalidate /proc/vmcore.Mahesh Salgaonkar2012-02-231-0/+23
* fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-11-011-0/+1
* fs/proc/vmcore.c: add hook to read_from_oldmem() to check for non-ram pagesOlaf Hering2011-05-271-3/+49
* ARM: 6485/5: proc/vmcore - allow archs to override vmcore_elf_check_arch()Mika Westerberg2010-11-301-1/+1
* /proc/vmcore: fix seekingArnd Bergmann2010-09-231-1/+1
* Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds2010-05-201-0/+1
|\
| * procfs: Use generic_file_llseek in /proc/vmcoreFrederic Weisbecker2010-04-091-0/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* proc: vmcore - use kzalloc in get_new_element()Cyrill Gorcunov2009-06-181-6/+1Star
* vmcore: remove saved_max_pfn checkMagnus Damm2009-01-081-2/+0Star
* proc: move /proc/vmcore creation to fs/proc/vmcore.cAlexey Dobriyan2008-10-231-3/+3
* kdump: add is_vmcore_usable() and vmcore_unusable()Simon Horman2008-10-201-1/+1
* kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal2008-10-201-3/+0Star
* proc: remove dummy vmcore_open()Alexey Dobriyan2008-10-101-6/+0Star
* aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2008-02-081-1/+0Star
* [PATCH] i386: Allow i386 crash kernels to handle x86_64 dumpsIan Campbell2007-05-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] kdump proc vmcore size oveflow fixVivek Goyal2006-04-111-2/+2
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] kdump: vmcore compilation warning fixVivek Goyal2006-01-121-1/+1
* fs/proc/vmcore.c: header included twiceNicolas Kaiser2006-01-111-1/+0Star
* [PATCH] kdump: read previous kernel's memoryVivek Goyal2006-01-101-0/+3
* [PATCH] kdump: Parse elf32 headers and export through /proc/vmcoreVivek Goyal2005-06-261-0/+218
* [PATCH] kdump: Access dump file in elf format (/proc/vmcore)Vivek Goyal2005-06-261-0/+451