summaryrefslogtreecommitdiff
path: root/include/linux/err.h
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* make IS_ERR_VALUE() complain about non-pointer-sized argumentsLinus Torvalds2016-05-27
* err.h: add (missing) unlikely() to IS_ERR_OR_NULL()Viresh Kumar2016-01-16
* err.h: use bool for IS_ERR and IS_ERR_OR_NULLJoe Perches2014-04-03
* PTR_RET is now PTR_ERR_OR_ZERORusty Russell2013-07-15
* err.h: IS_ERR() can accept __user pointersDan Carpenter2013-07-03
* include/linux/err.h: add a function to cast error-pointers to a return valueUwe Kleine-König2011-03-22
* err.h: add __must_check to error pointer handlersJani Nikula2010-05-25
* err.h: add helper function to simplify pointer error checkingPhil Carmody2009-12-15
* Add an ERR_CAST() function to complement ERR_PTR and co.David Howells2008-02-07
* [PATCH] consistently use MAX_ERRNO in __syscall_returnRandy Dunlap2006-09-27
* [PATCH] Fix IS_ERR Threshold ValueRalf Baechle2006-07-01
* Fix get_unmapped_area sanity testsLinus Torvalds2005-05-19
* Linux-2.6.12-rc2Linus Torvalds2005-04-16