summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-18/+25
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-34/+15
2014-03-31Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+3
2014-03-31Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2-0/+10
2014-03-31net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann1-1/+2
2014-03-29Merge branch 'kvm-ppchv-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini13-67/+377
2014-03-29KVM: PPC: Book3S HV: Save/restore host PMU registers that are new in POWER8Paul Mackerras3-1/+33
2014-03-29KVM: PPC: Book3S HV: Fix decrementer timeouts with non-zero TB offsetPaul Mackerras1-1/+9
2014-03-29KVM: PPC: Book3S HV: Don't use kvm_memslots() in real modePaul Mackerras2-3/+15
2014-03-29KVM: PPC: Book3S HV: Return ENODEV error rather than EIOPaul Mackerras1-1/+1
2014-03-29KVM: PPC: Book3S: Trim top 4 bits of physical address in RTAS codePaul Mackerras1-2/+5
2014-03-29KVM: PPC: Book3S HV: Add get/set_one_reg for new TM stateMichael Neuling1-22/+125
2014-03-29KVM: PPC: Book3S HV: Add transactional memory supportMichael Neuling4-30/+149
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert1-2/+2
2014-03-26KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=nAnton Blanchard1-3/+1
2014-03-26KVM: PPC: Book3S: Introduce hypervisor call H_GET_TCELaurent Dufour3-1/+31
2014-03-26KVM: PPC: Book3S HV: Fix incorrect userspace exit on ioeventfd writeGreg Kurz2-3/+8
2014-03-24Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt57-210/+1259
2014-03-24powerpc/book3s: Fix CFAR clobbering issue in machine check handler.Mahesh Salgaonkar2-0/+13
2014-03-24powerpc/compat: 32-bit little endian machine name is ppcle, not ppcAnton Blanchard1-0/+4
2014-03-24powerpc/le: Big endian arguments for ppc_rtas()Greg Kurz1-9/+13
2014-03-24powerpc: Use default set of netfilter modules (CONFIG_NETFILTER_ADVANCED=n)Anton Blanchard4-238/+8
2014-03-24powerpc/defconfigs: Enable THP in pseries defconfigAneesh Kumar K.V1-0/+2
2014-03-24powerpc/mm: Make sure a local_irq_disable prevent a parallel THP splitAneesh Kumar K.V1-0/+5
2014-03-24powerpc: Rate-limit users spamming kernel log bufferMichael Neuling1-2/+3
2014-03-24powerpc/perf: Fix handling of L3 events with bank == 1Michael Ellerman1-2/+3
2014-03-24powerpc/perf: Add kconfig option for hypervisor provided countersCody P Schafer2-0/+14
2014-03-24powerpc/perf: Add support for the hv 24x7 interfaceCody P Schafer1-0/+510
2014-03-24powerpc/perf: Add support for the hv gpci (get performance counter info) inte...Cody P Schafer1-0/+294
2014-03-24powerpc/perf: Add macros for defining event fields & formatsCody P Schafer1-0/+19
2014-03-24powerpc/perf: Add a shared interface to get gpci version and capabilitiesCody P Schafer2-0/+56
2014-03-24powerpc/perf: Add 24x7 interface headersCody P Schafer2-0/+142
2014-03-24powerpc/perf: Add hv_gpci interface headerCody P Schafer1-0/+73
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 Ellerman2-4/+7
2014-03-24powerpc/perf: Add BHRB constraint and IFM MMCRA handling for EBBMichael Ellerman1-9/+44
2014-03-24powerpc/perf: Avoid mutating event in power8_get_constraint()Michael Ellerman1-6/+8
2014-03-24powerpc/perf: Clean up the EBB hash defines a littleMichael Ellerman1-3/+4
2014-03-24powerpc/perf: Reject EBB events which specify a sample_typeMichael Ellerman1-2/+5
2014-03-24powerpc/perf: Add lost exception workaroundMichael Ellerman3-2/+105
2014-03-24powerpc: Add a cpu feature CPU_FTR_PMAO_BUGMichael Ellerman2-3/+5
2014-03-24powerpc/perf: Define perf_event_print_debug() to print PMU register valuesAnshuman Khandual2-4/+52
2014-03-24powerpc/perf: Make some new raw event codes available in sysfsAnshuman Khandual1-0/+10
2014-03-24powerpc/powernv: Enable fetching of platform sensor dataNeelesh Gupta4-1/+70
2014-03-24powerpc/powernv: Enable reading and updating of system parametersNeelesh Gupta5-2/+310
2014-03-24powerpc/powernv: Infrastructure to support OPAL async completionNeelesh Gupta3-2/+215
2014-03-20audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALLAKASHI Takahiro1-0/+1
2014-03-20powerpc, sysfs: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-1/+7
2014-03-20Merge branch 'pm-cpufreq'Rafael J. Wysocki1-2/+1