index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
setup_64.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Fix compile errors found by new ppc64e_defconfig
Kumar Gala
2009-10-27
1
-1
/
+0
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2009-09-15
1
-5
/
+29
|
\
|
*
powerpc: Remaining 64-bit Book3E support
Benjamin Herrenschmidt
2009-08-20
1
-0
/
+19
|
*
powerpc: Add TLB management code for 64-bit Book3E
Benjamin Herrenschmidt
2009-08-20
1
-0
/
+4
|
*
powerpc: Move definitions of secondary CPU spinloop to header file
Benjamin Herrenschmidt
2009-08-20
1
-3
/
+0
|
*
powerpc/mm: Call mmu_context_init() from ppc64
Benjamin Herrenschmidt
2009-08-20
1
-0
/
+4
|
*
powerpc: Use names rather than numbers for SPRGs (v2)
Benjamin Herrenschmidt
2009-08-20
1
-2
/
+2
*
|
powerpc64: convert to dynamic percpu allocator
Tejun Heo
2009-08-14
1
-16
/
+45
|
/
*
powerpc: Fix warning in setup_64.c when CONFIG_RELOCATABLE=y
Michael Ellerman
2009-06-15
1
-2
/
+2
*
powerpc: Add support for swiotlb on 32-bit
Becky Bruce
2009-06-09
1
-0
/
+6
*
powerpc: Shield code specific to 64-bit server processors
Benjamin Herrenschmidt
2009-06-09
1
-1
/
+4
*
powerpc/mm: Introduce early_init_mmu() on 64-bit
Benjamin Herrenschmidt
2009-03-24
1
-30
/
+5
*
powerpc: Remove unused ppc64_terminate_msg()
Michael Ellerman
2009-02-11
1
-7
/
+0
*
powerpc: Change u64/s64 to a long long integer type
Ingo Molnar
2009-01-13
1
-3
/
+3
*
powerpc/mm: Introduce MMU features
Benjamin Herrenschmidt
2008-12-21
1
-0
/
+2
*
powerpc: Remove `have_of' global variable
Anton Vorontsov
2008-12-16
1
-1
/
+0
*
powerpc: Eliminate NULL test and memset after alloc_bootmem
Julia Lawall
2008-12-03
1
-2
/
+0
*
powerpc: Fix compiler warning for the relocatable kernel
Michael Neuling
2008-10-31
1
-3
/
+3
*
powerpc: Make it possible to move the interrupt handlers away from the kernel
Paul Mackerras
2008-09-15
1
-4
/
+5
*
powerpc: Update cpu_sibling_maps dynamically
Nathan Lynch
2008-07-28
1
-3
/
+0
*
powerpc: Fixup lwsync at runtime
Kumar Gala
2008-07-03
1
-0
/
+2
*
[POWERPC] Initialize lockdep earlier
Benjamin Herrenschmidt
2008-05-09
1
-3
/
+3
*
[POWERPC] Document when printk is useable
Benjamin Herrenschmidt
2008-05-09
1
-0
/
+4
*
[POWERPC] Make emergency stack safe for current_thread_info() use
Michael Ellerman
2008-04-30
1
-3
/
+6
*
[POWERPC] Raise the upper limit of NR_CPUS and move the pacas into the BSS
Tony Breeds
2008-04-24
1
-0
/
+3
*
[POWERPC] 85xx: Add support for relocatable kernel (and booting at non-zero)
Kumar Gala
2008-04-24
1
-1
/
+1
*
[POWERPC] irqtrace support for 64-bit powerpc
Benjamin Herrenschmidt
2008-04-18
1
-0
/
+4
*
[POWERPC] Clean up some linker and symbol usage
Kumar Gala
2008-04-17
1
-1
/
+1
*
[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.
David S. Miller
2008-02-13
1
-1
/
+1
*
[POWERPC] Fix cache line vs. block size confusion
Benjamin Herrenschmidt
2007-11-08
1
-12
/
+7
*
[POWERPC] Quieten cache information at boot
Anton Blanchard
2007-10-17
1
-5
/
+8
*
Convert cpu_sibling_map to be a per cpu variable
Mike Travis
2007-10-16
1
-0
/
+3
*
[POWERPC] Only call ppc_md.setup_arch() if it is provided
Grant Likely
2007-10-11
1
-1
/
+2
*
[POWERPC] setup_64.c and prom.c comment cleanup
Linas Vepstas
2007-09-14
1
-3
/
+3
*
Revert "[POWERPC] Do firmware feature fixups after features are initialised"
Tony Breeds
2007-07-18
1
-8
/
+4
*
[POWERPC] Do firmware feature fixups after features are initialised
Michael Neuling
2007-06-25
1
-4
/
+8
*
[PATCH] x86: Allow percpu variables to be page-aligned
Jeremy Fitzhardinge
2007-05-02
1
-2
/
+2
*
[POWERPC] Rename get_property to of_get_property: arch/powerpc
Stephen Rothwell
2007-04-13
1
-5
/
+5
*
[POWERPC] Remove unused inclusion of linux/ide.h
Olaf Hering
2007-04-13
1
-1
/
+0
*
[POWERPC] Distinguish POWER6 partition modes and tell userspace
Paul Mackerras
2006-12-04
1
-1
/
+1
*
[POWERPC] Allow hooking of PCI MMIO & PIO accessors on 64 bits
Benjamin Herrenschmidt
2006-12-04
1
-0
/
+7
*
[POWERPC] Refactor 64 bits DMA operations
Benjamin Herrenschmidt
2006-12-04
1
-0
/
+1
*
Merge branch 'linux-2.6' into for-linus
Paul Mackerras
2006-12-04
1
-0
/
+11
|
\
|
*
[POWERPC] Support feature fixups in vdso's
Benjamin Herrenschmidt
2006-10-25
1
-2
/
+2
|
*
[POWERPC] Consolidate feature fixup code
Benjamin Herrenschmidt
2006-10-25
1
-0
/
+11
*
|
[PATCH] Check for null init_early routine
Geoff Levand
2006-11-13
1
-1
/
+2
*
|
[PATCH] Clean up usage of boot_dev
s.hauer@pengutronix.de
2006-11-13
1
-1
/
+0
*
|
[POWERPC] Lazy interrupt disabling for 64-bit machines
Paul Mackerras
2006-10-16
1
-2
/
+2
|
/
*
[POWERPC] Fix xmon=off and cleanup xmon initialisation
Michael Ellerman
2006-10-04
1
-8
/
+4
*
[PATCH] namespaces: utsname: use init_utsname when appropriate
Serge E. Hallyn
2006-10-02
1
-1
/
+1
[next]