]> Git Repo - linux.git/commit
access_process_vm device memory infrastructure
authorRik van Riel <[email protected]>
Thu, 24 Jul 2008 04:27:05 +0000 (21:27 -0700)
committerLinus Torvalds <[email protected]>
Thu, 24 Jul 2008 17:47:15 +0000 (10:47 -0700)
commit28b2ee20c7cba812b6f2ccf6d722cf86d00a84dc
treee8f1efd05c38c1cb26ca3ee051a454eb685fd122
parent0d71d10a4252a3938e6b70189bc776171c02e076
access_process_vm device memory infrastructure

In order to be able to debug things like the X server and programs using
the PPC Cell SPUs, the debugger needs to be able to access device memory
through ptrace and /proc/pid/mem.

This patch:

Add the generic_access_phys access function and put the hooks in place
to allow access_process_vm to access device or PPC Cell SPU memory.

[[email protected]: Add documentation for the vm_ops->access function]
Signed-off-by: Rik van Riel <[email protected]>
Signed-off-by: Benjamin Herrensmidt <[email protected]>
Cc: Dave Airlie <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Documentation/filesystems/Locking
arch/Kconfig
arch/x86/Kconfig
arch/x86/mm/ioremap.c
include/asm-x86/io_32.h
include/asm-x86/io_64.h
include/linux/mm.h
mm/memory.c
This page took 0.050442 seconds and 4 git commands to generate.