aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/kcore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-09-20fs/proc/kcore.c: fix invalid memory access in multi-page read optimizationDominique Martinet1-0/+1
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+5
2018-08-22proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval1-2/+16
2018-08-22proc/kcore: optimize multiple page readsOmar Sandoval1-3/+11
2018-08-22proc/kcore: clean up ELF header generationOmar Sandoval1-209/+141
2018-08-22proc/kcore: hold lock during readOmar Sandoval1-30/+40
2018-08-22proc/kcore: fix memory hotplug vs multiple opens raceOmar Sandoval1-49/+44
2018-08-22proc/kcore: replace kclist_lock rwlock with rwsemOmar Sandoval1-10/+10
2018-08-22proc/kcore: don't grab lock for memory hotplug notifierOmar Sandoval1-4/+2
2018-08-22proc/kcore: don't grab lock for kclist_add()Omar Sandoval1-4/+3
2018-08-22fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesJames Morse1-1/+3
2018-08-14x86: Add entry trampolines to kcoreAdrian Hunter1-2/+5
2018-05-11proc/kcore: don't bounds check against address 0Laura Abbott1-7/+16
2018-02-13vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang1-0/+4
2018-02-06fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens1-13/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-20fs/proc: kcore: use kcore_list type to check for vmalloc/module addressArd Biesheuvel1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-02-27/proc/kcore: update physical address for kcore ram and textPratyush Anand1-1/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-20fs/proc/kcore.c: Add bounce buffer for ktext dataJiri Olsa1-1/+6
2016-09-20fs/proc/kcore.c: Make bounce buffer global for readJiri Olsa1-10/+14
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-07-18x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on x86Ingo Molnar1-2/+2
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen1-2/+2
2014-10-09fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore rangeBaoquan He1-1/+3
2014-08-08fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE)Fabian Frederick1-1/+1
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker1-1/+1
2013-11-13mm: use pgdat_end_pfn() to simplify the code in othersXishi Qiu1-2/+1
2013-07-03fs/proc/kcore.c: using strlcpy() instead of strncpy()Zhao Hongjiang1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2013-05-01proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells1-0/+1
2013-04-29fs/proc/kcore.c: use register_hotmemory_notifier()Andrew Morton1-3/+6
2013-04-29proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells1-0/+1
2013-02-27fs/proc: clean up printksAndrew Morton1-1/+2
2012-12-12procfs: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-03-23fs/proc/kcore.c: make get_sparsemem_vmemmap_info() staticDjalal Harouni1-2/+4
2012-03-20kcore: fix spelling in read_kcore() commentLaura Vasilescu1-1/+1
2011-01-13/proc/kcore: fix seekingDave Anderson1-1/+1
2010-05-27kcore: add _text to KCORE_TEXTWu Fengguang1-1/+1
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-0/+1
2010-04-09procfs: Use generic_file_llseek in /proc/kcoreFrederic Weisbecker1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24kcore: fix test for end of listDan Carpenter1-1/+1
2009-10-08fs: includecheck fix: proc, kcore.cJaswinder Singh Rajput1-1/+0
2009-09-23/proc/kcore: update stat.st_size after memory hotplugKAMEZAWA Hiroyuki1-0/+5
2009-09-23/proc/kcore: fix stat.st_sizeKAMEZAWA Hiroyuki1-1/+5
2009-09-23kcore: more fixes for initKAMEZAWA Hiroyuki1-1/+4
2009-09-23kcore: register module area in generic wayKAMEZAWA Hiroyuki1-1/+18