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-common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-02
powerpc/setup: replace ifdefs by IS_ENABLED() wherever possible.
Christophe Leroy
1
-21
/
+18
2019-05-02
powerpc/setup: cleanup the #ifdef CONFIG_TAU block
Christophe Leroy
1
-12
/
+12
2019-05-02
powerpc/setup: cleanup ifdef mess in check_cache_coherency()
Christophe Leroy
1
-7
/
+3
2019-05-02
powerpc/setup: Remove unnecessary #ifdef CONFIG_ALTIVEC
Christophe Leroy
1
-2
/
+0
2019-05-02
powerpc/mm: define an empty mm_iommu_init()
Christophe Leroy
1
-2
/
+0
2019-05-02
powerpc/fadump: define an empty fadump_cleanup()
Christophe Leroy
1
-2
/
+0
2019-05-02
powerpc/mm: print hash info in a helper
Christophe Leroy
1
-21
/
+1
2019-05-02
powerpc/32: Add KASAN support
Christophe Leroy
1
-0
/
+3
2019-05-02
powerpc/mm: fix erroneous duplicate slb_addr_limit init
Christophe Leroy
1
-6
/
+0
2019-04-30
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
1
-2
/
+2
2019-04-30
powerpc/64s: Reimplement book3s idle code in C
Nicholas Piggin
1
-2
/
+2
2019-04-21
powerpc/mm: Print kernel map details to dmesg
Aneesh Kumar K.V
1
-0
/
+3
2019-04-21
powerpc/mm: Reduce memory usage for mm_context_t for radix
Aneesh Kumar K.V
1
-0
/
+6
2019-04-21
powerpc/mm: Move slb_addr_linit to early_init_mmu
Aneesh Kumar K.V
1
-11
/
+0
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-0
/
+3
2019-03-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2019-03-08
arch: simplify several early memory allocations
Mike Rapoport
1
-2
/
+2
2019-02-23
powerpc: Activate CONFIG_THREAD_INFO_IN_TASK
Christophe Leroy
1
-1
/
+1
2019-02-21
powerpc/setup: display reason for not booting
Christophe Leroy
1
-1
/
+1
2019-02-18
powerpc/dma: use the generic direct mapping bypass
Christoph Hellwig
1
-1
/
+0
2018-12-20
powerpc/fsl: Enable runtime patching if nospectre_v2 boot arg is used
Diana Craciun
1
-0
/
+1
2018-11-26
powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32
Christophe Leroy
1
-2
/
+2
2018-11-26
powerpc: Use device_type helpers to access the node type
Rob Herring
1
-1
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+0
2018-10-31
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
1
-2
/
+1
2018-10-03
powerpc: Wire up memtest
Christophe Leroy
1
-0
/
+3
2018-08-07
powerpc/64: Call setup_barrier_nospec() from setup_arch()
Michael Ellerman
1
-0
/
+2
2018-06-19
powerpc/64: hard disable irqs on the panic()ing CPU
Nicholas Piggin
1
-2
/
+10
2018-05-25
powerpc/tau: Synchronize function prototypes and body
Mathieu Malaterre
1
-6
/
+0
2018-03-31
powerpc/64e: Fix oops due to deferral of paca allocation
Michael Ellerman
1
-3
/
+4
2018-03-31
Merge branch 'topic/paca' into next
Michael Ellerman
1
-1
/
+29
2018-03-30
powerpc/64: Defer paca allocation until memory topology is discovered
Nicholas Piggin
1
-6
/
+18
2018-03-30
powerpc/setup: Add cpu_to_phys_id array
Nicholas Piggin
1
-1
/
+14
2018-03-30
powerpc/mm/numa: move numa topology discovery earlier
Nicholas Piggin
1
-0
/
+3
2018-03-06
powerpc/mm/slice: Fix hugepage allocation at hint address on 8xx
Christophe Leroy
1
-0
/
+2
2018-02-02
Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-9
/
+12
2018-01-31
Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2018-01-21
Merge branch 'fixes' into next
Michael Ellerman
1
-10
/
+27
2018-01-16
powerpc: Cosmetic cleanup of cpuinfo_op
Benjamin Herrenschmidt
1
-4
/
+4
2018-01-16
powerpc: Make newline in cpuinfo unconditional
Benjamin Herrenschmidt
1
-3
/
+0
2018-01-16
powerpc: make use of for_each_node_by_type() instead of open-coding it
Dmitry Torokhov
1
-2
/
+7
2018-01-10
powerpc: rename dma_direct_ to dma_nommu_
Christoph Hellwig
1
-1
/
+1
2018-01-10
powerpc: Don't preempt_disable() in show_cpuinfo()
Benjamin Herrenschmidt
1
-11
/
+0
2017-12-05
Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier"
David Gibson
1
-0
/
+27
2017-11-13
powerpc/64s: mm_context.addr_limit is only used on hash
Nicholas Piggin
1
-1
/
+2
2017-11-10
Merge branch 'fixes' into next
Michael Ellerman
1
-3
/
+0
2017-11-06
powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64
Michael Ellerman
1
-2
/
+2
2017-10-03
powerpc/4xx: Fix compile error with 64K pages on 40x, 44x
Christian Lamparter
1
-3
/
+0
2017-09-09
treewide: make "nr_cpu_ids" unsigned
Alexey Dobriyan
1
-1
/
+1
[next]