summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
| * | | | | | KVM: PPC: Maintain a doubly-linked list of guest HPTEs for each gfnPaul Mackerras2012-03-053-2/+117
| * | | | | | KVM: PPC: Allow I/O mappings in memory slotsPaul Mackerras2012-03-054-24/+84
| * | | | | | KVM: PPC: Allow use of small pages to back Book3S HV guestsPaul Mackerras2012-03-057-69/+132
| * | | | | | KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()Paul Mackerras2012-03-057-160/+290
| * | | | | | KVM: PPC: Make the H_ENTER hcall more reliablePaul Mackerras2012-03-052-29/+59
OpenPOWER on IntegriCloud