index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
/
vmcore.c
Age
Commit message (
Expand
)
Author
2023-07-27
proc/vmcore: fix signedness bug in read_from_oldmem()
Dan Carpenter
2023-05-16
coredump, vmcore: Set p_align to 4 for PT_NOTE
Fangrui Song
2023-04-08
ELF: fix all "Elf" typos
Alexey Dobriyan
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-18
proc/vmcore: fix potential memory leak in vmcore_init()
Jianglei Nie
2022-07-17
proc: delete unused <linux/uaccess.h> includes
Alexey Dobriyan
2022-04-29
vmcore: convert read_from_oldmem() to take an iov_iter
Matthew Wilcox (Oracle)
2022-04-29
vmcore: convert __read_vmcore to use an iov_iter
Matthew Wilcox (Oracle)
2022-04-29
vmcore: convert copy_oldmem_page() to take an iov_iter
Matthew Wilcox (Oracle)
2022-03-23
proc/vmcore: fix vmcore_alloc_buf() kernel-doc comment
Yang Li
2022-03-23
proc/vmcore: fix possible deadlock on concurrent mmap and read
David Hildenbrand
2022-01-20
proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistration
David Hildenbrand
2021-11-20
proc/vmcore: fix clearing user buffer by properly using clear_user()
David Hildenbrand
2021-11-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-09
proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
David Hildenbrand
2021-11-09
proc/vmcore: let pfn_is_ram() return a bool
David Hildenbrand
2021-10-04
treewide: Replace the use of mem_encrypt_active() with cc_platform_has()
Tom Lendacky
2021-02-24
vmalloc: remove redundant NULL check
Yang Li
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-04-21
vmalloc: fix remap_vmalloc_range() bounds checks
Jann Horn
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2019-08-09
fs/core/vmcore: Move sev_active() reference to x86 arch code
Thiago Jung Bauermann
2019-07-16
vmcore: add a kernel parameter novmcoredd
Kairui Song
2019-06-20
fs/proc/vmcore: Enable dumping of encrypted memory when SEV was active
Lianbo Jiang
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
fs/proc/vmcore.c: Convert to use vmf_error()
Souptick Joarder
2018-10-09
proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()
Borislav Petkov
2018-10-06
kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabled
Lianbo Jiang
2018-08-23
fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu builds
Arnd Bergmann
2018-08-22
fs/proc/vmcore.c: use new typedef vm_fault_t
Souptick Joarder
2018-05-21
vmcore: move get_vmcore_size out of __init
Rahul Lakkireddy
2018-05-14
vmcore: append device dumps to vmcore as elf notes
Rahul Lakkireddy
2018-05-14
vmcore: add API to collect hardware dump in second kernel
Rahul Lakkireddy
2018-02-06
fs/proc/vmcore.c: simpler /proc/vmcore cleanup
Alexey Dobriyan
2017-02-24
userfaultfd: non-cooperative: add event for memory unmaps
Mike Rapoport
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-05-13
crash_dump: Add vmcore_elf32_check_arch
Daniel Wagner
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-03-17
proc-vmcore: wrong data type casting fix
Dave Young
2015-02-17
vmcore: fix PT_NOTE n_namesz, n_descsz overflow issue
WANG Chao
2014-08-08
fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisors
Vitaly Kuznetsov
2014-06-06
fs/proc/vmcore.c: remove NULL assignment to static
Fabian Frederick
2014-04-07
vmcore: continue vmcore initialization if PT_NOTE is found empty
WANG Chao
2014-04-07
include/linux/crash_dump.h: add vmcore_cleanup() prototype
Rashika Kheria
2014-02-10
vmcore: prevent PT_NOTE p_memsz overflow during header update
Greg Pearson
2014-01-23
fs/proc: don't use module_init for non-modular core code
Paul Gortmaker
[next]