aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2020-03-19KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like the valid onesGustavo Romero3-7/+40
2020-03-19KVM: PPC: Book3S HV: Use RADIX_PTE_INDEX_SIZE in Radix MMU codeMichael Ellerman1-1/+1
2020-03-19KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot in HPT page fault handlerPaul Mackerras1-62/+57
2020-03-17libnvdimm/region: Introduce NDD_LABELINGDan Williams1-1/+1
2020-03-18powerpc/lib: Fix emulate_step() std testNicholas Piggin1-1/+1
2020-03-18powerpc/64s/radix: Fix CONFIG_SMP=n buildNicholas Piggin2-1/+7
2020-03-17powerpc/pmac/smp: Drop unnecessary volatile qualifierYueHaibing1-2/+2
2020-03-17powerpc/pmac/smp: Avoid unused-variable warningsIlie Halip1-4/+4
2020-03-17powerpc/fsl_booke: Avoid creating duplicate tlb1 entryLaurentiu Tudor1-1/+11
2020-03-16KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu6-6/+0
2020-03-16KVM: Terminate memslot walks via used_slotsSean Christopherson1-1/+1
2020-03-16KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()Sean Christopherson1-5/+1
2020-03-16KVM: Provide common implementation for generic dirty log functionsSean Christopherson2-0/+10
2020-03-16KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson6-20/+11
2020-03-16KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson1-1/+1
2020-03-16KVM: Drop kvm_arch_create_memslot()Sean Christopherson1-6/+0
2020-03-16KVM: PPC: Move memslot memory allocation into prepare_memory_region()Sean Christopherson6-45/+25
2020-03-13powerpc/vdso: remove deprecated VDS64_HAS_DESCRIPTORS referencesJoe Lawrence2-29/+0
2020-03-13powerpc/32: Fix missing NULL pmd check in virt_to_kpte()Christophe Leroy1-1/+3
2020-03-13powerpc/kasan: Fix shadow memory protection with CONFIG_KASAN_VMALLOCChristophe Leroy1-7/+2
2020-03-12ima: add a new CONFIG for loading arch-specific policiesNayna Jain1-0/+1
2020-03-10Merge branch 'fixes' into nextMichael Ellerman21-105/+326
2020-03-06Merge branch 'perf/urgent' into perf/core, to pick up the latest fixesIngo Molnar17-99/+308
2020-03-05powerpc/mm: Fix missing KUAP disable in flush_coherent_icache()Michael Ellerman1-0/+2
2020-03-04powerpc/numa: Remove late request for home node associativitySrikar Dronamraju3-18/+0
2020-03-04powerpc/numa: Early request for home node associativitySrikar Dronamraju1-1/+40
2020-03-04powerpc/numa: Use cpu node map of first sibling threadSrikar Dronamraju1-2/+20
2020-03-04powerpc/numa: Handle extra hcall_vphn error casesSrikar Dronamraju1-9/+16
2020-03-04powerpc/vphn: Check for error from hcall_vphnSrikar Dronamraju1-1/+2
2020-03-04powerpc/smp: Use nid as fallback for package_idSrikar Dronamraju2-3/+33
2020-03-04powerpc/irq: Use current_stack_pointer in do_IRQ()Christophe Leroy1-1/+1
2020-03-04powerpc/irq: use IS_ENABLED() in check_stack_overflow()Christophe Leroy1-2/+3
2020-03-04powerpc/irq: Use current_stack_pointer in check_stack_overflow()Christophe Leroy1-1/+1
2020-03-04powerpc: Add current_stack_pointer as a register globalChristophe Leroy1-0/+2
2020-03-04powerpc: Rename current_stack_pointer() to current_stack_frame()Michael Ellerman6-10/+10
2020-03-04powerpc/kernel/sysfs: Add new config option PMU_SYSFS to enable PMU SPRs sysfs file creationKajol Jain2-0/+12
2020-03-04powerpc/kernel/sysfs: Refactor current sysfs.cMadhavan Srinivasan1-175/+200
2020-03-04powerpc/powernv: Add explicit fast-reboot supportOliver O'Halloran2-0/+3
2020-03-04powerpc/powernv: Treat an empty reboot string as defaultOliver O'Halloran1-1/+1
2020-03-04powerpc/Makefile: Mark phony targets as PHONYMichael Ellerman2-0/+8
2020-03-04powerpc/mm: Don't kmap_atomic() in pte_offset_map() on PPC32Christophe Leroy2-8/+4
2020-03-04powerpc/book3s64: Fix error handling in mm_iommu_do_alloc()Alexey Kardashevskiy1-18/+21
2020-03-04powerpc/powernv: no need to check return value of debugfs_create functionsGreg Kroah-Hartman4-63/+10
2020-03-04powerpc/cell/axon_msi: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-5/+1
2020-03-04powerpc/mm: ptdump: no need to check return value of debugfs_create functionsGreg Kroah-Hartman4-20/+11
2020-03-04powerpc/mm: book3s64: hash_utils: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-5/+2
2020-03-04powerpc/kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman5-29/+10
2020-03-04powerpc/kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-29/+9
2020-03-04powerpc/83xx: Add some error handling in 'quirk_mpc8360e_qe_enet10()'Christophe JAILLET1-1/+4
2020-03-04powerpc/83xx: Fix some typo in some warning messageChristophe JAILLET1-2/+2