| Commit message (Expand) | Author | Age | Files | Lines |
* | fs/core/vmcore: Move sev_active() reference to x86 arch code | Thiago Jung Bauermann | 2019-08-09 | 1 | -4/+4 |
* | vmcore: add a kernel parameter novmcoredd | Kairui Song | 2019-07-17 | 1 | -0/+9 |
* | fs/proc/vmcore: Enable dumping of encrypted memory when SEV was active | Lianbo Jiang | 2019-06-20 | 1 | -3/+3 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | fs/proc/vmcore.c: Convert to use vmf_error() | Souptick Joarder | 2018-10-31 | 1 | -1/+1 |
* | proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted() | Borislav Petkov | 2018-10-09 | 1 | -0/+10 |
* | kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabled | Lianbo Jiang | 2018-10-06 | 1 | -6/+18 |
* | fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu builds | Arnd Bergmann | 2018-08-24 | 1 | -0/+2 |
* | fs/proc/vmcore.c: use new typedef vm_fault_t | Souptick Joarder | 2018-08-22 | 1 | -1/+1 |
* | vmcore: move get_vmcore_size out of __init | Rahul Lakkireddy | 2018-05-21 | 1 | -2/+2 |
* | vmcore: append device dumps to vmcore as elf notes | Rahul Lakkireddy | 2018-05-14 | 1 | -4/+243 |
* | vmcore: add API to collect hardware dump in second kernel | Rahul Lakkireddy | 2018-05-14 | 1 | -9/+126 |
* | fs/proc/vmcore.c: simpler /proc/vmcore cleanup | Alexey Dobriyan | 2018-02-07 | 1 | -4/+2 |
* | userfaultfd: non-cooperative: add event for memory unmaps | Mike Rapoport | 2017-02-25 | 1 | -2/+2 |
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 2017-02-25 | 1 | -2/+2 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | crash_dump: Add vmcore_elf32_check_arch | Daniel Wagner | 2016-05-13 | 1 | -1/+1 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -2/+2 |
* | proc-vmcore: wrong data type casting fix | Dave Young | 2016-03-17 | 1 | -2/+5 |
* | vmcore: fix PT_NOTE n_namesz, n_descsz overflow issue | WANG Chao | 2015-02-17 | 1 | -4/+4 |
* | fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisors | Vitaly Kuznetsov | 2014-08-09 | 1 | -3/+79 |
* | fs/proc/vmcore.c: remove NULL assignment to static | Fabian Frederick | 2014-06-07 | 1 | -1/+1 |
* | vmcore: continue vmcore initialization if PT_NOTE is found empty | WANG Chao | 2014-04-08 | 1 | -2/+0 |
* | include/linux/crash_dump.h: add vmcore_cleanup() prototype | Rashika Kheria | 2014-04-08 | 1 | -1/+0 |
* | vmcore: prevent PT_NOTE p_memsz overflow during header update | Greg Pearson | 2014-02-11 | 1 | -6/+20 |
* | fs/proc: don't use module_init for non-modular core code | Paul Gortmaker | 2014-01-24 | 1 | -1/+1 |
* | vmcore: enable /proc/vmcore mmap for s390 | Michael Holzheu | 2013-09-12 | 1 | -1/+1 |
* | vmcore: introduce remap_oldmem_pfn_range() | Michael Holzheu | 2013-09-12 | 1 | -8/+83 |
* | vmcore: introduce ELF header in new memory feature | Michael Holzheu | 2013-09-12 | 1 | -10/+51 |
* | s390/kdump: Disable mmap for s390 | Michael Holzheu | 2013-07-18 | 1 | -1/+1 |
* | vmcore: support mmap() on /proc/vmcore | HATAYAMA Daisuke | 2013-07-04 | 1 | -20/+116 |
* | vmcore: calculate vmcore file size from buffer size and total size of vmcore ... | HATAYAMA Daisuke | 2013-07-04 | 1 | -33/+11 |
* | vmcore: allow user process to remap ELF note segment buffer | HATAYAMA Daisuke | 2013-07-04 | 1 | -0/+18 |
* | vmcore: allocate ELF note segment in the 2nd kernel vmalloc memory | HATAYAMA Daisuke | 2013-07-04 | 1 | -73/+286 |
* | vmcore: treat memory chunks referenced by PT_LOAD program header entries in p... | HATAYAMA Daisuke | 2013-07-04 | 1 | -8/+22 |
* | vmcore: allocate buffer for ELF headers on page-size alignment | HATAYAMA Daisuke | 2013-07-04 | 1 | -68/+51 |
* | vmcore: clean up read_vmcore() | HATAYAMA Daisuke | 2013-07-04 | 1 | -48/+20 |
* | proc: Supply a function to remove a proc entry by PDE | David Howells | 2013-05-01 | 1 | -1/+1 |
* | proc: Split kcore bits from linux/procfs.h into linux/kcore.h | David Howells | 2013-04-29 | 1 | -1/+2 |
* | fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplica... | Zhang Yanfei | 2013-02-28 | 1 | -13/+7 |
* | fs/proc: clean up printks | Andrew Morton | 2013-02-28 | 1 | -9/+6 |
* | fadump: Introduce cleanup routine to invalidate /proc/vmcore. | Mahesh Salgaonkar | 2012-02-23 | 1 | -0/+23 |
* | fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | fs/proc/vmcore.c: add hook to read_from_oldmem() to check for non-ram pages | Olaf Hering | 2011-05-27 | 1 | -3/+49 |
* | ARM: 6485/5: proc/vmcore - allow archs to override vmcore_elf_check_arch() | Mika Westerberg | 2010-11-30 | 1 | -1/+1 |
* | /proc/vmcore: fix seeking | Arnd Bergmann | 2010-09-23 | 1 | -1/+1 |
* | Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr... | Linus Torvalds | 2010-05-20 | 1 | -0/+1 |
|\ |
|
| * | procfs: Use generic_file_llseek in /proc/vmcore | Frederic Weisbecker | 2010-04-09 | 1 | -0/+1 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
|/ |
|