summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+3
2010-05-19KVM: PPC: Add missing vcpu_load()/vcpu_put() in vcpu ioctlsAvi Kivity2-1/+24
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity3-3/+4
2010-05-19KVM: powerpc: use of kzalloc/kfree requires including slab.hStephen Rothwell1-0/+1
2010-05-19panic: Allow warnings to set different taint flagsBen Hutchings1-3/+3
2010-05-19of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely9-36/+14
2010-05-19of: Always use 'struct device.of_node' to get device node pointer.Grant Likely17-65/+65
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-61/+68
2010-05-17powerpc/fsl-booke: Move loadcam_entry back to asm code to fix SMP ftraceKumar Gala4-23/+48
2010-05-17powerpc/fsl-booke: Fix InstructionTLBError execute permission checkLi Yang1-3/+10
2010-05-17powerpc/8610: add probing for individual DMA channels, not just DMA controllersTimur Tabi1-1/+2
2010-05-17powerpc/83xx: Add MCU LEDs support for MPC837xRDB and MPC8315RDB boardsAnton Vorontsov6-0/+58
2010-05-17powerpc/85xx: Fix P1020RDB boot hang due USB2Anton Vorontsov1-0/+6
2010-05-17powerpc/85xx: Add eTSEC 2.0 support for P1020RDB boardsAnton Vorontsov1-0/+119
2010-05-17powerpc: remove tls_ssl_stream descriptor type capability in sec3.3 nodeKim Phillips1-1/+1
2010-05-17powerpc: Add interrupt support to mpc8xxx_gpioPeter Korsgaard1-0/+147
2010-05-17KVM: PPC: Enable native paired singlesAlexander Graf3-1/+24
2010-05-17KVM: PPC: Find HTAB ourselvesAlexander Graf2-13/+13
2010-05-17KVM: PPC: Fix Book3S_64 Host MMU debug outputAlexander Graf1-8/+12
2010-05-17KVM: PPC: Set VSID_PR also for Book3S_64Alexander Graf1-0/+3
2010-05-17KVM: PPC: Be more informative on BUGAlexander Graf1-2/+8
2010-05-17KVM: PPC: Make Alignment interrupts work againAlexander Graf1-0/+2
2010-05-17KVM: PPC: Improve split modeAlexander Graf4-39/+46
2010-05-17KVM: PPC: Make Performance Counters workAlexander Graf2-0/+5
2010-05-17KVM: PPC: Convert u64 -> ulongAlexander Graf7-21/+19
2010-05-17KVM: PPC: Enable Book3S_32 KVM buildingAlexander Graf2-0/+30
2010-05-17KVM: PPC: Add KVM intercept handlersAlexander Graf1-0/+14
2010-05-17KVM: PPC: Check max IRQ prioAlexander Graf1-1/+1
2010-05-17PPC: Export SWITCH_FRAME_SIZEAlexander Graf1-1/+1
2010-05-17KVM: PPC: Export MMU variablesAlexander Graf1-0/+5
2010-05-17KVM: PPC: Add Book3S compatibility codeAlexander Graf4-3/+34
2010-05-17KVM: PPC: Emulate segment faultAlexander Graf1-0/+23
2010-05-17KVM: PPC: Add SVCPU to Book3S_32Alexander Graf2-0/+6
2010-05-17KVM: PPC: Remove fetch fail codeAlexander Graf1-4/+0
2010-05-17KVM: PPC: Release clean pages as cleanAlexander Graf1-1/+5
2010-05-17KVM: PPC: Make SLB switching code the new segment frameworkAlexander Graf2-160/+25
2010-05-17KVM: PPC: Make highmem code genericAlexander Graf1-100/+101
2010-05-17KVM: PPC: Make real mode handler genericAlexander Graf1-31/+88
2010-05-17KVM: PPC: Extract MMU initAlexander Graf3-7/+20
2010-05-17KVM: PPC: Use now shadowed vcpu fieldsAlexander Graf3-48/+57
2010-05-17PPC: Add STLUAlexander Graf1-0/+2
2010-05-17KVM: PPC: Use CONFIG_PPC_BOOK3S defineAlexander Graf4-11/+11
2010-05-17KVM: PPC: Use KVM_BOOK3S_HANDLERAlexander Graf4-4/+8
2010-05-17KVM: PPC: Improve indirect svcpu accessorsAlexander Graf10-153/+290
2010-05-17KVM: PPC: Add fields to shadow vcpuAlexander Graf1-0/+21
2010-05-17KVM: PPC: Add kvm_book3s_32.hAlexander Graf1-0/+42
2010-05-17KVM: PPC: Add kvm_book3s_64.hAlexander Graf1-0/+28
2010-05-17PPC: Split context init/destroy functionsAlexander Graf2-7/+24
2010-05-17KVM: PPC: Add generic segment switching codeAlexander Graf1-0/+257
2010-05-17KVM: PPC: Add SR swapping codeAlexander Graf1-0/+143