summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* powerpc/powernv: Fix opal_xscom_{read,write} prototypeBenjamin Herrenschmidt2014-02-281-2/+2
* powerpc: Increase stack redzone for 64-bit userspace to 512 bytesPaul Mackerras2014-02-282-3/+18
* powerpc/eeh: Cleanup on eeh_subsystem_enabledGavin Shan2014-02-171-2/+19
* powerpc: Link VDSOs at 0x0Anton Blanchard2014-02-171-3/+3
* mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V2014-02-171-0/+22
* powerpc/mm: Add new "set" flag argument to pte/pmd update functionAneesh Kumar K.V2014-02-172-12/+16
* powerpc/powernv: Add iommu DMA bypass support for IODA2Benjamin Herrenschmidt2014-02-112-0/+2
* powerpc: Fix kdump hang issue on p8 with relocation on exception enabled.Mahesh Salgaonkar2014-02-111-0/+12
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-3113-116/+257
|\
| * Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini2014-01-2913-116/+257
| |\
| | * KVM: PPC: Book3S PR: Cope with doorbell interruptsPaul Mackerras2014-01-271-0/+1
| | * KVM: PPC: Book3S HV: Add software abort codes for transactional memoryMichael Neuling2014-01-271-0/+2
| | * KVM: PPC: Book3S HV: Add new state for transactional memoryMichael Neuling2014-01-271-3/+21
| | * KVM: PPC: Book3S HV: Basic little-endian guest supportAnton Blanchard2014-01-271-0/+1
| | * KVM: PPC: Book3S HV: Add support for DABRX register on POWER7Paul Mackerras2014-01-273-7/+14
| | * KVM: PPC: Book3S HV: Prepare for host using hypervisor doorbellsPaul Mackerras2014-01-271-0/+1
| | * KVM: PPC: Book3S HV: Handle new LPCR bits on POWER8Paul Mackerras2014-01-271-0/+2
| | * KVM: PPC: Book3S HV: Handle guest using doorbells for IPIsPaul Mackerras2014-01-271-1/+3
| | * KVM: PPC: Book3S HV: Implement architecture compatibility modes for POWER8Paul Mackerras2014-01-271-0/+2
| | * KVM: PPC: Book3S HV: Add handler for HV facility unavailableMichael Ellerman2014-01-271-0/+1
| | * KVM: PPC: Book3S HV: Context-switch new POWER8 SPRsMichael Neuling2014-01-273-1/+42
| | * KVM: PPC: Book3S HV: Align physical and virtual CPU thread numbersPaul Mackerras2014-01-272-0/+3
| | * kvm/ppc: IRQ disabling cleanupScott Wood2014-01-271-0/+6
| | * KVM: PPC: Book3S: MMIO emulation support for little endian guestsCédric Le Goater2014-01-273-4/+17
| | * KVM: PPC: Unify kvmppc_get_last_inst and scAlexander Graf2014-01-091-11/+7
| | * kvm: powerpc: use caching attributes as per linux pteBharat Bhushan2014-01-091-1/+1
| | * kvm: powerpc: define a linux pte lookup functionBharat Bhushan2014-01-091-0/+21
| | * KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structuresPaul Mackerras2014-01-091-8/+4
| | * KVM: PPC: Use load_fp/vr_state rather than load_up_fpu/altivecPaul Mackerras2014-01-092-5/+0
| | * kvm/powerpc: move kvm_hypercall0() and friends to epapr_hypercall0()Bharat Bhushan2014-01-092-68/+66
| | * kvm/powerpc: rename kvm_hypercall() to epapr_hypercall()Bharat Bhushan2014-01-092-17/+52
* | | powerpc: Wire up sched_setattr and sched_getattr syscallsBenjamin Herrenschmidt2014-01-293-2/+5
* | | powerpc/pseries/cpuidle: smt-snooze-delay cleanup.Deepthi Dharwar2014-01-291-7/+0
* | | powerpc/pseries/cpuidle: Move processor_idle.c to drivers/cpuidle.Deepthi Dharwar2014-01-291-1/+1
* | | powerpc/mm: Fix compile error of pgtable-ppc64.hLi Zhong2014-01-291-3/+3
* | | Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt2014-01-292-21/+6
|\ \ \
| * | | powerpc/512x: clk: support MPC5121/5123/5125 SoC variantsGerhard Sittig2014-01-121-1/+6
| * | | clk: mpc5xxx: switch to COMMON_CLK, retire PPC_CLOCKGerhard Sittig2014-01-121-20/+0
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-2730-52/+597
|\ \ \ \
| * | | | powerpc: Implement arch_spin_is_locked() using arch_spin_value_unlocked()Michael Ellerman2014-01-281-2/+5
| * | | | powerpc: Add support for the optimised lockref implementationMichael Ellerman2014-01-282-0/+6
| * | | | powerpc/powernv: Call OPAL sync before kexec'ingVasant Hegde2014-01-151-0/+2
| * | | | powerpc/eeh: Handle multiple EEH errorsGavin Shan2014-01-151-0/+10
| * | | | Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2014-01-159-12/+62
| |\ \ \ \
| | * | | | powerpc/85xx: handle the eLBC error interrupt if it exists in dtsShaohui Xie2014-01-101-1/+1
| | * | | | powerpc/e6500: TLB miss handler with hardware tablewalk supportScott Wood2014-01-093-10/+30
| | * | | | powerpc: introduce macro LOAD_REG_ADDR_PICKevin Hao2014-01-091-0/+13
| | * | | | powerpc/fsl: add E6500 PVR and SPRN_PWRMGTCR0 defineWang Dongsheng2014-01-072-0/+11
| | * | | | powerpc: fix exception clearing in e500 SPE float emulationJoseph Myers2014-01-071-1/+5
| | * | | | powerpc/booke64: Add LRAT error exception handlerMihai Caraman2014-01-072-0/+2
| | |/ / /
OpenPOWER on IntegriCloud