index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
/
vmcore.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-10
fs/proc/vmcore: a few cleanups for vmcore_add_device_dump()
Su Hui
1
-17
/
+12
2025-02-18
procfs: fix a locking bug in a vmcore_add_device_dump() error path
Bart Van Assche
1
-1
/
+4
2025-01-28
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-66
/
+217
2025-01-27
fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges ...
David Hildenbrand
1
-0
/
+156
2025-01-27
fs/proc/vmcore: factor out freeing a list of vmcore ranges
David Hildenbrand
1
-8
/
+1
2025-01-27
fs/proc/vmcore: factor out allocating a vmcore range and adding it to a list
David Hildenbrand
1
-19
/
+2
2025-01-27
fs/proc/vmcore: move vmcore definitions out of kcore.h
David Hildenbrand
1
-10
/
+16
2025-01-27
fs/proc/vmcore: prefix all pr_* with "vmcore:"
David Hildenbrand
1
-1
/
+3
2025-01-27
fs/proc/vmcore: disallow vmcore modifications while the vmcore is open
David Hildenbrand
1
-23
/
+34
2025-01-27
fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex
David Hildenbrand
1
-9
/
+8
2025-01-27
fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex
David Hildenbrand
1
-7
/
+8
2025-01-13
fs/proc: fix softlockup in __read_vmcore (part 2)
Rik van Riel
1
-0
/
+2
2024-12-06
fs/proc/vmcore.c: fix warning when CONFIG_MMU=n
Andrew Morton
1
-28
/
+28
2024-11-08
fs/proc: fix compile warning about variable 'vmcore_mmap_ops'
Qi Xi
1
-4
/
+5
2024-05-12
fs/proc: fix softlockup in __read_vmcore
Rik van Riel
1
-0
/
+2
2024-04-26
vmcore: replace strncpy with strscpy_pad
Justin Stitt
1
-3
/
+2
2023-07-27
proc/vmcore: fix signedness bug in read_from_oldmem()
Dan Carpenter
1
-1
/
+1
2023-05-17
coredump, vmcore: Set p_align to 4 for PT_NOTE
Fangrui Song
1
-2
/
+2
2023-04-08
ELF: fix all "Elf" typos
Alexey Dobriyan
1
-11
/
+11
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-2
/
+1
2022-12-13
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-3
/
+3
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-3
/
+3
2022-11-19
proc/vmcore: fix potential memory leak in vmcore_init()
Jianglei Nie
1
-0
/
+1
2022-07-18
proc: delete unused <linux/uaccess.h> includes
Alexey Dobriyan
1
-1
/
+0
2022-04-30
vmcore: convert read_from_oldmem() to take an iov_iter
Matthew Wilcox (Oracle)
1
-25
/
+15
2022-04-30
vmcore: convert __read_vmcore to use an iov_iter
Matthew Wilcox (Oracle)
1
-52
/
+30
2022-04-30
vmcore: convert copy_oldmem_page() to take an iov_iter
Matthew Wilcox (Oracle)
1
-20
/
+34
2022-03-24
proc/vmcore: fix vmcore_alloc_buf() kernel-doc comment
Yang Li
1
-1
/
+1
2022-03-24
proc/vmcore: fix possible deadlock on concurrent mmap and read
David Hildenbrand
1
-19
/
+22
2022-01-20
proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistration
David Hildenbrand
1
-8
/
+2
2021-11-20
proc/vmcore: fix clearing user buffer by properly using clear_user()
David Hildenbrand
1
-8
/
+12
2021-11-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-33
/
+72
2021-11-09
proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
David Hildenbrand
1
-30
/
+69
2021-11-09
proc/vmcore: let pfn_is_ram() return a bool
David Hildenbrand
1
-4
/
+4
2021-10-04
treewide: Replace the use of mem_encrypt_active() with cc_platform_has()
Tom Lendacky
1
-3
/
+3
2021-02-25
vmalloc: remove redundant NULL check
Yang Li
1
-5
/
+2
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-04-21
vmalloc: fix remap_vmalloc_range() bounds checks
Jann Horn
1
-2
/
+3
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-5
/
+5
2019-08-09
fs/core/vmcore: Move sev_active() reference to x86 arch code
Thiago Jung Bauermann
1
-4
/
+4
2019-07-17
vmcore: add a kernel parameter novmcoredd
Kairui Song
1
-0
/
+9
2019-06-20
fs/proc/vmcore: Enable dumping of encrypted memory when SEV was active
Lianbo Jiang
1
-3
/
+3
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-10-31
fs/proc/vmcore.c: Convert to use vmf_error()
Souptick Joarder
1
-1
/
+1
2018-10-09
proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()
Borislav Petkov
1
-0
/
+10
2018-10-06
kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabled
Lianbo Jiang
1
-6
/
+18
2018-08-24
fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu builds
Arnd Bergmann
1
-0
/
+2
2018-08-22
fs/proc/vmcore.c: use new typedef vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-05-21
vmcore: move get_vmcore_size out of __init
Rahul Lakkireddy
1
-2
/
+2
[next]