aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regset.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-26powerpc/ptrace: Simplify gpr_get()/tm_cgpr_get()Oleg Nesterov1-0/+12
2020-07-27regset: kill user_regset_copyout{,_zero}()Al Viro1-67/+0
2020-07-27regset(): kill ->get_size()Al Viro1-47/+1
2020-07-27regset: kill ->get()Al Viro1-22/+0
2020-07-27regset: new method and helpers for itAl Viro1-0/+51
2020-07-27copy_regset_to_user(): do all copyout at once.Al Viro1-25/+4
2020-07-27introduction of regset ->get() wrappers, switching ELF coredumps to thoseAl Viro1-0/+9
2020-06-03user_regset_copyout_zero(): use clear_user()Al Viro1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner1-4/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2017-11-03regset: Add support for dynamically sized regsetsDave Martin1-7/+60
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2012-03-02regset: Return -EFAULT, not -EIO, on host-side memory faultH. Peter Anvin1-2/+2
2012-03-02regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin1-0/+6
2008-01-30x86: user_regset user-copy helpersRoland McGrath1-0/+46
2008-01-30x86: user_regset helpersRoland McGrath1-0/+116
2008-01-30x86: user_regset headerRoland McGrath1-0/+206