summaryrefslogtreecommitdiffstats
path: root/fs/proc/vmcore.c
Commit message (Expand)AuthorAgeFilesLines
* vmcore: add a kernel parameter novmcoreddKairui Song2019-07-171-0/+9
* fs/proc/vmcore: Enable dumping of encrypted memory when SEV was activeLianbo Jiang2019-06-201-3/+3
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* fs/proc/vmcore.c: Convert to use vmf_error()Souptick Joarder2018-10-311-1/+1
* proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()Borislav Petkov2018-10-091-0/+10
* kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabledLianbo Jiang2018-10-061-6/+18
* fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu buildsArnd Bergmann2018-08-241-0/+2
* fs/proc/vmcore.c: use new typedef vm_fault_tSouptick Joarder2018-08-221-1/+1
* vmcore: move get_vmcore_size out of __initRahul Lakkireddy2018-05-211-2/+2
* vmcore: append device dumps to vmcore as elf notesRahul Lakkireddy2018-05-141-4/+243
* vmcore: add API to collect hardware dump in second kernelRahul Lakkireddy2018-05-141-9/+126
* fs/proc/vmcore.c: simpler /proc/vmcore cleanupAlexey Dobriyan2018-02-071-4/+2Star
* userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-251-2/+2
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* 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