summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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-27Merge branches 'regset.x86', 'regset.ia64', 'regset.sparc' and 'regset.arm64'...Al Viro7-410/+588
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-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds39-303/+303
2020-06-13Merge tag 'powerpc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2020-06-13Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-2/+64
2020-06-13Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-2/+2
2020-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds8-30/+121
2020-06-13Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-180/+233
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds88-2269/+2554
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada35-297/+297
2020-06-13ARM: 8985/1: efi/decompressor: deal with HYP mode boot gracefullyArd Biesheuvel1-0/+62
2020-06-13ARM: 8984/1: Kconfig: set default ZBOOT_ROM_TEXT/BSS value to 0x0Chris Packham1-2/+2
2020-06-12alpha: Fix build around srm_sysrq_reboot_opJoerg Roedel1-1/+6
2020-06-12alpha: c_next should increase position indexMatt Turner1-0/+1
2020-06-12alpha: Replace sg++ with sg = sg_next(sg)Xu Wang1-1/+1
2020-06-12alpha: fix memory barriers so that they conform to the specificationMikulas Patocka2-22/+112
2020-06-12alpha: remove unneeded semicolon in sys_eiger.cJason Yan1-1/+1
2020-06-12alpha: remove unneeded semicolon in osf_sys.cJason Yan1-1/+1
2020-06-12alpha: Replace strncmp with str_has_prefixChuhong Yuan2-2/+2
2020-06-12alpha: fix rtc port rangesMikulas Patocka1-1/+1
2020-06-12alpha: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult1-2/+2
2020-06-12x86/entry: Force rcu_irq_enter() when in idle taskThomas Gleixner1-7/+28
2020-06-12Merge tag 'nios2-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-0/+1
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds68-669/+1707
2020-06-12x86/entry: Make NMI use IDTENTRY_RAWThomas Gleixner2-3/+3
2020-06-12x86/entry: Treat BUG/WARN as NMI-like entriesAndy Lutomirski3-29/+52
2020-06-12KVM: PPC: Fix nested guest RC bits updateAlexey Kardashevskiy1-1/+1