| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/powernv: Restore non-volatile CRs after nap | Sam Bobroff | 2015-05-01 | 1 | -0/+2 |
* | powerpc/eeh: Delay probing EEH device during hotplug | Gavin Shan | 2015-05-01 | 1 | -0/+6 |
* | powerpc/eeh: Fix race condition in pcibios_set_pcie_reset_state() | Gavin Shan | 2015-05-01 | 1 | -1/+4 |
* | powerpc/pseries: Correct cpu affinity for dlpar added cpus | Nathan Fontenot | 2015-05-01 | 1 | -6/+4 |
* | Revert "powerpc/tm: Abort syscalls in active transactions" | Michael Ellerman | 2015-04-30 | 2 | -20/+1 |
* | powerpc/powernv: Fix early pci_controller_ops loading. | Daniel Axtens | 2015-04-29 | 1 | -1/+1 |
* | powerpc/kvm: Fix SMP=n build error in book3s_xics.c | Michael Ellerman | 2015-04-29 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-26 | 1 | -11/+11 |
|\ |
|
| * | VFS: assorted weird filesystems: d_inode() annotations | David Howells | 2015-04-15 | 1 | -11/+11 |
* | | Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp... | Linus Torvalds | 2015-04-26 | 11 | -117/+137 |
|\ \ |
|
| * | | powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabled | Aneesh Kumar K.V | 2015-04-23 | 1 | -0/+1 |
| * | | powerpc/kvm: Fix ppc64_defconfig + PPC_POWERNV=n build error | Shreyas B. Prabhu | 2015-04-17 | 1 | -1/+1 |
| * | | powerpc/mm/thp: Return pte address if we find trans_splitting. | Aneesh Kumar K.V | 2015-04-17 | 4 | -22/+10 |
| * | | powerpc/mm/thp: Make page table walk safe against thp split/collapse | Aneesh Kumar K.V | 2015-04-17 | 9 | -36/+88 |
| * | | KVM: PPC: Remove page table walk helpers | Aneesh Kumar K.V | 2015-04-17 | 3 | -57/+28 |
| * | | KVM: PPC: Use READ_ONCE when dereferencing pte_t pointer | Aneesh Kumar K.V | 2015-04-17 | 2 | -9/+16 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/scottw... | Michael Ellerman | 2015-04-17 | 1 | -0/+1 |
| |\ \ |
|
| | * | | powerpc/hugetlb: Call mm_dec_nr_pmds() in hugetlb_free_pmd_range() | Scott Wood | 2015-04-15 | 1 | -0/+1 |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-04-26 | 21 | -364/+1560 |
|\ \ \ \ |
|
| * | | | | KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8 | Paul Mackerras | 2015-04-21 | 4 | -22/+70 |
| * | | | | KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C | Paul Mackerras | 2015-04-21 | 4 | -68/+75 |
| * | | | | KVM: PPC: Book3S HV: Streamline guest entry and exit | Paul Mackerras | 2015-04-21 | 1 | -86/+126 |
| * | | | | KVM: PPC: Book3S HV: Use bitmap of active threads rather than count | Paul Mackerras | 2015-04-21 | 5 | -49/+44 |
| * | | | | KVM: PPC: Book3S HV: Use decrementer to wake napping threads | Paul Mackerras | 2015-04-21 | 1 | -2/+41 |
| * | | | | KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPI | Paul Mackerras | 2015-04-21 | 1 | -3/+7 |
| * | | | | KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken | Paul Mackerras | 2015-04-21 | 4 | -35/+34 |
| * | | | | KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu | Paul Mackerras | 2015-04-21 | 2 | -42/+55 |
| * | | | | KVM: PPC: Book3S HV: Minor cleanups | Paul Mackerras | 2015-04-21 | 3 | -28/+19 |
| * | | | | KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update | Paul Mackerras | 2015-04-21 | 2 | -29/+32 |
| * | | | | KVM: PPC: Book3S HV: Accumulate timing information for real-mode code | Paul Mackerras | 2015-04-21 | 7 | -2/+346 |
| * | | | | KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT | Paul Mackerras | 2015-04-21 | 4 | -0/+152 |
| * | | | | KVM: PPC: Book3S HV: Add ICP real mode counters | Suresh Warrier | 2015-04-21 | 3 | -2/+20 |
| * | | | | KVM: PPC: Book3S HV: Move virtual mode ICP functions to real-mode | Suresh Warrier | 2015-04-21 | 1 | -14/+211 |
| * | | | | KVM: PPC: Book3S HV: Convert ICS mutex lock to spin lock | Suresh Warrier | 2015-04-21 | 2 | -22/+48 |
| * | | | | KVM: PPC: Book3S HV: Add guest->host real mode completion counters | Suresh E. Warrier | 2015-04-21 | 2 | -4/+33 |
| * | | | | KVM: PPC: Book3S HV: Add helpers for lock/unlock hpte | Aneesh Kumar K.V | 2015-04-21 | 3 | -31/+33 |
| * | | | | KVM: PPC: Book3S HV: Remove RMA-related variables from code | Aneesh Kumar K.V | 2015-04-21 | 3 | -21/+20 |
| * | | | | KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation. | Michael Ellerman | 2015-04-21 | 6 | -2/+173 |
| * | | | | kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM | David Gibson | 2015-04-21 | 4 | -0/+119 |
| * | | | | powerpc: Export __spin_yield | Suresh E. Warrier | 2015-04-21 | 1 | -0/+1 |
* | | | | | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-04-20 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | powerpc: fix deprecated CPU_MASK_CPU0 usage. | Rusty Russell | 2015-03-10 | 1 | -1/+1 |
* | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-04-17 | 4 | -22/+18 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | powerpc/oprofile: reduce mmap_sem hold for exe_file | Davidlohr Bueso | 2015-04-17 | 1 | -5/+8 |
| * | | | | | powerpc: switch to using asm-generic for seccomp.h | Kees Cook | 2015-04-17 | 3 | -17/+10 |
* | | | | | | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp... | Linus Torvalds | 2015-04-16 | 233 | -9344/+7188 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | powerpc/powermac: Fix build error seen with powermac smp builds | Guenter Roeck | 2015-04-15 | 1 | -6/+4 |
| * | | | | | powerpc/pseries: Fix compile of memory hotplug without CONFIG_MEMORY_HOTREMOVE | Alexey Kardashevskiy | 2015-04-15 | 1 | -0/+13 |
| * | | | | | powerpc: Remove PPC32 code from pseries specific find_and_init_phbs() | Daniel Axtens | 2015-04-14 | 1 | -7/+0 |
| * | | | | | powerpc/cell: Fix iommu breakage caused by controller_ops change | Michael Ellerman | 2015-04-14 | 1 | -2/+2 |