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_32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-02
powerpc/32: Move early_init() in a separate file
Christophe Leroy
1
-28
/
+0
2019-03-07
Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-10
/
+16
2019-02-23
powerpc/irq: use memblock functions returning virtual address
Christophe Leroy
1
-10
/
+16
2019-01-22
powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAM
Finn Thain
1
-11
/
+0
2019-01-22
powerpc: Replace nvram_* extern declarations with standard header
Finn Thain
1
-24
/
+1
2018-12-20
powerpc/dma: remove the unused ISA_DMA_THRESHOLD export
Christoph Hellwig
1
-1
/
+0
2018-12-19
powerpc/32: use patch_site_addr() in machine_init()
Christophe Leroy
1
-2
/
+1
2018-11-26
powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32
Christophe Leroy
1
-1
/
+1
2018-10-31
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
1
-5
/
+5
2018-08-10
powerpc/32: Include setup.h header file to fix warnings
Mathieu Malaterre
1
-0
/
+2
2018-08-10
powerpc/lib: Use patch_site to patch copy_32 functions once cache is enabled
Christophe Leroy
1
-4
/
+3
2018-07-30
powerpc: clean inclusions of asm/feature-fixups.h
Christophe Leroy
1
-0
/
+1
2018-07-30
powerpc: remove kdump.h from page.h
Christophe Leroy
1
-0
/
+1
2018-03-13
powerpc/32: Add missing prototypes for (early|machine)_init()
Mathieu Malaterre
1
-0
/
+1
2018-03-13
powerpc/32: Make some functions static
Mathieu Malaterre
1
-4
/
+3
2017-09-01
powerpc/32: remove a NOP from memset()
Christophe Leroy
1
-1
/
+6
2017-02-06
powerpc: Move {d,i,u}cache_bsize definitions to a common place
Benjamin Herrenschmidt
1
-8
/
+0
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-10-15
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
1
-0
/
+6
2016-08-10
powerpc/32: Fix crash during static key init
Benjamin Herrenschmidt
1
-0
/
+3
2016-08-10
powerpc: Update obsolete comment in setup_32.c about early_init()
Benjamin Herrenschmidt
1
-4
/
+2
2016-08-08
ppc: move exports to definitions
Al Viro
1
-0
/
+6
2016-08-01
powerpc: Move cpu_has_feature() to a separate file
Kevin Hao
1
-0
/
+1
2016-07-21
powerpc: Merge 32-bit and 64-bit setup_arch()
Benjamin Herrenschmidt
1
-61
/
+4
2016-07-21
powerpc: Re-order setup_panic()
Benjamin Herrenschmidt
1
-3
/
+2
2016-07-21
powerpc: Re-order the call to smp_setup_cpu_maps()
Benjamin Herrenschmidt
1
-2
/
+2
2016-07-21
powerpc/32: Move cache info inits to a separate function
Benjamin Herrenschmidt
1
-11
/
+16
2016-07-21
powerpc: Get rid of ppc_md.init_early()
Benjamin Herrenschmidt
1
-3
/
+0
2016-07-21
powerpc: Move 32-bit probe() machine to later in the boot process
Benjamin Herrenschmidt
1
-16
/
+19
2016-07-21
powerpc: Factor do_feature_fixup calls
Benjamin Herrenschmidt
1
-15
/
+2
2016-07-11
powerpc: Move epapr_paravirt_early_init() to early_init_devtree()
Benjamin Herrenschmidt
1
-3
/
+0
2016-07-11
powerpc: Update obsolete comments in setup_32.c about entry conditions
Benjamin Herrenschmidt
1
-3
/
+5
2016-02-09
locking/lockdep: Eliminate lockdep_init()
Andrey Ryabinin
1
-2
/
+0
2015-09-17
powerpc32: memset: only use dcbz once cache is enabled
LEROY Christophe
1
-0
/
+3
2015-09-17
powerpc32: memcpy: only use dcbz once cache is enabled
LEROY Christophe
1
-0
/
+3
2014-11-10
powerpc: Remove unused vgacon_remap_base & fix build break
Michael Ellerman
1
-5
/
+0
2014-11-10
powerpc: Remove superfluous bootmem includes
Anton Blanchard
1
-1
/
+0
2014-11-10
powerpc: Remove bootmem allocator
Anton Blanchard
1
-3
/
+2
2014-10-02
powerpc: Remove powerpc specific cmd_line
Anton Blanchard
1
-1
/
+1
2014-04-07
powerpc: Make boot_cpuid common between 32 and 64-bit
Benjamin Herrenschmidt
1
-2
/
+0
2014-02-11
powerpc/ppc32: Fix the bug in the init of non-base exception stack for UP
Kevin Hao
1
-0
/
+5
2013-11-26
powerpc: Clean up panic_timeout usage
Jason Baron
1
-3
/
+0
2013-10-30
powerpc: Move local setup.h declarations to arch includes
Robert Jennings
1
-2
/
+0
2013-08-08
powerpc/85xx: Move ePAPR paravirt initialization earlier
Laurentiu TUDOR
1
-1
/
+3
2012-07-11
powerpc/watchdog: move booke watchdog param related code to setup-common.c
Shaohui Xie
1
-24
/
+0
2012-04-19
powerpc: fix build when CONFIG_BOOKE_WDT is enabled
Baruch Siach
1
-0
/
+3
2012-03-28
Disintegrate asm/system.h for PowerPC
David Howells
1
-1
/
+0
2011-11-16
powerpc: Copy down exception vectors after feature fixups
Anton Blanchard
1
-0
/
+2
2011-09-20
powerpc/32: Pass device tree address as u64 to machine_init
Scott Wood
1
-1
/
+1
[next]