Revision ba9950c820e556e39cd26581826b5581a64fb641 authored by Jeff Dike on 20 May 2005, 20:59:07 UTC, committed by Linus Torvalds on 20 May 2005, 22:48:17 UTC
Some changes that I sent in didn't make 2.6.12-rc4 for some reason.  This
adds them back.  We have
	an x86_64 definition of TOP_ADDR
	a reimplementation of the x86_64 csum_partial_copy_from_user
	some syntax fixes in arch/um/kernel/ptrace.c
	removal of a CFLAGS definition in the x86_64 Makefile
	some include changes in the x86_64 ptrace.c and user-offsets.h
	a syntax fix in elf-x86_64.h
Also moved an include in the i386 and x86_64 Makefiles to make the symlinks
work, and some small fixes from Al Viro.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 46f4e1b
History
File Mode Size
Makefile -rw-r--r-- 615 bytes
bootmem.c -rw-r--r-- 10.5 KB
fadvise.c -rw-r--r-- 2.4 KB
filemap.c -rw-r--r-- 57.8 KB
fremap.c -rw-r--r-- 6.3 KB
highmem.c -rw-r--r-- 13.7 KB
hugetlb.c -rw-r--r-- 6.1 KB
internal.h -rw-r--r-- 486 bytes
madvise.c -rw-r--r-- 6.4 KB
memory.c -rw-r--r-- 59.2 KB
mempolicy.c -rw-r--r-- 28.8 KB
mempool.c -rw-r--r-- 7.7 KB
mincore.c -rw-r--r-- 4.4 KB
mlock.c -rw-r--r-- 5.3 KB
mmap.c -rw-r--r-- 52.8 KB
mprotect.c -rw-r--r-- 6.5 KB
mremap.c -rw-r--r-- 10.6 KB
msync.c -rw-r--r-- 5.5 KB
nommu.c -rw-r--r-- 27.6 KB
oom_kill.c -rw-r--r-- 7.4 KB
page-writeback.c -rw-r--r-- 22.7 KB
page_alloc.c -rw-r--r-- 54.9 KB
page_io.c -rw-r--r-- 3.6 KB
pdflush.c -rw-r--r-- 5.8 KB
prio_tree.c -rw-r--r-- 6.3 KB
readahead.c -rw-r--r-- 15.8 KB
rmap.c -rw-r--r-- 22.6 KB
shmem.c -rw-r--r-- 57.6 KB
slab.c -rw-r--r-- 81.4 KB
swap.c -rw-r--r-- 12.0 KB
swap_state.c -rw-r--r-- 9.3 KB
swapfile.c -rw-r--r-- 41.4 KB
thrash.c -rw-r--r-- 2.6 KB
tiny-shmem.c -rw-r--r-- 2.7 KB
truncate.c -rw-r--r-- 8.9 KB
vmalloc.c -rw-r--r-- 12.9 KB
vmscan.c -rw-r--r-- 35.1 KB

back to top