summaryrefslogtreecommitdiffstats
path: root/fs/proc/kcore.c
Commit message (Expand)AuthorAgeFilesLines
* fs/proc/kcore.c: Add bounce buffer for ktext dataJiri Olsa2016-09-201-1/+6
* fs/proc/kcore.c: Make bounce buffer global for readJiri Olsa2016-09-201-10/+14
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-181-2/+2
* x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-181-2/+2
* fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore rangeBaoquan He2014-10-091-1/+3
* fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE)Fabian Frederick2014-08-081-1/+1
* fs/proc: don't use module_init for non-modular core codePaul Gortmaker2014-01-231-1/+1
* mm: use pgdat_end_pfn() to simplify the code in othersXishi Qiu2013-11-131-2/+1
* fs/proc/kcore.c: using strlcpy() instead of strncpy()Zhao Hongjiang2013-07-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-0/+2
|\
| * proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells2013-05-011-0/+1
| * proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2013-04-291-0/+1
* | fs/proc/kcore.c: use register_hotmemory_notifier()Andrew Morton2013-04-291-3/+6
|/
* fs/proc: clean up printksAndrew Morton2013-02-271-1/+2
* procfs: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-1/+1
* fs/proc/kcore.c: make get_sparsemem_vmemmap_info() staticDjalal Harouni2012-03-231-2/+4
* kcore: fix spelling in read_kcore() commentLaura Vasilescu2012-03-201-1/+1
* /proc/kcore: fix seekingDave Anderson2011-01-131-1/+1
* kcore: add _text to KCORE_TEXTWu Fengguang2010-05-271-1/+1
* Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds2010-05-191-0/+1
|\
| * procfs: Use generic_file_llseek in /proc/kcoreFrederic Weisbecker2010-04-091-0/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* kcore: fix test for end of listDan Carpenter2010-03-241-1/+1
* fs: includecheck fix: proc, kcore.cJaswinder Singh Rajput2009-10-081-1/+0
* /proc/kcore: update stat.st_size after memory hotplugKAMEZAWA Hiroyuki2009-09-231-0/+5
* /proc/kcore: fix stat.st_sizeKAMEZAWA Hiroyuki2009-09-231-1/+5
* kcore: more fixes for initKAMEZAWA Hiroyuki2009-09-231-1/+4
* kcore: register module area in generic wayKAMEZAWA Hiroyuki2009-09-231-1/+18
* kcore: register vmemmap rangeKAMEZAWA Hiroyuki2009-09-231-2/+50
* kcore: use registerd physmem informationKAMEZAWA Hiroyuki2009-09-231-12/+167
* kcore: register text area in generic wayKAMEZAWA Hiroyuki2009-09-231-1/+18
* kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki2009-09-231-0/+5
* kcore: add kclist typesKAMEZAWA Hiroyuki2009-09-231-1/+2
* kcore: use usual list for kclistKAMEZAWA Hiroyuki2009-09-231-6/+6
* kcore: fix /proc/kcore's stat.st_sizeAmerigo Wang2009-09-231-3/+0
* kcore: /proc/kcore should use vreadKAMEZAWA Hiroyuki2009-09-221-33/+2
* proc: move all /proc/kcore stuff to fs/proc/kcore.cAlexey Dobriyan2008-10-231-1/+13
* elf: use ELF_CORE_EFLAGS for kcore ELF header flagsEdgar E. Iglesias2008-07-251-5/+5
* aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2008-02-081-1/+0
* is_vmalloc_addr(): Check if an address is within the vmalloc boundariesChristoph Lameter2008-02-051-1/+1
* [PATCH] elf: fix kcore note size calculationMagnus Damm2006-12-071-7/+9
* [PATCH] Kcore elf note namesz field fixVivek Goyal2006-09-291-2/+2
* [PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-09-271-4/+2
* [PATCH] /fs/proc/: 'larger than buffer size' memory accessed by clear_user()Adam B. Jerome2006-07-121-1/+1
* [PATCH] FDPIC: Move roundup() into linux/kernel.hDavid Howells2006-07-101-2/+0
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+404