Linux system call table or cheatsheet for Assembly
The system calls can also be found in /usr/include/asm/unistd.h, which will point you to unistd32.h or unistd64.h
Here's an archive of a really good online reference with links to documentation and kernel source code.