aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/asm-offsets.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-07powerpc/ftrace: Add support for livepatch to PPC32Gravatar Christophe Leroy 1-1/+1
2021-12-09powerpc/config: Add CONFIG_BOOKE_OR_40xGravatar Christophe Leroy 1-1/+1
2021-12-09powerpc/32s: Save content of sr0 to avoid 'mfsr'Gravatar Christophe Leroy 1-0/+1
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUGravatar Nicholas Piggin 1-0/+2
2021-09-30powerpc: smp: remove hack to obtain offset of task_struct::cpuGravatar Ard Biesheuvel 1-2/+0
2021-09-30sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=yGravatar Ard Biesheuvel 1-1/+1
2021-09-03Merge branch 'fixes' into nextGravatar Michael Ellerman 1-17/+14
2021-08-26powerpc/64e: Get dear offset with _DEAR macroGravatar Xiongwei Song 1-10/+3
2021-08-26powerpc/64e: Get esr offset with _ESR macroGravatar Xiongwei Song 1-1/+1
2021-08-07powerpc/32: Fix critical and debug interrupts on BOOKEGravatar Christophe Leroy 1-17/+14
2021-06-25powerpc/64: use interrupt restart table to speed up return from interruptGravatar Nicholas Piggin 1-0/+3
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validGravatar Nicholas Piggin 1-0/+4
2021-06-17Merge branch 'topic/ppc-kvm' into nextGravatar Michael Ellerman 1-1/+0
2021-06-17powerpc/32s: Rename PTE_SIZE to PTE_T_SIZEGravatar Christophe Leroy 1-2/+0
2021-06-17powerpc: Define swapper_pg_dir[] in CGravatar Christophe Leroy 1-5/+0
2021-06-17powerpc/32s: Convert switch_mmu_context() to CGravatar Christophe Leroy 1-5/+0
2021-06-16powerpc: Don't handle ALTIVEC/SPE in ASM in _switch(). Do it in C.Gravatar Christophe Leroy 1-2/+0
2021-06-10KVM: PPC: Book3S HV: Remove radix guest support from P7/8 pathGravatar Nicholas Piggin 1-1/+0
2021-05-17powerpc/asm-offset: Remove unused itemsGravatar Christophe Leroy 1-51/+1
2021-04-14powerpc/64e/interrupt: use new interrupt returnGravatar Nicholas Piggin 1-10/+0
2021-03-29powerpc/asm-offsets: GPR14 is not needed eitherGravatar Christophe Leroy 1-3/+0
2021-03-29powerpc/32: Always enable data translation in exception prologGravatar Christophe Leroy 1-2/+0
2021-03-29powerpc/32: Remove ksp_limitGravatar Christophe Leroy 1-2/+0
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+1
2021-02-11powerpc/64: Fix stack trace not displaying final frameGravatar Michael Ellerman 1-1/+1
2021-02-11powerpc/64s: Remove EXSLB interrupt save areaGravatar Nicholas Piggin 1-1/+0
2021-02-10KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without...Gravatar Nicholas Piggin 1-3/+0
2021-02-10KVM: PPC: Book3S HV: Add infrastructure to support 2nd DAWRGravatar Ravi Bangoria 1-0/+2
2021-02-10KVM: PPC: Book3S HV: Rename current DAWR macros and variablesGravatar Ravi Bangoria 1-2/+2
2020-12-04powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...Gravatar Aneesh Kumar K.V 1-0/+2
2020-12-04powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64Gravatar Aneesh Kumar K.V 1-0/+3
2020-12-04powerpc/vdso: Rename syscall_map_32/64 to simplify vdso_setup_syscall_map()Gravatar Christophe Leroy 1-2/+4
2020-12-04powerpc/signal: Don't manage floating point regs when no FPUGravatar Christophe Leroy 1-0/+2
2020-12-04powerpc/vdso: Switch VDSO to generic C implementation.Gravatar Christophe Leroy 1-40/+9
2020-10-06powerpc/tm: Save and restore AMR on treclaim and trechkptGravatar Gustavo Romero 1-0/+1
2020-07-22KVM: PPC: Book3S HV: Save/restore new PMU registersGravatar Athira Rajeev 1-0/+3
2020-07-22KVM: PPC: Book3S HV: Cleanup updates for kvm vcpu MMCRGravatar Athira Rajeev 1-0/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-05-19powerpc/xmon: Move breakpoints to text sectionGravatar Jordan Niethe 1-0/+8
2020-02-18powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKGravatar Christophe Leroy 1-0/+12
2020-01-26powerpc/32: prepare for CONFIG_VMAP_STACKGravatar Christophe Leroy 1-0/+6
2020-01-23powerpc/vdso32: implement clock_getres entirelyGravatar Christophe Leroy 1-0/+3
2020-01-23powerpc/vdso32: Don't read cache line size from the datapage on PPC32.Gravatar Christophe Leroy 1-1/+1
2019-12-05powerpc: Fix vDSO clock_getres()Gravatar Vincenzo Frascino 1-1/+1
2019-11-15y2038: vdso: powerpc: avoid timespec referencesGravatar Arnd Bergmann 1-9/+5
2019-11-15y2038: vdso: change timeval to __kernel_old_timevalGravatar Arnd Bergmann 1-4/+4
2019-08-30powerpc/kvm: Use UV_RETURN ucall to return to ultravisorGravatar Sukadev Bhattiprolu 1-0/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+2
2019-07-02powerpc/64s/exception: remove bad stack branchGravatar Nicholas Piggin 1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1