aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
AgeCommit message (Expand)AuthorFilesLines
2014-04-23powerpc: Add _GLOBAL_TOC for ABIv2 assembly functions exported to modulesAnton Blanchard1-0/+12
2014-04-23powerpc: Fix up TOC. for modules.Rusty Russell1-0/+1
2014-04-23powerpc: Fix ABIv2 issue with dereference_function_descriptorAnton Blanchard1-0/+2
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 Blanchard1-0/+2
2014-04-23powerpc: Fix ABIv2 issues with stack offsets in assembly codeAnton Blanchard1-0/+4
2014-04-23powerpc: Add ABIv2 support to ppc_function_entryAnton Blanchard1-4/+36
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 Blanchard2-3/+5
2014-04-23powerpc: Remove _INIT_GLOBAL(), _STATIC() and _INIT_STATIC()Anton Blanchard1-38/+0
2014-04-23powerpc: No need to use dot symbols when branching to a functionAnton Blanchard5-9/+9
2014-04-18arch,powerpc: Convert smp_mb__*()Peter Zijlstra3-10/+5
2014-04-11Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+4
2014-04-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds3-38/+109
2014-04-09powerpc/opal: Add missing includeMichael Neuling1-0/+2
2014-04-09powerpc: Add lq/stq emulationAnton Blanchard1-0/+1
2014-04-09powerpc/powernv: Add invalid OPAL callJoel Stanley1-0/+2
2014-04-09powerpc/powernv: Add OPAL message log interfaceJoel Stanley1-0/+4
2014-04-09powerpc/powernv: Fix endian issues with sensor codeAnton Blanchard1-2/+1
2014-04-08Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+4
2014-04-07include/linux/crash_dump.h: add vmcore_cleanup() prototypeRashika Kheria1-1/+0
2014-04-07cpufreq: powernv: cpufreq driver for powernv platformVaidyanathan Srinivasan1-0/+4
2014-04-07powerpc/powernv: Fix endian issues with OPAL async codeAnton Blanchard1-3/+3
2014-04-07powerpc/powernv: Add opal_notifier_unregister() and export to modulesBenjamin Herrenschmidt1-0/+2
2014-04-07powerpc/le: Enable RTAS events supportGreg Kurz1-33/+94
2014-04-04Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-0/+18
2014-04-02Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-1/+25
2014-04-02Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds4-1/+5
2014-04-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds14-37/+126
2014-04-01Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-838/+0
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-03-31Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2014-03-29Merge branch 'kvm-ppchv-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-nextPaolo Bonzini6-1/+25
2014-03-29KVM: PPC: Book3S HV: Save/restore host PMU registers that are new in POWER8Paul Mackerras1-1/+1
2014-03-29KVM: PPC: Book3S HV: Don't use kvm_memslots() in real modePaul Mackerras1-0/+12
2014-03-29KVM: PPC: Book3S HV: Add transactional memory supportMichael Neuling2-0/+5
2014-03-26KVM: PPC: Book3S: Introduce hypervisor call H_GET_TCELaurent Dufour1-0/+2
2014-03-26KVM: PPC: Book3S HV: Fix incorrect userspace exit on ioeventfd writeGreg Kurz1-0/+5
2014-03-24Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt5-33/+32
2014-03-24powerpc/book3s: Fix CFAR clobbering issue in machine check handler.Mahesh Salgaonkar1-0/+8
2014-03-24powerpc/compat: 32-bit little endian machine name is ppcle, not ppcAnton Blanchard1-0/+4
2014-03-24powerpc: Add hvcalls for 24x7 and gpci (Get Performance Counter Info)Cody P Schafer1-0/+5
2014-03-24powerpc/perf: Enable BHRB access for EBB eventsMichael Ellerman1-0/+1
2014-03-24powerpc/perf: Add lost exception workaroundMichael Ellerman1-0/+2
2014-03-24powerpc: Add a cpu feature CPU_FTR_PMAO_BUGMichael Ellerman1-2/+4
2014-03-24powerpc/perf: Define perf_event_print_debug() to print PMU register valuesAnshuman Khandual1-0/+1
2014-03-24powerpc/powernv: Enable fetching of platform sensor dataNeelesh Gupta1-0/+4
2014-03-24powerpc/powernv: Enable reading and updating of system parametersNeelesh Gupta1-1/+15
2014-03-24powerpc/powernv: Infrastructure to support OPAL async completionNeelesh Gupta1-1/+11
2014-03-19random: Add arch_has_random[_seed]()H. Peter Anvin1-0/+9