summaryrefslogtreecommitdiff
path: root/fs/proc/vmcore.c
AgeCommit message (Expand)Author
2025-01-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2025-01-27fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges ...David Hildenbrand
2025-01-27fs/proc/vmcore: factor out freeing a list of vmcore rangesDavid Hildenbrand
2025-01-27fs/proc/vmcore: factor out allocating a vmcore range and adding it to a listDavid Hildenbrand
2025-01-27fs/proc/vmcore: move vmcore definitions out of kcore.hDavid Hildenbrand
2025-01-27fs/proc/vmcore: prefix all pr_* with "vmcore:"David Hildenbrand
2025-01-27fs/proc/vmcore: disallow vmcore modifications while the vmcore is openDavid Hildenbrand
2025-01-27fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutexDavid Hildenbrand
2025-01-27fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutexDavid Hildenbrand
2025-01-12fs/proc: fix softlockup in __read_vmcore (part 2)Rik van Riel
2024-12-05fs/proc/vmcore.c: fix warning when CONFIG_MMU=nAndrew Morton
2024-11-07fs/proc: fix compile warning about variable 'vmcore_mmap_ops'Qi Xi
2024-05-11fs/proc: fix softlockup in __read_vmcoreRik van Riel
2024-04-25vmcore: replace strncpy with strscpy_padJustin Stitt
2023-07-27proc/vmcore: fix signedness bug in read_from_oldmem()Dan Carpenter
2023-05-16coredump, vmcore: Set p_align to 4 for PT_NOTEFangrui Song
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-18proc/vmcore: fix potential memory leak in vmcore_init()Jianglei Nie
2022-07-17proc: delete unused <linux/uaccess.h> includesAlexey Dobriyan
2022-04-29vmcore: convert read_from_oldmem() to take an iov_iterMatthew Wilcox (Oracle)
2022-04-29vmcore: convert __read_vmcore to use an iov_iterMatthew Wilcox (Oracle)
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)
2022-03-23proc/vmcore: fix vmcore_alloc_buf() kernel-doc commentYang Li
2022-03-23proc/vmcore: fix possible deadlock on concurrent mmap and readDavid Hildenbrand
2022-01-20proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistrationDavid Hildenbrand
2021-11-20proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand
2021-11-09proc/vmcore: let pfn_is_ram() return a boolDavid Hildenbrand
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky
2021-02-24vmalloc: remove redundant NULL checkYang Li
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksJann Horn
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2019-08-09fs/core/vmcore: Move sev_active() reference to x86 arch codeThiago Jung Bauermann
2019-07-16vmcore: add a kernel parameter novmcoreddKairui Song
2019-06-20fs/proc/vmcore: Enable dumping of encrypted memory when SEV was activeLianbo Jiang
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31fs/proc/vmcore.c: Convert to use vmf_error()Souptick Joarder
2018-10-09proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()Borislav Petkov
2018-10-06kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabledLianbo Jiang
2018-08-23fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu buildsArnd Bergmann
2018-08-22fs/proc/vmcore.c: use new typedef vm_fault_tSouptick Joarder
2018-05-21vmcore: move get_vmcore_size out of __initRahul Lakkireddy
2018-05-14vmcore: append device dumps to vmcore as elf notesRahul Lakkireddy
2018-05-14vmcore: add API to collect hardware dump in second kernelRahul Lakkireddy