summaryrefslogtreecommitdiff
path: root/fs/proc/kcore.c
Commit message (Expand)AuthorAge
* vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang2018-02-13
* fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens2018-02-06
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* fs/proc: kcore: use kcore_list type to check for vmalloc/module addressArd Biesheuvel2017-06-20
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* /proc/kcore: update physical address for kcore ram and textPratyush Anand2017-02-27
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* fs/proc/kcore.c: Add bounce buffer for ktext dataJiri Olsa2016-09-20
* fs/proc/kcore.c: Make bounce buffer global for readJiri Olsa2016-09-20
* wrappers for ->i_mutex accessAl Viro2016-01-22
* x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-18
* x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-18
* fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore rangeBaoquan He2014-10-09
* fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE)Fabian Frederick2014-08-08
* fs/proc: don't use module_init for non-modular core codePaul Gortmaker2014-01-23
* mm: use pgdat_end_pfn() to simplify the code in othersXishi Qiu2013-11-13
* fs/proc/kcore.c: using strlcpy() instead of strncpy()Zhao Hongjiang2013-07-03
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells2013-05-01
| * proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2013-04-29
* | fs/proc/kcore.c: use register_hotmemory_notifier()Andrew Morton2013-04-29
|/
* fs/proc: clean up printksAndrew Morton2013-02-27
* procfs: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-12
* fs/proc/kcore.c: make get_sparsemem_vmemmap_info() staticDjalal Harouni2012-03-23
* kcore: fix spelling in read_kcore() commentLaura Vasilescu2012-03-20
* /proc/kcore: fix seekingDave Anderson2011-01-13
* kcore: add _text to KCORE_TEXTWu Fengguang2010-05-27
* Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds2010-05-19
|\
| * procfs: Use generic_file_llseek in /proc/kcoreFrederic Weisbecker2010-04-09
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* kcore: fix test for end of listDan Carpenter2010-03-24
* fs: includecheck fix: proc, kcore.cJaswinder Singh Rajput2009-10-08
* /proc/kcore: update stat.st_size after memory hotplugKAMEZAWA Hiroyuki2009-09-23
* /proc/kcore: fix stat.st_sizeKAMEZAWA Hiroyuki2009-09-23
* kcore: more fixes for initKAMEZAWA Hiroyuki2009-09-23
* kcore: register module area in generic wayKAMEZAWA Hiroyuki2009-09-23
* kcore: register vmemmap rangeKAMEZAWA Hiroyuki2009-09-23
* kcore: use registerd physmem informationKAMEZAWA Hiroyuki2009-09-23
* kcore: register text area in generic wayKAMEZAWA Hiroyuki2009-09-23
* kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki2009-09-23
* kcore: add kclist typesKAMEZAWA Hiroyuki2009-09-23
* kcore: use usual list for kclistKAMEZAWA Hiroyuki2009-09-23
* kcore: fix /proc/kcore's stat.st_sizeAmerigo Wang2009-09-23
* kcore: /proc/kcore should use vreadKAMEZAWA Hiroyuki2009-09-22
* proc: move all /proc/kcore stuff to fs/proc/kcore.cAlexey Dobriyan2008-10-23
* elf: use ELF_CORE_EFLAGS for kcore ELF header flagsEdgar E. Iglesias2008-07-25
* aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2008-02-08
* is_vmalloc_addr(): Check if an address is within the vmalloc boundariesChristoph Lameter2008-02-05
* [PATCH] elf: fix kcore note size calculationMagnus Damm2006-12-07
* [PATCH] Kcore elf note namesz field fixVivek Goyal2006-09-29