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
/
setup_64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-21
powerpc/setup_64: Set cache-line-size based on cache-block-size
Chris Packham
1
-0
/
+2
2020-03-25
powerpc/64: Prevent stack protection in early boot
Michael Ellerman
1
-1
/
+1
2020-03-25
powerpc/64: Setup a paca before parsing device tree etc.
Daniel Axtens
1
-6
/
+24
2020-01-26
powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACK
Christophe Leroy
1
-1
/
+1
2019-11-19
powerpc: Add support for GENERIC_EARLY_IOREMAP
Christophe Leroy
1
-0
/
+3
2019-10-11
powerpc/setup_64: fix -Wempty-body warnings
Qian Cai
1
-20
/
+6
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-10
Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+10
2019-05-06
Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-1
/
+1
2019-04-21
powerpc/64: Setup KUP on secondary CPUs
Russell Currey
1
-0
/
+3
2019-04-21
powerpc: Add framework for Kernel Userspace Protection
Christophe Leroy
1
-0
/
+7
2019-04-17
powerpc/speculation: Support 'mitigations=' cmdline option
Josh Poimboeuf
1
-1
/
+1
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-0
/
+4
2019-03-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+3
2019-03-08
powerpc: prefer memblock APIs returning virtual address
Mike Rapoport
1
-2
/
+3
2019-02-23
powerpc: clean stack pointers naming
Christophe Leroy
1
-8
/
+3
2019-02-23
powerpc: regain entire stack space
Christophe Leroy
1
-4
/
+4
2019-02-23
powerpc: Activate CONFIG_THREAD_INFO_IN_TASK
Christophe Leroy
1
-21
/
+0
2019-02-23
powerpc/irq: use memblock functions returning virtual address
Christophe Leroy
1
-12
/
+7
2018-11-15
powerpc/64: Fix kernel stack 16-byte alignment
Nicholas Piggin
1
-0
/
+2
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-2
/
+1
2018-10-31
memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: replace free_bootmem{_node} with memblock_free
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: replace __alloc_bootmem_node with appropriate memblock_ API
Mike Rapoport
1
-2
/
+4
2018-09-14
powerpc/tm: Fix HFSCR bit for no suspend case
Michael Neuling
1
-6
/
+12
2018-07-30
powerpc: clean inclusions of asm/feature-fixups.h
Christophe Leroy
1
-0
/
+1
2018-06-19
powerpc/64: hard disable irqs in panic_smp_self_stop
Nicholas Piggin
1
-0
/
+8
2018-05-03
powerpc64/ftrace: Delay enabling ftrace on secondary cpus
Naveen N. Rao
1
-3
/
+7
2018-05-03
powerpc64/ftrace: Add a field in paca to disable ftrace in unsafe code paths
Naveen N. Rao
1
-0
/
+3
2018-04-17
powerpc/64s: Default l1d_size to 64K in RFI fallback flush
Madhavan Srinivasan
1
-0
/
+11
2018-04-10
powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()
Michael Ellerman
1
-1
/
+1
2018-03-31
Merge branch 'topic/paca' into next
Michael Ellerman
1
-27
/
+53
2018-03-30
powerpc/64: Allocate per-cpu stacks node-local if possible
Nicholas Piggin
1
-19
/
+32
2018-03-30
powerpc/64: Allocate pacas per node
Nicholas Piggin
1
-0
/
+4
2018-03-30
powerpc/64: move default SPR recording
Nicholas Piggin
1
-0
/
+8
2018-03-30
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
1
-11
/
+12
2018-03-27
powerpc/64s: Move cpu_show_meltdown()
Michael Ellerman
1
-8
/
+0
2018-03-27
powerpc/rfi-flush: Differentiate enabled and patched flush types
Mauricio Faria de Oliveira
1
-3
/
+3
2018-03-27
powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again
Michael Ellerman
1
-1
/
+5
2018-03-27
powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code
Michael Ellerman
1
-5
/
+8
2018-01-23
powerpc/64s: Improve RFI L1-D cache flush fallback
Nicholas Piggin
1
-12
/
+1
2018-01-21
Merge branch 'fixes' into next
Michael Ellerman
1
-0
/
+139
2018-01-19
powerpc/64: Rename soft_enabled to irq_soft_mask
Madhavan Srinivasan
1
-2
/
+2
2018-01-19
powerpc/64: Move set_soft_enabled() and rename
Madhavan Srinivasan
1
-2
/
+2
2018-01-19
powerpc/64: Add #defines for paca->soft_enabled flags
Madhavan Srinivasan
1
-0
/
+3
2018-01-18
powerpc/64s: Relax PACA address limitations
Nicholas Piggin
1
-10
/
+16
2018-01-17
powerpc/64s: Allow control of RFI flush via debugfs
Michael Ellerman
1
-0
/
+30
2018-01-17
powerpc/64s: Wire up cpu_show_meltdown()
Michael Ellerman
1
-0
/
+8
2018-01-10
powerpc/64s: Support disabling RFI flush with no_rfi_flush and nopti
Michael Ellerman
1
-1
/
+23
2018-01-10
powerpc/64s: Add support for RFI flush of L1-D cache
Michael Ellerman
1
-0
/
+79
[next]