summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-04-02arm64/mm: use helper fault_signal_pending()Peter Xu1-12/+7
2020-04-02arc/mm: use helper fault_signal_pending()Peter Xu1-21/+13
2020-04-02x86/mm: use helper fault_signal_pending()Peter Xu1-15/+13
2020-04-02mm: introduce fault_signal_pending()Peter Xu17-18/+17
2020-04-02mm/vma: make vma_is_foreign() available for general useAnshuman Khandual2-27/+0
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada24-555/+0
2020-04-03powerpc/perf: split callchain.c by bitnessMichal Suchanek5-356/+394
2020-04-03powerpc/64: Make COMPAT user-selectable disabled on littleendian by default.Michal Suchanek1-2/+3
2020-04-03powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek8-13/+20
2020-04-03powerpc/perf: consolidate valid_user_sp -> invalid_user_spMichal Suchanek1-16/+10
2020-04-03powerpc/perf: consolidate read_user_stack_32Michal Suchanek1-24/+24
2020-04-03powerpc: move common register copy functions from signal_32.c to signal.cMichal Suchanek2-140/+141
2020-04-03powerpc: Add back __ARCH_WANT_SYS_LLSEEK macroMichal Suchanek1-0/+1
2020-04-03powerpc/ps3: Set CONFIG_UEVENT_HELPER=y in ps3_defconfigGeoff Levand1-0/+2
2020-04-03powerpc/ps3: Remove duplicate error messageMarkus Elfring1-3/+1
2020-04-03powerpc/powernv: Re-enable imc trace-mode in kernelAnju T Sudhakar1-8/+1
2020-04-03powerpc/perf: Implement a global lock to avoid races between trace, core and ...Anju T Sudhakar1-24/+149
2020-04-03powerpc/pseries: Fix MCE handling on pseriesGanesh Goudar1-0/+11
2020-04-03powerpc/64s: Fix doorbell wakeup msgclr optimisationNicholas Piggin2-19/+13
2020-04-02csky: Enable LOCKDEP_SUPPORTGuo Ren2-0/+14
2020-04-01Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-0/+3
2020-04-01Merge tag 'drm-next-2020-04-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds7-10/+9
2020-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+3
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds8-2256/+1342
2020-04-01arm64: remove CONFIG_DEBUG_ALIGN_RODATA featureArd Biesheuvel2-24/+1
2020-04-01arm64: Always force a branch protection mode when the compiler has oneMark Brown1-1/+6
2020-04-01x86: start using named parameters for low-level uaccess asmsLinus Torvalds1-11/+15
2020-04-01x86: get rid of 'rtype' argument to __get_user_asm() macroLinus Torvalds1-11/+17
2020-04-01x86: get rid of 'rtype' argument to __put_user_goto() macroLinus Torvalds1-7/+7
2020-04-01vhost: refine vhost and vringh kconfigJason Wang6-16/+0
2020-04-01arm64: Kconfig: ptrauth: Add binutils version check to fix mismatchAmit Daniel Kachhap1-1/+4
2020-04-01Merge tag 'irqchip-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner3-3/+23
2020-04-01Revert "irqchip/xilinx: Enable generic irq multi handler"Marc Zyngier3-3/+23
2020-04-01powerpc: Make setjmp/longjmp signature standardClement Courbet3-8/+4
2020-04-01powerpc/cputable: Remove unnecessary copy of cpu_spec->oprofile_typeLeonardo Bras1-1/+0
2020-04-01powerpc: Suppress .eh_frame generationNaveen N. Rao1-0/+3
2020-04-01powerpc: Drop -fno-dwarf2-cfi-asmNaveen N. Rao1-5/+0
2020-04-01powerpc/32: drop unused ISA_DMA_THRESHOLDMike Rapoport7-10/+1
2020-04-01powerpc/vmlinux.lds: Explicitly retain .gnu.hashMichael Ellerman1-0/+1
2020-04-01powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.cChristophe Leroy2-19/+16
2020-04-01powerpc/ptrace: create ppc_gethwdinfo()Christophe Leroy4-31/+37
2020-04-01powerpc/ptrace: create ptrace_get_debugreg()Christophe Leroy4-16/+26
2020-04-01powerpc/ptrace: split out ADV_DEBUG_REGS related functions.Christophe Leroy5-650/+709
2020-04-01powerpc/ptrace: move register viewing functions out of ptrace.cChristophe Leroy4-968/+949
2020-04-01powerpc/ptrace: split out TRANSACTIONAL_MEM related functions.Christophe Leroy4-914/+943
2020-04-01powerpc/ptrace: split out SPE related functions.Christophe Leroy4-66/+78
2020-04-01powerpc/ptrace: split out ALTIVEC related functions.Christophe Leroy4-124/+138
2020-04-01powerpc/ptrace: split out VSX related functions.Christophe Leroy5-172/+241
2020-04-01powerpc/ptrace: drop PARAMETER_SAVE_AREA_OFFSETChristophe Leroy1-10/+0
2020-04-01powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64Christophe Leroy2-15/+5