aboutsummaryrefslogtreecommitdiff
path: root/include/linux/regset.h
AgeCommit message (Expand)AuthorFilesLines
2020-11-26powerpc/ptrace: Simplify gpr_get()/tm_cgpr_get()Gravatar Oleg Nesterov 1-0/+12
2020-07-27regset: kill user_regset_copyout{,_zero}()Gravatar Al Viro 1-67/+0
2020-07-27regset(): kill ->get_size()Gravatar Al Viro 1-47/+1
2020-07-27regset: kill ->get()Gravatar Al Viro 1-22/+0
2020-07-27regset: new method and helpers for itGravatar Al Viro 1-0/+51
2020-07-27copy_regset_to_user(): do all copyout at once.Gravatar Al Viro 1-25/+4
2020-07-27introduction of regset ->get() wrappers, switching ELF coredumps to thoseGravatar Al Viro 1-0/+9
2020-06-03user_regset_copyout_zero(): use clear_user()Gravatar Al Viro 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Gravatar Thomas Gleixner 1-4/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-2/+2
2017-11-03regset: Add support for dynamically sized regsetsGravatar Dave Martin 1-7/+60
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Linus Torvalds 1-0/+1
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hGravatar Paul Gortmaker 1-0/+1
2012-03-02regset: Return -EFAULT, not -EIO, on host-side memory faultGravatar H. Peter Anvin 1-2/+2
2012-03-02regset: Prevent null pointer reference on readonly regsetsGravatar H. Peter Anvin 1-0/+6
2008-01-30x86: user_regset user-copy helpersGravatar Roland McGrath 1-0/+46
2008-01-30x86: user_regset helpersGravatar Roland McGrath 1-0/+116
2008-01-30x86: user_regset headerGravatar Roland McGrath 1-0/+206