summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-03-0527-598/+1115
|\
| * KVM: ppc/booke: Set ESR and DEAR when inject interrupt to guestLiu Yu2010-03-013-17/+48
| * KVM: PPC E500: fix tlbcfg emulationLiu Yu2010-03-013-18/+10
| * KVM: PPC: Add PVR/PIR init for E500Liu Yu2010-03-011-0/+6
| * KVM: PPC E500: Add register l1csr0 emulationLiu Yu2010-03-012-0/+7
| * KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti2010-03-011-0/+1
| * KVM: PPC: Move Shadow MSR calculation to functionAlexander Graf2010-03-011-6/+21
| * KVM: PPC: Keep SRR1 flags around in shadow_msrAlexander Graf2010-03-014-7/+10
| * KVM: PPC: Fix initial GPR settingsAlexander Graf2010-03-012-3/+8
| * KVM: PPC: Add support for FPU/Altivec/VSXAlexander Graf2010-03-012-6/+201
| * KVM: PPC: Add helper functions to call real mode loadersAlexander Graf2010-03-013-0/+44
| * KVM: PPC: Export __giveup_vsxAlexander Graf2010-03-011-0/+1
| * KVM: PPC: Make large pages workAlexander Graf2010-03-012-5/+8
| * KVM: PPC: Pass through program interruptsAlexander Graf2010-03-011-0/+1
| * KVM: PPC: Pass program interrupt flags to the guestAlexander Graf2010-03-011-2/+5
| * KVM: PPC: Fix HID5 setting codeAlexander Graf2010-03-011-1/+2
| * KVM: PPC: Emulate trap SRR1 flags properlyAlexander Graf2010-03-016-5/+14
| * KVM: PPC: Call SLB patching code in interrupt safe mannerAlexander Graf2010-03-019-21/+34
| * KVM: PPC: Get rid of unnecessary RFIAlexander Graf2010-03-011-11/+11
| * KVM: PPC: Implement 'skip instruction' modeAlexander Graf2010-03-014-6/+59
| * KVM: PPC: Use PACA backed shadow vcpuAlexander Graf2010-03-0110-237/+249
| * KVM: PPC: Add helpers for CR, XERAlexander Graf2010-03-014-10/+52
| * KVM: PPC: Use accessor functions for GPR accessAlexander Graf2010-03-0111-225/+274
| * KVM: PPC: Enable lightweight exits againAlexander Graf2010-03-012-53/+57
| * KVM: PPC: Fix typo in rebolting codeAlexander Graf2010-03-011-1/+1
| * KVM: convert slots_lock to a mutexMarcelo Tosatti2010-03-011-2/+2
| * KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti2010-03-011-4/+14
| * KVM: modify memslots layout in struct kvmMarcelo Tosatti2010-03-011-1/+1
| * KVM: powerpc: Remove AGGRESSIVE_DECAlexander Graf2010-03-011-15/+1
| * KVM: powerpc: Improve DEC handlingAlexander Graf2010-03-014-1/+24
| * KVM: powerpc: Move vector to irqprio resolving to separate functionAlexander Graf2010-03-011-3/+10
| * KVM: Add KVM_MMIO kconfig itemAvi Kivity2010-03-011-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-03-031-25/+0
|\ \
| * \ Merge branch 'master' into percpuTejun Heo2010-02-0296-2467/+7227
| |\ \
| * | | local_t: Remove cpu_local_xx macrosChristoph Lameter2010-01-051-25/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-03-025-7/+67
|\ \ \ \
| * \ \ \ Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-28130-1644/+4093
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-1628-1303/+3428
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-042-2/+0
| |\ \ \ \ \
| | * | | | | ps3_gelic_wireless: Remove PS3 gelic legacy wpa supportHamish Guthrie2010-01-282-2/+0
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-2372-1172/+3856
| |\ \ \ \ \ \
| * | | | | | | mpc8569mds: Add bscr setting for rtbi modeLiu Yu-B132012010-01-211-0/+24
| * | | | | | | dts/mpc8569mds: Cleanup tbi phy to support rtbiLiu Yu-B132012010-01-211-5/+42
| * | | | | | | vhost_net: a kernel-level virtio serverMichael S. Tsirkin2010-01-151-0/+1
* | | | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-012-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-202-3/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-282-8/+5
|\ \ \ \ \ \ \
| * | | | | | | perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in()Peter Zijlstra2010-02-261-5/+5
| * | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-01-2972-1175/+3824
| |\ \ \ \ \ \ \
| * | | | | | | | perf: Fix inconsistency between IP and callchain samplingAnton Blanchard2010-01-281-3/+0
OpenPOWER on IntegriCloud