summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kill unused dump_fpu() instancesAl Viro2020-07-2714-257/+1
* Merge branch 'work.fdpic' into regset.followupAl Viro2020-07-2710-268/+146
|\
| * [elf-fdpic] switch coredump to regsetsAl Viro2020-07-271-5/+18
| * [elf-fdpic] use elf_dump_thread_status() for the dumper thread as wellAl Viro2020-07-271-53/+28
| * [elf-fdpic] move allocation of elf_thread_status into elf_dump_thread_status()Al Viro2020-07-271-14/+10
| * [elf-fdpic] coredump: don't bother with cyclic list for per-thread objectsAl Viro2020-07-271-18/+11
| * kill elf_fpxregs_tAl Viro2020-07-276-71/+0
| * take fdpic-related parts of elf_prstatus outAl Viro2020-07-273-17/+29
| * unexport linux/elfcore.hAl Viro2020-07-274-106/+66
* | regset: kill user_regset_copyout{,_zero}()Al Viro2020-07-271-67/+0
* | regset(): kill ->get_size()Al Viro2020-07-272-60/+1
* | regset: kill ->get()Al Viro2020-07-272-41/+5
* | csky: switch to ->regset_get()Al Viro2020-07-271-14/+10
* | xtensa: switch to ->regset_get()Al Viro2020-07-271-10/+6
* | parisc: switch to ->regset_get()Al Viro2020-07-271-68/+16
* | nds32: switch to ->regset_get()Al Viro2020-07-271-5/+4
* | nios2: switch to ->regset_get()Al Viro2020-07-271-36/+15
* | hexagon: switch to ->regset_get()Al Viro2020-07-271-41/+21
* | h8300: switch to ->regset_get()Al Viro2020-07-271-11/+6
* | openrisc: switch to ->regset_get()Al Viro2020-07-271-20/+6
* | riscv: switch to ->regset_get()Al Viro2020-07-271-22/+11
* | c6x: switch to ->regset_get()Al Viro2020-07-271-8/+3
* | ia64: switch to ->regset_get()Al Viro2020-07-271-91/+58
* | arc: switch to ->regset_get()Al Viro2020-07-271-90/+58
* | arm: switch to ->regset_get()Al Viro2020-07-271-40/+12
* | sh: convert to ->regset_get()Al Viro2020-07-272-41/+12
* | arm64: switch to ->regset_get()Al Viro2020-07-271-163/+62
* | mips: switch to ->regset_get()Al Viro2020-07-271-146/+58
* | sparc: switch to ->regset_get()Al Viro2020-07-272-369/+110
* | s390: switch to ->regset_get()Al Viro2020-07-271-141/+58
* | powerpc: switch to ->regset_get()Al Viro2020-07-277-304/+148
* | x86: switch to ->regset_get()Al Viro2020-07-279-259/+83
* | regset: new method and helpers for itAl Viro2020-07-272-1/+62
* | copy_regset_to_user(): do all copyout at once.Al Viro2020-07-272-25/+30
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'regset.x86', 'regset.ia64', 'regset.sparc' and 'regset.arm64'...Al Viro2020-07-277-410/+588
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | | * arm64: sanitize compat_ptrace_write_user()Al Viro2020-06-261-9/+20
| | | | * arm64: get rid of copy_regset_to_user() in compat_ptrace_read_user()Al Viro2020-06-261-3/+1
| | | | * arm64: take fetching compat reg out of pt_regs into a new helperAl Viro2020-06-261-17/+17
| | | * | sparc64: get rid of odd callers of copy_regset_from_user()Al Viro2020-07-271-33/+144
| | | * | sparc32: get rid of odd callers of copy_regset_from_user()Al Viro2020-07-271-38/+75
| | | * | sparc64: get rid of odd callers of copy_regset_to_user()Al Viro2020-06-261-39/+136
| | | * | sparc32: get rid of odd callers of copy_regset_to_user()Al Viro2020-06-261-35/+82
| | | * | sparc64: switch genregs32_get() to use of get_from_target()Al Viro2020-06-261-43/+16
| | | |/
| | * | [ia64] access_uarea(): don't bother with fpregs_[gs]et()Al Viro2020-06-261-9/+33
| | * | [ia64] access_uarea(): stop bothering with gpregs_[gs]et()Al Viro2020-06-261-9/+8
| | * | [ia64] regularize do_gpregs_[gs]et()Al Viro2020-06-261-124/+31
| | * | [ia64] teach elf_access_reg() to handle the missing range (r16..r31)Al Viro2020-06-261-2/+4
| | * | [ia64] sanitize elf_access_gpreg()Al Viro2020-06-261-34/+23
| | |/
| * | x86: kill dump_fpu()Al Viro2020-06-262-17/+0
| * | x86: copy_fpstate_to_sigframe(): have fpregs_soft_get() use kernel bufferAl Viro2020-06-261-6/+6
| |/