index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
head_64.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: clean inclusions of asm/feature-fixups.h
Christophe Leroy
2018-07-30
1
-0
/
+1
*
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
2018-03-30
1
-9
/
+10
*
powerpc/64: Rename soft_enabled to irq_soft_mask
Madhavan Srinivasan
2018-01-19
1
-3
/
+3
*
powerpc/64: Add #defines for paca->soft_enabled flags
Madhavan Srinivasan
2018-01-19
1
-2
/
+3
*
powerpc/powernv: Avoid waiting for secondary hold spinloop with OPAL
Nicholas Piggin
2017-11-10
1
-5
/
+11
*
powerpc/asm: Convert .llong directives to .8byte
Tobin C. Harding
2017-08-31
1
-4
/
+4
*
powerpc/64: Allow for THREAD_SIZE > 16k
Hamish Martin
2017-03-20
1
-1
/
+2
*
powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.
Thiago Jung Bauermann
2016-11-30
1
-1
/
+1
*
powerpc/64e: Convert cmpi to cmpwi in head_64.S
Nicholas Piggin
2016-11-28
1
-4
/
+4
*
powerpc/64: Add an option to force run-at-load to test relocation
Nicholas Piggin
2016-11-14
1
-1
/
+8
*
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
2016-10-14
1
-0
/
+2
|
\
|
*
ppc: move exports to definitions
Al Viro
2016-08-07
1
-0
/
+2
*
|
powerpc: Use gas sections for arranging exception vectors
Nicholas Piggin
2016-10-04
1
-15
/
+29
*
|
powerpc/64: Change the way relocation copy is calculated
Nicholas Piggin
2016-10-04
1
-4
/
+9
|
/
*
powerpc/64: Move the content of setup_system() to setup_arch()
Benjamin Herrenschmidt
2016-07-21
1
-4
/
+1
*
powerpc: Define and use PPC64_ELF_ABI_v2/v1
Michael Ellerman
2016-06-14
1
-1
/
+1
*
powerpc/mm/radix: Make sure swapper pgdir is properly aligned
Aneesh Kumar K.V
2016-05-11
1
-5
/
+8
*
powerpc/book3e-64: Use hardcoded mttmr opcode
Scott Wood
2016-03-16
1
-4
/
+5
*
powerpc/mpc85xx: Add CPU hotplug support for E6500
chenhui zhao
2016-03-04
1
-0
/
+78
*
powerpc/rcpm: add RCPM driver
chenhui zhao
2016-03-04
1
-0
/
+19
*
powerpc/book3e: support CONFIG_RELOCATABLE
Tiejun Chen
2015-10-27
1
-3
/
+19
*
powerpc/booke64: Fix args to copy_and_flush
Tiejun Chen
2015-10-27
1
-4
/
+7
*
powerpc/e6500: kexec: Handle hardware threads
Scott Wood
2015-10-27
1
-0
/
+16
*
Merge remote-tracking branch 'scott/next' into next
Benjamin Herrenschmidt
2014-08-05
1
-0
/
+22
|
\
|
*
powerpc/e6500: Add support for hardware threads
Andy Fleming
2014-07-29
1
-0
/
+22
*
|
powerpc: Remove STAB code
Michael Ellerman
2014-07-28
1
-3
/
+5
|
/
*
powerpc: Fix SMP issues with ppc64le ABIv2
Anton Blanchard
2014-04-23
1
-10
/
+8
*
powerpc: ABIv2 function calls must place target address in r12
Anton Blanchard
2014-04-23
1
-9
/
+11
*
powerpc: Remove some unnecessary uses of _GLOBAL() and _STATIC()
Anton Blanchard
2014-04-23
1
-6
/
+6
*
powerpc: Remove superflous function descriptors in assembly only code
Anton Blanchard
2014-04-23
1
-4
/
+5
*
powerpc: No need to use dot symbols when branching to a function
Anton Blanchard
2014-04-23
1
-33
/
+33
*
powerpc: Delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-15
1
-0
/
+1
*
powerpc: Fix alignment of secondary cpu spin vars
Olof Johansson
2013-12-30
1
-0
/
+1
*
powerpc: Align p_end
Anton Blanchard
2013-12-30
1
-0
/
+1
*
powerpc: Endian safe trampoline
Benjamin Herrenschmidt
2013-10-11
1
-0
/
+3
*
powerpc: Align p_toc
Anton Blanchard
2013-08-14
1
-0
/
+1
*
powerpc: Add isync to copy_and_flush
Michael Neuling
2013-04-26
1
-0
/
+1
*
powerpc/kexec: Add kexec "hold" support for Book3e processors
Jimi Xenidis
2013-01-10
1
-1
/
+18
*
powerpc: Build kernel with -mcmodel=medium
Anton Blanchard
2013-01-10
1
-2
/
+13
*
powerpc: Add relocation on exception vector handlers
Michael Neuling
2012-11-15
1
-1
/
+2
*
powerpc: Fix CONFIG_RELOCATABLE=y CONFIG_CRASH_DUMP=n build
Anton Blanchard
2012-11-15
1
-1
/
+1
*
powerpc/powernv: Fix OPAL debug entry
Benjamin Herrenschmidt
2012-11-15
1
-0
/
+1
*
powerpc: Rework lazy-interrupt handling
Benjamin Herrenschmidt
2012-03-09
1
-7
/
+17
*
powerpc: Remove legacy iSeries bits from assembly files
Benjamin Herrenschmidt
2012-03-09
1
-37
/
+7
*
powerpc/powernv: Support for OPAL console
Benjamin Herrenschmidt
2011-09-20
1
-1
/
+13
*
powerpc/powernv: Add OPAL takeover from PowerVM
Benjamin Herrenschmidt
2011-09-20
1
-0
/
+4
*
powerpc/powernv: Don't clobber r9 in relative_toc()
Benjamin Herrenschmidt
2011-09-20
1
-3
/
+3
*
powerpc: Fix early boot accounting of CPUs
Matt Evans
2011-06-17
1
-1
/
+1
*
powerpc: Don't search for paca in freed memory
Milton Miller
2011-05-19
1
-5
/
+8
*
powerpc: Use MSR_64BIT in places
Michael Ellerman
2011-04-27
1
-1
/
+1
[next]