Age | Commit message (Expand) | Author | Files | Lines |
2011-10-28 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/... | Linus Torvalds | 1 | -1/+2 |
2011-10-28 | compat: sync compat_stats with statfs. | Eric W. Biederman | 1 | -1/+2 |
2011-10-26 | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -0/+1 |
2011-09-27 | doc: fix broken references | Paul Bolle | 1 | -1/+1 |
2011-08-30 | remove remaining references to nfsservctl | Stephen Rothwell | 1 | -1/+1 |
2011-08-23 | tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driver | Timur Tabi | 1 | -0/+1 |
2011-08-05 | powerpc: Move kdump default base address to half RMO size on 64bit | Anton Blanchard | 1 | -10/+0 |
2011-08-05 | ppc: Remove duplicate definition of PV_POWER7 | Peter Zijlstra | 1 | -1/+0 |
2011-08-05 | powerpc: Jump label misalignment causes oops at boot | Anton Blanchard | 1 | -2/+0 |
2011-08-05 | powerpc: mtspr/mtmsr should take an unsigned long | Scott Wood | 1 | -2/+5 |
2011-07-27 | Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -50/+2 |
2011-07-27 | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 1 | -4/+0 |
2011-07-27 | atomic: move atomic_add_unless to generic code | Arun Sharma | 1 | -7/+7 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 5 | -5/+4 |
2011-07-27 | asm-generic: add another generic ext2 atomic bitops | Akinobu Mita | 1 | -4/+1 |
2011-07-27 | ptrace: unify show_regs() prototype | Mike Frysinger | 1 | -1/+0 |
2011-07-26 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 17 | -29/+1406 |
2011-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 3 | -4/+4 |
2011-07-24 | Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 17 | -137/+589 |
2011-07-23 | Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -3/+0 |
2011-07-23 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -3/+3 |
2011-07-23 | Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p... | Linus Torvalds | 3 | -42/+4 |
2011-07-22 | Merge remote-tracking branch 'jwb/next' into next | Benjamin Herrenschmidt | 1 | -1/+6 |
2011-07-21 | net: filter: BPF 'JIT' compiler for PPC64 | Matt Evans | 1 | -0/+40 |
2011-07-21 | treewide: fix potentially dangerous trailing ';' in #defined values/expressions | Phil Carmody | 2 | -3/+3 |
2011-07-12 | pci: move microblaze and powerpc pci flag functions into asm-generic | Rob Herring | 1 | -49/+1 |
2011-07-12 | powerpc: rename ppc_pci_*_flags to pci_*_flags | Rob Herring | 2 | -17/+17 |
2011-07-12 | powerpc/44x: don't use tlbivax on AMP systems | Dave Kleikamp | 1 | -1/+6 |
2011-07-12 | KVM: PPC: Remove prog_flags | Alexander Graf | 1 | -1/+0 |
2011-07-12 | KVM: PPC: book3s_hv: Add support for PPC970-family processors | Paul Mackerras | 3 | -2/+6 |
2011-07-12 | powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architect... | Paul Mackerras | 2 | -10/+20 |
2011-07-12 | KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests | Paul Mackerras | 5 | -9/+30 |
2011-07-12 | KVM: PPC: Allow book3s_hv guests to use SMT processor modes | Paul Mackerras | 4 | -1/+61 |
2011-07-12 | KVM: PPC: Accelerate H_PUT_TCE by implementing it in real mode | David Gibson | 4 | -0/+22 |
2011-07-12 | KVM: PPC: Handle some PAPR hcalls in the kernel | Paul Mackerras | 3 | -0/+17 |
2011-07-12 | KVM: PPC: Add support for Book3S processors in hypervisor mode | Paul Mackerras | 11 | -29/+224 |
2011-07-12 | KVM: PPC: Split host-state fields out of kvmppc_book3s_shadow_vcpu | Paul Mackerras | 3 | -13/+25 |
2011-07-12 | powerpc: Set up LPCR for running guest partitions | Paul Mackerras | 1 | -0/+4 |
2011-07-12 | KVM: PPC: Move guest enter/exit down into subarch-specific code | Paul Mackerras | 1 | -0/+1 |
2011-07-12 | KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops down | Paul Mackerras | 1 | -0/+7 |
2011-07-12 | powerpc, KVM: Rework KVM checks in first-level interrupt handlers | Paul Mackerras | 1 | -40/+81 |
2011-07-12 | KVM: PPC: Split out code from book3s.c into book3s_pr.c | Paul Mackerras | 1 | -0/+35 |
2011-07-12 | KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3s | Paul Mackerras | 2 | -35/+34 |
2011-07-12 | KVM: PPC: e500: Add shadow PID support | Liu Yu | 2 | -1/+8 |
2011-07-12 | KVM: PPC: e500: Stop keeping shadow TLB | Liu Yu | 1 | -6/+14 |
2011-07-12 | KVM: PPC: e500: enable magic page | Scott Wood | 1 | -0/+1 |
2011-07-12 | KVM: PPC: e500: Eliminate shadow_pages[], and use pfns instead. | Scott Wood | 1 | -2/+0 |
2011-07-12 | KVM: PPC: e500: Save/restore SPE state | Scott Wood | 2 | -0/+7 |
2011-07-12 | KVM: PPC: booke: use shadow_msr | Scott Wood | 1 | -1/+1 |
2011-07-12 | powerpc/e500: SPE register saving: take arbitrary struct offset | Scott Wood | 1 | -12/+16 |