summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-06-194-7/+7
|\
| * powerpc/perf: Fix crash in perf_instruction_pointer() when ppmu is not setAthira Rajeev2021-06-181-1/+1
| * powerpc: Fix initrd corruption with relative jump labelsMichael Ellerman2021-06-151-1/+1
| * powerpc/signal64: Copy siginfo before changing regs->nipMichael Ellerman2021-06-141-5/+4
| * powerpc/mem: Add back missing header to fix 'no previous prototype' errorChristophe Leroy2021-06-061-0/+1
* | Merge tag 'powerpc-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-06-068-57/+49
|\|
| * Revert "powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE() to save TCEs"Frederic Barrat2021-06-011-6/+5
| * KVM: PPC: Book3S HV: Save host FSCR in the P7/8 pathNicholas Piggin2021-05-282-1/+7
| * powerpc: Fix reverse map real-mode address lookup with huge vmallocNicholas Piggin2021-05-284-48/+35
| * powerpc/kprobes: Fix validation of prefixed instructions across page boundaryNaveen N. Rao2021-05-281-2/+2
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-292-0/+24
|\ \
| * | powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P1010 i2c controllersChris Packham2021-05-271-0/+8
| * | powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P2041 i2c controllersChris Packham2021-05-271-0/+16
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-292-1/+2
|\ \ \ | |/ / |/| |
| * | KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCKMarcelo Tosatti2021-05-271-0/+1
| * | KVM: PPC: exit halt polling on need_resched()Wanpeng Li2021-05-271-1/+1
* | | Merge tag 'powerpc-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-05-233-37/+54
|\ \ \ | | |/ | |/|
| * | powerpc/64s/syscall: Fix ptrace syscall info with scv syscallsNicholas Piggin2021-05-212-35/+52
| * | powerpc: Fix early setup to make early_ioremap() workAlexey Kardashevskiy2021-05-201-2/+2
* | | Merge tag 'quota_for_v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-05-201-1/+1
|\ \ \ | |/ / |/| |
| * | quota: Disable quotactl_path syscallJan Kara2021-05-171-1/+1
| |/
* | powerpc/64e/interrupt: Fix nvgprs being clobberedNicholas Piggin2021-05-141-14/+24
* | powerpc/64s: Make NMI record implicitly soft-masked code as irqs disabledNicholas Piggin2021-05-141-0/+7
* | powerpc/64s: Fix stf mitigation patching w/strict RWX & hashMichael Ellerman2021-05-141-10/+10
* | powerpc/64s: Fix entry flush patching w/strict RWX & hashMichael Ellerman2021-05-141-16/+43
* | powerpc/64s: Fix crashes when toggling entry flush barrierMichael Ellerman2021-05-141-1/+15
* | powerpc/64s: Fix crashes when toggling stf barrierMichael Ellerman2021-05-141-2/+17
* | KVM: PPC: Book3S HV: Fix kvm_unmap_gfn_range_hv() for Hash MMUMichael Ellerman2021-05-121-1/+1
* | powerpc/legacy_serial: Fix UBSAN: array-index-out-of-boundsChristophe Leroy2021-05-121-2/+5
* | powerpc/signal: Fix possible build failure with unsafe_copy_fpr_{to/from}_userChristophe Leroy2021-05-121-2/+2
* | powerpc/uaccess: Fix __get_user() with CONFIG_CC_HAS_ASM_GOTO_OUTPUTChristophe Leroy2021-05-121-1/+1
* | powerpc/pseries: warn if recursing into the hcall tracing codeNicholas Piggin2021-05-121-4/+10
* | powerpc/pseries: use notrace hcall variant for H_CEDE idleNicholas Piggin2021-05-122-11/+5
* | powerpc/pseries: Don't trace hcall tracing wrapperNicholas Piggin2021-05-121-2/+2
* | powerpc/pseries: Fix hcall tracing recursion in pv queued spinlocksNicholas Piggin2021-05-124-5/+33
* | powerpc/syscall: Calling kuap_save_and_lock() is wrongChristophe Leroy2021-05-121-3/+0
* | powerpc/interrupts: Fix kuep_unlock() callChristophe Leroy2021-05-122-2/+1
|/
* Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2021-05-081-1/+1
|\
| * kbuild: replace LANG=C with LC_ALL=CMasahiro Yamada2021-05-021-1/+1
* | Merge branch 'master' into nextMichael Ellerman2021-05-086-37/+16
|\ \
| * \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-071-5/+0
| |\ \
| | * | mm: remove xlate_dev_kmem_ptr()David Hildenbrand2021-05-071-5/+0
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-053-26/+10
| |\| |
| | * | mm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCKAnshuman Khandual2021-05-051-4/+1
| | * | mm: drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATIONAnshuman Khandual2021-05-051-4/+1
| | * | mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Anshuman Khandual2021-05-051-6/+2
| | * | mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)Anshuman Khandual2021-05-052-6/+3
| | * | mm: generalize HUGETLB_PAGE_SIZE_VARIABLEAnshuman Khandual2021-05-051-5/+1
| | * | hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu2021-05-051-1/+2
| * | | Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-041-3/+3
| |\ \ \