aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2014-04-28powerpc/powernv: Fix little endian issues with opal_do_notifier callsAnton Blanchard
2014-04-28powerpc/powernv: Remove some OPAL function declaration duplicationAnton Blanchard
2014-04-28powerpc/powernv: Use uint64_t instead of size_t in OPAL APIsAnton Blanchard
2014-04-28powerpc/powernv: Release the refcount for pci_devWei Yang
2014-04-28powerpc/powernv: Reduce multi-hit of iommu_add_device()Wei Yang
2014-04-28powerpc/powernv: Fix little endian issues in OPAL flash codeAnton Blanchard
2014-04-28powerpc/powernv: Fix kexec races going back to OPALBenjamin Herrenschmidt
2014-04-28powerpc/powernv: Check sysparam size before creationJoel Stanley
2014-04-28powerpc/powernv: Fix typos in sysparam codeJoel Stanley
2014-04-28powerpc/powernv: Check sysfs size before copyingJoel Stanley
2014-04-28powerpc/powernv: Use ssize_t for sysparam return valuesJoel Stanley
2014-04-28powerpc/powernv: Fix sysparam sysfs error handlingJoel Stanley
2014-04-28powerpc: Fix Oops in rtas_stop_self()Li Zhong
2014-04-28powerpc: Export flush_icache_rangeJeff Mahoney
2014-04-23powerpc: Build little endian ppc64 kernel with ABIv2Anton Blanchard
2014-04-23powerpc/ftrace: Fix ABIv2 issues with __ftrace_make_callAnton Blanchard
2014-04-23powerpc/ftrace: Use module loader helpers to parse trampolinesAnton Blanchard
2014-04-23powerpc/modules: Create module_trampoline_target()Anton Blanchard
2014-04-23powerpc/modules: Create is_module_trampoline()Anton Blanchard
2014-04-23powerpc/kprobes: Fix ABIv2 issues with kprobe_lookup_nameAnton Blanchard
2014-04-23powerpc: ftrace_caller, _mcount is exported to modules so needs _GLOBAL_TOC()Anton Blanchard
2014-04-23powerpc: Add _GLOBAL_TOC for ABIv2 assembly functions exported to modulesAnton Blanchard
2014-04-23powerpc: modules: implement stubs for ELFv2 ABI.Rusty Russell
2014-04-23powerpc: modules: skip r2 setup for ELFv2Rusty Russell
2014-04-23powerpc: modules: use r12 for stub jump address.Rusty Russell
2014-04-23powerpc: modules: change r2 save/restore offset for ELFv2 ABI.Rusty Russell
2014-04-23powerpc: modules: comment about de-dotifying symbols when using the ELFv2 ABI.Rusty Russell
2014-04-23powerpc: Handle new ELFv2 module relocationsRusty Russell
2014-04-23powerpc: Fix up TOC. for modules.Rusty Russell
2014-04-23powerpc: module: handle MODVERSION for .TOC.Rusty Russell
2014-04-23powerpc: EXPORT_SYMBOL(.TOC.)Rusty Russell
2014-04-23powerpc: modules implement R_PPC64_TOCSAVE relocation.Rusty Russell
2014-04-23powerpc: make module stub code endian independentRusty Russell
2014-04-23powerpc: Fix ABIv2 issue with dereference_function_descriptorAnton Blanchard
2014-04-23powerpc: Fix SMP issues with ppc64le ABIv2Anton Blanchard
2014-04-23powerpc/tracing: TRACE_WITH_FRAME_BUFFER creates invalid stack framesAnton Blanchard
2014-04-23powerpc/tm: Fix GOT save offset for ABIv2Anton Blanchard
2014-04-23powerpc/tm: Use STK_PARAMAnton Blanchard
2014-04-23powerpc: Fix unsafe accesses to parameter area in ELFv2Ulrich Weigand
2014-04-23powerpc: Fix ABIv2 issues with stack offsets in assembly codeAnton Blanchard
2014-04-23powerpc: Fix kernel thread creation on ABIv2Anton Blanchard
2014-04-23powerpc: Fix branch patching code for ABIv2Anton Blanchard
2014-04-23powerpc: Use ppc_function_entry instead of open coding itAnton Blanchard
2014-04-23powerpc: Add ABIv2 support to ppc_function_entryAnton Blanchard
2014-04-23powerpc: Ignore .TOC. relocationsAnton Blanchard
2014-04-23powerpc: ABIv2 function calls must place target address in r12Anton Blanchard
2014-04-23powerpc: Remove function descriptors and dot symbols on new ABIAnton Blanchard
2014-04-23powerpc: Create DOTSYM to wrap dot symbol usageAnton Blanchard
2014-04-23powerpc: Remove dot symbol usage in exception macrosAnton Blanchard
2014-04-23powerpc: Remove _INIT_GLOBAL(), _STATIC() and _INIT_STATIC()Anton Blanchard