summaryrefslogtreecommitdiff
path: root/fs/proc/vmcore.c
Commit message (Expand)AuthorAge
* fs/proc/vmcore.c: simpler /proc/vmcore cleanupAlexey Dobriyan2018-02-06
* userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-24
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-24
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* crash_dump: Add vmcore_elf32_check_archDaniel Wagner2016-05-13
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* proc-vmcore: wrong data type casting fixDave Young2016-03-17
* vmcore: fix PT_NOTE n_namesz, n_descsz overflow issueWANG Chao2015-02-17
* fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisorsVitaly Kuznetsov2014-08-08
* fs/proc/vmcore.c: remove NULL assignment to staticFabian Frederick2014-06-06
* vmcore: continue vmcore initialization if PT_NOTE is found emptyWANG Chao2014-04-07
* include/linux/crash_dump.h: add vmcore_cleanup() prototypeRashika Kheria2014-04-07
* vmcore: prevent PT_NOTE p_memsz overflow during header updateGreg Pearson2014-02-10
* fs/proc: don't use module_init for non-modular core codePaul Gortmaker2014-01-23
* vmcore: enable /proc/vmcore mmap for s390Michael Holzheu2013-09-11
* vmcore: introduce remap_oldmem_pfn_range()Michael Holzheu2013-09-11
* vmcore: introduce ELF header in new memory featureMichael Holzheu2013-09-11
* s390/kdump: Disable mmap for s390Michael Holzheu2013-07-18
* vmcore: support mmap() on /proc/vmcoreHATAYAMA Daisuke2013-07-03
* vmcore: calculate vmcore file size from buffer size and total size of vmcore ...HATAYAMA Daisuke2013-07-03
* vmcore: allow user process to remap ELF note segment bufferHATAYAMA Daisuke2013-07-03
* vmcore: allocate ELF note segment in the 2nd kernel vmalloc memoryHATAYAMA Daisuke2013-07-03
* vmcore: treat memory chunks referenced by PT_LOAD program header entries in p...HATAYAMA Daisuke2013-07-03
* vmcore: allocate buffer for ELF headers on page-size alignmentHATAYAMA Daisuke2013-07-03
* vmcore: clean up read_vmcore()HATAYAMA Daisuke2013-07-03
* proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-01
* proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2013-04-29
* fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplica...Zhang Yanfei2013-02-27
* fs/proc: clean up printksAndrew Morton2013-02-27
* fadump: Introduce cleanup routine to invalidate /proc/vmcore.Mahesh Salgaonkar2012-02-23
* fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-10-31
* fs/proc/vmcore.c: add hook to read_from_oldmem() to check for non-ram pagesOlaf Hering2011-05-26
* ARM: 6485/5: proc/vmcore - allow archs to override vmcore_elf_check_arch()Mika Westerberg2010-11-30
* /proc/vmcore: fix seekingArnd Bergmann2010-09-22
* Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds2010-05-19
|\
| * procfs: Use generic_file_llseek in /proc/vmcoreFrederic Weisbecker2010-04-09
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* proc: vmcore - use kzalloc in get_new_element()Cyrill Gorcunov2009-06-18
* vmcore: remove saved_max_pfn checkMagnus Damm2009-01-08
* proc: move /proc/vmcore creation to fs/proc/vmcore.cAlexey Dobriyan2008-10-23
* kdump: add is_vmcore_usable() and vmcore_unusable()Simon Horman2008-10-20
* kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal2008-10-20
* proc: remove dummy vmcore_open()Alexey Dobriyan2008-10-10
* aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2008-02-08
* [PATCH] i386: Allow i386 crash kernels to handle x86_64 dumpsIan Campbell2007-05-02
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [PATCH] kdump proc vmcore size oveflow fixVivek Goyal2006-04-11
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-28
* [PATCH] kdump: vmcore compilation warning fixVivek Goyal2006-01-11
* fs/proc/vmcore.c: header included twiceNicolas Kaiser2006-01-11