aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun2-0/+14
2018-12-20powerpc: use mm zones more sensiblyChristoph Hellwig2-1/+2
2018-12-20powerpc/dma: split the two __dma_alloc_coherent implementationsChristoph Hellwig1-5/+0
2018-12-20powerpc/dma: remove the unused ARCH_HAS_DMA_MMAP_COHERENT defineChristoph Hellwig1-2/+0
2018-12-20powerpc/perf: Add constraints for power9 l2/l3 bus eventsMadhavan Srinivasan1-0/+2
2018-12-20powerpc/perf: Update perf_regs structure to include SIERMadhavan Srinivasan1-0/+3
2018-12-19powerpc/mm: add exec protection on powerpc 603Christophe Leroy3-13/+14
2018-12-19powerpc/mm: define an empty slice_init_new_context_exec()Christophe Leroy1-5/+9
2018-12-19powerpc/uaccess: fix warning/error with access_ok()Christophe Leroy1-1/+1
2018-12-19powerpc: remove remaining bits from CONFIG_APUSChristophe Leroy1-17/+2
2018-12-19powerpc/mm: Eliminate not possible mmu features at compile timeChristophe Leroy1-5/+26
2018-12-19powerpc/44x: use patch_sites for TLB handlers patchingChristophe Leroy1-0/+3
2018-12-19powerpc/signal: Use code patching instead of hardcodingChristophe Leroy1-0/+1
2018-12-19powerpc/book3s/32: Use patch_site to patch hash functionsChristophe Leroy1-0/+6
2018-12-19powerpc: add modify_instruction() and modify_instruction_site()Christophe Leroy1-0/+11
2018-12-19powerpc: simplify patch_instruction_site() and patch_branch_site()Christophe Leroy1-2/+10
2018-12-19powerpc/mm: remove unused variableChristophe Leroy1-2/+1
2018-12-19powerpc: implement CONFIG_DEBUG_VIRTUALChristophe Leroy1-1/+12
2018-12-17powerpc/ipic: Remove unused ipic_set_priority()Michael Ellerman1-1/+0
2018-12-17Merge branch 'fixes' into nextMichael Ellerman1-0/+2
2018-12-17KVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants 1 & 2Suraj Jitindar Singh2-0/+5
2018-12-17KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guestSuraj Jitindar Singh2-1/+4
2018-12-17KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops structSuraj Jitindar Singh1-0/+4
2018-12-17KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2Suraj Jitindar Singh1-0/+4
2018-12-17KVM: PPC: Book3S HV: Add function kvmhv_vcpu_is_radix()Suraj Jitindar Singh1-0/+13
2018-12-17KVM: PPC: Book3S HV: Flush guest mappings when turning dirty tracking on/offPaul Mackerras1-0/+2
2018-12-17KVM: PPC: Book3S HV: Cleanups - constify memslots, fix commentsPaul Mackerras2-7/+4
2018-12-17KVM: PPC: Pass change type down to memslot commit functionBharata B Rao1-2/+4
2018-12-13dma-mapping: move various slow path functions out of lineChristoph Hellwig1-1/+0
2018-12-07ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang1-0/+2
2018-12-07powerpc/bpf: Fix broken uapi for BPF_PROG_TYPE_PERF_EVENTSandipan Das1-0/+2
2018-12-06powerpc/iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig1-4/+0
2018-12-04powerpc/mm: dump block address translation on book3s/32Christophe Leroy1-0/+4
2018-12-04powerpc/math-emu: Update macros from GCCJoel Stanley1-63/+29
2018-12-04powerpc/8xx: reintroduce 16K pages with HW assistanceChristophe Leroy5-2/+21
2018-12-04powerpc/8xx: Enable 512k hugepage support with HW assistanceChristophe Leroy1-1/+3
2018-12-04powerpc/mm: fix a warning when a cache is common to PGD and hugepagesChristophe Leroy1-1/+1
2018-12-04powerpc/mm: replace hugetlb_cache by PGT_CACHE(PTE_T_ORDER)Christophe Leroy1-2/+0
2018-12-04powerpc/mm: enable the use of page table cache of order 0Christophe Leroy4-16/+4
2018-12-04powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy8-27/+39
2018-12-04powerpc/mm: add helpers to get/set mm.context->pte_fragChristophe Leroy1-0/+25
2018-12-04powerpc/mm: Move pgtable_t into platform headersChristophe Leroy5-14/+19
2018-12-04powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy8-12/+40
2018-12-04powerpc/mm: Move pte_fragment_alloc() to a common locationChristophe Leroy1-0/+1
2018-12-04powerpc/8xx: Remove PTE_ATOMIC_UPDATESChristophe Leroy1-3/+0
2018-12-04powerpc/book3s32: Remove CONFIG_BOOKE dependent codeChristophe Leroy2-32/+0
2018-12-04powerpc/mm: remove unused function prototypeBreno Leitao1-1/+0
2018-11-26powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy2-2/+2
2018-11-26powerpc/32: Remove #ifdef CONFIG_PPC_STD_MMU_32 in asm/book3s/32/pgtable.hChristophe Leroy1-6/+3
2018-11-26powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy4-4/+4