aboutsummaryrefslogtreecommitdiff
path: root/kernel/drivers/fb.c
AgeCommit message (Collapse)Author
2021-04-03Enabled SMAP/SMEP protectionsMarvin Borner
2021-04-02Added kernel section clear/protect after initMarvin Borner
This is a huge security improvement as it prevents potential exploits of using or modifying internal kernel functions or data.
2021-03-21Hardened syscallsMarvin Borner
2021-03-20LGTM!Marvin Borner
2021-03-15System hardening and errno implMarvin Borner
2021-03-13NicüMarvin Borner
2021-03-12Started basic ioctl fb interfaceMarvin Borner