summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Make hard_irq_disable() do the right thing vs. irq tracingBenjamin Herrenschmidt2013-05-071-9/+7
* powerpc/pci: Support per-aperture memory offsetBenjamin Herrenschmidt2013-05-061-5/+1
* powerpc/cputable: Reserve bits in HWCAP2 for new featuresNishanth Aravamudan2013-05-062-0/+11
* powerpc/pseries: Perform proper max_bus_speed detectionKleber Sacilotto de Souza2013-05-061-0/+3
* powerpc/pseries: Force 32 bit MSIs for devices that require itBrian King2013-05-061-0/+2
* powerpc: Emulate non privileged DSCR read and writeAnton Blanchard2013-05-061-0/+4
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-059-8/+275
|\
| * KVM: PPC: Book3S: Add API for in-kernel XICS emulationPaul Mackerras2013-05-022-0/+14
| * KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler statePaul Mackerras2013-04-262-0/+14
| * KVM: PPC: Book3S: Add support for ibm,int-on/off RTAS callsPaul Mackerras2013-04-261-0/+2
| * KVM: PPC: Book3S HV: Improve real-mode handling of external interruptsPaul Mackerras2013-04-261-0/+1
| * KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVMBenjamin Herrenschmidt2013-04-262-1/+36
| * KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controllerBenjamin Herrenschmidt2013-04-263-0/+42
| * KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS callsMichael Ellerman2013-04-264-0/+14
| * KVM: PPC: MPIC: Add support for KVM_IRQ_LINEAlexander Graf2013-04-261-0/+1
| * KVM: PPC: Support irq routing and irqfd for in-kernel MPICAlexander Graf2013-04-262-0/+8
| * kvm/ppc/mpic: add KVM_CAP_IRQ_MPICScott Wood2013-04-262-1/+23
| * kvm/ppc/mpic: in-kernel MPIC emulationScott Wood2013-04-263-1/+32
| * KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty mapPaul Mackerras2013-04-262-1/+4
| * KVM: PPC: Book3S HV: Make HPT reading code notice R/C bit changesPaul Mackerras2013-04-261-0/+13
| * KVM: PPC: e500: Add support for EPTCFG registerMihai Caraman2013-04-262-0/+2
| * KVM: PPC: e500: Add support for TLBnPS registersMihai Caraman2013-04-262-0/+5
| * KVM: PPC: e500: Expose MMU registers via ONE_REGMihai Caraman2013-04-261-0/+17
| * Rename EMULATE_DO_PAPR to EMULATE_EXIT_USERBharat Bhushan2013-04-261-1/+1
| * KVM: PPC: debug stub interface parameter definedBharat Bhushan2013-04-261-0/+23
| * KVM: PPC: cache flush for kernel managed pagesBharat Bhushan2013-04-261-1/+8
| * Added ONE_REG interface for debug instructionBharat Bhushan2013-04-173-0/+8
| * KVM: PPC: Remove unused argument to kvmppc_core_dequeue_externalPaul Mackerras2013-03-221-2/+1
| * KVM: PPC: booke: Added debug handlerBharat Bhushan2013-03-221-0/+1
| * KVM: PPC: Added one_reg interface for timer registersBharat Bhushan2013-03-221-0/+5
| * Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2013-03-216-66/+71
| |\
| * | KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa2013-03-041-1/+1
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-05-0235-134/+472
|\ \ \
| * | | powerpc: Fix build error for book3eAneesh Kumar K.V2013-05-021-0/+18
| * | | powerpc: Context switch the new EBB SPRsMichael Ellerman2013-05-022-0/+6
| * | | powerpc: Turn on the EBB H/FSCR bitsMichael Neuling2013-05-021-0/+2
| * | | powerpc: Replace CPU_FTR_BCTAR with CPU_FTR_ARCH_207SMichael Ellerman2013-05-021-4/+4
| * | | powerpc: Setup BHRB instructions facility in HFSCR for POWER8Anshuman Khandual2013-05-021-0/+1
| * | | powerpc: print both base and actual page size on hash failureAneesh Kumar K.V2013-04-301-1/+2
| * | | powerpc: Decode the pte-lp-encoding bits correctly.Aneesh Kumar K.V2013-04-302-15/+21
| * | | powerpc: Reduce PTE table memory wastageAneesh Kumar K.V2013-04-304-57/+37
| * | | powerpc: Move the pte free routines from common headerAneesh Kumar K.V2013-04-303-59/+189
| * | | powerpc: Reduce the PTE_INDEX_SIZEAneesh Kumar K.V2013-04-301-3/+3
| * | | powerpc: Switch 16GB and 16MB explicit hugepages to a different page table fo...Aneesh Kumar K.V2013-04-302-0/+4
| * | | powerpc: New hugepage directory formatAneesh Kumar K.V2013-04-304-2/+66
| * | | powerpc: Don't truncate pgd_index wronglyAneesh Kumar K.V2013-04-301-2/+1
| * | | powerpc: Don't hard code the size of pte pageAneesh Kumar K.V2013-04-301-0/+6
| * | | Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2013-04-303-2/+15
| |\ \ \
| | * | | powerpc/fsl-pci Make PCIe hotplug work with Freescale PCIe controllersRojhalat Ibrahim2013-04-101-0/+6
| | * | | powerpc/fsl-pci: Keep PCI SoC controller registers in pci_controllerKumar Gala2013-04-101-1/+4
OpenPOWER on IntegriCloud