summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-davinci-aintc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-27regset(): kill ->get_size()Al Viro2-60/+1
2020-07-27regset: kill ->get()Al Viro2-41/+5
2020-07-27csky: switch to ->regset_get()Al Viro1-14/+10
2020-07-27xtensa: switch to ->regset_get()Al Viro1-10/+6
2020-07-27parisc: switch to ->regset_get()Al Viro1-68/+16
2020-07-27nds32: switch to ->regset_get()Al Viro1-5/+4
2020-07-27nios2: switch to ->regset_get()Al Viro1-36/+15
2020-07-27hexagon: switch to ->regset_get()Al Viro1-41/+21
2020-07-27h8300: switch to ->regset_get()Al Viro1-11/+6
2020-07-27openrisc: switch to ->regset_get()Al Viro1-20/+6
2020-07-27riscv: switch to ->regset_get()Al Viro1-22/+11
2020-07-27c6x: switch to ->regset_get()Al Viro1-8/+3
2020-07-27ia64: switch to ->regset_get()Al Viro1-91/+58
2020-07-27arc: switch to ->regset_get()Al Viro1-90/+58
2020-07-27arm: switch to ->regset_get()Al Viro1-40/+12
2020-07-27sh: convert to ->regset_get()Al Viro2-41/+12
2020-07-27arm64: switch to ->regset_get()Al Viro1-163/+62
2020-07-27mips: switch to ->regset_get()Al Viro1-146/+58
2020-07-27sparc: switch to ->regset_get()Al Viro2-369/+110
2020-07-27s390: switch to ->regset_get()Al Viro1-141/+58
2020-07-27powerpc: switch to ->regset_get()Al Viro7-304/+148
2020-07-27x86: switch to ->regset_get()Al Viro9-259/+83
2020-07-27regset: new method and helpers for itAl Viro2-1/+62
2020-07-27copy_regset_to_user(): do all copyout at once.Al Viro2-25/+30
2020-07-27[elf-fdpic] switch coredump to regsetsAl Viro1-5/+18
2020-07-27[elf-fdpic] use elf_dump_thread_status() for the dumper thread as wellAl Viro1-53/+28
2020-07-27[elf-fdpic] move allocation of elf_thread_status into elf_dump_thread_status()Al Viro1-14/+10
2020-07-27[elf-fdpic] coredump: don't bother with cyclic list for per-thread objectsAl Viro1-18/+11
2020-07-27kill elf_fpxregs_tAl Viro6-71/+0
2020-07-27take fdpic-related parts of elf_prstatus outAl Viro3-17/+29
2020-07-27unexport linux/elfcore.hAl Viro4-106/+66
2020-07-27introduction of regset ->get() wrappers, switching ELF coredumps to thoseAl Viro4-29/+90
2020-07-27sparc64: get rid of odd callers of copy_regset_from_user()Al Viro1-33/+144
2020-07-27sparc32: get rid of odd callers of copy_regset_from_user()Al Viro1-38/+75
2020-06-26arm64: sanitize compat_ptrace_write_user()Al Viro1-9/+20
2020-06-26arm64: get rid of copy_regset_to_user() in compat_ptrace_read_user()Al Viro1-3/+1
2020-06-26arm64: take fetching compat reg out of pt_regs into a new helperAl Viro1-17/+17
2020-06-26sparc64: get rid of odd callers of copy_regset_to_user()Al Viro1-39/+136
2020-06-26sparc32: get rid of odd callers of copy_regset_to_user()Al Viro1-35/+82
2020-06-26sparc64: switch genregs32_get() to use of get_from_target()Al Viro1-43/+16
2020-06-26[ia64] access_uarea(): don't bother with fpregs_[gs]et()Al Viro1-9/+33
2020-06-26[ia64] access_uarea(): stop bothering with gpregs_[gs]et()Al Viro1-9/+8
2020-06-26[ia64] regularize do_gpregs_[gs]et()Al Viro1-124/+31
2020-06-26[ia64] teach elf_access_reg() to handle the missing range (r16..r31)Al Viro1-2/+4
2020-06-26[ia64] sanitize elf_access_gpreg()Al Viro1-34/+23
2020-06-26x86: kill dump_fpu()Al Viro2-17/+0
2020-06-26x86: copy_fpstate_to_sigframe(): have fpregs_soft_get() use kernel bufferAl Viro1-6/+6
2020-06-14Linux 5.8-rc1v5.8-rc1Linus Torvalds1-2/+2
2020-06-14security: Add LSM hooks to set*gid syscallsThomas Cedeno5-1/+40
2020-06-14Revert "btrfs: switch to iomap_dio_rw() for dio"David Sterba4-166/+169