Zhao Hongjiang
|
30bc30df10
fs/proc/kcore.c: using strlcpy() instead of strncpy()
|
12 years ago |
Linus Torvalds
|
20b4fb4852
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 years ago |
David Howells
|
59d8053f1e
proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h
|
12 years ago |
Andrew Morton
|
3c743a7f7b
fs/proc/kcore.c: use register_hotmemory_notifier()
|
12 years ago |
David Howells
|
2f96b8c1d5
proc: Split kcore bits from linux/procfs.h into linux/kcore.h
|
12 years ago |
Andrew Morton
|
87ebdc00ee
fs/proc: clean up printks
|
12 years ago |
Lai Jiangshan
|
4ff1b2c293
procfs: use N_MEMORY instead N_HIGH_MEMORY
|
12 years ago |
Djalal Harouni
|
b908243c54
fs/proc/kcore.c: make get_sparsemem_vmemmap_info() static
|
13 years ago |
Laura Vasilescu
|
f1f996b66c
kcore: fix spelling in read_kcore() comment
|
13 years ago |
Dave Anderson
|
ceff1a7709
/proc/kcore: fix seeking
|
14 years ago |
Wu Fengguang
|
36e15263aa
kcore: add _text to KCORE_TEXT
|
15 years ago |
Linus Torvalds
|
98c89cdd3a
Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing
|
15 years ago |
Frederic Weisbecker
|
34aacb2920
procfs: Use generic_file_llseek in /proc/kcore
|
15 years ago |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 years ago |
Dan Carpenter
|
4fd2c20d96
kcore: fix test for end of list
|
15 years ago |
Jaswinder Singh Rajput
|
4055e97318
fs: includecheck fix: proc, kcore.c
|
15 years ago |
KAMEZAWA Hiroyuki
|
0d4c36a9b6
/proc/kcore: update stat.st_size after memory hotplug
|
16 years ago |
KAMEZAWA Hiroyuki
|
678ad5d8aa
/proc/kcore: fix stat.st_size
|
16 years ago |
KAMEZAWA Hiroyuki
|
90396f96b7
kcore: more fixes for init
|
16 years ago |
KAMEZAWA Hiroyuki
|
81ac3ad906
kcore: register module area in generic way
|
16 years ago |
KAMEZAWA Hiroyuki
|
26562c59fa
kcore: register vmemmap range
|
16 years ago |
KAMEZAWA Hiroyuki
|
3089aa1b0c
kcore: use registerd physmem information
|
16 years ago |
KAMEZAWA Hiroyuki
|
9492587cf3
kcore: register text area in generic way
|
16 years ago |
KAMEZAWA Hiroyuki
|
a0614da88b
kcore: register vmalloc area in generic way
|
16 years ago |
KAMEZAWA Hiroyuki
|
c30bb2a25f
kcore: add kclist types
|
16 years ago |
KAMEZAWA Hiroyuki
|
2ef43ec772
kcore: use usual list for kclist
|
16 years ago |
Amerigo Wang
|
acef82b873
kcore: fix /proc/kcore's stat.st_size
|
16 years ago |
KAMEZAWA Hiroyuki
|
73d7c33e81
kcore: /proc/kcore should use vread
|
16 years ago |
Alexey Dobriyan
|
97ce5d6dcb
proc: move all /proc/kcore stuff to fs/proc/kcore.c
|
16 years ago |
Edgar E. Iglesias
|
79885b2277
elf: use ELF_CORE_EFLAGS for kcore ELF header flags
|
17 years ago |