aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-02powerpc: Add new HWCAP bitsAlistair Popple1-0/+2
2020-06-02powerpc/64s: Don't set FSCR bits in INIT_THREADMichael Ellerman1-1/+0
2020-06-02powerpc/32s: Fix another build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy1-1/+2
2020-06-02powerpc/module_64: Consolidate ftrace codeNaveen N. Rao1-3/+0
2020-06-02powerpc/8xx: Reduce time spent in allow_user_access() and friendsChristophe Leroy1-8/+8
2020-06-02powerpc/rtas: Implement reentrant rtas callLeonardo Bras2-0/+3
2020-06-02powerpc/rtas: Move type/struct definitions from rtas.h into rtas-types.hLeonardo Bras2-117/+125
2020-06-02powerpc/kernel: Enables memory hot-remove after reboot on pseries guestsLeonardo Bras1-0/+1
2020-06-02hw-breakpoints: Fix build warnings with clangRavi Bangoria1-3/+0
2020-05-28powerpc/hv-24x7: Add rtas call in hv-24x7 driver to get processor detailsKajol Jain1-0/+6
2020-05-28powerpc/64s/kuap: Conditionally restore AMR in kuap_restore_amr asmNicholas Piggin1-3/+7
2020-05-28powerpc/64/kuap: Conditionally restore AMR in interrupt exitNicholas Piggin1-3/+19
2020-05-28powerpc/64s/kuap: Add missing isync to KUAP restore pathsNicholas Piggin1-1/+10
2020-05-28powerpc: Remove IBM405 Erratum #77Christophe Leroy7-53/+0
2020-05-28powerpc/40x: Remove support for IBM 403GCXChristophe Leroy3-67/+1
2020-05-28powerpc/pgtable: Drop PTE_ATOMIC_UPDATESChristophe Leroy1-15/+0
2020-05-28powerpc/40x: Rework 40x PTE access and TLB missChristophe Leroy2-22/+3
2020-05-28powerpc: Remove Xilinx PPC405/PPC440 supportMichal Simek2-37/+0
2020-05-28powerpc/64s/radix: Don't prefetch DAR in update_mmu_cacheNicholas Piggin1-2/+5
2020-05-26powerpc: Add ppc_inst_as_u64()Michael Ellerman1-0/+9
2020-05-26powerpc: Add ppc_inst_next()Michael Ellerman1-0/+13
2020-05-26Merge branch 'fixes' into nextMichael Ellerman3-6/+24
2020-05-26Merge "Use hugepages to map kernel mem on 8xx" into nextMichael Ellerman13-239/+125
2020-05-26powerpc/32s: Implement dedicated kasan_init_region()Christophe Leroy1-0/+1
2020-05-26powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy2-0/+7
2020-05-26powerpc/8xx: Remove now unused TLB miss functionsChristophe Leroy1-7/+1
2020-05-26powerpc/8xx: Add function to set pinned TLBsChristophe Leroy1-0/+2
2020-05-26powerpc/8xx: MM_SLICE is not needed anymoreChristophe Leroy3-86/+0
2020-05-26powerpc/8xx: Only 8M pages are hugepte pages nowChristophe Leroy1-4/+3
2020-05-26powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy3-5/+11
2020-05-26powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.Christophe Leroy1-7/+6
2020-05-26powerpc/8xx: Drop CONFIG_8xx_COPYBACK optionChristophe Leroy1-2/+0
2020-05-26powerpc/mm: Reduce hugepd size for 8M hugepages on 8xxChristophe Leroy2-1/+22
2020-05-26powerpc/mm: Create a dedicated pte_update() for 8xxChristophe Leroy1-4/+25
2020-05-26powerpc/mm: Standardise pte_update() prototype between PPC32 and PPC64Christophe Leroy3-17/+15
2020-05-26powerpc/mm: Standardise __ptep_test_and_clear_young() params between PPC32 and PPC64Christophe Leroy2-5/+7
2020-05-26powerpc/mm: Refactor pte_update() on book3s/32Christophe Leroy1-38/+20
2020-05-26powerpc/mm: Refactor pte_update() on nohash/32Christophe Leroy1-22/+4
2020-05-26powerpc/mm: PTE_ATOMIC_UPDATES is only for 40xChristophe Leroy2-44/+1
2020-05-26powerpc/mm: Allocate static page tables for fixmapChristophe Leroy1-0/+4
2020-05-20powerpc/kasan: Declare kasan_init_region() weakChristophe Leroy1-0/+3
2020-05-20powerpc/kasan: Fix shadow pages allocation failureChristophe Leroy1-2/+0
2020-05-20powerpc/kasan: Fix issues by lowering KASAN_SHADOW_ENDChristophe Leroy1-3/+1
2020-05-20powerpc/64s/pgtable: fix an undefined behaviourQian Cai1-4/+19
2020-05-20powerpc/64s: Fix early_init_mmu section mismatchNicholas Piggin1-1/+1
2020-05-20Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-0/+8
2020-05-20Merge branch 'topic/uaccess-ppc' into nextMichael Ellerman3-25/+142
2020-05-20Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."Christophe Leroy1-4/+4
2020-05-19powerpc/watchpoint: Don't allow concurrent perf and ptrace eventsRavi Bangoria1-0/+2
2020-05-19powerpc/watchpoint: Prepare handler to handle more than one watchpointRavi Bangoria2-1/+3