aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/vmcore.c
AgeCommit message (Expand)Author
2016-05-13crash_dump: Add vmcore_elf32_check_archDaniel Wagner
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-17proc-vmcore: wrong data type casting fixDave Young
2015-02-17vmcore: fix PT_NOTE n_namesz, n_descsz overflow issueWANG Chao
2014-08-08fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisorsVitaly Kuznetsov
2014-06-06fs/proc/vmcore.c: remove NULL assignment to staticFabian Frederick
2014-04-07vmcore: continue vmcore initialization if PT_NOTE is found emptyWANG Chao
2014-04-07include/linux/crash_dump.h: add vmcore_cleanup() prototypeRashika Kheria
2014-02-10vmcore: prevent PT_NOTE p_memsz overflow during header updateGreg Pearson
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker
2013-09-11vmcore: enable /proc/vmcore mmap for s390Michael Holzheu
2013-09-11vmcore: introduce remap_oldmem_pfn_range()Michael Holzheu
2013-09-11vmcore: introduce ELF header in new memory featureMichael Holzheu
2013-07-18s390/kdump: Disable mmap for s390Michael Holzheu
2013-07-03vmcore: support mmap() on /proc/vmcoreHATAYAMA Daisuke
2013-07-03vmcore: calculate vmcore file size from buffer size and total size of vmcore ...HATAYAMA Daisuke
2013-07-03vmcore: allow user process to remap ELF note segment bufferHATAYAMA Daisuke
2013-07-03vmcore: allocate ELF note segment in the 2nd kernel vmalloc memoryHATAYAMA Daisuke
2013-07-03vmcore: treat memory chunks referenced by PT_LOAD program header entries in p...HATAYAMA Daisuke
2013-07-03vmcore: allocate buffer for ELF headers on page-size alignmentHATAYAMA Daisuke
2013-07-03vmcore: clean up read_vmcore()HATAYAMA Daisuke
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells
2013-04-29proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells
2013-02-27fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplica...Zhang Yanfei
2013-02-27fs/proc: clean up printksAndrew Morton
2012-02-23fadump: Introduce cleanup routine to invalidate /proc/vmcore.Mahesh Salgaonkar
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker
2011-05-26fs/proc/vmcore.c: add hook to read_from_oldmem() to check for non-ram pagesOlaf Hering
2010-11-30ARM: 6485/5: proc/vmcore - allow archs to override vmcore_elf_check_arch()Mika Westerberg
2010-09-22/proc/vmcore: fix seekingArnd Bergmann
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds
2010-04-09procfs: Use generic_file_llseek in /proc/vmcoreFrederic Weisbecker
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-06-18proc: vmcore - use kzalloc in get_new_element()Cyrill Gorcunov
2009-01-08vmcore: remove saved_max_pfn checkMagnus Damm
2008-10-23proc: move /proc/vmcore creation to fs/proc/vmcore.cAlexey Dobriyan
2008-10-20kdump: add is_vmcore_usable() and vmcore_unusable()Simon Horman
2008-10-20kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal
2008-10-10proc: remove dummy vmcore_open()Alexey Dobriyan
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells
2007-05-02[PATCH] i386: Allow i386 crash kernels to handle x86_64 dumpsIan Campbell
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-04-11[PATCH] kdump proc vmcore size oveflow fixVivek Goyal
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2006-01-11[PATCH] kdump: vmcore compilation warning fixVivek Goyal
2006-01-11fs/proc/vmcore.c: header included twiceNicolas Kaiser
2006-01-10[PATCH] kdump: read previous kernel's memoryVivek Goyal
2005-06-25[PATCH] kdump: Parse elf32 headers and export through /proc/vmcoreVivek Goyal
2005-06-25[PATCH] kdump: Access dump file in elf format (/proc/vmcore)Vivek Goyal