summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Check cpu_thread_in_subcore() in __cpu_up()Michael Ellerman2014-05-281-1/+1
* powerpc: Add threads_per_subcoreMichael Ellerman2014-05-281-1/+3
* powerpc/powernv: Make it possible to skip the IRQHAPPENED check in power7_nap()Michael Ellerman2014-05-281-0/+9
* powerpc/kvm/book3s_hv: Rework the secondary inhibit codeMichael Ellerman2014-05-281-31/+3
* powerpc/numa: Enable CONFIG_HAVE_MEMORYLESS_NODESNishanth Aravamudan2014-05-281-0/+1
* powerpc/numa: Enable USE_PERCPU_NUMA_NODE_IDNishanth Aravamudan2014-05-281-0/+6
* Merge branch 'merge' into nextBenjamin Herrenschmidt2014-05-281-1/+1
|\
| * powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST modeSrivatsa S. Bhat2014-05-281-1/+1
* | Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2014-05-281-3/+16
|\ \
| * | PPC: ePAPR: Fix hypercall on LE guestAlexander Graf2014-05-231-2/+3
| * | powerpc: Fix unused variable warning for epapr_has_idleScott Wood2014-05-231-1/+1
| * | powerpc: fix build of epapr_paravirt on 64-bit book3sScott Wood2014-05-231-0/+2
| * | powerpc: move epapr paravirt init of power_save to an initcallStuart Yoder2014-05-231-1/+11
* | | powerpc/module: Fix stubs for BERusty Russell2014-05-201-1/+1
* | | powerpc: Fix smp_processor_id() in preemptible splat in set_breakpointPaul Gortmaker2014-05-203-7/+14
* | | powerpc: Drop return value from set_breakpoint as it is unusedPaul Gortmaker2014-05-201-4/+4
* | | powerpc/eeh: Fix build error for cellebGavin Shan2014-05-201-0/+1
* | | Merge branch 'merge' into nextBenjamin Herrenschmidt2014-05-201-3/+0
|\ \ \ | |/ / |/| / | |/
| * powerpc: irq work racing with timer interrupt can result in timer interrupt hangAnton Blanchard2014-05-121-3/+0
* | Merge remote-tracking branch 'anton/abiv2' into nextBenjamin Herrenschmidt2014-05-0516-495/+635
|\ \
| * | powerpc/ftrace: Fix ABIv2 issues with __ftrace_make_callAnton Blanchard2014-04-231-21/+19
| * | powerpc/ftrace: Use module loader helpers to parse trampolinesAnton Blanchard2014-04-231-77/+20
| * | powerpc/modules: Create module_trampoline_target()Anton Blanchard2014-04-231-0/+29
| * | powerpc/modules: Create is_module_trampoline()Anton Blanchard2014-04-231-5/+46
| * | powerpc: ftrace_caller, _mcount is exported to modules so needs _GLOBAL_TOC()Anton Blanchard2014-04-231-5/+2
| * | powerpc: modules: implement stubs for ELFv2 ABI.Rusty Russell2014-04-231-12/+61
| * | powerpc: modules: skip r2 setup for ELFv2Rusty Russell2014-04-231-6/+16
| * | powerpc: modules: use r12 for stub jump address.Rusty Russell2014-04-231-5/+5
| * | powerpc: modules: change r2 save/restore offset for ELFv2 ABI.Rusty Russell2014-04-231-8/+15
| * | powerpc: modules: comment about de-dotifying symbols when using the ELFv2 ABI.Rusty Russell2014-04-231-1/+2
| * | powerpc: Handle new ELFv2 module relocationsRusty Russell2014-04-231-0/+17
| * | powerpc: Fix up TOC. for modules.Rusty Russell2014-04-231-0/+29
| * | powerpc: module: handle MODVERSION for .TOC.Rusty Russell2014-04-231-0/+9
| * | powerpc: EXPORT_SYMBOL(.TOC.)Rusty Russell2014-04-231-0/+19
| * | powerpc: modules implement R_PPC64_TOCSAVE relocation.Rusty Russell2014-04-231-0/+8
| * | powerpc: make module stub code endian independentRusty Russell2014-04-231-31/+11
| * | powerpc: Fix SMP issues with ppc64le ABIv2Anton Blanchard2014-04-232-11/+9
| * | powerpc/tm: Fix GOT save offset for ABIv2Anton Blanchard2014-04-231-4/+4
| * | powerpc/tm: Use STK_PARAMAnton Blanchard2014-04-231-3/+2
| * | powerpc: Fix kernel thread creation on ABIv2Anton Blanchard2014-04-232-13/+8
| * | powerpc: Ignore .TOC. relocationsAnton Blanchard2014-04-231-1/+1
| * | powerpc: ABIv2 function calls must place target address in r12Anton Blanchard2014-04-233-13/+19
| * | powerpc: Create DOTSYM to wrap dot symbol usageAnton Blanchard2014-04-231-6/+6
| * | powerpc: Remove dot symbol usage in exception macrosAnton Blanchard2014-04-232-27/+27
| * | powerpc: Remove some unnecessary uses of _GLOBAL() and _STATIC()Anton Blanchard2014-04-233-9/+9
| * | powerpc: Don't use a function descriptor for system call tableAnton Blanchard2014-04-232-4/+8
| * | powerpc: Remove superflous function descriptors in assembly only codeAnton Blanchard2014-04-233-18/+19
| * | powerpc: No need to use dot symbols when branching to a functionAnton Blanchard2014-04-239-233/+233
* | | powerpc: memcpy optimization for 64bit LEPhilippe Bergheaud2014-04-301-2/+0
* | | powerpc/tm: Add checking to treclaim/trechkptMichael Neuling2014-04-281-3/+35