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