summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | hw-breakpoints: Fix build warnings with clangRavi Bangoria2020-06-021-3/+0
| * | | | powerpc/hv-24x7: Add rtas call in hv-24x7 driver to get processor detailsKajol Jain2020-05-281-0/+6
| * | | | powerpc/64s/kuap: Conditionally restore AMR in kuap_restore_amr asmNicholas Piggin2020-05-281-3/+7
| * | | | powerpc/64/kuap: Conditionally restore AMR in interrupt exitNicholas Piggin2020-05-281-3/+19
| * | | | powerpc/64s/kuap: Add missing isync to KUAP restore pathsNicholas Piggin2020-05-281-1/+10
| * | | | powerpc: Remove IBM405 Erratum #77Christophe Leroy2020-05-287-53/+0
| * | | | powerpc/40x: Remove support for IBM 403GCXChristophe Leroy2020-05-283-67/+1
| * | | | powerpc/pgtable: Drop PTE_ATOMIC_UPDATESChristophe Leroy2020-05-281-15/+0
| * | | | powerpc/40x: Rework 40x PTE access and TLB missChristophe Leroy2020-05-282-22/+3
| * | | | powerpc: Remove Xilinx PPC405/PPC440 supportMichal Simek2020-05-282-37/+0
| * | | | powerpc/64s/radix: Don't prefetch DAR in update_mmu_cacheNicholas Piggin2020-05-281-2/+5
| * | | | powerpc: Add ppc_inst_as_u64()Michael Ellerman2020-05-261-0/+9
| * | | | powerpc: Add ppc_inst_next()Michael Ellerman2020-05-261-0/+13
| * | | | Merge branch 'fixes' into nextMichael Ellerman2020-05-263-6/+24
| |\ \ \ \
| * \ \ \ \ Merge "Use hugepages to map kernel mem on 8xx" into nextMichael Ellerman2020-05-2613-239/+125
| |\ \ \ \ \
| | * | | | | powerpc/32s: Implement dedicated kasan_init_region()Christophe Leroy2020-05-261-0/+1
| | * | | | | powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy2020-05-262-0/+7
| | * | | | | powerpc/8xx: Remove now unused TLB miss functionsChristophe Leroy2020-05-261-7/+1
| | * | | | | powerpc/8xx: Add function to set pinned TLBsChristophe Leroy2020-05-261-0/+2
| | * | | | | powerpc/8xx: MM_SLICE is not needed anymoreChristophe Leroy2020-05-263-86/+0
| | * | | | | powerpc/8xx: Only 8M pages are hugepte pages nowChristophe Leroy2020-05-261-4/+3
| | * | | | | powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy2020-05-263-5/+11
| | * | | | | powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.Christophe Leroy2020-05-261-7/+6
| | * | | | | powerpc/8xx: Drop CONFIG_8xx_COPYBACK optionChristophe Leroy2020-05-261-2/+0
| | * | | | | powerpc/mm: Reduce hugepd size for 8M hugepages on 8xxChristophe Leroy2020-05-262-1/+22
| | * | | | | powerpc/mm: Create a dedicated pte_update() for 8xxChristophe Leroy2020-05-261-4/+25
| | * | | | | powerpc/mm: Standardise pte_update() prototype between PPC32 and PPC64Christophe Leroy2020-05-263-17/+15
| | * | | | | powerpc/mm: Standardise __ptep_test_and_clear_young() params between PPC32 an...Christophe Leroy2020-05-262-5/+7
| | * | | | | powerpc/mm: Refactor pte_update() on book3s/32Christophe Leroy2020-05-261-38/+20
| | * | | | | powerpc/mm: Refactor pte_update() on nohash/32Christophe Leroy2020-05-261-22/+4
| | * | | | | powerpc/mm: PTE_ATOMIC_UPDATES is only for 40xChristophe Leroy2020-05-262-44/+1
| | * | | | | powerpc/mm: Allocate static page tables for fixmapChristophe Leroy2020-05-261-0/+4
| | * | | | | powerpc/kasan: Declare kasan_init_region() weakChristophe Leroy2020-05-201-0/+3
| | * | | | | powerpc/kasan: Fix shadow pages allocation failureChristophe Leroy2020-05-201-2/+0
| | * | | | | powerpc/kasan: Fix issues by lowering KASAN_SHADOW_ENDChristophe Leroy2020-05-201-3/+1
| * | | | | | powerpc/64s/pgtable: fix an undefined behaviourQian Cai2020-05-201-4/+19
| * | | | | | powerpc/64s: Fix early_init_mmu section mismatchNicholas Piggin2020-05-201-1/+1
| * | | | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2020-05-201-0/+8
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | powerpc/xive: Enforce load-after-store ordering when StoreEOI is activeCédric Le Goater2020-05-071-0/+8
| * | | | | | Merge branch 'topic/uaccess-ppc' into nextMichael Ellerman2020-05-203-25/+142
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | powerpc/uaccess: Don't use "m<>" constraintMichael Ellerman2020-05-081-1/+1
| | * | | | | powerpc/uaccess: Implement user_read_access_begin and user_write_access_beginChristophe Leroy2020-05-013-3/+37
| | * | | | | powerpc/uaccess: Implement unsafe_copy_to_user() as a simple loopChristophe Leroy2020-04-301-1/+20
| | * | | | | powerpc/uaccess: Implement unsafe_put_user() using 'asm goto'Christophe Leroy2020-04-301-9/+52
| * | | | | | powerpc/watchpoint: Don't allow concurrent perf and ptrace eventsRavi Bangoria2020-05-191-0/+2
| * | | | | | powerpc/watchpoint: Prepare handler to handle more than one watchpointRavi Bangoria2020-05-192-1/+3
| * | | | | | powerpc/watchpoint: Use builtin ALIGN*() macrosRavi Bangoria2020-05-191-2/+3
| * | | | | | powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria2020-05-191-1/+1
| * | | | | | powerpc/watchpoint: Get watchpoint count dynamically while disabling themRavi Bangoria2020-05-191-8/+8
| * | | | | | powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria2020-05-192-2/+2