index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-13
powerpc/ftrace: Fix stack teardown in ftrace_no_trace
Naveen N Rao
1
-2
/
+2
2023-12-08
powerpc: Don't clobber f0/vs0 during fp|altivec register save
Timothy Pearson
2
-0
/
+15
2023-12-08
KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user registers
Nicholas Piggin
1
-3
/
+3
2023-11-20
powerpc: Hide empty pt_regs at base of the stack
Michael Ellerman
1
-3
/
+23
2023-11-20
powerpc: Only define __parse_fpscr() when required
Christophe Leroy
1
-0
/
+2
2023-10-23
powerpc/mm: Fix boot crash with FLATMEM
Michael Ellerman
1
-0
/
+2
2023-10-11
powerpc/47x: Fix 47x syscall return crash
Michael Ellerman
1
-3
/
+5
2023-10-10
powerpc/85xx: Fix math emulation exception
Christophe Leroy
1
-1
/
+1
2023-09-22
powerpc/stacktrace: Fix arch_stack_walk_reliable()
Michael Ellerman
1
-22
/
+5
2023-09-18
powerpc/dexcr: Move HASHCHK trap handler
Benjamin Gray
1
-20
/
+36
2023-09-18
powerpc/watchpoints: Annotate atomic context in more places
Benjamin Gray
1
-0
/
+9
2023-09-18
powerpc/watchpoint: Disable pagefaults when getting user instruction
Benjamin Gray
1
-1
/
+6
2023-09-18
powerpc/watchpoints: Disable preemption in thread_change_pc()
Benjamin Gray
1
-1
/
+6
2023-08-31
Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
40
-1167
/
+1409
2023-08-30
Merge tag 'integrity-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
1
-4
/
+4
2023-08-29
Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...
Linus Torvalds
1
-0
/
+1
2023-08-29
Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-4
/
+4
2023-08-28
Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2023-08-25
powerpc/iommu: Fix notifiers being shared by PCI and VIO buses
Russell Currey
1
-3
/
+14
2023-08-24
powerpc: Drop zalloc_maybe_bootmem()
Michael Ellerman
1
-1
/
+1
2023-08-23
powerpc/85xx: Mark some functions static and add missing includes to fix no p...
Christophe Leroy
1
-1
/
+1
2023-08-22
powerpc/ftrace: Add support for -fpatchable-function-entry
Naveen N Rao
3
-3
/
+15
2023-08-22
powerpc/ftrace: Implement ftrace_replace_code()
Naveen N Rao
1
-73
/
+92
2023-08-22
powerpc/ftrace: Replace use of ftrace_call_replace() with ftrace_create_branc...
Naveen N Rao
1
-15
/
+2
2023-08-22
powerpc/ftrace: Simplify ftrace_modify_call()
Naveen N Rao
1
-140
/
+21
2023-08-22
powerpc/ftrace: Simplify ftrace_make_call()
Naveen N Rao
1
-156
/
+31
2023-08-22
powerpc/ftrace: Simplify ftrace_make_nop()
Naveen N Rao
1
-188
/
+32
2023-08-22
powerpc/ftrace: Add separate ftrace_init_nop() with additional validation
Naveen N Rao
1
-0
/
+71
2023-08-22
powerpc/ftrace: Stop re-purposing linker generated long branches for ftrace
Naveen N Rao
1
-93
/
+17
2023-08-22
powerpc/ftrace: Refactor ftrace_modify_code()
Naveen N Rao
1
-20
/
+27
2023-08-22
powerpc/ftrace: Consolidate ftrace support into fewer files
Naveen N Rao
5
-76
/
+131
2023-08-22
powerpc/ftrace: Extend ftrace support for large kernels to ppc32
Naveen N Rao
3
-26
/
+23
2023-08-22
powerpc/ftrace: Use FTRACE_REGS_ADDR to identify the correct ftrace trampoline
Naveen N Rao
1
-6
/
+1
2023-08-22
powerpc/ftrace: Simplify function_graph support in ftrace.c
Naveen N Rao
1
-57
/
+7
2023-08-22
powerpc64/ftrace: Move ELFv1 and -pg support code into a separate file
Naveen N Rao
3
-14
/
+855
2023-08-18
nmi_backtrace: allow excluding an arbitrary CPU
Douglas Anderson
2
-4
/
+4
2023-08-18
powerpc/rtas: export rtas_error_rc() for reuse.
Mahesh Salgaonkar
1
-20
/
+21
2023-08-18
powerpc/fadump: invoke ibm,os-term with rtas_call_unlocked()
Hari Bathini
1
-1
/
+3
2023-08-18
powerpc/fadump: reset dump area size if fadump memory reserve fails
Sourabh Jain
1
-0
/
+1
2023-08-18
powerpc/4xx: Remove WatchdogHandler() to fix no previous prototype error
Christophe Leroy
1
-12
/
+1
2023-08-17
powerpc/rtas_flash: allow user copy to flash block cache objects
Nathan Lynch
1
-3
/
+3
2023-08-16
powerpc/ptrace: Split gpr32_set_common
Christophe Leroy
1
-38
/
+67
2023-08-16
powerpc/watchpoints: Remove ptrace/perf exclusion tracking
Benjamin Gray
1
-248
/
+1
2023-08-16
powerpc/watchpoints: Simplify watchpoint reinsertion
Benjamin Gray
1
-11
/
+1
2023-08-16
powerpc/watchpoints: Track perf single step directly on the breakpoint
Benjamin Gray
1
-47
/
+22
2023-08-16
powerpc/watchpoints: Don't track info persistently
Benjamin Gray
1
-28
/
+32
2023-08-16
powerpc/watchpoints: Explain thread_change_pc() more
Benjamin Gray
1
-0
/
+4
2023-08-16
powerpc: replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
9
-9
/
+9
2023-08-16
powerpc: remove unneeded #include <asm/export.h>
Masahiro Yamada
9
-9
/
+0
2023-08-14
Merge branch 'topic/cpu-smt' into next
Michael Ellerman
1
-1
/
+7
[next]