summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2021-02-09powerpc: convert interrupt handlers to use wrappersNicholas Piggin6-43/+67
2021-02-09powerpc: add interrupt wrapper entry / exit stub functionsNicholas Piggin1-0/+66
2021-02-09powerpc: interrupt handler wrapper functionsNicholas Piggin1-0/+169
2021-02-09powerpc: introduce die_mceNicholas Piggin1-0/+1
2021-02-09powerpc: add and use unknown_async_exceptionNicholas Piggin1-0/+1
2021-02-09powerpc/time: move timer_broadcast_interrupt prototype to asm/time.hNicholas Piggin2-1/+2
2021-02-09powerpc/64s: add do_bad_page_fault_segv handlerNicholas Piggin1-0/+1
2021-02-09powerpc: bad_page_fault get registers from regsNicholas Piggin1-2/+2
2021-02-09powerpc: do_break get registers from regsNicholas Piggin1-2/+1
2021-02-09powerpc: remove arguments from fault handler functionsNicholas Piggin3-4/+4
2021-02-09powerpc/64s: move the hash fault handling logic to CNicholas Piggin1-0/+1
2021-02-03powerpc/pci: Add ppc_md.discover_phbs()Oliver O'Halloran1-0/+3
2021-01-31powerpc: Fix build error in paravirt.hMichal Suchanek1-0/+1
2021-01-31powerpc/mce: Remove per cpu variables from MCE handlersGanesh Goudar2-0/+22
2021-01-31powerpc/mce: Reduce the size of event arraysGanesh Goudar1-1/+1
2021-01-31powerpc/pci: Delete traverse_pci_dn()Oliver O'Halloran1-3/+0
2021-01-30KVM: PPC: Book3S HV: Declare some prototypesCédric Le Goater1-0/+7
2021-01-30powerpc/watchdog: Declare soft_nmi_interrupt() prototypeCédric Le Goater1-0/+1
2021-01-30powerpc/mm: Declare arch_report_meminfo() prototype.Cédric Le Goater1-0/+3
2021-01-30powerpc/mm: Declare preload_new_slb_context() prototypeCédric Le Goater1-0/+1
2021-01-30powerpc/mm: Move hpte_insert_repeating() prototypeCédric Le Goater1-0/+2
2021-01-30powerpc/mm: Declare some prototypesCédric Le Goater1-0/+2
2021-01-30powerpc/64s/kuap: Use mmu_has_feature()Michael Ellerman1-2/+2
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-21powerpc/vdso: Fix DOTSYM for 32-bit LE VDSOMichael Ellerman1-1/+6
2020-12-21powerpc/time: Force inlining of get_tb()Christophe Leroy1-1/+1
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds69-577/+1480
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+3
2020-12-17powerpc/32s: Fix cleanup_cpu_mmu_context() compile bugMichael Ellerman1-0/+1
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+23
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-5/+8
2020-12-15powerpc: force inlining of csum_partial() to avoid multiple csum_partial() wi...Christophe Leroy1-1/+1
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-17/+7
2020-12-15powerpc: Inline setup_kup()Michael Ellerman1-2/+6
2020-12-14Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+23
2020-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-24/+0
2020-12-11powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_EOI_FWCédric Le Goater2-2/+2
2020-12-11powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_MASK_FWCédric Le Goater2-2/+2
2020-12-11powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_SHIFT_BUGCédric Le Goater2-2/+2
2020-12-11powerpc/xive: Rename XIVE_IRQ_NO_EOI to show its a flagCédric Le Goater1-1/+1
2020-12-11powerpc/cacheinfo: Print correct cache-sibling map/list for L2 cacheGautham R. Shenoy1-0/+4
2020-12-11powerpc/smp: Add support detecting thread-groups sharing L2 cacheGautham R. Shenoy1-0/+2
2020-12-11powerpc/ppc-opcode: Add encoding macros for VSX vector paired instructionsBalamuruhan S1-0/+13
2020-12-09powerpc/8xx: Implement pXX_leaf_size() supportPeter Zijlstra1-0/+23
2020-12-09powerpc/64s: Remove MSR[ISF] bitNicholas Piggin1-4/+1
2020-12-09powerpc/32s: Cleanup around PTE_FLAGS_OFFSET in hash_low.SChristophe Leroy1-6/+0
2020-12-09powerpc/fault: Perform exception fixup in do_page_fault()Christophe Leroy1-0/+1
2020-12-09powerpc/mm: Move the WARN() out of bad_kuap_fault()Christophe Leroy3-11/+4
2020-12-09powerpc/ppc-opcode: Add PPC_RAW_MFSPR()Christophe Leroy1-1/+2