index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2010-05-20
Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...
Linus Torvalds
1
-0
/
+1
2010-04-09
procfs: Use generic_file_llseek in /proc/vmcore
Frederic Weisbecker
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-06-19
proc: vmcore - use kzalloc in get_new_element()
Cyrill Gorcunov
1
-6
/
+1
2009-01-08
vmcore: remove saved_max_pfn check
Magnus Damm
1
-2
/
+0
2008-10-23
proc: move /proc/vmcore creation to fs/proc/vmcore.c
Alexey Dobriyan
1
-3
/
+3
2008-10-20
kdump: add is_vmcore_usable() and vmcore_unusable()
Simon Horman
1
-1
/
+1
2008-10-20
kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCORE
Vivek Goyal
1
-3
/
+0
2008-10-10
proc: remove dummy vmcore_open()
Alexey Dobriyan
1
-6
/
+0
2008-02-08
aout: remove unnecessary inclusions of {asm, linux}/a.out.h
David Howells
1
-1
/
+0
2007-05-02
[PATCH] i386: Allow i386 crash kernels to handle x86_64 dumps
Ian Campbell
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-04-11
[PATCH] kdump proc vmcore size oveflow fix
Vivek Goyal
1
-2
/
+2
2006-03-28
[PATCH] Make most file operations structs in fs/ const
Arjan van de Ven
1
-1
/
+1
2006-01-12
[PATCH] kdump: vmcore compilation warning fix
Vivek Goyal
1
-1
/
+1
2006-01-11
fs/proc/vmcore.c: header included twice
Nicolas Kaiser
1
-1
/
+0
2006-01-10
[PATCH] kdump: read previous kernel's memory
Vivek Goyal
1
-0
/
+3
[next]