]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cross-memory-attach-update
authorChristopher Yeoh <cyeoh@au1.ibm.com>
Wed, 28 Sep 2011 00:49:55 +0000 (10:49 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 4 Oct 2011 07:38:25 +0000 (18:38 +1100)
commit5d2db931e75c57b32ae931c24ed43305e78809a1
tree0e0ae83fa3bffe1a949b1face8bfd87713ed3a9e
parent29eb2014a1837750240340e72b6feafca29b54d3
cross-memory-attach-update

- Add x86_64 specific wire up

- Change behaviour so process_vm_readv and process_vm_writev return
  the number of bytes successfully read or written even if an error
  occurs

- Add more kernel doc interface comments

- rename some internal functions (process_vm_rw_check_iovecs,
  process_vm_rw) so they make more sense.

- Add licence message

- Fix kernel-doc comment format

Still need to do benchmarking to see if the optimisation for small copies
using a local on-stack array in process_vm_rw_core is worth it.

Signed-off-by: Chris Yeoh <cyeoh@au1.ibm.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <>
arch/x86/ia32/ia32entry.S
arch/x86/include/asm/unistd_64.h
kernel/sys_ni.c
mm/process_vm_access.c