aboutsummaryrefslogtreecommitdiff
path: root/include/linux/err.h
AgeCommit message (Expand)AuthorFilesLines
2014-04-03err.h: use bool for IS_ERR and IS_ERR_OR_NULLGravatar Joe Perches 1-3/+4
2013-07-15PTR_RET is now PTR_ERR_OR_ZEROGravatar Rusty Russell 1-1/+4
2013-07-03err.h: IS_ERR() can accept __user pointersGravatar Dan Carpenter 1-5/+5
2011-03-22include/linux/err.h: add a function to cast error-pointers to a return valueGravatar Uwe Kleine-König 1-0/+8
2010-05-25err.h: add __must_check to error pointer handlersGravatar Jani Nikula 1-5/+5
2009-12-15err.h: add helper function to simplify pointer error checkingGravatar Phil Carmody 1-0/+5
2008-02-07Add an ERR_CAST() function to complement ERR_PTR and co.Gravatar David Howells 1-0/+13
2006-09-27[PATCH] consistently use MAX_ERRNO in __syscall_returnGravatar Randy Dunlap 1-0/+4
2006-07-01[PATCH] Fix IS_ERR Threshold ValueGravatar Ralf Baechle 1-1/+3
2005-05-19Fix get_unmapped_area sanity testsGravatar Linus Torvalds 1-1/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+31