| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2018-11-29 | 35 | -35/+35 |
| | | | | | | | | | | | | | | | This was entirely automated, using the script by Al: PATT='^[[:blank:]]*#[[:blank:]]*include[[:blank:]]*<asm/uaccess.h>' sed -i -e "s!$PATT!#include <linux/uaccess.h>!" \ $(git grep -l "$PATT"|grep -v ^include/linux/uaccess.h) to do the replacement at the end of the merge window. Requested-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Moyster <oysterized@gmail.com> | ||||
| * | Fix "Elevation of privilege vulnerability in MediaTek components" | fire855 | 2017-11-20 | 1 | -2/+4 |
| | | | | | CVE-2017-0503 | ||||
| * | misc: replace __FUNCTION__ by __function__ | Moyster | 2017-09-23 | 5 | -110/+110 |
| | | | | | | result of : git grep -l '__FUNCTION__' | xargs sed -i 's/__FUNCTION__/__func__/g' | ||||
| * | Fix "Elevation of privilege vulnerability in MediaTek components" | fire855 | 2017-05-28 | 1 | -2/+4 |
| | | | | | CVE-2017-0503 | ||||
| * | first commit | Meizu OpenSource | 2016-08-15 | 274 | -0/+177396 |
