index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Check cpu_thread_in_subcore() in __cpu_up()
Michael Ellerman
2014-05-28
1
-1
/
+1
*
powerpc: Add threads_per_subcore
Michael Ellerman
2014-05-28
1
-1
/
+3
*
powerpc/powernv: Make it possible to skip the IRQHAPPENED check in power7_nap()
Michael Ellerman
2014-05-28
1
-0
/
+9
*
powerpc/kvm/book3s_hv: Rework the secondary inhibit code
Michael Ellerman
2014-05-28
1
-31
/
+3
*
powerpc/numa: Enable CONFIG_HAVE_MEMORYLESS_NODES
Nishanth Aravamudan
2014-05-28
1
-0
/
+1
*
powerpc/numa: Enable USE_PERCPU_NUMA_NODE_ID
Nishanth Aravamudan
2014-05-28
1
-0
/
+6
*
Merge branch 'merge' into next
Benjamin Herrenschmidt
2014-05-28
1
-1
/
+1
|
\
|
*
powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST mode
Srivatsa S. Bhat
2014-05-28
1
-1
/
+1
*
|
Merge remote-tracking branch 'scott/next' into next
Benjamin Herrenschmidt
2014-05-28
1
-3
/
+16
|
\
\
|
*
|
PPC: ePAPR: Fix hypercall on LE guest
Alexander Graf
2014-05-23
1
-2
/
+3
|
*
|
powerpc: Fix unused variable warning for epapr_has_idle
Scott Wood
2014-05-23
1
-1
/
+1
|
*
|
powerpc: fix build of epapr_paravirt on 64-bit book3s
Scott Wood
2014-05-23
1
-0
/
+2
|
*
|
powerpc: move epapr paravirt init of power_save to an initcall
Stuart Yoder
2014-05-23
1
-1
/
+11
*
|
|
powerpc/module: Fix stubs for BE
Rusty Russell
2014-05-20
1
-1
/
+1
*
|
|
powerpc: Fix smp_processor_id() in preemptible splat in set_breakpoint
Paul Gortmaker
2014-05-20
3
-7
/
+14
*
|
|
powerpc: Drop return value from set_breakpoint as it is unused
Paul Gortmaker
2014-05-20
1
-4
/
+4
*
|
|
powerpc/eeh: Fix build error for celleb
Gavin Shan
2014-05-20
1
-0
/
+1
*
|
|
Merge branch 'merge' into next
Benjamin Herrenschmidt
2014-05-20
1
-3
/
+0
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
powerpc: irq work racing with timer interrupt can result in timer interrupt hang
Anton Blanchard
2014-05-12
1
-3
/
+0
*
|
Merge remote-tracking branch 'anton/abiv2' into next
Benjamin Herrenschmidt
2014-05-05
16
-495
/
+635
|
\
\
|
*
|
powerpc/ftrace: Fix ABIv2 issues with __ftrace_make_call
Anton Blanchard
2014-04-23
1
-21
/
+19
|
*
|
powerpc/ftrace: Use module loader helpers to parse trampolines
Anton Blanchard
2014-04-23
1
-77
/
+20
|
*
|
powerpc/modules: Create module_trampoline_target()
Anton Blanchard
2014-04-23
1
-0
/
+29
|
*
|
powerpc/modules: Create is_module_trampoline()
Anton Blanchard
2014-04-23
1
-5
/
+46
|
*
|
powerpc: ftrace_caller, _mcount is exported to modules so needs _GLOBAL_TOC()
Anton Blanchard
2014-04-23
1
-5
/
+2
|
*
|
powerpc: modules: implement stubs for ELFv2 ABI.
Rusty Russell
2014-04-23
1
-12
/
+61
|
*
|
powerpc: modules: skip r2 setup for ELFv2
Rusty Russell
2014-04-23
1
-6
/
+16
|
*
|
powerpc: modules: use r12 for stub jump address.
Rusty Russell
2014-04-23
1
-5
/
+5
|
*
|
powerpc: modules: change r2 save/restore offset for ELFv2 ABI.
Rusty Russell
2014-04-23
1
-8
/
+15
|
*
|
powerpc: modules: comment about de-dotifying symbols when using the ELFv2 ABI.
Rusty Russell
2014-04-23
1
-1
/
+2
|
*
|
powerpc: Handle new ELFv2 module relocations
Rusty Russell
2014-04-23
1
-0
/
+17
|
*
|
powerpc: Fix up TOC. for modules.
Rusty Russell
2014-04-23
1
-0
/
+29
|
*
|
powerpc: module: handle MODVERSION for .TOC.
Rusty Russell
2014-04-23
1
-0
/
+9
|
*
|
powerpc: EXPORT_SYMBOL(.TOC.)
Rusty Russell
2014-04-23
1
-0
/
+19
|
*
|
powerpc: modules implement R_PPC64_TOCSAVE relocation.
Rusty Russell
2014-04-23
1
-0
/
+8
|
*
|
powerpc: make module stub code endian independent
Rusty Russell
2014-04-23
1
-31
/
+11
|
*
|
powerpc: Fix SMP issues with ppc64le ABIv2
Anton Blanchard
2014-04-23
2
-11
/
+9
|
*
|
powerpc/tm: Fix GOT save offset for ABIv2
Anton Blanchard
2014-04-23
1
-4
/
+4
|
*
|
powerpc/tm: Use STK_PARAM
Anton Blanchard
2014-04-23
1
-3
/
+2
|
*
|
powerpc: Fix kernel thread creation on ABIv2
Anton Blanchard
2014-04-23
2
-13
/
+8
|
*
|
powerpc: Ignore .TOC. relocations
Anton Blanchard
2014-04-23
1
-1
/
+1
|
*
|
powerpc: ABIv2 function calls must place target address in r12
Anton Blanchard
2014-04-23
3
-13
/
+19
|
*
|
powerpc: Create DOTSYM to wrap dot symbol usage
Anton Blanchard
2014-04-23
1
-6
/
+6
|
*
|
powerpc: Remove dot symbol usage in exception macros
Anton Blanchard
2014-04-23
2
-27
/
+27
|
*
|
powerpc: Remove some unnecessary uses of _GLOBAL() and _STATIC()
Anton Blanchard
2014-04-23
3
-9
/
+9
|
*
|
powerpc: Don't use a function descriptor for system call table
Anton Blanchard
2014-04-23
2
-4
/
+8
|
*
|
powerpc: Remove superflous function descriptors in assembly only code
Anton Blanchard
2014-04-23
3
-18
/
+19
|
*
|
powerpc: No need to use dot symbols when branching to a function
Anton Blanchard
2014-04-23
9
-233
/
+233
*
|
|
powerpc: memcpy optimization for 64bit LE
Philippe Bergheaud
2014-04-30
1
-2
/
+0
*
|
|
powerpc/tm: Add checking to treclaim/trechkpt
Michael Neuling
2014-04-28
1
-3
/
+35
[next]