aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds37-62/+59
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds3-39/+0
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds61-1779/+6631
2011-07-24modules: make arch's use default loader hooksJonas Bonn3-39/+0
2011-07-23virtio: expose for non-virtualization users tooOhad Ben-Cohen1-1/+0
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds4-34/+30
2011-07-22Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-4/+4
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds15-15/+55
2011-07-22Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds8-237/+29
2011-07-22Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-389/+0
2011-07-21net: Fix ppc64 BPF JIT dependencies.David S. Miller1-1/+1
2011-07-21net: filter: BPF 'JIT' compiler for PPC64Matt Evans7-1/+1106
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2-3/+3
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+9
2011-07-20switch do_spufs_create() to user_path_create(), fix double-unlockAl Viro3-32/+21
2011-07-12KVM: PPC: Remove prog_flagsAlexander Graf1-1/+0
2011-07-12KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras14-42/+354
2011-07-12powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architecture bitsPaul Mackerras11-26/+56
2011-07-12KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guestsPaul Mackerras13-119/+470
2011-07-12KVM: PPC: Allow book3s_hv guests to use SMT processor modesPaul Mackerras11-45/+553
2011-07-12KVM: PPC: Accelerate H_PUT_TCE by implementing it in real modeDavid Gibson9-3/+231
2011-07-12KVM: PPC: Handle some PAPR hcalls in the kernelPaul Mackerras9-7/+718
2011-07-12KVM: PPC: Add support for Book3S processors in hypervisor modePaul Mackerras26-81/+2080
2011-07-12KVM: PPC: Split host-state fields out of kvmppc_book3s_shadow_vcpuPaul Mackerras8-120/+127
2011-07-12powerpc: Set up LPCR for running guest partitionsPaul Mackerras2-7/+15
2011-07-12KVM: PPC: Move guest enter/exit down into subarch-specific codePaul Mackerras5-12/+22
2011-07-12KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops downPaul Mackerras4-3/+53
2011-07-12KVM: PPC: Deliver program interrupts right away instead of queueing themPaul Mackerras1-5/+3
2011-07-12powerpc, KVM: Rework KVM checks in first-level interrupt handlersPaul Mackerras6-154/+247
2011-07-12KVM: PPC: Split out code from book3s.c into book3s_pr.cPaul Mackerras4-988/+1053
2011-07-12KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3sPaul Mackerras6-98/+107
2011-07-12KVM: PPC: Fix machine checks on 32-bit Book3SPaul Mackerras1-2/+3
2011-07-12KVM: PPC: e500: Don't search over the entire TLB0.Scott Wood1-4/+14
2011-07-12KVM: PPC: e500: Add shadow PID supportLiu Yu10-32/+334
2011-07-12KVM: PPC: e500: Stop keeping shadow TLBLiu Yu2-183/+154
2011-07-12KVM: PPC: e500: enable magic pageScott Wood4-2/+35
2011-07-12KVM: PPC: e500: Support large page mappings of PFNMAP vmas.Scott Wood1-9/+94
2011-07-12KVM: PPC: e500: Eliminate shadow_pages[], and use pfns instead.Scott Wood2-39/+19
2011-07-12KVM: PPC: e500: don't use MAS0 as intermediate storage.Scott Wood1-13/+13
2011-07-12KVM: PPC: e500: Disable preloading TLB1 in tlb_load().Scott Wood1-18/+0
2011-07-12KVM: PPC: e500: Save/restore SPE stateScott Wood7-17/+148
2011-07-12KVM: PPC: booke: use shadow_msrScott Wood4-13/+9
2011-07-12powerpc/e500: SPE register saving: take arbitrary struct offsetScott Wood2-15/+19
2011-07-12powerpc/e500: Save SPEFCSR in flush_spe_to_thread()yu liu3-6/+2
2011-07-12KVM: PPC: Resolve real-mode handlers through function exportsAlexander Graf4-14/+6
2011-07-12KVM: PPC: fix partial application of "exit timing in ticks"Stuart Yoder1-9/+0
2011-07-12powerpc/mm: Fix memory_block_size_bytes() for non-pseriesBenjamin Herrenschmidt1-11/+19
2011-07-11Merge branch 'master' into for-nextJiri Kosina12-100/+104
2011-07-06gpio: Move mpc5200 gpio driver to drivers/gpioGrant Likely3-389/+0
2011-07-01perf, powerpc: Fix build borkagePeter Zijlstra1-1/+1