summaryrefslogtreecommitdiff
path: root/fs/proc/vmcore.c
Commit message (Expand)AuthorAgeFilesLines
* proc: delete unused <linux/uaccess.h> includesAlexey Dobriyan2022-06-271-1/+0
* vmcore: convert read_from_oldmem() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-25/+15
* vmcore: convert __read_vmcore to use an iov_iterMatthew Wilcox (Oracle)2022-04-291-52/+30
* vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-20/+34
* proc/vmcore: fix vmcore_alloc_buf() kernel-doc commentYang Li2022-03-231-1/+1
* proc/vmcore: fix possible deadlock on concurrent mmap and readDavid Hildenbrand2022-03-231-19/+22
* proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistrationDavid Hildenbrand2022-01-201-8/+2
* proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand2021-11-201-8/+12
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-33/+72
|\
| * proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand2021-11-091-30/+69
| * proc/vmcore: let pfn_is_ram() return a boolDavid Hildenbrand2021-11-091-4/+4
* | treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky2021-10-041-3/+3
|/
* vmalloc: remove redundant NULL checkYang Li2021-02-241-5/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* vmalloc: fix remap_vmalloc_range() bounds checksJann Horn2020-04-211-2/+3
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-5/+5
* fs/core/vmcore: Move sev_active() reference to x86 arch codeThiago Jung Bauermann2019-08-091-4/+4
* vmcore: add a kernel parameter novmcoreddKairui Song2019-07-161-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-231-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-061-4/+2
* userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-241-2/+2
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-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-081-3/+79
* fs/proc/vmcore.c: remove NULL assignment to staticFabian Frederick2014-06-061-1/+1
* vmcore: continue vmcore initialization if PT_NOTE is found emptyWANG Chao2014-04-071-2/+0
* include/linux/crash_dump.h: add vmcore_cleanup() prototypeRashika Kheria2014-04-071-1/+0
* vmcore: prevent PT_NOTE p_memsz overflow during header updateGreg Pearson2014-02-101-6/+20
* fs/proc: don't use module_init for non-modular core codePaul Gortmaker2014-01-231-1/+1
* vmcore: enable /proc/vmcore mmap for s390Michael Holzheu2013-09-111-1/+1
* vmcore: introduce remap_oldmem_pfn_range()Michael Holzheu2013-09-111-8/+83
* vmcore: introduce ELF header in new memory featureMichael Holzheu2013-09-111-10/+51
* s390/kdump: Disable mmap for s390Michael Holzheu2013-07-181-1/+1
* vmcore: support mmap() on /proc/vmcoreHATAYAMA Daisuke2013-07-031-20/+116
* vmcore: calculate vmcore file size from buffer size and total size of vmcore ...HATAYAMA Daisuke2013-07-031-33/+11
* vmcore: allow user process to remap ELF note segment bufferHATAYAMA Daisuke2013-07-031-0/+18