summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | powerpc/fsl: Updated device trees for platforms with corenet version 2Diana Craciun2014-05-229-12/+42
| | * | | | | | | | | powerpc: Fix unused variable warning for epapr_has_idleScott Wood2014-05-221-1/+1
| | * | | | | | | | | powerpc: fix build of epapr_paravirt on 64-bit book3sScott Wood2014-05-221-0/+2
| | * | | | | | | | | powerpc: move epapr paravirt init of power_save to an initcallStuart Yoder2014-05-221-1/+11
| | * | | | | | | | | powerpc/85xx: Add OCA4080 board supportMartijn de Gouw2014-05-224-1/+122
| | * | | | | | | | | powerpc/mpc85xx: add support for Keymile's kmcoge4 boardValentin Longchamp2014-05-224-2/+380
| | * | | | | | | | | fsl/pci: fix RC cannot detect PME message comingWang Dongsheng2014-05-221-2/+1
| | * | | | | | | | | powerpc/rmu: Fix the error memory free parametersLiu Gang2014-05-221-3/+3
| | * | | | | | | | | powerpc/fsl-booke64: Set vmemmap_psize to 4KScott Wood2014-05-221-1/+6
| | * | | | | | | | | powerpc/fsl-rio: Fix fsl_rio_setup error paths and use-after-unmapScott Wood2014-05-091-1/+9
| * | | | | | | | | | powerpc/module: Fix stubs for BERusty Russell2014-05-201-1/+1
| * | | | | | | | | | powerpc: Clear ELF personality flag if ELFv2 is not requested.Jeff Bailey2014-05-201-0/+2
| * | | | | | | | | | powerpc: Fix smp_processor_id() in preemptible splat in set_breakpointPaul Gortmaker2014-05-206-9/+17
| * | | | | | | | | | powerpc: Drop return value from set_breakpoint as it is unusedPaul Gortmaker2014-05-202-5/+5
| * | | | | | | | | | powerpc: Remove non-uapi linkage.h exportJames Hogan2014-05-201-1/+0
| * | | | | | | | | | powerpc/eeh: Fix build error for cellebGavin Shan2014-05-201-0/+1
| * | | | | | | | | | Merge branch 'merge' into nextBenjamin Herrenschmidt2014-05-201-3/+0
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | Revert "powerpc/powernv: Fundamental reset on PLX ports"Benjamin Herrenschmidt2014-05-202-95/+16
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'anton/abiv2' into nextBenjamin Herrenschmidt2014-05-0554-679/+898
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | powerpc: Build little endian ppc64 kernel with ABIv2Anton Blanchard2014-04-231-3/+7
| | * | | | | | | | | 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-232-0/+31
| | * | | | | | | | | powerpc/modules: Create is_module_trampoline()Anton Blanchard2014-04-232-5/+47
| | * | | | | | | | | powerpc/kprobes: Fix ABIv2 issues with kprobe_lookup_nameAnton Blanchard2014-04-231-2/+3
| | * | | | | | | | | powerpc: ftrace_caller, _mcount is exported to modules so needs _GLOBAL_TOC()Anton Blanchard2014-04-231-5/+2
| | * | | | | | | | | powerpc: Add _GLOBAL_TOC for ABIv2 assembly functions exported to modulesAnton Blanchard2014-04-233-2/+14
| | * | | | | | | | | 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-232-1/+23
| | * | | | | | | | | powerpc: Fix up TOC. for modules.Rusty Russell2014-04-232-0/+30
| | * | | | | | | | | 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-232-1/+12
| | * | | | | | | | | powerpc: make module stub code endian independentRusty Russell2014-04-231-31/+11
| | * | | | | | | | | powerpc: Fix ABIv2 issue with dereference_function_descriptorAnton Blanchard2014-04-231-0/+2
| | * | | | | | | | | powerpc: Fix SMP issues with ppc64le ABIv2Anton Blanchard2014-04-237-19/+22
| | * | | | | | | | | powerpc/tracing: TRACE_WITH_FRAME_BUFFER creates invalid stack framesAnton Blanchard2014-04-231-2/+2
| | * | | | | | | | | powerpc/tm: Fix GOT save offset for ABIv2Anton Blanchard2014-04-232-4/+6
| | * | | | | | | | | powerpc/tm: Use STK_PARAMAnton Blanchard2014-04-231-3/+2
| | * | | | | | | | | powerpc: Fix unsafe accesses to parameter area in ELFv2Ulrich Weigand2014-04-235-30/+32
| | * | | | | | | | | powerpc: Fix ABIv2 issues with stack offsets in assembly codeAnton Blanchard2014-04-235-30/+34
| | * | | | | | | | | powerpc: Fix kernel thread creation on ABIv2Anton Blanchard2014-04-232-13/+8
| | * | | | | | | | | powerpc: Fix branch patching code for ABIv2Anton Blanchard2014-04-234-33/+47
| | * | | | | | | | | powerpc: Use ppc_function_entry instead of open coding itAnton Blanchard2014-04-231-10/+8
| | * | | | | | | | | powerpc: Add ABIv2 support to ppc_function_entryAnton Blanchard2014-04-231-4/+36
| | * | | | | | | | | powerpc: Ignore .TOC. relocationsAnton Blanchard2014-04-231-1/+1
OpenPOWER on IntegriCloud