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
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
2010-12-09
powerpc: Fix incorrect comment about interrupt stack allocation
Anton Blanchard
1
-2
/
+2
2010-11-18
powerpc: Update a BKL related comment
Alessio Igor Bogani
1
-3
/
+2
2010-08-31
Merge commit 'v2.6.36-rc3' into x86/memblock
Ingo Molnar
1
-39
/
+43
2010-08-24
powerpc: Correct smt_enabled=X boot option for > 2 threads per core
Nathan Fontenot
1
-27
/
+36
2010-08-05
memblock: Remove rmo_size, burry it in arch/powerpc where it belongs
Benjamin Herrenschmidt
1
-1
/
+1
2010-08-04
Merge commit 'gcl/next' into next
Benjamin Herrenschmidt
1
-10
/
+10
2010-07-31
powerpc/kexec: Switch to a static PACA on the way out
Matt Evans
1
-10
/
+0
2010-07-14
lmb: rename to memblock
Yinghai Lu
1
-10
/
+10
2010-07-09
powerpc: Optimise per cpu accesses on 64bit
Anton Blanchard
1
-2
/
+7
2010-06-15
powerpc: Unconditionally enabled irq stacks
Christoph Hellwig
1
-4
/
+0
2010-05-21
powerpc: Use more accurate limit for first segment memory allocations
Anton Blanchard
1
-4
/
+13
2010-05-21
powerpc: Use common cpu_die (fixes SMP+SUSPEND build)
Milton Miller
1
-6
/
+0
2010-03-19
powerpc: Fix swiotlb to respect the boot option
FUJITA Tomonori
1
-6
/
+0
2010-03-09
powerpc: Dynamically allocate pacas
Michael Ellerman
1
-7
/
+5
2009-12-09
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
1
-1
/
+1
2009-11-10
swiotlb: Defer swiotlb init printing, export swiotlb_print_info()
FUJITA Tomonori
1
-1
/
+1
2009-10-30
powerpc: Enable sparse irq_descs on powerpc
Michael Ellerman
1
-5
/
+0
2009-10-27
powerpc: Fix compile errors found by new ppc64e_defconfig
Kumar Gala
1
-1
/
+0
2009-09-15
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-5
/
+29
2009-08-20
powerpc: Remaining 64-bit Book3E support
Benjamin Herrenschmidt
1
-0
/
+19
2009-08-20
powerpc: Add TLB management code for 64-bit Book3E
Benjamin Herrenschmidt
1
-0
/
+4
2009-08-20
powerpc: Move definitions of secondary CPU spinloop to header file
Benjamin Herrenschmidt
1
-3
/
+0
2009-08-20
powerpc/mm: Call mmu_context_init() from ppc64
Benjamin Herrenschmidt
1
-0
/
+4
2009-08-20
powerpc: Use names rather than numbers for SPRGs (v2)
Benjamin Herrenschmidt
1
-2
/
+2
2009-08-14
powerpc64: convert to dynamic percpu allocator
Tejun Heo
1
-16
/
+45
2009-06-15
powerpc: Fix warning in setup_64.c when CONFIG_RELOCATABLE=y
Michael Ellerman
1
-2
/
+2
2009-06-09
powerpc: Add support for swiotlb on 32-bit
Becky Bruce
1
-0
/
+6
2009-06-09
powerpc: Shield code specific to 64-bit server processors
Benjamin Herrenschmidt
1
-1
/
+4
2009-03-24
powerpc/mm: Introduce early_init_mmu() on 64-bit
Benjamin Herrenschmidt
1
-30
/
+5
2009-02-11
powerpc: Remove unused ppc64_terminate_msg()
Michael Ellerman
1
-7
/
+0
2009-01-13
powerpc: Change u64/s64 to a long long integer type
Ingo Molnar
1
-3
/
+3
2008-12-21
powerpc/mm: Introduce MMU features
Benjamin Herrenschmidt
1
-0
/
+2
2008-12-16
powerpc: Remove `have_of' global variable
Anton Vorontsov
1
-1
/
+0
2008-12-03
powerpc: Eliminate NULL test and memset after alloc_bootmem
Julia Lawall
1
-2
/
+0
2008-10-31
powerpc: Fix compiler warning for the relocatable kernel
Michael Neuling
1
-3
/
+3
2008-09-15
powerpc: Make it possible to move the interrupt handlers away from the kernel
Paul Mackerras
1
-4
/
+5
2008-07-28
powerpc: Update cpu_sibling_maps dynamically
Nathan Lynch
1
-3
/
+0
2008-07-03
powerpc: Fixup lwsync at runtime
Kumar Gala
1
-0
/
+2
2008-05-09
[POWERPC] Initialize lockdep earlier
Benjamin Herrenschmidt
1
-3
/
+3
2008-05-09
[POWERPC] Document when printk is useable
Benjamin Herrenschmidt
1
-0
/
+4
2008-04-30
[POWERPC] Make emergency stack safe for current_thread_info() use
Michael Ellerman
1
-3
/
+6
2008-04-24
[POWERPC] Raise the upper limit of NR_CPUS and move the pacas into the BSS
Tony Breeds
1
-0
/
+3
2008-04-24
[POWERPC] 85xx: Add support for relocatable kernel (and booting at non-zero)
Kumar Gala
1
-1
/
+1
2008-04-18
[POWERPC] irqtrace support for 64-bit powerpc
Benjamin Herrenschmidt
1
-0
/
+4
2008-04-17
[POWERPC] Clean up some linker and symbol usage
Kumar Gala
1
-1
/
+1
2008-02-14
[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.
David S. Miller
1
-1
/
+1
2007-11-08
[POWERPC] Fix cache line vs. block size confusion
Benjamin Herrenschmidt
1
-12
/
+7
2007-10-17
[POWERPC] Quieten cache information at boot
Anton Blanchard
1
-5
/
+8
2007-10-16
Convert cpu_sibling_map to be a per cpu variable
Mike Travis
1
-0
/
+3
2007-10-11
[POWERPC] Only call ppc_md.setup_arch() if it is provided
Grant Likely
1
-1
/
+2
[next]