summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm
AgeCommit message (Expand)AuthorFilesLines
2020-09-23powerpc/book3s64/radix: Fix boot failure with large amount of guest memoryAneesh Kumar K.V1-5/+5
2020-08-26KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon1-1/+2
2020-08-26powerpc/fixmap: Fix the size of the early debug areaChristophe Leroy1-1/+1
2020-08-21powerpc: Fix circular dependency between percpu.h and mmu.hMichael Ellerman1-2/+2
2020-08-19powerpc/32s: Fix CONFIG_BOOK3S_601 usesMichael Ellerman2-2/+2
2020-08-19powerpc/perf: Fix missing is_sier_aviable() during buildMadhavan Srinivasan1-0/+2
2020-08-19powerpc/rtas: don't online CPUs for partition suspendNathan Lynch1-2/+0
2020-08-19powerpc/fixmap: Fix FIX_EARLY_DEBUG_BASE when page size is 256kChristophe Leroy1-1/+1
2020-08-11Revert "powerpc/kasan: Fix shadow pages allocation failure"Christophe Leroy1-0/+2
2020-07-15powerpc/vas: Report proper error code for address translation failureHaren Myneni1-0/+2
2020-06-21Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-5/+13
2020-06-20powerpc/8xx: Provide ptep_get() with 16k pagesChristophe Leroy1-0/+10
2020-06-18maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds1-1/+1
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-17powerpc/8xx: use pmd_off() to access a PMD entry in pte_update()Mike Rapoport1-5/+3
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-24/+20
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport6-101/+12
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-19/+0
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport5-6/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig1-2/+2
2020-06-08powerpc: use asm-generic/cacheflush.hChristoph Hellwig1-32/+10
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds66-688/+1013
2020-06-05kmap: consolidate kmap_prot definitionsIra Weiny1-1/+0
2020-06-05arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-17/+0
2020-06-05arch/kmap: ensure kmap_prot visibilityIra Weiny1-1/+1
2020-06-05arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-1/+0
2020-06-05arch/kmap_atomic: consolidate duplicate codeIra Weiny1-2/+2
2020-06-05{x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny1-1/+10
2020-06-05arch/kunmap: remove duplicate kunmap implementationsIra Weiny1-9/+0
2020-06-05arch/kmap: remove redundant arch specific kmapsIra Weiny1-9/+0
2020-06-05arch/kmap: remove BUG_ON()Ira Weiny1-1/+1
2020-06-05powerpc: add support for folded p4d page tablesMike Rapoport10-61/+65
2020-06-04Merge tag 'kvm-ppc-next-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini3-24/+20
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-8/+1
2020-06-04powerpc/mm: drop platform defined pmd_mknotpresent()Anshuman Khandual1-4/+0
2020-06-04mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual1-4/+0
2020-06-04mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual1-0/+1
2020-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+2
2020-06-03Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-0/+10
2020-06-03Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+10
2020-06-02powerpc: remove __ioremap_at and __iounmap_atChristoph Hellwig1-8/+0
2020-06-02powerpc: add an ioremap_phb helperChristoph Hellwig2-1/+3
2020-06-02powerpc: Add POWER10 architected modeAlistair Popple3-2/+15
2020-06-02powerpc/dt_cpu_ftrs: Add MMA featureAlistair Popple1-1/+2
2020-06-02powerpc: Add support for ISA v3.1Alistair Popple2-1/+3
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