index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
ptrace.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-09
powerpc/config: Add CONFIG_BOOKE_OR_40x
Christophe Leroy
1
-1
/
+1
2021-09-03
Merge branch 'fixes' into next
Michael Ellerman
1
-0
/
+16
2021-08-26
powerpc: Refactor verification of MSR_RI
Christophe Leroy
1
-0
/
+23
2021-08-26
powerpc: Add dear as a synonym for pt_regs.dar register
Xiongwei Song
1
-1
/
+4
2021-08-26
powerpc: Add esr as a synonym for pt_regs.dsisr
Xiongwei Song
1
-1
/
+4
2021-08-25
powerpc/ptrace: Make user_mode() common to PPC32 and PPC64
Christophe Leroy
1
-4
/
+0
2021-08-07
powerpc/32: Fix critical and debug interrupts on BOOKE
Christophe Leroy
1
-0
/
+16
2021-06-25
powerpc/ptrace: Refactor regs_set_return_{msr/ip}
Christophe Leroy
1
-8
/
+2
2021-06-25
powerpc/ptrace: Move set_return_regs_changed() before regs_set_return_{msr/ip}
Christophe Leroy
1
-5
/
+5
2021-06-24
powerpc/64: use interrupt restart table to speed up return from interrupt
Nicholas Piggin
1
-0
/
+1
2021-06-24
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
1
-10
/
+42
2021-06-15
Merge branch 'fixes' into next
Michael Ellerman
1
-19
/
+26
2021-05-20
powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls
Nicholas Piggin
1
-19
/
+26
2021-05-17
powerpc: Only pad struct pt_regs when needed
Christophe Leroy
1
-1
/
+2
2021-04-14
powerpc: move norestart trap flag to bit 0
Nicholas Piggin
1
-6
/
+11
2021-04-14
powerpc: remove partial register save logic
Nicholas Piggin
1
-15
/
+2
2021-04-14
powerpc/64e/interrupt: always save nvgprs on interrupt
Nicholas Piggin
1
-8
/
+1
2021-04-03
powerpc/signal32: Convert restore_[tm]_user_regs() to user access block
Christophe Leroy
1
-1
/
+1
2021-03-29
powerpc/32: Always save non volatile registers on exception entry
Christophe Leroy
1
-4
/
+2
2021-03-26
powerpc/ptrace: Convert gpr32_set_common() to user access block
Christophe Leroy
1
-1
/
+1
2021-03-09
powerpc: Fix inverted SET_FULL_REGS bitop
Nicholas Piggin
1
-2
/
+2
2021-02-11
powerpc/64: Fix stack trace not displaying final frame
Michael Ellerman
1
-0
/
+3
2021-02-11
powerpc/syscall: Do not check unsupported scv vector on PPC32
Christophe Leroy
1
-0
/
+5
2020-12-03
powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...
Aneesh Kumar K.V
1
-1
/
+4
2020-12-03
powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64
Aneesh Kumar K.V
1
-1
/
+6
2020-12-03
powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()
Christophe Leroy
1
-6
/
+0
2020-10-08
powerpc: Remove support for PowerPC 601
Christophe Leroy
1
-4
/
+0
2020-07-29
powerpc/32s: Fix CONFIG_BOOK3S_601 uses
Michael Ellerman
1
-1
/
+1
2020-07-22
powerpc/64s: system call support for scv/rfscv instructions
Nicholas Piggin
1
-1
/
+6
2020-05-15
powerpc: Use trap metadata to prevent double restart rather than zeroing trap
Nicholas Piggin
1
-6
/
+16
2020-05-15
powerpc: trap_is_syscall() helper to hide syscall trap number
Nicholas Piggin
1
-0
/
+5
2020-05-15
powerpc: Use set_trap() and avoid open-coding trap masking
Nicholas Piggin
1
-0
/
+8
2020-05-15
powerpc/64s: Always has full regs, so remove remnant checks
Nicholas Piggin
1
-7
/
+16
2020-04-01
powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64
Christophe Leroy
1
-0
/
+2
2020-04-01
powerpc/64/sycall: Implement syscall entry/exit logic in C
Nicholas Piggin
1
-0
/
+3
2019-08-28
powerpc/32s: get rid of CPU_FTR_601 feature
Christophe Leroy
1
-1
/
+5
2019-07-01
powerpc: don't use asm-generic/ptrace.h
Christoph Hellwig
1
-7
/
+22
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-04-21
powerpc: Add a framework for Kernel Userspace Access Protection
Christophe Leroy
1
-2
/
+9
2019-02-23
powerpc: Use task_stack_page() in current_pt_regs()
Christophe Leroy
1
-1
/
+1
2018-11-15
powerpc/64: Fix kernel stack 16-byte alignment
Nicholas Piggin
1
-0
/
+1
2018-10-27
Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-0
/
+36
2018-10-20
powerpc: Add support for function error injection
Naveen N. Rao
1
-0
/
+5
2018-10-14
powerpc/64: Interrupts save PPR on stack rather than thread_struct
Nicholas Piggin
1
-0
/
+4
2018-10-14
powerpc: Split user/kernel definitions of struct pt_regs
Michael Ellerman
1
-0
/
+27
2018-09-19
signal: Simplify tracehook_report_syscall_exit
Eric W. Biederman
1
-1
/
+1
2018-07-30
powerpc: move ASM_CONST and stringify_in_c() into asm-const.h
Christophe Leroy
1
-0
/
+1
2016-06-14
powerpc: Define and use PPC64_ELF_ABI_v2/v1
Michael Ellerman
1
-1
/
+1
2014-09-09
powerpc/perf: Fix ABIv2 kernel backtraces
Anton Blanchard
1
-0
/
+7
2014-02-28
powerpc: Increase stack redzone for 64-bit userspace to 512 bytes
Paul Mackerras
1
-1
/
+15
[next]