summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2014-04-23powerpc: Add _GLOBAL_TOC for ABIv2 assembly functions exported to modulesAnton Blanchard3-2/+14
2014-04-23powerpc: modules: implement stubs for ELFv2 ABI.Rusty Russell1-12/+61
2014-04-23powerpc: modules: skip r2 setup for ELFv2Rusty Russell1-6/+16
2014-04-23powerpc: modules: use r12 for stub jump address.Rusty Russell1-5/+5
2014-04-23powerpc: modules: change r2 save/restore offset for ELFv2 ABI.Rusty Russell1-8/+15
2014-04-23powerpc: modules: comment about de-dotifying symbols when using the ELFv2 ABI.Rusty Russell1-1/+2
2014-04-23powerpc: Handle new ELFv2 module relocationsRusty Russell2-1/+23
2014-04-23powerpc: Fix up TOC. for modules.Rusty Russell2-0/+30
2014-04-23powerpc: module: handle MODVERSION for .TOC.Rusty Russell1-0/+9
2014-04-23powerpc: EXPORT_SYMBOL(.TOC.)Rusty Russell1-0/+19
2014-04-23powerpc: modules implement R_PPC64_TOCSAVE relocation.Rusty Russell2-1/+12
2014-04-23powerpc: make module stub code endian independentRusty Russell1-31/+11
2014-04-23powerpc: Fix ABIv2 issue with dereference_function_descriptorAnton Blanchard1-0/+2
2014-04-23powerpc: Fix SMP issues with ppc64le ABIv2Anton Blanchard7-19/+22
2014-04-23powerpc/tracing: TRACE_WITH_FRAME_BUFFER creates invalid stack framesAnton Blanchard1-2/+2
2014-04-23powerpc/tm: Fix GOT save offset for ABIv2Anton Blanchard2-4/+6
2014-04-23powerpc/tm: Use STK_PARAMAnton Blanchard1-3/+2
2014-04-23powerpc: Fix unsafe accesses to parameter area in ELFv2Ulrich Weigand5-30/+32
2014-04-23powerpc: Fix ABIv2 issues with stack offsets in assembly codeAnton Blanchard5-30/+34
2014-04-23powerpc: Fix kernel thread creation on ABIv2Anton Blanchard2-13/+8
2014-04-23powerpc: Fix branch patching code for ABIv2Anton Blanchard4-33/+47
2014-04-23powerpc: Use ppc_function_entry instead of open coding itAnton Blanchard1-10/+8
2014-04-23powerpc: Add ABIv2 support to ppc_function_entryAnton Blanchard1-4/+36
2014-04-23powerpc: Ignore .TOC. relocationsAnton Blanchard1-1/+1
2014-04-23powerpc: ABIv2 function calls must place target address in r12Anton Blanchard3-13/+19
2014-04-23powerpc: Remove function descriptors and dot symbols on new ABIAnton Blanchard3-0/+26
2014-04-23powerpc: Create DOTSYM to wrap dot symbol usageAnton Blanchard4-23/+25
2014-04-23powerpc: Remove dot symbol usage in exception macrosAnton Blanchard2-27/+27
2014-04-23powerpc: Remove _INIT_GLOBAL(), _STATIC() and _INIT_STATIC()Anton Blanchard1-38/+0
2014-04-23powerpc: Remove some unnecessary uses of _GLOBAL() and _STATIC()Anton Blanchard3-9/+9
2014-04-23powerpc: Don't use a function descriptor for system call tableAnton Blanchard2-4/+8
2014-04-23powerpc: Remove superflous function descriptors in assembly only codeAnton Blanchard4-20/+21
2014-04-23powerpc: No need to use dot symbols when branching to a functionAnton Blanchard26-271/+271
2014-04-23powerpc: Don't build assembly files with ABIv2Anton Blanchard1-1/+2
2014-04-19powerpc/mm: fix ".__node_distance" undefinedMike Qiu1-0/+1
2014-04-15powerpc/PCI: Fix NULL dereference in sys_pciconfig_iobase() list traversalMike Qiu1-4/+6
2014-04-13powerpc: Don't try to set LPCR unless we're in hypervisor modePaul Mackerras1-1/+2
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+0
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-0/+1
2014-04-12Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-0/+12
2014-04-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds36-199/+525
2014-04-09powerpc/powernv Adapt opal-elog and opal-dump to new sysfs_remove_file_selfStewart Smith2-14/+4
2014-04-09power, sched: stop updating inside arch_update_cpu_topology() when nothing to...Michael Wang1-0/+15
2014-04-09powerpc/le: Avoid creatng R_PPC64_TOCSAVE relocations for modules.Tony Breeds1-0/+1
2014-04-09arch/powerpc: Use RCU_INIT_POINTER(x, NULL) in platforms/cell/spu_syscalls.cMonam Agarwal1-1/+1
2014-04-09powerpc/opal: Add missing includeMichael Neuling1-0/+2
2014-04-09powerpc: Convert last uses of __FUNCTION__ to __func__Joe Perches1-6/+5
2014-04-09powerpc: Add lq/stq emulationAnton Blanchard3-8/+46
2014-04-09powerpc/powernv: Add invalid OPAL callJoel Stanley3-0/+6
2014-04-09powerpc/powernv: Add OPAL message log interfaceJoel Stanley4-1/+128