summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
AgeCommit message (Expand)AuthorFilesLines
2018-07-30powerpc: declare set_breakpoint() staticChristophe Leroy1-1/+0
2018-07-30powerpc: remove superflous inclusions of asm/fixmap.hChristophe Leroy1-2/+0
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy9-4/+6
2018-07-30powerpc: clean the inclusion of stringify.hChristophe Leroy5-3/+3
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy28-24/+43
2018-07-30powerpc/405: move PPC405_ERR77 in asm-405.hChristophe Leroy9-15/+25
2018-07-30powerpc: remove unneeded inclusions of cpu_has_feature.hChristophe Leroy3-3/+0
2018-07-30powerpc: remove kdump.h from page.hChristophe Leroy1-1/+0
2018-07-24powerpc/powernv: implement opal_put_chars_atomicNicholas Piggin1-0/+1
2018-07-24powerpc/powernv: Implement and use opal_flush_consoleNicholas Piggin1-0/+1
2018-07-24powerpc/64: enhance memcmp() with VMX instruction for long bytes comparisionSimon Guo1-2/+2
2018-07-24powerpc: add vcmpequd/vcmpequb ppc instruction macroSimon Guo1-0/+11
2018-07-24powerpc/mm/hash: Add hpte_get_old_v and use that instead of opencodingAneesh Kumar K.V1-0/+10
2018-07-24powerpc/mm: Increase MAX_PHYSMEM_BITS to 128TB with SPARSEMEM_VMEMMAP configAneesh Kumar K.V1-3/+10
2018-07-24powerpc: NMI IPI make NMI IPIs fully sychronousNicholas Piggin1-1/+0
2018-07-24powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closelyNicholas Piggin1-4/+6
2018-07-24powerpc/pkeys: make protection key 0 less specialRam Pai1-6/+21
2018-07-24powerpc/pkeys: key allocation/deallocation must not change pkey registersRam Pai1-11/+0
2018-07-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman7-77/+20
2018-07-16powerpc/powernv/ioda: Allocate indirect TCE levels on demandAlexey Kardashevskiy1-2/+5
2018-07-16powerpc/powernv: Add indirect levels to it_userspaceAlexey Kardashevskiy1-3/+3
2018-07-16KVM: PPC: Make iommu_table::it_userspace big endianAlexey Kardashevskiy1-1/+1
2018-07-16powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin6-69/+11
2018-07-12powerpc: Remove Power8 DD1 from cputableJoel Stanley1-8/+7
2018-07-02Revert "powerpc/powernv: Add support for the cxl kernel api on the real phb"Alastair D'Silva1-7/+0
2018-07-02powerpc/eeh: Avoid misleading message "EEH: no capable adapters found"Mauro S. M. Rodrigues1-7/+8
2018-06-26powerpc/mm/32: Fix pgtable_page_dtor callAneesh Kumar K.V2-2/+0
2018-06-23powerpc: Wire up io_pgeteventsBreno Leitao2-1/+2
2018-06-20powerpc/mm/hash/4k: Free hugetlb page table caches correctly.Aneesh Kumar K.V6-0/+38
2018-06-19powerpc/64s: Fix build failures with CONFIG_NMI_IPI=nMichael Ellerman1-1/+1
2018-06-14Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini7-46/+76
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+1
2018-06-11powerpc/kbuild: move -mprofile-kernel check to KconfigNicholas Piggin1-1/+1
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+2
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2-6/+0
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds74-501/+474
2018-06-06powerpc: Wire up restartable sequences system callBoqun Feng2-1/+2
2018-06-06powerpc/64s/radix: Fix missing ptesync in flush_cache_vmapNicholas Piggin1-3/+2
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-16/+16
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+0
2018-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+0
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-18/+0
2018-06-04powerpc/time: inline arch_vtime_task_switch()Christophe Leroy1-1/+15
2018-06-04powerpc: Implement csum_ipv6_magic in assemblyChristophe Leroy1-0/+6
2018-06-04powerpc/lib: Adjust .balign inside string functions for PPC32Christophe Leroy1-0/+3
2018-06-04powerpc/64: optimises from64to32()Christophe Leroy1-5/+2
2018-06-03powerpc/sstep: Introduce GETTYPE macroRavi Bangoria1-0/+2
2018-06-03powerpc: Use barrier_nospec in copy_from_user()Michael Ellerman1-1/+10
2018-06-03powerpc/64s: Enable barrier_nospec based on firmware settingsMichal Suchanek1-0/+1