summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | powerpc/hugetlb/cma: Allocate gigantic hugetlb pages using CMAAneesh Kumar K.V2020-07-291-0/+7
| * | | | powerpc: Drop old comment about CONFIG_POWERMichael Ellerman2020-07-291-1/+0
| * | | | powerpc/32s: Fix CONFIG_BOOK3S_601 usesMichael Ellerman2020-07-292-2/+2
| * | | | powerpc/64e: Drop dead BOOK3E_MMU_TLB_STATS codeMichael Ellerman2020-07-291-52/+1
| * | | | powerpc/mm: Limit resize_hpt_for_hotplug() call to hash guests onlyBharata B Rao2020-07-291-6/+0
| * | | | powerpc/pseries: Add KVM guest doorbell restrictionsNicholas Piggin2020-07-292-23/+9
| * | | | powerpc: Inline doorbell sending functionsNicholas Piggin2020-07-292-3/+63
| * | | | powerpc/perf: Fix MMCRA_BHRB_DISABLE define for binutils < 2.28Athira Rajeev2020-07-291-1/+2
| * | | | powerpc/smu.h: delete duplicated wordRandy Dunlap2020-07-271-1/+1
| * | | | powerpc/reg.h: delete duplicated wordRandy Dunlap2020-07-271-1/+1
| * | | | powerpc/ppc_asm.h: delete duplicated wordRandy Dunlap2020-07-271-1/+1
| * | | | powerpc/hw_breakpoint.h: delete duplicated wordRandy Dunlap2020-07-271-1/+1
| * | | | powerpc/epapr_hcalls.h: delete duplicated wordsRandy Dunlap2020-07-271-2/+2
| * | | | powerpc/cputime.h: delete duplicated wordRandy Dunlap2020-07-271-1/+1
| * | | | powerpc/book3s/radix-4k.h: delete duplicated wordRandy Dunlap2020-07-271-1/+1
| * | | | powerpc/book3s/mmu-hash.h: delete duplicated wordRandy Dunlap2020-07-271-1/+1
| * | | | powerpc/lib: remove memcpy_flushcache redundant returnLi RongQing2020-07-271-1/+1
| * | | | powerpc/32s: Use dedicated segment for modules with STRICT_KERNEL_RWXChristophe Leroy2020-07-271-10/+5
| * | | | powerpc/32: Set user/kernel boundary at TASK_SIZE instead of PAGE_OFFSETChristophe Leroy2020-07-271-1/+3
| * | | | powerpc: Implement smp_cond_load_relaxed()Nicholas Piggin2020-07-271-0/+16
| * | | | powerpc/qspinlock: Optimised atomic_try_cmpxchg_lock() that adds the lock hintNicholas Piggin2020-07-272-1/+29
| * | | | powerpc/pseries: Implement paravirt qspinlocks for SPLPARNicholas Piggin2020-07-274-0/+105
| * | | | powerpc/64s: Implement queued spinlocks and rwlocksNicholas Piggin2020-07-274-0/+36
| * | | | powerpc: Move spinlock implementation to simple_spinlockNicholas Piggin2020-07-264-295/+311
| * | | | powerpc/pseries: Move some PAPR paravirt functions to their own fileNicholas Piggin2020-07-262-23/+60
| * | | | powerpc/powernv/sriov: Move SR-IOV into a separate fileOliver O'Halloran2020-07-261-0/+3
| * | | | powerpc/eeh: Move PE tree setup into the platformOliver O'Halloran2020-07-261-1/+1
| * | | | powerpc/eeh: Rename eeh_{add_to|remove_from}_parent_pe()Oliver O'Halloran2020-07-261-2/+2
| * | | | powerpc/eeh: Remove class code field from edevOliver O'Halloran2020-07-261-1/+0
| * | | | powerpc/eeh: Pass eeh_dev to eeh_ops->{read|write}_config()Oliver O'Halloran2020-07-261-2/+2
| * | | | powerpc/eeh: Pass eeh_dev to eeh_ops->resume_notify()Oliver O'Halloran2020-07-261-1/+1
| * | | | powerpc/eeh: Pass eeh_dev to eeh_ops->restore_config()Oliver O'Halloran2020-07-261-1/+1
| * | | | powerpc/eeh: Remove VF config space restorationOliver O'Halloran2020-07-261-1/+0
| * | | | powerpc/eeh: Kill off eeh_ops->get_pe_addr()Oliver O'Halloran2020-07-261-1/+0
| * | | | powerpc/eeh: Move vf_index out of pci_dn and into eeh_devOliver O'Halloran2020-07-262-1/+3
| * | | | powerpc/eeh: Remove eeh_dev.cOliver O'Halloran2020-07-261-6/+0
| * | | | powerpc/eeh: Remove eeh_dev_phb_init_dynamic()Oliver O'Halloran2020-07-261-1/+1
| * | | | powerpc/watchpoint: Return available watchpoints dynamicallyRavi Bangoria2020-07-262-3/+6
| * | | | powerpc/watchpoint: Guest support for 2nd DAWR hcallRavi Bangoria2020-07-263-1/+7
| * | | | powerpc/watchpoint: Rename current H_SET_MODE DAWR macroRavi Bangoria2020-07-262-2/+2
| * | | | powerpc/dt_cpu_ftrs: Add feature for 2nd DAWRRavi Bangoria2020-07-261-1/+2
| * | | | powerpc/watchpoint: Enable watchpoint functionality on power10 guestRavi Bangoria2020-07-261-1/+2
| * | | | Merge branch 'scv' support into nextMichael Ellerman2020-07-237-5/+19
| |\ \ \ \
| | * | | | powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin2020-07-227-5/+19
| | | |_|/ | | |/| |
| * | | | KVM: PPC: Fix typo on H_DISABLE_AND_GET hcallLeonardo Bras2020-07-231-1/+1
| * | | | powerpc/powernv: Machine check handler for POWER10Nicholas Piggin2020-07-231-0/+1
| * | | | powerpc: Select ARCH_HAS_MEMBARRIER_SYNC_CORENicholas Piggin2020-07-232-1/+13
| * | | | powerpc/test_emulate_step: Move extern declaration to sstep.hBalamuruhan S2020-07-231-0/+2
| * | | | powerpc/sstep: Introduce macros to retrieve Prefix instruction operandsBalamuruhan S2020-07-231-0/+4
| * | | | powerpc: Add a ppc_inst_as_str() helperJordan Niethe2020-07-231-0/+19