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-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
2007-09-13
[POWERPC] setup_64.c and prom.c comment cleanup
Linas Vepstas
1
-3
/
+3
2007-07-18
Revert "[POWERPC] Do firmware feature fixups after features are initialised"
Tony Breeds
1
-8
/
+4
2007-06-25
[POWERPC] Do firmware feature fixups after features are initialised
Michael Neuling
1
-4
/
+8
2007-05-02
[PATCH] x86: Allow percpu variables to be page-aligned
Jeremy Fitzhardinge
1
-2
/
+2
2007-04-12
[POWERPC] Rename get_property to of_get_property: arch/powerpc
Stephen Rothwell
1
-5
/
+5
2007-04-12
[POWERPC] Remove unused inclusion of linux/ide.h
Olaf Hering
1
-1
/
+0
2006-12-04
[POWERPC] Distinguish POWER6 partition modes and tell userspace
Paul Mackerras
1
-1
/
+1
2006-12-04
[POWERPC] Allow hooking of PCI MMIO & PIO accessors on 64 bits
Benjamin Herrenschmidt
1
-0
/
+7
2006-12-04
[POWERPC] Refactor 64 bits DMA operations
Benjamin Herrenschmidt
1
-0
/
+1
2006-12-04
Merge branch 'linux-2.6' into for-linus
Paul Mackerras
1
-0
/
+11
2006-11-13
[PATCH] Check for null init_early routine
Geoff Levand
1
-1
/
+2
2006-11-13
[PATCH] Clean up usage of boot_dev
s.hauer@pengutronix.de
1
-1
/
+0
[next]