summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-292-110/+10
|\
| * Wrap accesses to the fd_sets in struct fdtableDavid Howells2012-02-191-1/+1
| * powerpc: Use generic posix_types.hH. Peter Anvin2012-02-141-109/+9
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-291-1/+0
|\ \
| * | irq: make SPARSE_IRQ an optionally hidden optionRob Herring2012-01-251-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-03-291-0/+1
|\ \ \
| * | | [PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf2012-03-151-0/+1
* | | | irqdomain/powerpc: updated defconfigs for VIRQ_DEBUG renameGrant Likely2012-03-297-7/+7
* | | | irqdomain: Remove powerpc dependency from debugfs fileGrant Likely2012-03-291-10/+0
* | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-28131-700/+680
|\ \ \ \
| * | | | Delete all instances of asm/system.hDavid Howells2012-03-281-6/+0
| * | | | Disintegrate asm/system.h for PowerPCDavid Howells2012-03-28132-701/+686
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-2826-220/+294
|\ \ \ \ \
| * | | | | powerpc/perf: Fix instruction address sampling on 970 and Power4Benjamin Herrenschmidt2012-03-284-5/+45
| * | | | | powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt2012-03-282-5/+17
| * | | | | powerpc: Random little legacy iSeries removal tidy upsStephen Rothwell2012-03-2810-26/+5
| * | | | | powerpc: Remove NO_IRQ_IGNOREStephen Rothwell2012-03-283-11/+3
| * | | | | powerpc/pseries: Cut down on enthusiastic use of defines in RAS codeAnton Blanchard2012-03-281-25/+1
| * | | | | powerpc/pseries: Clean up ras_error_interrupt codeAnton Blanchard2012-03-281-19/+8
| * | | | | powerpc/pseries: Remove RTAS_POWERMGM_EVENTSAnton Blanchard2012-03-282-2/+1
| * | | | | powerpc/pseries: Use rtas_get_sensor in RAS codeAnton Blanchard2012-03-281-4/+1
| * | | | | powerpc/pseries: Parse and handle EPOW interruptsAnton Blanchard2012-03-281-17/+116
| * | | | | powerpc: Make function that parses RTAS error logs globalAnton Blanchard2012-03-283-66/+69
| * | | | | powerpc/eeh: Retrieve PHB from global listGavin Shan2012-03-281-14/+5
| * | | | | powerpc/eeh: Remove eeh information from pci_dnGavin Shan2012-03-282-24/+13
| * | | | | powerpc/eeh: Remove eeh device from OF nodeGavin Shan2012-03-282-1/+9
* | | | | | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-2841-1176/+4161
|\ \ \ \ \ \
| * | | | | | arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twiceDanny Kukawka2012-03-081-1/+0
| * | | | | | KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa2012-03-082-0/+13
| * | | | | | KVM: PPC: Add HPT preallocatorAlexander Graf2012-03-054-4/+57
| * | | | | | KVM: PPC: Initialize linears with zerosAlexander Graf2012-03-051-0/+1
| * | | | | | KVM: PPC: Convert RMA allocation into generic codeAlexander Graf2012-03-055-82/+118
| * | | | | | KVM: PPC: E500: Fail init when not on e500v2Alexander Graf2012-03-051-0/+4
| * | | | | | KVM: Move gfn_to_memslot() to kvm_host.hPaul Mackerras2012-03-051-21/+2
| * | | | | | KVM: PPC: refer to paravirt docs in header fileScott Wood2012-03-051-0/+10
| * | | | | | KVM: PPC: Rename MMIO register identifiersAlexander Graf2012-03-054-19/+23
| * | | | | | KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific codePaul Mackerras2012-03-055-38/+81
| * | | | | | KVM: PPC: Add support for explicit HIOR settingAlexander Graf2012-03-054-2/+21
| * | | | | | KVM: PPC: Add generic single register ioctlsAlexander Graf2012-03-051-0/+41
| * | | | | | KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUsSasha Levin2012-03-051-3/+3
| * | | | | | KVM: PPC: booke: Add booke206 TLB traceLiu Yu2012-03-052-4/+63
| * | | | | | KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bitPaul Mackerras2012-03-055-39/+147
| * | | | | | KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hvaPaul Mackerras2012-03-053-11/+91
| * | | | | | KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bitsPaul Mackerras2012-03-053-39/+59
| * | | | | | KVM: PPC: Book3S HV: Keep HPTE locked when invalidatingPaul Mackerras2012-03-051-87/+125
| * | | | | | KVM: PPC: Add KVM_CAP_NR_VCPUS and KVM_CAP_MAX_VCPUSMatt Evans2012-03-051-0/+16
| * | | | | | KVM: PPC: Fix vcpu_create dereference before validity check.Matt Evans2012-03-051-2/+3
| * | | | | | KVM: PPC: Allow for read-only pages backing a Book3S HV guestPaul Mackerras2012-03-054-17/+78
| * | | | | | KVM: PPC: Implement MMU notifiers for Book3S HV guestsPaul Mackerras2012-03-0511-65/+499
| * | | | | | KVM: PPC: Implement MMIO emulation support for Book3S HV guestsPaul Mackerras2012-03-0512-83/+607
OpenPOWER on IntegriCloud