summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/asm-prototypes.h
AgeCommit message (Expand)Author
2022-09-28powerpc/64s: early boot machine check handlerNicholas Piggin
2022-08-26powerpc: Move patch sites out of asm-prototypes.hMichael Ellerman
2022-06-26powerpc: Update asm-prototypes.h commentMichael Ellerman
2022-06-20powerpc: Move prom_init() out of asm-prototypes.hChristophe Leroy
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy
2022-03-08powerpc/kexec: Declare kexec_paca staticChristophe Leroy
2022-03-08powerpc/smp: Declare current_set staticChristophe Leroy
2022-03-08powerpc: Cleanup asm-prototypes.cChristophe Leroy
2021-11-24KVM: PPC: Book3S HV P9: Implement PMU save/restore in CNicholas Piggin
2021-06-25powerpc/64: use interrupt restart table to speed up return from interruptNicholas Piggin
2021-06-25powerpc: remove interrupt exit helpers unused argumentNicholas Piggin
2021-06-10KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in CNicholas Piggin
2021-04-14powerpc/64e/interrupt: use new interrupt returnNicholas Piggin
2021-02-09powerpc: convert interrupt handlers to use wrappersNicholas Piggin
2021-02-09powerpc: remove arguments from fault handler functionsNicholas Piggin
2020-10-08powerpc/security: Fix link stack flush instructionNicholas Piggin
2020-09-18powerpc/32: Declare stack_overflow_exception() prototypeCédric Le Goater
2020-07-23Merge branch 'scv' support into nextMichael Ellerman
2020-07-22powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin
2020-07-16powerpc/security: re-name count cache flush to branch cache flushNicholas Piggin
2020-04-01powerpc/64s: Implement interrupt exit logic in CNicholas Piggin
2020-04-01powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann
2019-11-14KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernelMichael Ellerman
2019-11-14powerpc/book3s64: Fix link stack flush on context switchMichael Ellerman
2019-09-18powerpc/ftrace: Enable HAVE_FUNCTION_GRAPH_RET_ADDR_PTRNaveen N. Rao
2019-08-30powerpc/pseries: Introduce option to build secure virtual machinesThiago Jung Bauermann
2019-08-30powerpc/kernel: Add ucall_norets() ultravisor call handlerClaudio Carvalho
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-02powerpc/64s: Fix unrelocated interrupt trampoline address testNicholas Piggin
2019-02-26powerpc/powernv: move OPAL call wrapper tracing and interrupt handling to CNicholas Piggin
2019-02-26powerpc/64s: Fix HV NMI vs HV interrupt recoverability testNicholas Piggin
2019-02-23powerpc: 'current_set' is now a table of task_struct pointersChristophe Leroy
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2018-12-04powerpc/mm: remove unused function prototypeBreno Leitao
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-10-14powerpc/64s/hash: Convert SLB miss handlers to CNicholas Piggin
2018-10-09KVM: PPC: Book3S HV: Handle hypercalls correctly when nestedPaul Mackerras
2018-10-09KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guestsPaul Mackerras
2018-10-09KVM: PPC: Book3S: Rework TM save/restore code and make it C-callablePaul Mackerras
2018-10-09KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functionsPaul Mackerras
2018-10-03powerpc/traps: merge unrecoverable_exception() and nonrecoverable_exception()Christophe Leroy
2018-10-03Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman
2018-09-19powerpc/64s/hash: convert SLB miss handlers to CNicholas Piggin
2018-08-10powerpc/lib: Use patch_site to patch copy_32 functions once cache is enabledChristophe Leroy
2018-08-08powerpc/64s: Add support for software count cache flushMichael Ellerman
2018-07-24powerpc/64: enhance memcmp() with VMX instruction for long bytes comparisionSimon Guo
2018-06-14Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2018-06-03Merge branch 'topic/ppc-kvm' into nextMichael Ellerman