summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/asm-offsets.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Remove EXSLB interrupt save areaNicholas Piggin2021-02-111-1/+0
* powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...Aneesh Kumar K.V2020-12-041-0/+2
* powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64Aneesh Kumar K.V2020-12-041-0/+3
* powerpc/vdso: Rename syscall_map_32/64 to simplify vdso_setup_syscall_map()Christophe Leroy2020-12-041-2/+4
* powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy2020-12-041-0/+2
* powerpc/vdso: Switch VDSO to generic C implementation.Christophe Leroy2020-12-041-40/+9
* powerpc/tm: Save and restore AMR on treclaim and trechkptGustavo Romero2020-10-061-0/+1
* KVM: PPC: Book3S HV: Save/restore new PMU registersAthira Rajeev2020-07-221-0/+3
* KVM: PPC: Book3S HV: Cleanup updates for kvm vcpu MMCRAthira Rajeev2020-07-221-0/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* powerpc/xmon: Move breakpoints to text sectionJordan Niethe2020-05-191-0/+8
* powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy2020-02-181-0/+12
* powerpc/32: prepare for CONFIG_VMAP_STACKChristophe Leroy2020-01-261-0/+6
* powerpc/vdso32: implement clock_getres entirelyChristophe Leroy2020-01-231-0/+3
* powerpc/vdso32: Don't read cache line size from the datapage on PPC32.Christophe Leroy2020-01-231-1/+1
* powerpc: Fix vDSO clock_getres()Vincenzo Frascino2019-12-051-1/+1
* y2038: vdso: powerpc: avoid timespec referencesArnd Bergmann2019-11-151-9/+5
* y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann2019-11-151-4/+4
* powerpc/kvm: Use UV_RETURN ucall to return to ultravisorSukadev Bhattiprolu2019-08-301-0/+1
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-0/+2
|\
| * powerpc/64s/exception: remove bad stack branchNicholas Piggin2019-07-021-0/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-04-301-18/+0
|\
| * powerpc/64s: Reimplement book3s idle code in CNicholas Piggin2019-04-301-18/+0
* | powerpc/32s: Implement Kernel Userspace Access ProtectionChristophe Leroy2019-04-211-0/+3
* | powerpc: Add a framework for Kernel Userspace Access ProtectionChristophe Leroy2019-04-211-0/+4
|/
* powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFOChristophe Leroy2019-02-231-0/+2
* powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy2019-02-231-1/+1
* powerpc: regain entire stack spaceChristophe Leroy2019-02-231-1/+0
* powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-2/+5
* powerpc: Rename THREAD_INFO to TASK_STACKChristophe Leroy2019-02-231-1/+1
* powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASChristophe Leroy2019-02-221-0/+3
* Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-261-11/+8
|\
| * powerpc/64s/hash: Add SLB allocation status bitmapsNicholas Piggin2018-10-141-1/+1
| * powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin2018-10-141-1/+1
| * powerpc: Use SWITCH_FRAME_SIZE for prom and rtas entryJoel Stanley2018-10-131-9/+0
| * powerpc/64: add stack protector supportChristophe Leroy2018-10-031-0/+3
| * powerpc/32: add stack protector supportChristophe Leroy2018-10-031-0/+3
| * Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman2018-10-031-1/+10
| * powerpc/64s/hash: SLB allocation status bitmapsNicholas Piggin2018-09-191-1/+1
| * powerpc/64s/hash: remove user SLB data from the pacaNicholas Piggin2018-09-191-9/+0
* | Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-251-2/+3
|\ \
| * | KVM: PPC: Book3S HV: Nested guest entry via hypercallPaul Mackerras2018-10-091-0/+1
| * | KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu structPaul Mackerras2018-10-091-2/+2
| |/
* / y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-4/+4
|/
* powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-161-1/+0
* Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2018-06-141-9/+9
|\
| * KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_archSimon Guo2018-05-181-8/+8
| * KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into itSimon Guo2018-05-181-1/+1
* | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-0/+1
|\ \