summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2020-06-081-2/+2
* powerpc: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-32/+10
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-0568-688/+1039
|\
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2020-06-031-0/+10
| |\
| | * powerpc/book3s64/kvm: Fix secondary page table walk warning during migrationAneesh Kumar K.V2020-05-291-0/+10
| * | powerpc: Add POWER10 architected modeAlistair Popple2020-06-023-2/+15
| * | powerpc/dt_cpu_ftrs: Add MMA featureAlistair Popple2020-06-021-1/+2
| * | powerpc: Add support for ISA v3.1Alistair Popple2020-06-022-1/+3
| * | powerpc: Add new HWCAP bitsAlistair Popple2020-06-021-0/+2
| * | powerpc/64s: Don't set FSCR bits in INIT_THREADMichael Ellerman2020-06-021-1/+0
| * | powerpc/32s: Fix another build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy2020-06-021-1/+2
| * | powerpc/module_64: Consolidate ftrace codeNaveen N. Rao2020-06-021-3/+0
| * | powerpc/8xx: Reduce time spent in allow_user_access() and friendsChristophe Leroy2020-06-021-8/+8
| * | powerpc/rtas: Implement reentrant rtas callLeonardo Bras2020-06-022-0/+3
| * | powerpc/rtas: Move type/struct definitions from rtas.h into rtas-types.hLeonardo Bras2020-06-022-117/+125
| * | powerpc/kernel: Enables memory hot-remove after reboot on pseries guestsLeonardo Bras2020-06-021-0/+1
| * | 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