index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
2020-10-06
powerpc/smp: Remove get_physical_package_id
Srikar Dronamraju
1
-20
/
+0
2020-10-06
powerpc/smp: Stop updating cpu_core_mask
Srikar Dronamraju
1
-26
/
+7
2020-10-06
powerpc/tm: Save and restore AMR on treclaim and trechkpt
Gustavo Romero
2
-4
/
+32
2020-10-06
powerpc/eeh: Clean up PE addressing
Oliver O'Halloran
2
-41
/
+7
2020-10-06
powerpc/eeh: Move EEH initialisation to an arch initcall
Oliver O'Halloran
1
-32
/
+32
2020-10-06
powerpc/eeh: Delete eeh_ops->init
Oliver O'Halloran
1
-8
/
+0
2020-10-06
powerpc/eeh: Rework EEH initialisation
Oliver O'Halloran
1
-71
/
+16
2020-10-06
powerpc/64: make restore_interrupts 64e only
Nicholas Piggin
1
-18
/
+19
2020-10-06
powerpc/64e: remove 64s specific interrupt soft-mask code
Nicholas Piggin
2
-11
/
+1
2020-10-06
powerpc/64e: remove PACA_IRQ_EE_EDGE
Nicholas Piggin
2
-24
/
+0
2020-10-06
powerpc/64: fix irq replay pt_regs->softe value
Nicholas Piggin
1
-1
/
+1
2020-10-06
powerpc/64: fix irq replay missing preempt
Nicholas Piggin
1
-0
/
+7
2020-10-06
powerpc: untangle cputable mce include
Nicholas Piggin
2
-0
/
+2
2020-10-03
mm: remove compat_process_vm_{readv,writev}
Christoph Hellwig
1
-2
/
+2
2020-10-03
fs: remove compat_sys_vmsplice
Christoph Hellwig
1
-1
/
+1
2020-10-03
fs: remove the compat readv/writev syscalls
Christoph Hellwig
1
-2
/
+2
2020-09-25
dma-mapping: add a new dma_alloc_pages API
Christoph Hellwig
1
-0
/
+2
2020-09-25
Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...
Christoph Hellwig
5
-6
/
+5
2020-09-24
kbuild: preprocess module linker script
Masahiro Yamada
1
-8
/
+0
2020-09-23
fs: remove compat_sys_mount
Christoph Hellwig
1
-1
/
+1
2020-09-18
powerpc/sysfs: Remove unused 'err' variable in sysfs_create_dscr_default()
Cédric Le Goater
1
-2
/
+1
2020-09-18
powerpc/prom_init: Check display props exist before enabling btext
Michael Ellerman
1
-4
/
+13
2020-09-18
powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()
Michael Ellerman
2
-3
/
+5
2020-09-18
powerpc/smp: Fold cpu_die() into its only caller
Michael Ellerman
1
-4
/
+0
2020-09-18
powerpc: Move arch_cpu_idle_dead() into smp.c
Michael Ellerman
2
-8
/
+6
2020-09-18
powerpc/process: Fix uninitialised variable error
Michael Ellerman
1
-1
/
+1
2020-09-16
powerpc/smp: Create coregroup domain
Srikar Dronamraju
1
-1
/
+53
2020-09-16
powerpc/smp: Allocate cpumask only after searching thread group
Srikar Dronamraju
1
-4
/
+3
2020-09-16
powerpc/numa: Detect support for coregroup
Srikar Dronamraju
1
-0
/
+1
2020-09-16
powerpc/smp: Optimize start_secondary
Srikar Dronamraju
1
-6
/
+11
2020-09-16
powerpc/smp: Dont assume l2-cache to be superset of sibling
Srikar Dronamraju
1
-14
/
+29
2020-09-16
powerpc/smp: Move topology fixups into a new function
Srikar Dronamraju
1
-6
/
+11
2020-09-16
powerpc/smp: Move powerpc_topology above
Srikar Dronamraju
1
-52
/
+52
2020-09-16
powerpc/smp: Merge Power9 topology with Power topology
Srikar Dronamraju
1
-22
/
+3
2020-09-16
powerpc/smp: Fix a warning under !NEED_MULTIPLE_NODES
Srikar Dronamraju
1
-0
/
+2
2020-09-15
powerpc/pci: unmap legacy INTx interrupts when a PHB is removed
Cédric Le Goater
1
-0
/
+114
2020-09-15
powerpc/powermac: Fix low_sleep_handler with KUAP and KUEP
Christophe Leroy
1
-1
/
+1
2020-09-15
powerpc/process: Remove useless #ifdef CONFIG_PPC_FPU
Christophe Leroy
1
-5
/
+4
2020-09-15
powerpc/process: Remove useless #ifdef CONFIG_SPE
Christophe Leroy
1
-14
/
+7
2020-09-15
powerpc/process: Remove useless #ifdef CONFIG_ALTIVEC
Christophe Leroy
1
-4
/
+0
2020-09-15
powerpc/process: Remove useless #ifdef CONFIG_VSX
Christophe Leroy
1
-12
/
+1
2020-09-15
powerpc/process: Tag an #endif to help locate the matching #ifdef.
Christophe Leroy
1
-1
/
+1
2020-09-15
powerpc/process: Replace #ifdef CONFIG_KALLSYMS by IS_ENABLED()
Christophe Leroy
1
-4
/
+4
2020-09-15
powerpc/process: Replace an #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE) ...
Christophe Leroy
1
-6
/
+7
2020-09-15
powerpc/process: Replace an #ifdef CONFIG_PPC_BOOK3S_64 by IS_ENABLED()
Christophe Leroy
1
-3
/
+1
2020-09-15
powerpc/process: Replace an #ifdef CONFIG_PPC_47x by IS_ENABLED()
Christophe Leroy
1
-3
/
+2
2020-09-15
powerpc/32: Fix vmap stack - Properly set r1 before activating MMU
Christophe Leroy
1
-14
/
+29
2020-09-15
powerpc/32: Fix vmap stack - Do not activate MMU before reading task struct
Christophe Leroy
2
-31
/
+6
2020-09-15
powerpc/tau: Disable TAU between measurements
Finn Thain
1
-41
/
+24
2020-09-15
powerpc/tau: Check processor type before enabling TAU interrupt
Finn Thain
1
-19
/
+14
[prev]
[next]