summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New cmpxchg_local (optimized for UP case) for m32rMathieu Desnoyers2008-02-071-10/+101
* Add cmpxchg_local, cmpxchg64 and cmpxchg64_local to ia64Mathieu Desnoyers2008-02-071-3/+9
* Add cmpxchg_local to h8300Mathieu Desnoyers2008-02-071-0/+15
* Add cmpxchg_local to frvMathieu Desnoyers2008-02-071-0/+24
* Add cmpxchg_local to crisMathieu Desnoyers2008-02-071-0/+15
* Add cmpxchg_local to blackfin, replace __cmpxchg by generic cmpxchgMathieu Desnoyers2008-02-071-46/+11
* Add cmpxchg_local to avr32Mathieu Desnoyers2008-02-071-0/+23
* Add cmpxchg_local to armMathieu Desnoyers2008-02-071-0/+15
* Add cmpxchg64 and cmpxchg64_local to x86_64Mathieu Desnoyers2008-02-071-6/+16
* Add cmpxchg64 and cmpxchg64_local to powerpcMathieu Desnoyers2008-02-071-2/+16
* Add cmpxchg64 and cmpxchg64_local to mipsMathieu Desnoyers2008-02-071-0/+17
* Add cmpxchg64 and cmpxchg64_local to alphaMathieu Desnoyers2008-02-071-2/+13
* Add cmpxchg_local to asm-generic for per cpu atomic operationsMathieu Desnoyers2008-02-072-0/+87
* Sanitize the type of struct user.u_ar0H. Peter Anvin2008-02-0718-22/+18
* Unexport asm/page.hKirill A. Shutemov2008-02-076-5/+18
* Unexport asm/elf.hKirill A. Shutemov2008-02-074-2/+5
* Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer neededKirill A. Shutemov2008-02-0745-150/+3
* Unexport asm/user.h and linux/user.hKirill A. Shutemov2008-02-074-4/+2
* iget: remove iget() and the read_inode() super op as being obsoleteDavid Howells2008-02-075-41/+9
* iget: stop HPPFS from using iget() and read_inode()David Howells2008-02-071-5/+22
* iget: stop HOSTFS from using iget() and read_inode()David Howells2008-02-071-19/+38
* iget: stop OPENPROMFS from using iget() and read_inode()David Howells2008-02-071-15/+30
* iget: stop UFS from using iget() and read_inode()David Howells2008-02-074-23/+33
* iget: stop the SYSV filesystem from using iget() and read_inode()David Howells2008-02-074-14/+22
* iget: stop ROMFS from using iget() and read_inode()David Howells2008-02-071-14/+32
* iget: stop QNX4 from using iget() and read_inode()David Howells2008-02-073-18/+38
* iget: stop PROCFS from using iget() and read_inode()David Howells2008-02-071-32/+28
* iget: stop the MINIX filesystem from using iget() and read_inode()David Howells2008-02-073-18/+33
* iget: stop JFS from using iget() and read_inode()David Howells2008-02-074-31/+40
* iget: stop JFFS2 from using iget() and read_inode()David Howells2008-02-074-26/+39
* iget: stop ISOFS from using read_inode()David Howells2008-02-074-32/+58
* iget: stop HFSPLUS from using iget() and read_inode()David Howells2008-02-074-19/+43
* iget: stop FUSE from using iget() and read_inode()David Howells2008-02-071-6/+0
* iget: stop FreeVXFS from using iget() and read_inode()David Howells2008-02-074-23/+40
* iget: stop FAT from using iget() and read_inode()David Howells2008-02-071-4/+2
* iget: stop EXT4 from using iget() and read_inode()David Howells2008-02-076-70/+87
* iget: stop EXT3 from using iget() and read_inode()David Howells2008-02-076-72/+89
* iget: stop EXT2 from using iget() and read_inode()David Howells2008-02-074-29/+46
* iget: stop EFS from using iget() and read_inode()David Howells2008-02-074-25/+41
* iget: stop CIFS from using iget() and read_inode()David Howells2008-02-073-7/+24
* iget: stop BFS from using iget() and read_inode()David Howells2008-02-073-13/+27
* iget: stop BEFS from using iget() and read_inode()David Howells2008-02-071-14/+25
* iget: stop autofs from using iget() and read_inode()David Howells2008-02-073-13/+37
* iget: stop AFFS from using iget() and read_inode()David Howells2008-02-075-19/+32
* iget: use iget_failed() in GFS2David Howells2008-02-071-1/+1
* iget: use iget_failed() in AFSDavid Howells2008-02-071-4/+1
* iget: introduce a function to register iget failureDavid Howells2008-02-073-5/+28
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-0728-39/+39
* Add an ERR_CAST() function to complement ERR_PTR and co.David Howells2008-02-071-0/+13
* MBCS: convert dmareadlock to mutexMatthias Kaehlcke2008-02-072-4/+4
OpenPOWER on IntegriCloud