summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-086-24/+48
|\
| * Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...Paolo Bonzini2014-09-246-17/+33
| |\
| | * powerpc/kvm: common sw breakpoint instr across ppcMadhavan Srinivasan2014-09-221-2/+0
| | * powerpc/kvm: support to handle sw breakpointMadhavan Srinivasan2014-09-221-0/+6
| | * KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 coreMihai Caraman2014-09-221-1/+4
| | * KVM: PPC: Remove shared defines for SPE and AltiVec interruptsMihai Caraman2014-09-221-10/+10
| | * KVM: PPC: Remove the tasklet used by the hrtimerMihai Caraman2014-09-222-2/+1
| | * KVM: PPC: BOOKE: Emulate debug registers and exceptionBharat Bhushan2014-09-222-0/+5
| | * KVM: PPC: Move ONE_REG AltiVec support to powerpcMihai Caraman2014-09-221-0/+5
| | * KVM: PPC: BOOKE: Add one reg interface for DBSRBharat Bhushan2014-09-221-0/+1
| | * KVM: PPC: BOOKE: Guest and hardware visible debug registers are sameBharat Bhushan2014-09-221-2/+0
| | * KVM: PPC: BOOKE : Emulate rfdi instructionBharat Bhushan2014-09-221-0/+1
| * | kvm: Add arch specific mmu notifier for page invalidationTang Chen2014-09-241-0/+5
| * | kvm: Fix page ageing bugsAndres Lagar-Cavilla2014-09-242-2/+2
| |/
| * KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář2014-08-291-1/+1
| * KVM: static inline empty kvm_arch functionsRadim Krčmář2014-08-291-0/+8
| * KVM: forward declare structs in kvm_types.hPaolo Bonzini2014-08-291-5/+0
* | powerpc: Wire up sys_seccomp(), sys_getrandom() and sys_memfd_create()Pranith Kumar2014-09-093-1/+7
* | powerpc/perf: Fix ABIv2 kernel backtracesAnton Blanchard2014-09-091-0/+7
|/
* powerpc/mm: Use read barrier when creating real_pteAneesh Kumar K.V2014-08-131-5/+25
* powerpc/thp: Handle combo pages in invalidateAneesh Kumar K.V2014-08-131-1/+1
* powerpc/thp: Don't recompute vsid and ssize in loop on invalidateAneesh Kumar K.V2014-08-131-3/+3
* powerpc: remove duplicate definition of TEXASR_FSNishanth Aravamudan2014-08-131-2/+1
* powerpc/powernv: Interface to register/unregister opal dump regionVasant Hegde2014-08-131-0/+11
* powerpc: Add POWER8 features to CPU_FTRS_POSSIBLE/ALWAYSMichael Ellerman2014-08-131-2/+4
* powerpc: Add smp_mb() to arch_spin_is_locked()Michael Ellerman2014-08-131-0/+1
* Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds2014-08-083-20/+1
|\
| * arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-081-3/+0
| * lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-082-17/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-0715-142/+232
|\ \ | |/ |/|
| * Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini2014-08-0515-142/+232
| |\
| | * KVM: PPC: PR: Handle FSCR feature deselectsAlexander Graf2014-07-311-0/+1
| | * KVM: PPC: BOOKEHV: rename e500hv_spr to bookehv_sprBharat Bhushan2014-07-301-10/+10
| | * KVM: PPC: Remove DCR handlingAlexander Graf2014-07-282-5/+0
| | * KVM: PPC: Expose helper functions for data/inst faultsAlexander Graf2014-07-281-0/+8
| | * KVM: PPC: Separate loadstore emulation from priv emulationAlexander Graf2014-07-281-0/+1
| | * KVM: PPC: Handle magic page in kvmppc_ld/stAlexander Graf2014-07-282-0/+17
| | * KVM: PPC: Move kvmppc_ld/st to common codeAlexander Graf2014-07-283-3/+7
| | * KVM: PPC: Implement kvmppc_xlate for all targetsAlexander Graf2014-07-281-0/+13
| | * KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base pageAneesh Kumar K.V2014-07-281-2/+4
| | * Use the POWER8 Micro Partition Prefetch Engine in KVM HV on POWER8Stewart Smith2014-07-284-0/+27
| | * KVM: PPC: Book3S: Fix LPCR one_reg interfaceAlexey Kardashevskiy2014-07-281-0/+1
| | * KVM: PPC: Remove 440 supportAlexander Graf2014-07-283-71/+0
| | * KVM: PPC: Remove comment saying SPRG1 is used for vcpu pointerBharat Bhushan2014-07-281-3/+0
| | * KVM: PPC: Booke-hv: Add one reg interface for SPRG9Bharat Bhushan2014-07-281-0/+1
| | * kvm: ppc: bookehv: Save restore SPRN_SPRG9 on guest entry exitBharat Bhushan2014-07-281-0/+1
| | * KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman2014-07-283-31/+31
| | * KVM: PPC: Book3e: Add TLBSEL/TSIZE defines for MAS0/1Mihai Caraman2014-07-281-3/+6
| | * kvm: ppc: Add SPRN_EPR get helper functionBharat Bhushan2014-07-281-0/+11
| | * kvm: ppc: booke: Add shared struct helpers of SPRN_ESRBharat Bhushan2014-07-281-0/+1
OpenPOWER on IntegriCloud