| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: PPC: Implement Paired Single emulation | Alexander Graf | 2010-04-25 | 1 | -0/+1 |
* | KVM: PPC: Add helpers to modify ppc fields | Alexander Graf | 2010-04-25 | 1 | -0/+33 |
* | KVM: PPC: Add helpers to call FPU instructions | Alexander Graf | 2010-04-25 | 1 | -0/+85 |
* | KVM: PPC: Make ext giveup non-static | Alexander Graf | 2010-04-25 | 1 | -0/+1 |
* | KVM: PPC: Make software load/store return eaddr | Alexander Graf | 2010-04-25 | 1 | -2/+2 |
* | KVM: PPC: Add Gekko SPRs | Alexander Graf | 2010-04-25 | 2 | -0/+11 |
* | KVM: PPC: Add hidden flag for paired singles | Alexander Graf | 2010-04-25 | 1 | -0/+1 |
* | KVM: PPC: Add AGAIN type for emulation return | Alexander Graf | 2010-04-25 | 1 | -0/+1 |
* | KVM: PPC: Teach MMIO Signedness | Alexander Graf | 2010-04-25 | 2 | -0/+4 |
* | KVM: PPC: Enable MMIO to do 64 bits, fprs and qprs | Alexander Graf | 2010-04-25 | 2 | -1/+8 |
* | KVM: PPC: Make fpscr 64-bit | Alexander Graf | 2010-04-25 | 1 | -1/+1 |
* | KVM: PPC: Add QPR registers | Alexander Graf | 2010-04-25 | 1 | -0/+5 |
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-03-26 | 1 | -0/+2 |
|\ |
|
| * | powerpc/perf_events: Fix call-graph recording, add perf_arch_fetch_caller_regs | Paul Mackerras | 2010-03-18 | 1 | -0/+2 |
* | | powerpc: Use correct ccr bit for syscall error status | Nathan Lynch | 2010-03-19 | 1 | -3/+3 |
* | | Merge commit 'kumar/merge' into merge | Benjamin Herrenschmidt | 2010-03-19 | 1 | -3/+3 |
|\ \ |
|
| * | | powerpc/85xx: Make sure lwarx hint isn't set on ppc32 | Kumar Gala | 2010-03-16 | 1 | -3/+3 |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2010-03-12 | 6 | -103/+190 |
|\ \ \
| |/ / |
|
| * | | powerpc/booke: Fix a couple typos in the advanced ptrace code | Dave Kleikamp | 2010-03-09 | 1 | -2/+2 |
| * | | powerpc: Dynamically allocate pacas | Michael Ellerman | 2010-03-09 | 1 | -2/+16 |
| * | | Merge commit 'kumar/next' into merge | Benjamin Herrenschmidt | 2010-03-09 | 4 | -99/+172 |
| |\ \
| | |/
| |/| |
|
| | * | powerpc/perf: e500 support | Scott Wood | 2010-03-05 | 4 | -99/+172 |
* | | | dma-mapping: powerpc: use generic pci_set_dma_mask and pci_set_consistent_dma... | FUJITA Tomonori | 2010-03-12 | 1 | -3/+0 |
* | | | pci-dma: add linux/pci-dma.h to linux/pci.h | FUJITA Tomonori | 2010-03-12 | 1 | -2/+0 |
* | | | pci-dma: powerpc: use include/linux/pci-dma.h | FUJITA Tomonori | 2010-03-12 | 1 | -31/+1 |
* | | | ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h | Christoph Hellwig | 2010-03-12 | 1 | -7/+0 |
* | | | Add generic sys_olduname() | Christoph Hellwig | 2010-03-12 | 1 | -0/+1 |
* | | | improve sys_newuname() for compat architectures | Christoph Hellwig | 2010-03-12 | 3 | -4/+3 |
* | | | Add generic sys_ipc wrapper | Christoph Hellwig | 2010-03-12 | 2 | -2/+1 |
|/ / |
|
* | | Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2010-03-05 | 8 | -5/+148 |
|\ \ |
|
| * | | KVM: ppc/booke: Set ESR and DEAR when inject interrupt to guest | Liu Yu | 2010-03-01 | 1 | -0/+2 |
| * | | KVM: PPC E500: fix tlbcfg emulation | Liu Yu | 2010-03-01 | 1 | -0/+2 |
| * | | KVM: PPC E500: Add register l1csr0 emulation | Liu Yu | 2010-03-01 | 1 | -0/+1 |
| * | | KVM: PPC: Keep SRR1 flags around in shadow_msr | Alexander Graf | 2010-03-01 | 1 | -0/+1 |
| * | | KVM: PPC: Fix initial GPR settings | Alexander Graf | 2010-03-01 | 2 | -3/+8 |
| * | | KVM: PPC: Add support for FPU/Altivec/VSX | Alexander Graf | 2010-03-01 | 1 | -1/+13 |
| * | | KVM: PPC: Add helper functions to call real mode loaders | Alexander Graf | 2010-03-01 | 1 | -0/+3 |
| * | | KVM: PPC: Make large pages work | Alexander Graf | 2010-03-01 | 1 | -1/+2 |
| * | | KVM: PPC: Emulate trap SRR1 flags properly | Alexander Graf | 2010-03-01 | 3 | -1/+6 |
| * | | KVM: PPC: Call SLB patching code in interrupt safe manner | Alexander Graf | 2010-03-01 | 3 | -1/+2 |
| * | | KVM: PPC: Implement 'skip instruction' mode | Alexander Graf | 2010-03-01 | 1 | -0/+6 |
| * | | KVM: PPC: Use PACA backed shadow vcpu | Alexander Graf | 2010-03-01 | 5 | -7/+44 |
| * | | KVM: PPC: Add helpers for CR, XER | Alexander Graf | 2010-03-01 | 1 | -0/+40 |
| * | | KVM: PPC: Use accessor functions for GPR access | Alexander Graf | 2010-03-01 | 1 | -0/+26 |
| * | | KVM: powerpc: Improve DEC handling | Alexander Graf | 2010-03-01 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2010-03-03 | 1 | -25/+0 |
|\ \ |
|
| * \ | Merge branch 'master' into percpu | Tejun Heo | 2010-02-02 | 3 | -9/+5 |
| |\ \ |
|
| * | | | local_t: Remove cpu_local_xx macros | Christoph Lameter | 2010-01-05 | 1 | -25/+0 |
* | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-03-01 | 1 | -1/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself | Russell King | 2010-02-20 | 1 | -1/+1 |