index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
/
kcore.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-08
mm: remove kern_addr_valid() completely
Kefeng Wang
1
-17
/
+9
2022-11-08
memory: move hotplug memory notifier priority to same file for easy sorting
Liu Shixin
1
-1
/
+1
2022-11-08
fs/proc/kcore.c: use hotplug_memory_notifier() directly
Liu Shixin
1
-6
/
+1
2022-04-29
fs/proc/kcore.c: remove check of list iterator against head past the loop body
Jakob Koschel
1
-5
/
+9
2021-06-30
fs/proc/kcore: use page_offline_(freeze|thaw)
David Hildenbrand
1
-0
/
+13
2021-06-30
fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...
David Hildenbrand
1
-1
/
+13
2021-06-30
fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAM
David Hildenbrand
1
-8
/
+27
2021-06-30
fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHER
David Hildenbrand
1
-5
/
+2
2020-12-15
arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL
Mike Rapoport
1
-2
/
+0
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
1
-1
/
+2
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-7
/
+6
2019-08-19
lockdown: Print current->comm in restriction messages
Matthew Garrett
1
-2
/
+3
2019-08-19
lockdown: Lock down /proc/kcore
David Howells
1
-0
/
+5
2019-03-29
fs/proc/kcore.c: make kcore_modules static
YueHaibing
1
-1
/
+1
2019-03-23
x86/gart: Exclude GART aperture from kcore
Kairui Song
1
-0
/
+27
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-09-20
fs/proc/kcore.c: fix invalid memory access in multi-page read optimization
Dominique Martinet
1
-0
/
+1
2018-08-26
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+5
2018-08-22
proc/kcore: add vmcoreinfo note to /proc/kcore
Omar Sandoval
1
-2
/
+16
2018-08-22
proc/kcore: optimize multiple page reads
Omar Sandoval
1
-3
/
+11
2018-08-22
proc/kcore: clean up ELF header generation
Omar Sandoval
1
-209
/
+141
2018-08-22
proc/kcore: hold lock during read
Omar Sandoval
1
-30
/
+40
2018-08-22
proc/kcore: fix memory hotplug vs multiple opens race
Omar Sandoval
1
-49
/
+44
2018-08-22
proc/kcore: replace kclist_lock rwlock with rwsem
Omar Sandoval
1
-10
/
+10
2018-08-22
proc/kcore: don't grab lock for memory hotplug notifier
Omar Sandoval
1
-4
/
+2
2018-08-22
proc/kcore: don't grab lock for kclist_add()
Omar Sandoval
1
-4
/
+3
2018-08-22
fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries
James Morse
1
-1
/
+3
2018-08-14
x86: Add entry trampolines to kcore
Adrian Hunter
1
-2
/
+5
2018-05-11
proc/kcore: don't bounds check against address 0
Laura Abbott
1
-7
/
+16
2018-02-13
vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page
Jia Zhang
1
-0
/
+4
2018-02-06
fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()
Heiko Carstens
1
-13
/
+5
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-06-20
fs/proc: kcore: use kcore_list type to check for vmalloc/module address
Ard Biesheuvel
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-27
/proc/kcore: update physical address for kcore ram and text
Pratyush Anand
1
-1
/
+4
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-09-20
fs/proc/kcore.c: Add bounce buffer for ktext data
Jiri Olsa
1
-1
/
+6
2016-09-20
fs/proc/kcore.c: Make bounce buffer global for read
Jiri Olsa
1
-10
/
+14
2016-01-22
wrappers for ->i_mutex access
Al Viro
1
-2
/
+2
2015-07-18
x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...
Ingo Molnar
1
-2
/
+2
2015-07-18
x86/fpu, sched: Dynamically allocate 'struct fpu'
Dave Hansen
1
-2
/
+2
2014-10-09
fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore range
Baoquan He
1
-1
/
+3
2014-08-08
fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE)
Fabian Frederick
1
-1
/
+1
2014-01-23
fs/proc: don't use module_init for non-modular core code
Paul Gortmaker
1
-1
/
+1
2013-11-13
mm: use pgdat_end_pfn() to simplify the code in others
Xishi Qiu
1
-2
/
+1
2013-07-03
fs/proc/kcore.c: using strlcpy() instead of strncpy()
Zhao Hongjiang
1
-1
/
+1
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+2
2013-05-01
proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h
David Howells
1
-0
/
+1
2013-04-29
fs/proc/kcore.c: use register_hotmemory_notifier()
Andrew Morton
1
-3
/
+6
2013-04-29
proc: Split kcore bits from linux/procfs.h into linux/kcore.h
David Howells
1
-0
/
+1
[next]