index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
ptrace.h
Age
Commit message (
Expand
)
Author
2022-12-02
powerpc: remove STACK_FRAME_OVERHEAD
Nicholas Piggin
2022-12-02
powerpc/64: ELFv2 use minimal stack frames in int and switch frame sizes
Nicholas Piggin
2022-12-02
powerpc: add a define for the switch frame size and regs offset
Nicholas Piggin
2022-12-02
powerpc: add a define for the user interrupt frame size
Nicholas Piggin
2022-12-02
powerpc: Rename STACK_FRAME_MARKER and derive it from frame offset
Nicholas Piggin
2022-12-02
powerpc: add a definition for the marker offset within the interrupt frame
Nicholas Piggin
2022-12-02
powerpc: add definition for pt_regs offset within an interrupt frame
Nicholas Piggin
2022-09-28
powerpc: Reverse stack frame marker on little endian
Michael Ellerman
2022-09-28
powerpc: Make stack frame marker upper case
Michael Ellerman
2022-09-28
powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKER
Nicholas Piggin
2022-05-19
powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}
Christophe Leroy
2021-12-09
powerpc/config: Add CONFIG_BOOKE_OR_40x
Christophe Leroy
2021-09-03
Merge branch 'fixes' into next
Michael Ellerman
2021-08-26
powerpc: Refactor verification of MSR_RI
Christophe Leroy
2021-08-26
powerpc: Add dear as a synonym for pt_regs.dar register
Xiongwei Song
2021-08-26
powerpc: Add esr as a synonym for pt_regs.dsisr
Xiongwei Song
2021-08-25
powerpc/ptrace: Make user_mode() common to PPC32 and PPC64
Christophe Leroy
2021-08-07
powerpc/32: Fix critical and debug interrupts on BOOKE
Christophe Leroy
2021-06-26
powerpc/ptrace: Refactor regs_set_return_{msr/ip}
Christophe Leroy
2021-06-26
powerpc/ptrace: Move set_return_regs_changed() before regs_set_return_{msr/ip}
Christophe Leroy
2021-06-25
powerpc/64: use interrupt restart table to speed up return from interrupt
Nicholas Piggin
2021-06-25
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
2021-06-16
Merge branch 'fixes' into next
Michael Ellerman
2021-05-21
powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls
Nicholas Piggin
2021-05-17
powerpc: Only pad struct pt_regs when needed
Christophe Leroy
2021-04-14
powerpc: move norestart trap flag to bit 0
Nicholas Piggin
2021-04-14
powerpc: remove partial register save logic
Nicholas Piggin
2021-04-14
powerpc/64e/interrupt: always save nvgprs on interrupt
Nicholas Piggin
2021-04-03
powerpc/signal32: Convert restore_[tm]_user_regs() to user access block
Christophe Leroy
2021-03-29
powerpc/32: Always save non volatile registers on exception entry
Christophe Leroy
2021-03-26
powerpc/ptrace: Convert gpr32_set_common() to user access block
Christophe Leroy
2021-03-10
powerpc: Fix inverted SET_FULL_REGS bitop
Nicholas Piggin
2021-02-11
powerpc/64: Fix stack trace not displaying final frame
Michael Ellerman
2021-02-11
powerpc/syscall: Do not check unsupported scv vector on PPC32
Christophe Leroy
2020-12-04
powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...
Aneesh Kumar K.V
2020-12-04
powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64
Aneesh Kumar K.V
2020-12-04
powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()
Christophe Leroy
2020-10-08
powerpc: Remove support for PowerPC 601
Christophe Leroy
2020-07-29
powerpc/32s: Fix CONFIG_BOOK3S_601 uses
Michael Ellerman
2020-07-22
powerpc/64s: system call support for scv/rfscv instructions
Nicholas Piggin
2020-05-15
powerpc: Use trap metadata to prevent double restart rather than zeroing trap
Nicholas Piggin
2020-05-15
powerpc: trap_is_syscall() helper to hide syscall trap number
Nicholas Piggin
2020-05-15
powerpc: Use set_trap() and avoid open-coding trap masking
Nicholas Piggin
2020-05-15
powerpc/64s: Always has full regs, so remove remnant checks
Nicholas Piggin
2020-04-01
powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64
Christophe Leroy
2020-04-01
powerpc/64/sycall: Implement syscall entry/exit logic in C
Nicholas Piggin
2019-08-28
powerpc/32s: get rid of CPU_FTR_601 feature
Christophe Leroy
2019-07-01
powerpc: don't use asm-generic/ptrace.h
Christoph Hellwig
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-04-21
powerpc: Add a framework for Kernel Userspace Access Protection
Christophe Leroy
[next]