index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-18
Merge branch fixes into next
Michael Ellerman
6
-48
/
+68
2023-10-11
powerpc/47x: Fix 47x syscall return crash
Michael Ellerman
1
-3
/
+5
2023-10-10
powerpc: Only define __parse_fpscr() when required
Christophe Leroy
1
-0
/
+2
2023-10-10
powerpc/85xx: Fix math emulation exception
Christophe Leroy
1
-1
/
+1
2023-10-01
powerpc: Use shared font data
Dr. David Alan Gilbert
1
-354
/
+6
2023-09-22
powerpc/stacktrace: Fix arch_stack_walk_reliable()
Michael Ellerman
1
-22
/
+5
2023-09-19
powerpc: Replace GPL 2.0+ README.legal boilerplate with SPDX
Geert Uytterhoeven
3
-13
/
+4
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-09-18
powerpc/fadump: make is_kdump_kernel() return false when fadump is active
Hari Bathini
1
-0
/
+12
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
2023-08-02
powerpc: Add HOTPLUG_SMT support
Michael Ellerman
1
-1
/
+7
[next]