summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorLines
2020-04-10powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe-3/+6
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual-12/+4
2020-04-09Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-2/+3
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-92/+168
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-14/+17
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada-4/+0
2020-04-03powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek-2/+2
2020-04-03powerpc: Add back __ARCH_WANT_SYS_LLSEEK macroMichal Suchanek-0/+1
2020-04-01powerpc: Make setjmp/longjmp signature standardClement Courbet-2/+4
2020-04-01powerpc/32: drop unused ISA_DMA_THRESHOLDMike Rapoport-2/+1
2020-04-01powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64Christophe Leroy-0/+2
2020-04-01powerpc/64s: Implement interrupt exit logic in CNicholas Piggin-0/+19
2020-04-01powerpc/64: Implement soft interrupt replay in CNicholas Piggin-1/+0
2020-04-01powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin-12/+66
2020-04-01powerpc/64s/exception: Avoid touching the stack in hdecrementerNicholas Piggin-1/+0
2020-04-01powerpc/64s/exception: Move real to virt switch into the common handlerNicholas Piggin-4/+0
2020-03-31Merge tag 'kvm-ppc-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-3/+11
2020-03-31Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini-0/+9
2020-03-28Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner-3/+2
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro-3/+2
2020-03-27powerpc/64: Avoid isync in flush_dcache_range()Aneesh Kumar K.V-5/+1
2020-03-27powerpc/pseries: Handle UE event for memcpy_mcsafeGanesh Goudar-0/+2
2020-03-27powerpc: Prefer __section and __printf from compiler_attributes.hNick Desaulniers-1/+1
2020-03-26KVM: PPC: Book3S HV: Add a capability for enabling secure guestsPaul Mackerras-0/+8
2020-03-25powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran-3/+3
2020-03-25powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran-6/+8
2020-03-25powerpc/eeh: Remove eeh_add_device_tree_late()Oliver O'Halloran-3/+0
2020-03-25powerpc/eeh: Add sysfs files in late probeOliver O'Halloran-3/+0
2020-03-25powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...Aneesh Kumar K.V-2/+21
2020-03-25powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.Christophe Leroy-4/+4
2020-03-19KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()Greg Kurz-2/+0
2020-03-19KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVMGreg Kurz-1/+0
2020-03-19KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like th...Gustavo Romero-0/+3
2020-03-16KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson-4/+2
2020-03-16KVM: PPC: Move memslot memory allocation into prepare_memory_region()Sean Christopherson-7/+4
2020-03-13powerpc/vdso: remove deprecated VDS64_HAS_DESCRIPTORS referencesJoe Lawrence-24/+0
2020-03-13powerpc/32: Fix missing NULL pmd check in virt_to_kpte()Christophe Leroy-1/+3
2020-03-10Merge branch 'fixes' into nextMichael Ellerman-0/+9
2020-03-04powerpc/numa: Remove late request for home node associativitySrikar Dronamraju-4/+0
2020-03-04powerpc/smp: Use nid as fallback for package_idSrikar Dronamraju-0/+6
2020-03-04powerpc: Add current_stack_pointer as a register globalChristophe Leroy-0/+2
2020-03-04powerpc: Rename current_stack_pointer() to current_stack_frame()Michael Ellerman-2/+2
2020-03-04powerpc/powernv: Add explicit fast-reboot supportOliver O'Halloran-0/+1
2020-03-04powerpc/mm: Don't kmap_atomic() in pte_offset_map() on PPC32Christophe Leroy-8/+4
2020-03-04powerpc/kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-3/+0
2020-02-26powerpc/32: drop get_pteptr()Christophe Leroy-0/+5
2020-02-26powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...Christophe Leroy-0/+12
2020-02-19powerpc/pseries: Avoid NULL pointer dereference when drmem is unavailableLibor Pechacek-2/+2
2020-02-18powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy-0/+4
2020-02-17powerpc/hugetlb: Fix 8M hugepages on 8xxChristophe Leroy-0/+5