summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-07-27regset(): kill ->get_size()Al Viro
2020-07-27csky: switch to ->regset_get()Al Viro
2020-07-27xtensa: switch to ->regset_get()Al Viro
2020-07-27parisc: switch to ->regset_get()Al Viro
2020-07-27nds32: switch to ->regset_get()Al Viro
2020-07-27nios2: switch to ->regset_get()Al Viro
2020-07-27hexagon: switch to ->regset_get()Al Viro
2020-07-27h8300: switch to ->regset_get()Al Viro
2020-07-27openrisc: switch to ->regset_get()Al Viro
2020-07-27riscv: switch to ->regset_get()Al Viro
2020-07-27c6x: switch to ->regset_get()Al Viro
2020-07-27ia64: switch to ->regset_get()Al Viro
2020-07-27arc: switch to ->regset_get()Al Viro
2020-07-27arm: switch to ->regset_get()Al Viro
2020-07-27sh: convert to ->regset_get()Al Viro
2020-07-27arm64: switch to ->regset_get()Al Viro
2020-07-27mips: switch to ->regset_get()Al Viro
2020-07-27sparc: switch to ->regset_get()Al Viro
2020-07-27s390: switch to ->regset_get()Al Viro
2020-07-27powerpc: switch to ->regset_get()Al Viro
2020-07-27x86: switch to ->regset_get()Al Viro
2020-07-27Merge branches 'regset.x86', 'regset.ia64', 'regset.sparc' and 'regset.arm64'...Al Viro
2020-07-27sparc64: get rid of odd callers of copy_regset_from_user()Al Viro
2020-07-27sparc32: get rid of odd callers of copy_regset_from_user()Al Viro
2020-06-26arm64: sanitize compat_ptrace_write_user()Al Viro
2020-06-26arm64: get rid of copy_regset_to_user() in compat_ptrace_read_user()Al Viro
2020-06-26arm64: take fetching compat reg out of pt_regs into a new helperAl Viro
2020-06-26sparc64: get rid of odd callers of copy_regset_to_user()Al Viro
2020-06-26sparc32: get rid of odd callers of copy_regset_to_user()Al Viro
2020-06-26sparc64: switch genregs32_get() to use of get_from_target()Al Viro
2020-06-26[ia64] access_uarea(): don't bother with fpregs_[gs]et()Al Viro
2020-06-26[ia64] access_uarea(): stop bothering with gpregs_[gs]et()Al Viro
2020-06-26[ia64] regularize do_gpregs_[gs]et()Al Viro
2020-06-26[ia64] teach elf_access_reg() to handle the missing range (r16..r31)Al Viro
2020-06-26[ia64] sanitize elf_access_gpreg()Al Viro
2020-06-26x86: kill dump_fpu()Al Viro
2020-06-26x86: copy_fpstate_to_sigframe(): have fpregs_soft_get() use kernel bufferAl Viro
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-13Merge tag 'powerpc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-06-13Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2020-06-13Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds
2020-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds
2020-06-13Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-13ARM: 8985/1: efi/decompressor: deal with HYP mode boot gracefullyArd Biesheuvel
2020-06-13ARM: 8984/1: Kconfig: set default ZBOOT_ROM_TEXT/BSS value to 0x0Chris Packham
2020-06-12alpha: Fix build around srm_sysrq_reboot_opJoerg Roedel
2020-06-12alpha: c_next should increase position indexMatt Turner
2020-06-12alpha: Replace sg++ with sg = sg_next(sg)Xu Wang