summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | powerpc: Use the new generic strncpy_from_user() and strnlen_user()Paul Mackerras2012-05-275-83/+48
* | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-0/+1
|\ \
| * \ Merge branch 'drivers/mmc' into next/driversArnd Bergmann2012-05-151-0/+1
| |\ \
| | * | mmc: dt: Consolidate DT bindingsArnd Bergmann2012-05-151-0/+1
| | |/
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-2459-1457/+3990
|\ \ \
| * | | KVM: PPC: Emulator: clean up SPR reads and writesAlexander Graf2012-05-068-144/+190
| * | | KVM: PPC: Emulator: clean up instruction parsingAlexander Graf2012-05-065-137/+56
| * | | kvm/powerpc: Add new ioctl to retreive server MMU infosBenjamin Herrenschmidt2012-05-065-1/+80
| * | | kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVMBenjamin Herrenschmidt2012-05-069-112/+191
| * | | KVM: PPC: bookehv: Fix r8/r13 storing in level exception handlerMihai Caraman2012-05-061-1/+1
| * | | KVM: PPC: Book3S: Enable IRQs during exit handlingAlexander Graf2012-05-061-0/+3
| * | | KVM: PPC: Fix PR KVM on POWER7 bare metalAlexander Graf2012-05-061-13/+22
| * | | KVM: PPC: Fix stbux emulationAlexander Graf2012-05-061-1/+1
| * | | KVM: PPC: bookehv: Use lwz/stw instead of PPC_LL/PPC_STL for 32-bit fieldsMihai Caraman2012-05-061-8/+8
| * | | KVM: PPC: Book3S: PR: No isync in slbie pathAlexander Graf2012-05-061-2/+0
| * | | KVM: PPC: Book3S: PR: Optimize entry pathAlexander Graf2012-05-061-6/+7
| * | | KVM: PPC: booke(hv): Fix save/restore of guest accessible SPRGs.Varun Sethi2012-05-062-12/+12
| * | | KVM: PPC: Restrict PPC_[L|ST]D macro to asm codeAlexander Graf2012-05-061-0/+2
| * | | KVM: PPC: bookehv: Use a Macro for saving/restoring guest registers to/from t...Varun Sethi2012-05-062-20/+12
| * | | KVM: PPC: Use clockevent multiplier and shifter for decrementerBharat Bhushan2012-05-063-3/+10
| * | | KVM: Use minimum and maximum address mapped by TLB1Bharat Bhushan2012-05-062-2/+90
| * | | Merge branch 'linus' into queueMarcelo Tosatti2012-04-198-33/+27
| |\ \ \ | | | |/ | | |/|
| * | | KVM: PPC: add CPU_FTR_EMB_HV to CPU tableScott Wood2012-04-111-1/+1
| * | | powerpc/kvm: Fix magic page vs. 32-bit RTAS on ppc64Benjamin Herrenschmidt2012-04-082-0/+21
| * | | KVM: PPC: Ignore unhalt request from kvm_vcpu_blockAlexander Graf2012-04-083-0/+3
| * | | KVM: PPC: Book3s: PR: Add HV traps so we can run in HV=1 mode on p7Alexander Graf2012-04-081-0/+4
| * | | KVM: PPC: Emulate tw and td instructionsAlexander Graf2012-04-081-0/+14
| * | | KVM: PPC: Pass EA to updating emulation opsAlexander Graf2012-04-085-30/+17
| * | | KVM: PPC: Work around POWER7 DABR corruption problemPaul Mackerras2012-04-082-41/+61
| * | | KVM: PPC: Book 3S: Fix compilation for !HV configsPaul Mackerras2012-04-081-3/+3
| * | | Restore guest CR after exit timing calculationBharat Bhushan2012-04-081-3/+8
| * | | KVM: PPC: Book3S HV: Report stolen time to guest through dispatch trace logPaul Mackerras2012-04-082-1/+49
| * | | KVM: PPC: Book3S HV: Make virtual processor area registration more robustPaul Mackerras2012-04-084-76/+190
| * | | KVM: PPC: Book3S HV: Make secondary threads more robust against stray IPIsPaul Mackerras2012-04-086-46/+124
| * | | KVM: PPC: Save/Restore CR over vcpu_runAlexander Graf2012-04-081-1/+7
| * | | KVM: PPC: Book3s: PR: Add SPAPR H_BULK_REMOVE supportMatt Evans2012-04-081-4/+78
| * | | KVM: PPC: Booke: only prepare to enter when we enterAlexander Graf2012-04-081-8/+10
| * | | KVM: PPC: booke: Reinject performance monitor interruptsAlexander Graf2012-04-082-0/+5
| * | | KVM: PPC: booke: expose good state on irq reinjectAlexander Graf2012-04-081-15/+41
| * | | KVM: PPC: booke: Support perfmon interruptsAlexander Graf2012-04-081-0/+4
| * | | KVM: PPC: e500: fix typo in tlb codeAlexander Graf2012-04-081-2/+2
| * | | KVM: PPC: bookehv: remove unused codeAlexander Graf2012-04-081-7/+0
| * | | KVM: PPC: booke: add GS documentation for program interruptAlexander Graf2012-04-081-2/+8
| * | | KVM: PPC: booke: Readd debug abort code for machine checkAlexander Graf2012-04-081-1/+6
| * | | KVM: PPC: bookehv: add comment about shadow_msrAlexander Graf2012-04-081-0/+1
| * | | KVM: PPC: bookehv: disable MAS register updates earlyAlexander Graf2012-04-081-4/+6
| * | | KVM: PPC: bookehv: remove SET_VCPUAlexander Graf2012-04-081-8/+0
| * | | KVM: PPC: bookehv: remove negation for CONFIG_64BITAlexander Graf2012-04-081-12/+12