index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
2023-08-31
Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2023-08-22
powerpc/ftrace: Add support for -fpatchable-function-entry
Naveen N Rao
2023-08-22
powerpc/ftrace: Implement ftrace_replace_code()
Naveen N Rao
2023-08-22
powerpc/ftrace: Replace use of ftrace_call_replace() with ftrace_create_branc...
Naveen N Rao
2023-08-22
powerpc/ftrace: Simplify ftrace_modify_call()
Naveen N Rao
2023-08-22
powerpc/ftrace: Simplify ftrace_make_call()
Naveen N Rao
2023-08-22
powerpc/ftrace: Simplify ftrace_make_nop()
Naveen N Rao
2023-08-22
powerpc/ftrace: Add separate ftrace_init_nop() with additional validation
Naveen N Rao
2023-08-22
powerpc/ftrace: Stop re-purposing linker generated long branches for ftrace
Naveen N Rao
2023-08-22
powerpc/ftrace: Refactor ftrace_modify_code()
Naveen N Rao
2023-08-22
powerpc/ftrace: Consolidate ftrace support into fewer files
Naveen N Rao
2023-08-22
powerpc/ftrace: Extend ftrace support for large kernels to ppc32
Naveen N Rao
2023-08-22
powerpc/ftrace: Use FTRACE_REGS_ADDR to identify the correct ftrace trampoline
Naveen N Rao
2023-08-22
powerpc/ftrace: Simplify function_graph support in ftrace.c
Naveen N Rao
2023-08-22
powerpc64/ftrace: Move ELFv1 and -pg support code into a separate file
Naveen N Rao
2023-08-16
powerpc: replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
2023-08-16
powerpc: remove unneeded #include <asm/export.h>
Masahiro Yamada
2023-07-28
powerpc/ftrace: Create a dummy stackframe to fix stack unwind
Naveen N Rao
2023-04-20
powerpc/64: vmlinux support building with PCREL addresing
Nicholas Piggin
2023-04-20
powerpc/64: Add support to build with prefixed instructions
Nicholas Piggin
2023-02-10
powerpc/kcsan: Add exclusions from instrumentation
Rohan McLure
2022-12-02
powerpc: add definition for pt_regs offset within an interrupt frame
Nicholas Piggin
2022-09-28
powerpc/64: provide a helper macro to load r2 with the kernel TOC
Nicholas Piggin
2022-09-28
powerpc/64: asm use consistent global variable declaration and access
Nicholas Piggin
2022-08-10
powerpc64/ftrace: Fix ftrace for clang builds
Naveen N. Rao
2022-07-25
powerpc: Fix all occurences of duplicate words
Michael Ellerman
2022-06-29
powerpc/64: Drop ppc_inst_as_str()
Michael Ellerman
2022-05-22
powerpc/ftrace: Remove ftrace init tramp once kernel init is complete
Naveen N. Rao
2022-05-22
powerpc/ftrace: Minimise number of #ifdefs
Christophe Leroy
2022-05-22
powerpc/ftrace: Simplify expected_nop_sequence()
Christophe Leroy
2022-05-22
powerpc/ftrace: Use size macro instead of opencoding
Christophe Leroy
2022-05-19
powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding.
Christophe Leroy
2022-05-19
powerpc/ftrace: Use BRANCH_SET_LINK instead of value 1
Christophe Leroy
2022-05-19
powerpc/ftrace: Remove ftrace_plt_tramps[]
Christophe Leroy
2022-05-19
powerpc/ftrace: Use CONFIG_FUNCTION_TRACER instead of CONFIG_DYNAMIC_FTRACE
Christophe Leroy
2022-05-19
powerpc/ftrace: Don't include ftrace.o for CONFIG_FTRACE_SYSCALLS
Christophe Leroy
2022-05-19
powerpc/ftrace: Make __ftrace_make_{nop/call}() common to PPC32 and PPC64
Christophe Leroy
2022-05-19
powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}
Christophe Leroy
2022-05-19
powerpc/ftrace: Use patch_instruction() return directly
Christophe Leroy
2022-05-19
powerpc/ftrace: Inline ftrace_modify_code()
Christophe Leroy
2022-05-19
powerpc/ftrace: Use is_offset_in_branch_range()
Christophe Leroy
2022-05-19
powerpc/ftrace: Remove redundant create_branch() calls
Christophe Leroy
2022-05-19
powerpc/ftrace: Refactor prepare_ftrace_return()
Christophe Leroy
2022-03-08
powerpc: Move C prototypes out of asm-prototypes.h
Christophe Leroy
2022-03-08
powerpc/ftrace: Use STK_GOT in ftrace_mprofile.S
Christophe Leroy
2022-03-08
powerpc/ftrace: Regroup PPC64 specific operations in ftrace_mprofile.S
Christophe Leroy
2022-03-08
powerpc/ftrace: Refactor ftrace_{regs_}caller
Christophe Leroy
2022-03-08
powerpc/ftrace: Don't use lmw/stmw in ftrace_regs_caller()
Christophe Leroy
2022-02-16
powerpc/ftrace: Style cleanup in ftrace_mprofile.S
Christophe Leroy
2022-02-16
powerpc/ftrace: Have arch_ftrace_get_regs() return NULL unless FL_SAVE_REGS i...
Christophe Leroy
[next]