aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/regset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-27regset: kill ->get()Al Viro1-19/+5
2020-07-27regset: new method and helpers for itAl Viro1-1/+11
2020-07-27copy_regset_to_user(): do all copyout at once.Al Viro1-0/+26
2020-07-27introduction of regset ->get() wrappers, switching ELF coredumps to thoseAl Viro1-0/+54