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.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
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
2018-05-14
vmcore: append device dumps to vmcore as elf notes
Rahul Lakkireddy
1
-4
/
+243
2018-05-14
vmcore: add API to collect hardware dump in second kernel
Rahul Lakkireddy
1
-9
/
+126
2018-02-07
fs/proc/vmcore.c: simpler /proc/vmcore cleanup
Alexey Dobriyan
1
-4
/
+2
2017-02-25
userfaultfd: non-cooperative: add event for memory unmaps
Mike Rapoport
1
-2
/
+2
2017-02-25
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-2
/
+2
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-05-13
crash_dump: Add vmcore_elf32_check_arch
Daniel Wagner
1
-1
/
+1
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-2
/
+2
2016-03-18
proc-vmcore: wrong data type casting fix
Dave Young
1
-2
/
+5
2015-02-18
vmcore: fix PT_NOTE n_namesz, n_descsz overflow issue
WANG Chao
1
-4
/
+4
2014-08-09
fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisors
Vitaly Kuznetsov
1
-3
/
+79
2014-06-07
fs/proc/vmcore.c: remove NULL assignment to static
Fabian Frederick
1
-1
/
+1
2014-04-08
vmcore: continue vmcore initialization if PT_NOTE is found empty
WANG Chao
1
-2
/
+0
2014-04-08
include/linux/crash_dump.h: add vmcore_cleanup() prototype
Rashika Kheria
1
-1
/
+0
2014-02-11
vmcore: prevent PT_NOTE p_memsz overflow during header update
Greg Pearson
1
-6
/
+20
2014-01-24
fs/proc: don't use module_init for non-modular core code
Paul Gortmaker
1
-1
/
+1
2013-09-12
vmcore: enable /proc/vmcore mmap for s390
Michael Holzheu
1
-1
/
+1
2013-09-12
vmcore: introduce remap_oldmem_pfn_range()
Michael Holzheu
1
-8
/
+83
2013-09-12
vmcore: introduce ELF header in new memory feature
Michael Holzheu
1
-10
/
+51
2013-07-18
s390/kdump: Disable mmap for s390
Michael Holzheu
1
-1
/
+1
2013-07-04
vmcore: support mmap() on /proc/vmcore
HATAYAMA Daisuke
1
-20
/
+116
2013-07-04
vmcore: calculate vmcore file size from buffer size and total size of vmcore ...
HATAYAMA Daisuke
1
-33
/
+11
2013-07-04
vmcore: allow user process to remap ELF note segment buffer
HATAYAMA Daisuke
1
-0
/
+18
2013-07-04
vmcore: allocate ELF note segment in the 2nd kernel vmalloc memory
HATAYAMA Daisuke
1
-73
/
+286
2013-07-04
vmcore: treat memory chunks referenced by PT_LOAD program header entries in p...
HATAYAMA Daisuke
1
-8
/
+22
2013-07-04
vmcore: allocate buffer for ELF headers on page-size alignment
HATAYAMA Daisuke
1
-68
/
+51
2013-07-04
vmcore: clean up read_vmcore()
HATAYAMA Daisuke
1
-48
/
+20
2013-05-02
proc: Supply a function to remove a proc entry by PDE
David Howells
1
-1
/
+1
2013-04-29
proc: Split kcore bits from linux/procfs.h into linux/kcore.h
David Howells
1
-1
/
+2
2013-02-28
fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplica...
Zhang Yanfei
1
-13
/
+7
2013-02-28
fs/proc: clean up printks
Andrew Morton
1
-9
/
+6
2012-02-23
fadump: Introduce cleanup routine to invalidate /proc/vmcore.
Mahesh Salgaonkar
1
-0
/
+23
2011-11-01
fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
Paul Gortmaker
1
-0
/
+1
2011-05-27
fs/proc/vmcore.c: add hook to read_from_oldmem() to check for non-ram pages
Olaf Hering
1
-3
/
+49
2010-11-30
ARM: 6485/5: proc/vmcore - allow archs to override vmcore_elf_check_arch()
Mika Westerberg
1
-1
/
+1
2010-09-23
/proc/vmcore: fix seeking
Arnd Bergmann
1
-1
/
+1
[next]