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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
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-30
Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...
Linus Torvalds
1
-0
/
+1
2023-08-30
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-21
powerpc/ftrace: Add support for -fpatchable-function-entry
Naveen N Rao
3
-3
/
+15
2023-08-21
powerpc/ftrace: Implement ftrace_replace_code()
Naveen N Rao
1
-73
/
+92
2023-08-21
powerpc/ftrace: Replace use of ftrace_call_replace() with ftrace_create_branc...
Naveen N Rao
1
-15
/
+2
2023-08-21
powerpc/ftrace: Simplify ftrace_modify_call()
Naveen N Rao
1
-140
/
+21
2023-08-21
powerpc/ftrace: Simplify ftrace_make_call()
Naveen N Rao
1
-156
/
+31
2023-08-21
powerpc/ftrace: Simplify ftrace_make_nop()
Naveen N Rao
1
-188
/
+32
2023-08-21
powerpc/ftrace: Add separate ftrace_init_nop() with additional validation
Naveen N Rao
1
-0
/
+71
2023-08-21
powerpc/ftrace: Stop re-purposing linker generated long branches for ftrace
Naveen N Rao
1
-93
/
+17
2023-08-21
powerpc/ftrace: Refactor ftrace_modify_code()
Naveen N Rao
1
-20
/
+27
2023-08-21
powerpc/ftrace: Consolidate ftrace support into fewer files
Naveen N Rao
5
-76
/
+131
2023-08-21
powerpc/ftrace: Extend ftrace support for large kernels to ppc32
Naveen N Rao
3
-26
/
+23
2023-08-21
powerpc/ftrace: Use FTRACE_REGS_ADDR to identify the correct ftrace trampoline
Naveen N Rao
1
-6
/
+1
2023-08-21
powerpc/ftrace: Simplify function_graph support in ftrace.c
Naveen N Rao
1
-57
/
+7
2023-08-21
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
2023-08-02
powerpc: address missing-prototypes warnings
Arnd Bergmann
3
-1
/
+11
2023-08-02
powerpc: Explicitly include correct DT includes
Rob Herring
3
-6
/
+4
2023-08-02
powerpc: Account mm_cpumask and active_cpus in init_mm
Nicholas Piggin
2
-1
/
+17
2023-08-02
powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32
Christophe Leroy
1
-1
/
+1
2023-08-02
powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuap
Christophe Leroy
1
-0
/
+4
2023-08-02
powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAP
Christophe Leroy
1
-1
/
+1
2023-08-01
integrity: Always reference the blacklist keyring with appraisal
Eric Snowberg
1
-4
/
+4
2023-08-01
powerpc/64e: Fix secondary thread bringup for ELFv2 kernels
Michael Ellerman
1
-2
/
+1
[next]