summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* userfaultfd: wp: add pmd_swp_*uffd_wp() helpersPeter Xu2020-04-071-0/+15
* userfaultfd: wp: add WP pagetable tracking to x86Andrea Arcangeli2020-04-074-2/+71
* mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual2020-04-073-3/+3
* mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual2020-04-071-1/+1
* mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-076-6/+6
* Merge tag 'acpi-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-04-061-1/+2
|\
| * x86: ACPI: fix CPU hotplug deadlockQian Cai2020-04-041-1/+2
* | Merge tag 'csky-for-linus-5.7-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2020-04-0634-74/+1807
|\ \
| * | csky: Fixup cpu speculative execution to IO areaGuo Ren2020-04-035-58/+25
| * | csky: Add uprobes supportGuo Ren2020-04-038-1/+201
| * | csky: Add kprobes supportedGuo Ren2020-04-0316-2/+1197
| * | csky: Enable LOCKDEP_SUPPORTGuo Ren2020-04-022-0/+14
| * | csky: Enable the gcov functionMa Jun2020-04-011-0/+1
| * | csky: Fixup get wrong psr value from phyical regGuo Ren2020-04-013-1/+18
| * | csky/ftrace: Fixup ftrace_modify_code deadlock without CPU_HAS_ICACHE_INSGuo Ren2020-03-312-6/+70
| * | csky: Implement ftrace with regsGuo Ren2020-03-086-0/+123
| * | csky: Add support for restartable sequenceGuo Ren2020-03-083-1/+8
| * | csky: Implement ptrace regs and stack APIGuo Ren2020-03-083-0/+145
| * | csky: Fixup init_fpu compile warning with __initGuo Ren2020-03-083-6/+5
* | | Merge tag 'irq-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-053-3/+23
|\ \ \
| * \ \ Merge tag 'irqchip-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2020-04-013-3/+23
| |\ \ \
| | * | | Revert "irqchip/xilinx: Enable generic irq multi handler"Marc Zyngier2020-04-013-3/+23
* | | | | Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-05153-6047/+7308
|\ \ \ \ \
| * | | | | powerpc: Make setjmp/longjmp signature standardClement Courbet2020-04-013-8/+4
| * | | | | powerpc/cputable: Remove unnecessary copy of cpu_spec->oprofile_typeLeonardo Bras2020-04-011-1/+0
| * | | | | powerpc: Suppress .eh_frame generationNaveen N. Rao2020-04-011-0/+3
| * | | | | powerpc: Drop -fno-dwarf2-cfi-asmNaveen N. Rao2020-04-011-5/+0
| * | | | | powerpc/32: drop unused ISA_DMA_THRESHOLDMike Rapoport2020-04-017-10/+1
| * | | | | powerpc/vmlinux.lds: Explicitly retain .gnu.hashMichael Ellerman2020-04-011-0/+1
| * | | | | powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.cChristophe Leroy2020-04-012-19/+16
| * | | | | powerpc/ptrace: create ppc_gethwdinfo()Christophe Leroy2020-04-014-31/+37
| * | | | | powerpc/ptrace: create ptrace_get_debugreg()Christophe Leroy2020-04-014-16/+26
| * | | | | powerpc/ptrace: split out ADV_DEBUG_REGS related functions.Christophe Leroy2020-04-015-650/+709
| * | | | | powerpc/ptrace: move register viewing functions out of ptrace.cChristophe Leroy2020-04-014-968/+949
| * | | | | powerpc/ptrace: split out TRANSACTIONAL_MEM related functions.Christophe Leroy2020-04-014-914/+943
| * | | | | powerpc/ptrace: split out SPE related functions.Christophe Leroy2020-04-014-66/+78
| * | | | | powerpc/ptrace: split out ALTIVEC related functions.Christophe Leroy2020-04-014-124/+138
| * | | | | powerpc/ptrace: split out VSX related functions.Christophe Leroy2020-04-015-172/+241
| * | | | | powerpc/ptrace: drop PARAMETER_SAVE_AREA_OFFSETChristophe Leroy2020-04-011-10/+0
| * | | | | powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64Christophe Leroy2020-04-012-15/+5
| * | | | | powerpc/ptrace: remove unused header includesChristophe Leroy2020-04-012-28/+2
| * | | | | powerpc: Move ptrace into a subdirectory.Christophe Leroy2020-04-014-5/+12
| * | | | | powerpc/64/syscall: Reconcile interruptsNicholas Piggin2020-04-012-14/+21
| * | | | | powerpc/64s/exception: Remove lite interrupt returnNicholas Piggin2020-04-012-16/+14
| * | | | | powerpc/64s: Implement interrupt exit logic in CNicholas Piggin2020-04-0111-526/+652
| * | | | | powerpc/64: Implement soft interrupt replay in CNicholas Piggin2020-04-014-115/+130
| * | | | | powerpc/64/syscall: Zero volatile registers when returningNicholas Piggin2020-04-011-0/+13
| * | | | | powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin2020-04-0113-306/+326
| * | | | | powerpc/64/sstep: Ifdef the deprecated fast endian switch syscallNicholas Piggin2020-04-011-2/+3
| * | | | | powerpc/64/syscall: Remove non-volatile GPR save optimisationNicholas Piggin2020-04-012-66/+28