summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* powerpc/83xx: handle machine check caused by watchdog timerChristophe Leroy2018-12-222-0/+3
* powerpc/fsl: Add nospectre_v2 command line argumentDiana Craciun2018-12-201-0/+5
* powerpc/fsl: Add macro to flush the branch predictorDiana Craciun2018-12-201-0/+10
* powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun2018-12-202-0/+14
* powerpc: use mm zones more sensiblyChristoph Hellwig2018-12-202-1/+2
* powerpc/dma: split the two __dma_alloc_coherent implementationsChristoph Hellwig2018-12-201-5/+0Star
* powerpc/dma: remove the unused ARCH_HAS_DMA_MMAP_COHERENT defineChristoph Hellwig2018-12-201-2/+0Star
* powerpc/perf: Add constraints for power9 l2/l3 bus eventsMadhavan Srinivasan2018-12-201-0/+2
* powerpc/perf: Update perf_regs structure to include SIERMadhavan Srinivasan2018-12-202-0/+4
* powerpc/mm: add exec protection on powerpc 603Christophe Leroy2018-12-193-13/+14
* powerpc/mm: define an empty slice_init_new_context_exec()Christophe Leroy2018-12-191-5/+9
* powerpc/uaccess: fix warning/error with access_ok()Christophe Leroy2018-12-191-1/+1
* powerpc: remove remaining bits from CONFIG_APUSChristophe Leroy2018-12-191-17/+2Star
* powerpc/mm: Eliminate not possible mmu features at compile timeChristophe Leroy2018-12-191-5/+26
* powerpc/44x: use patch_sites for TLB handlers patchingChristophe Leroy2018-12-191-0/+3
* powerpc/signal: Use code patching instead of hardcodingChristophe Leroy2018-12-191-0/+1
* powerpc/book3s/32: Use patch_site to patch hash functionsChristophe Leroy2018-12-191-0/+6
* powerpc: add modify_instruction() and modify_instruction_site()Christophe Leroy2018-12-191-0/+11
* powerpc: simplify patch_instruction_site() and patch_branch_site()Christophe Leroy2018-12-191-2/+10
* powerpc/mm: remove unused variableChristophe Leroy2018-12-191-2/+1Star
* powerpc: implement CONFIG_DEBUG_VIRTUALChristophe Leroy2018-12-191-1/+12
* powerpc/ipic: Remove unused ipic_set_priority()Michael Ellerman2018-12-171-1/+0Star
* Merge branch 'fixes' into nextMichael Ellerman2018-12-173-1/+11
|\
| * powerpc/bpf: Fix broken uapi for BPF_PROG_TYPE_PERF_EVENTSandipan Das2018-12-073-1/+11
* | powerpc/mm: dump block address translation on book3s/32Christophe Leroy2018-12-041-0/+4
* | powerpc/math-emu: Update macros from GCCJoel Stanley2018-12-041-63/+29Star
* | powerpc/8xx: reintroduce 16K pages with HW assistanceChristophe Leroy2018-12-045-2/+21
* | powerpc/8xx: Enable 512k hugepage support with HW assistanceChristophe Leroy2018-12-041-1/+3
* | powerpc/mm: fix a warning when a cache is common to PGD and hugepagesChristophe Leroy2018-12-041-1/+1
* | powerpc/mm: replace hugetlb_cache by PGT_CACHE(PTE_T_ORDER)Christophe Leroy2018-12-041-2/+0Star
* | powerpc/mm: enable the use of page table cache of order 0Christophe Leroy2018-12-044-16/+4Star
* | powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy2018-12-048-27/+39
* | powerpc/mm: add helpers to get/set mm.context->pte_fragChristophe Leroy2018-12-041-0/+25
* | powerpc/mm: Move pgtable_t into platform headersChristophe Leroy2018-12-045-14/+19
* | powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy2018-12-048-12/+40
* | powerpc/mm: Move pte_fragment_alloc() to a common locationChristophe Leroy2018-12-041-0/+1
* | powerpc/8xx: Remove PTE_ATOMIC_UPDATESChristophe Leroy2018-12-041-3/+0Star
* | powerpc/book3s32: Remove CONFIG_BOOKE dependent codeChristophe Leroy2018-12-042-32/+0Star
* | powerpc/mm: remove unused function prototypeBreno Leitao2018-12-041-1/+0Star
* | powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-262-2/+2
* | powerpc/32: Remove #ifdef CONFIG_PPC_STD_MMU_32 in asm/book3s/32/pgtable.hChristophe Leroy2018-11-261-6/+3Star
* | powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-264-4/+4
* | powerpc: Typo s/use use/use/Geert Uytterhoeven2018-11-251-1/+1
* | powerpc: mark 64-bit PD_HUGE constant as unsigned longDaniel Axtens2018-11-251-1/+1
* | powerpc/mm: remove const type qualifier from function ‘pud_pfn’Mathieu Malaterre2018-11-251-1/+1
* | powerpc/mm: Remove extern from function definitionBreno Leitao2018-11-251-3/+3
|/
* powerpc/64: Fix kernel stack 16-byte alignmentNicholas Piggin2018-11-151-0/+1
* powerpc/io: Fix the IO workarounds code to work with RadixMichael Ellerman2018-11-121-13/+7Star
* powerpc/mm/64s: Use PPC_SLBFEE macroMichael Ellerman2018-11-061-0/+2
* Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-11-023-28/+21Star
|\