summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/asm-offsets.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/asm-offsets: GPR14 is not needed eitherChristophe Leroy2021-03-291-3/+0
* powerpc/32: Always enable data translation in exception prologChristophe Leroy2021-03-291-2/+0
* powerpc/32: Remove ksp_limitChristophe Leroy2021-03-291-2/+0
* Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-221-2/+1
|\
| * powerpc/64: Fix stack trace not displaying final frameMichael Ellerman2021-02-111-1/+1
| * powerpc/64s: Remove EXSLB interrupt save areaNicholas Piggin2021-02-111-1/+0
* | KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without...Nicholas Piggin2021-02-101-3/+0
* | KVM: PPC: Book3S HV: Add infrastructure to support 2nd DAWRRavi Bangoria2021-02-101-0/+2
* | KVM: PPC: Book3S HV: Rename current DAWR macros and variablesRavi Bangoria2021-02-101-2/+2
|/
* powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...Aneesh Kumar K.V2020-12-031-0/+2
* powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64Aneesh Kumar K.V2020-12-031-0/+3
* powerpc/vdso: Rename syscall_map_32/64 to simplify vdso_setup_syscall_map()Christophe Leroy2020-12-031-2/+4
* powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy2020-12-031-0/+2
* powerpc/vdso: Switch VDSO to generic C implementation.Christophe Leroy2020-12-031-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-181-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-041-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-141-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-211-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-261-2/+3
|\ \