aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-07Add cmpxchg_local to frvMathieu Desnoyers
2008-02-07Add cmpxchg_local to crisMathieu Desnoyers
2008-02-07Add cmpxchg_local to blackfin, replace __cmpxchg by generic cmpxchgMathieu Desnoyers
2008-02-07Add cmpxchg_local to avr32Mathieu Desnoyers
2008-02-07Add cmpxchg_local to armMathieu Desnoyers
2008-02-07Add cmpxchg64 and cmpxchg64_local to x86_64Mathieu Desnoyers
2008-02-07Add cmpxchg64 and cmpxchg64_local to powerpcMathieu Desnoyers
2008-02-07Add cmpxchg64 and cmpxchg64_local to mipsMathieu Desnoyers
2008-02-07Add cmpxchg64 and cmpxchg64_local to alphaMathieu Desnoyers
2008-02-07Add cmpxchg_local to asm-generic for per cpu atomic operationsMathieu Desnoyers
2008-02-07Sanitize the type of struct user.u_ar0H. Peter Anvin
2008-02-07Unexport asm/page.hKirill A. Shutemov
2008-02-07Unexport asm/elf.hKirill A. Shutemov
2008-02-07Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer neededKirill A. Shutemov
2008-02-07Unexport asm/user.h and linux/user.hKirill A. Shutemov
2008-02-07iget: remove iget() and the read_inode() super op as being obsoleteDavid Howells
2008-02-07iget: stop HPPFS from using iget() and read_inode()David Howells
2008-02-07iget: stop HOSTFS from using iget() and read_inode()David Howells
2008-02-07iget: stop OPENPROMFS from using iget() and read_inode()David Howells
2008-02-07iget: stop UFS from using iget() and read_inode()David Howells
2008-02-07iget: stop the SYSV filesystem from using iget() and read_inode()David Howells
2008-02-07iget: stop ROMFS from using iget() and read_inode()David Howells
2008-02-07iget: stop QNX4 from using iget() and read_inode()David Howells
2008-02-07iget: stop PROCFS from using iget() and read_inode()David Howells
2008-02-07iget: stop the MINIX filesystem from using iget() and read_inode()David Howells
2008-02-07iget: stop JFS from using iget() and read_inode()David Howells
2008-02-07iget: stop JFFS2 from using iget() and read_inode()David Howells
2008-02-07iget: stop ISOFS from using read_inode()David Howells
2008-02-07iget: stop HFSPLUS from using iget() and read_inode()David Howells
2008-02-07iget: stop FUSE from using iget() and read_inode()David Howells
2008-02-07iget: stop FreeVXFS from using iget() and read_inode()David Howells
2008-02-07iget: stop FAT from using iget() and read_inode()David Howells
2008-02-07iget: stop EXT4 from using iget() and read_inode()David Howells
2008-02-07iget: stop EXT3 from using iget() and read_inode()David Howells
2008-02-07iget: stop EXT2 from using iget() and read_inode()David Howells
2008-02-07iget: stop EFS from using iget() and read_inode()David Howells
2008-02-07iget: stop CIFS from using iget() and read_inode()David Howells
2008-02-07iget: stop BFS from using iget() and read_inode()David Howells
2008-02-07iget: stop BEFS from using iget() and read_inode()David Howells
2008-02-07iget: stop autofs from using iget() and read_inode()David Howells
2008-02-07iget: stop AFFS from using iget() and read_inode()David Howells
2008-02-07iget: use iget_failed() in GFS2David Howells
2008-02-07iget: use iget_failed() in AFSDavid Howells
2008-02-07iget: introduce a function to register iget failureDavid Howells
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2008-02-07Add an ERR_CAST() function to complement ERR_PTR and co.David Howells
2008-02-07MBCS: convert dmareadlock to mutexMatthias Kaehlcke
2008-02-07MBCS: convert dmawritelock to mutexMatthias Kaehlcke
2008-02-07MBCS: convert algolock to mutexMatthias Kaehlcke
2008-02-07vmcoreinfo: fix the configuration dependenciesKen'ichi Ohmichi