summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-05-221-4/+4
|\
| * Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."Christophe Leroy2020-05-201-4/+4
* | Merge tag 'powerpc-5.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-05-163-16/+55
|\|
| * powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy2020-05-071-1/+1
| * powerpc/64s: Fix unrecoverable SLB crashes due to preemption checkMichael Ellerman2020-05-041-1/+19
| * powerpc/uaccess: Evaluate macro arguments once, before user access is allowedNicholas Piggin2020-04-301-14/+35
* | arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2020-04-232-18/+20
|/
* powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe2020-04-103-3/+6
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-102-12/+4
* Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-092-2/+3
|\
| * powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek2020-04-031-2/+2
| * powerpc: Add back __ARCH_WANT_SYS_LLSEEK macroMichal Suchanek2020-04-031-0/+1
* | Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-0530-92/+168
|\|
| * powerpc: Make setjmp/longjmp signature standardClement Courbet2020-04-011-2/+4
| * powerpc/32: drop unused ISA_DMA_THRESHOLDMike Rapoport2020-04-011-2/+1
| * powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64Christophe Leroy2020-04-011-0/+2
| * powerpc/64s: Implement interrupt exit logic in CNicholas Piggin2020-04-014-0/+19
| * powerpc/64: Implement soft interrupt replay in CNicholas Piggin2020-04-011-1/+0
| * powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin2020-04-018-12/+66
| * powerpc/64s/exception: Avoid touching the stack in hdecrementerNicholas Piggin2020-04-011-1/+0
| * powerpc/64s/exception: Move real to virt switch into the common handlerNicholas Piggin2020-04-011-4/+0
| * powerpc/64: Avoid isync in flush_dcache_range()Aneesh Kumar K.V2020-03-271-5/+1
| * powerpc/pseries: Handle UE event for memcpy_mcsafeGanesh Goudar2020-03-271-0/+2
| * powerpc: Prefer __section and __printf from compiler_attributes.hNick Desaulniers2020-03-271-1/+1
| * powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran2020-03-251-3/+3
| * powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran2020-03-251-6/+8
| * powerpc/eeh: Remove eeh_add_device_tree_late()Oliver O'Halloran2020-03-251-3/+0
| * powerpc/eeh: Add sysfs files in late probeOliver O'Halloran2020-03-251-3/+0
| * powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...Aneesh Kumar K.V2020-03-254-2/+21
| * powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.Christophe Leroy2020-03-251-4/+4
| * powerpc/vdso: remove deprecated VDS64_HAS_DESCRIPTORS referencesJoe Lawrence2020-03-131-24/+0
| * powerpc/32: Fix missing NULL pmd check in virt_to_kpte()Christophe Leroy2020-03-131-1/+3
| * Merge branch 'fixes' into nextMichael Ellerman2020-03-102-0/+9
| |\
| * | powerpc/numa: Remove late request for home node associativitySrikar Dronamraju2020-03-041-4/+0
| * | powerpc/smp: Use nid as fallback for package_idSrikar Dronamraju2020-03-041-0/+6
| * | powerpc: Add current_stack_pointer as a register globalChristophe Leroy2020-03-041-0/+2
| * | powerpc: Rename current_stack_pointer() to current_stack_frame()Michael Ellerman2020-03-042-2/+2
| * | powerpc/powernv: Add explicit fast-reboot supportOliver O'Halloran2020-03-041-0/+1
| * | powerpc/mm: Don't kmap_atomic() in pte_offset_map() on PPC32Christophe Leroy2020-03-042-8/+4
| * | powerpc/kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-03-041-3/+0
| * | powerpc/32: drop get_pteptr()Christophe Leroy2020-02-261-0/+5
| * | powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...Christophe Leroy2020-02-261-0/+12
| * | powerpc/pseries: Avoid NULL pointer dereference when drmem is unavailableLibor Pechacek2020-02-191-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-024-14/+17
|\ \ \
| * \ \ Merge tag 'kvm-ppc-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-03-314-3/+11
| |\ \ \
| | * | | KVM: PPC: Book3S HV: Add a capability for enabling secure guestsPaul Mackerras2020-03-263-0/+8
| | * | | KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()Greg Kurz2020-03-191-2/+0
| | * | | KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVMGreg Kurz2020-03-191-1/+0
| | * | | KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like th...Gustavo Romero2020-03-191-0/+3
| * | | | Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-03-312-0/+9
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|