summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| | * | | kvm: ppc: bookehv: Added wrapper macros for shadow registersBharat Bhushan2014-07-281-8/+36
| | * | | KVM: PPC: Book3S: Make magic page properly 4k mappableAlexander Graf2014-07-281-1/+1
| | * | | KVM: PPC: Book3S: Add hack for split real modeAlexander Graf2014-07-282-0/+4
| | * | | KVM: PPC: Book3S: Move vcore definition to end of kvm_arch structAlexander Graf2014-07-281-1/+4
| | * | | KVM: PPC: e500: Emulate power management control SPRMihai Caraman2014-07-281-0/+1
| | * | | KVM: PPC: Book3S HV: Make HTAB code LE host awareAlexander Graf2014-07-282-5/+14
| | * | | PPC: Add asm helpers for BE 32bit load/storeAlexander Graf2014-07-281-0/+4
| | * | | KVM: PPC: e500: Fix default tlb for victim hintMihai Caraman2014-07-281-1/+4
| | * | | KVM: PPC: Book3S HV: Add H_SET_MODE hcall handlingMichael Neuling2014-07-281-0/+6
| | * | | KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabledPaul Mackerras2014-07-282-1/+4
| | * | | KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handlingPaul Mackerras2014-07-282-0/+3
| | * | | KVM: PPC: Book3s HV: Fix tlbie compile errorAlexander Graf2014-07-281-6/+2
| | * | | KVM: PPC: BOOK3S: PR: Emulate instruction counterAneesh Kumar K.V2014-07-281-0/+1
| | * | | KVM: PPC: BOOK3S: PR: Emulate virtual timebase registerAneesh Kumar K.V2014-07-283-0/+19
| | * | | KVM: PPC: BOOK3S: PR: Fix PURR and SPURR emulationAneesh Kumar K.V2014-07-062-4/+2
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-08-0726-186/+326
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | powerpc: Fail remap_4k_pfn() if PFN doesn't fit inside PTEMadhusudanan Kandasamy2014-08-051-2/+3
| * | | | powerpc/powernv: Invoke opal call to handle hmi.Mahesh Salgaonkar2014-08-052-0/+48
| * | | | powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar2014-08-056-0/+11
| * | | | powerpc/powernv: Allow to freeze PEGavin Shan2014-08-051-1/+8
| * | | | powerpc/powernv: Enable M64 aperatus for PHB3Guo Chao2014-08-051-1/+7
| * | | | powerpc/eeh: Aux PE data for error logGavin Shan2014-08-051-0/+2
| * | | | powerpc/eeh: Make diag-data not endian dependentGavin Shan2014-08-051-64/+64
| * | | | powerpc/eeh: Selectively enable IO for error logGavin Shan2014-08-051-4/+5
| * | | | powerpc/eeh: Refactor EEH flag accessorsGavin Shan2014-08-051-21/+11
| * | | | powerpc/eeh: EEH support for VFIO PCI deviceGavin Shan2014-08-051-0/+12
| * | | | powerpc/eeh: Avoid event on passed PEGavin Shan2014-08-051-0/+7
| * | | | Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2014-08-053-10/+56
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | powerpc/e6500: Add support for hardware threadsAndy Fleming2014-07-293-1/+37
| | * | | powerpc/booke: Define MSR bits the same way as reg.hScott Wood2014-07-291-9/+19
| * | | | powerpc/perf: Pass the struct perf_events down to compute_mmcr()Michael Ellerman2014-07-281-1/+4
| * | | | powerpc: Add machine_early_initcall()Michael Ellerman2014-07-281-0/+1
| * | | | powerpc: Remove misleading DISABLE_INTSMichael Ellerman2014-07-281-4/+7
| * | | | powerpc: Document register clobbering in EXCEPTION_COMMON()Michael Ellerman2014-07-281-0/+1
| * | | | powerpc: Update comments in irqflags.hMichael Ellerman2014-07-281-3/+5
| * | | | powerpc: Remove CLASSIC_PPCMichael Ellerman2014-07-281-5/+2
| * | | | powerpc: Remove CONFIG_POWER4Michael Ellerman2014-07-281-1/+1
| * | | | powerpc: Remove oprofile RS64 supportMichael Ellerman2014-07-281-1/+0
| * | | | powerpc: Remove CONFIG_POWER3Michael Ellerman2014-07-281-2/+1
| * | | | powerpc: Remove MMU_FTR_SLBMichael Ellerman2014-07-283-10/+4
| * | | | powerpc: Remove STAB codeMichael Ellerman2014-07-284-30/+1
| * | | | powerpc: Drop support for pre-POWER4 cpusMichael Ellerman2014-07-281-12/+6
| * | | | powerpc: Use standard macros for sys_sigpending() & sys_old_getrlimit()Michael Ellerman2014-07-281-2/+2
| * | | | Merge branch 'merge' into nextBenjamin Herrenschmidt2014-07-282-1/+3
| |\ \ \ \
| * | | | | powernv: Add OPAL tracepointsAnton Blanchard2014-07-111-0/+45
OpenPOWER on IntegriCloud