summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-123-24/+20
|\
| * Merge tag 'kvm-ppc-next-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-06-043-24/+20
| |\
| | * KVM: PPC: Clean up redundant 'kvm_run' parametersTianjia Zhang2020-05-272-23/+20
| | * KVM: PPC: Remove redundant kvm_run from vcpu_archTianjia Zhang2020-05-271-1/+0
* | | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* | | mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-096-101/+12
* | | mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-19/+0
* | | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-095-6/+4
* | | 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