aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/vmcore.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27proc/vmcore: fix signedness bug in read_from_oldmem()Gravatar Dan Carpenter 1-1/+1
2023-05-16coredump, vmcore: Set p_align to 4 for PT_NOTEGravatar Fangrui Song 1-2/+2
2023-04-08ELF: fix all "Elf" typosGravatar Alexey Dobriyan 1-11/+11
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-2/+1
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-3/+3
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-3/+3
2022-11-18proc/vmcore: fix potential memory leak in vmcore_init()Gravatar Jianglei Nie 1-0/+1
2022-07-17proc: delete unused <linux/uaccess.h> includesGravatar Alexey Dobriyan 1-1/+0
2022-04-29vmcore: convert read_from_oldmem() to take an iov_iterGravatar Matthew Wilcox (Oracle) 1-25/+15
2022-04-29vmcore: convert __read_vmcore to use an iov_iterGravatar Matthew Wilcox (Oracle) 1-52/+30
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterGravatar Matthew Wilcox (Oracle) 1-20/+34
2022-03-23proc/vmcore: fix vmcore_alloc_buf() kernel-doc commentGravatar Yang Li 1-1/+1
2022-03-23proc/vmcore: fix possible deadlock on concurrent mmap and readGravatar David Hildenbrand 1-19/+22
2022-01-20proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistrationGravatar David Hildenbrand 1-8/+2
2021-11-20proc/vmcore: fix clearing user buffer by properly using clear_user()Gravatar David Hildenbrand 1-8/+12
2021-11-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-33/+72
2021-11-09proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksGravatar David Hildenbrand 1-30/+69
2021-11-09proc/vmcore: let pfn_is_ram() return a boolGravatar David Hildenbrand 1-4/+4
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Gravatar Tom Lendacky 1-3/+3
2021-02-24vmalloc: remove redundant NULL checkGravatar Yang Li 1-5/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksGravatar Jann Horn 1-2/+3
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-5/+5
2019-08-09fs/core/vmcore: Move sev_active() reference to x86 arch codeGravatar Thiago Jung Bauermann 1-4/+4
2019-07-16vmcore: add a kernel parameter novmcoreddGravatar Kairui Song 1-0/+9
2019-06-20fs/proc/vmcore: Enable dumping of encrypted memory when SEV was activeGravatar Lianbo Jiang 1-3/+3
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-10-31fs/proc/vmcore.c: Convert to use vmf_error()Gravatar Souptick Joarder 1-1/+1
2018-10-09proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()Gravatar Borislav Petkov 1-0/+10
2018-10-06kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabledGravatar Lianbo Jiang 1-6/+18
2018-08-23fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu buildsGravatar Arnd Bergmann 1-0/+2
2018-08-22fs/proc/vmcore.c: use new typedef vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-05-21vmcore: move get_vmcore_size out of __initGravatar Rahul Lakkireddy 1-2/+2
2018-05-14vmcore: append device dumps to vmcore as elf notesGravatar Rahul Lakkireddy 1-4/+243
2018-05-14vmcore: add API to collect hardware dump in second kernelGravatar Rahul Lakkireddy 1-9/+126
2018-02-06fs/proc/vmcore.c: simpler /proc/vmcore cleanupGravatar Alexey Dobriyan 1-4/+2
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsGravatar Mike Rapoport 1-2/+2
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-05-13crash_dump: Add vmcore_elf32_check_archGravatar Daniel Wagner 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-03-17proc-vmcore: wrong data type casting fixGravatar Dave Young 1-2/+5
2015-02-17vmcore: fix PT_NOTE n_namesz, n_descsz overflow issueGravatar WANG Chao 1-4/+4
2014-08-08fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisorsGravatar Vitaly Kuznetsov 1-3/+79
2014-06-06fs/proc/vmcore.c: remove NULL assignment to staticGravatar Fabian Frederick 1-1/+1
2014-04-07vmcore: continue vmcore initialization if PT_NOTE is found emptyGravatar WANG Chao 1-2/+0
2014-04-07include/linux/crash_dump.h: add vmcore_cleanup() prototypeGravatar Rashika Kheria 1-1/+0
2014-02-10vmcore: prevent PT_NOTE p_memsz overflow during header updateGravatar Greg Pearson 1-6/+20
2014-01-23fs/proc: don't use module_init for non-modular core codeGravatar Paul Gortmaker 1-1/+1