summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | powerpc: Convert last uses of __FUNCTION__ to __func__Joe Perches2014-04-091-6/+5
| * | | | | powerpc: Add lq/stq emulationAnton Blanchard2014-04-093-8/+46
| * | | | | powerpc/powernv: Add invalid OPAL callJoel Stanley2014-04-093-0/+6
| * | | | | powerpc/powernv: Add OPAL message log interfaceJoel Stanley2014-04-094-1/+128
| * | | | | powerpc/book3s: Fix mc_recoverable_range buffer overrun issue.Mahesh Salgaonkar2014-04-091-8/+20
| * | | | | powerpc: Remove dead code in sycall entryMichael Neuling2014-04-091-8/+0
| * | | | | powerpc: Use of_node_init() for the fakenode in msi_bitmap.cLi Zhong2014-04-091-1/+1
| * | | | | powerpc/mm: NUMA pte should be handled via slow path in get_user_pages_fast()Aneesh Kumar K.V2014-04-091-0/+13
| * | | | | powerpc/powernv: Fix endian issues with sensor codeAnton Blanchard2014-04-092-3/+4
| * | | | | powerpc/powernv: Fix endian issues with OPAL async codeAnton Blanchard2014-04-075-13/+16
| * | | | | powerpc/powernv: Add opal_notifier_unregister() and export to modulesBenjamin Herrenschmidt2014-04-072-0/+16
| * | | | | powerpc/ppc64: Do not turn AIL (reloc-on interrupts) too earlyBenjamin Herrenschmidt2014-04-072-5/+15
| * | | | | powerpc/ppc64: Gracefully handle early interruptsBenjamin Herrenschmidt2014-04-072-1/+17
| * | | | | powerpc/prom: early_init_dt_scan_cpus() updates cpu features only onceBenjamin Herrenschmidt2014-04-071-26/+26
| * | | | | powerpc: Make boot_cpuid common between 32 and 64-bitBenjamin Herrenschmidt2014-04-074-3/+7
| * | | | | powerpc: Adjust CPU_FTR_SMT on all platformsBenjamin Herrenschmidt2014-04-071-1/+1
| * | | | | powerpc/tm: Disable IRQ in tm_recheckpointMichael Neuling2014-04-074-7/+33
| * | | | | powerpc/le: Enable RTAS events supportGreg Kurz2014-04-075-61/+128
| * | | | | powerpc: Correct emulated mtfsf instructionStephen Chivers2014-04-071-35/+23
* | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-04-073-1/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | ppc: make PPC_BOOK3S_64 select IRQ_WORKJosh Triplett2014-04-071-0/+1
| * | | | | rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine2014-04-071-0/+1
| * | | | | include/linux/crash_dump.h: add vmcore_cleanup() prototypeRashika Kheria2014-04-071-1/+0
| |/ / / /
* | | | | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-1/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | powerpc, sysfs: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+7
* | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-041-0/+18
|\ \ \ \ \
| * | | | | random: Add arch_has_random[_seed]()H. Peter Anvin2014-03-191-0/+9
| * | | | | x86, random: Enable the RDSEED instructionH. Peter Anvin2014-03-191-0/+9
* | | | | | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-031-6/+1
|\ \ \ \ \ \
| * | | | | | ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-071-1/+1
| * | | | | | ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-071-5/+0
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-021-3/+4
|\ \ \ \ \ \ \
| * | | | | | | net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann2014-03-311-1/+2
| * | | | | | | net: Rename skb->rxhash to skb->hashTom Herbert2014-03-261-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-0213-67/+377
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'kvm-ppchv-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-03-2913-67/+377
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: PPC: Book3S HV: Save/restore host PMU registers that are new in POWER8Paul Mackerras2014-03-293-1/+33
| | * | | | | | | KVM: PPC: Book3S HV: Fix decrementer timeouts with non-zero TB offsetPaul Mackerras2014-03-291-1/+9
| | * | | | | | | KVM: PPC: Book3S HV: Don't use kvm_memslots() in real modePaul Mackerras2014-03-292-3/+15
| | * | | | | | | KVM: PPC: Book3S HV: Return ENODEV error rather than EIOPaul Mackerras2014-03-291-1/+1
| | * | | | | | | KVM: PPC: Book3S: Trim top 4 bits of physical address in RTAS codePaul Mackerras2014-03-291-2/+5
| | * | | | | | | KVM: PPC: Book3S HV: Add get/set_one_reg for new TM stateMichael Neuling2014-03-291-22/+125
| | * | | | | | | KVM: PPC: Book3S HV: Add transactional memory supportMichael Neuling2014-03-294-30/+149
| | * | | | | | | KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=nAnton Blanchard2014-03-261-3/+1
| | * | | | | | | KVM: PPC: Book3S: Introduce hypervisor call H_GET_TCELaurent Dufour2014-03-263-1/+31
| | * | | | | | | KVM: PPC: Book3S HV: Fix incorrect userspace exit on ioeventfd writeGreg Kurz2014-03-262-3/+8
| * | | | | | | | Merge branch 'kvm-ppc-fix' into HEADPaolo Bonzini2014-03-141-69/+2
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | / / / / / | | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-04-025-5/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2014-03-312-0/+10
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'devicetree/next-reserved-mem' into devicetree/nextGrant Likely2014-03-192-0/+4
| |\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud