summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2014-10-05powerpc: Add smp_mb()s to arch_spin_unlock_wait()Michael Ellerman
2014-10-05powerpc: Add smp_mb() to arch_spin_is_locked()Michael Ellerman
2014-10-05powerpc/perf: Fix ABIv2 kernel backtracesAnton Blanchard
2014-09-17powerpc/thp: Use ACCESS_ONCE when loading pmdpAneesh Kumar K.V
2014-09-17powerpc/thp: Invalidate with vpn in loopAneesh Kumar K.V
2014-09-17powerpc/thp: Handle combo pages in invalidateAneesh Kumar K.V
2014-09-17powerpc/thp: Invalidate old 64K based hash page mapping before insert of 4k pteAneesh Kumar K.V
2014-09-17powerpc/thp: Don't recompute vsid and ssize in loop on invalidateAneesh Kumar K.V
2014-09-17powerpc/thp: Add write barrier after updating the valid bitAneesh Kumar K.V
2014-09-17powerpc/pseries: Avoid deadlock on removing ddwGavin Shan
2014-09-17powerpc/pseries: Failure on removing device nodeGavin Shan
2014-09-17powerpc/mm: Use read barrier when creating real_pteAneesh Kumar K.V
2014-09-17powerpc/mm/numa: Fix break placementAndrey Utkin
2014-09-17powerpc/powernv: Fix IOMMU group lostGavin Shan
2014-09-05powerpc/powernv: Update dev->dma_mask in pci_set_dma_mask() pathBrian W Hart
2014-09-05powerpc/pci: Reorder pci bus/bridge unregistration during PHB removalTyrel Datwyler
2014-09-05powerpc/eeh: Wrong place to call pci_get_slot()Mike Qiu
2014-09-05KVM: PPC: Book3S: Fix LPCR one_reg interfaceAlexey Kardashevskiy
2014-07-28Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2014-07-28powerpc: Fix endianness of flash_block_list in rtas_flashThomas Falcon
2014-07-28powerpc/powernv: Change BUG_ON to WARN_ON in elog codeVasant Hegde
2014-07-23Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2014-07-23powerpc/perf: Fix MMCR2 handling for EBBMichael Ellerman
2014-07-22powerpc: use _GLOBAL_TOC for memmoveLi Zhong
2014-07-22powerpc/pseries: dynamically added OF nodes need to call of_node_initTyrel Datwyler
2014-07-22powerpc: subpage_protect: Increase the array size to take care of 64TBAneesh Kumar K.V
2014-07-22powerpc: Fix bugs in emulate_step()Paul Mackerras
2014-07-22powerpc: Disable doorbells on Power8 DD1.xJoel Stanley
2014-07-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-07-19Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2014-07-16Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-07-16locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-07-11powerpc/perf: Never program book3s PMCs with values >= 0x80000000Anton Blanchard
2014-07-11powerpc: Disable RELOCATABLE for COMPILE_TEST with PPC64Guenter Roeck
2014-07-11powerpc/perf: Clear MMCR2 when enabling PMUJoel Stanley
2014-07-11powerpc/perf: Add PPMU_ARCH_207S defineJoel Stanley
2014-07-11powerpc/kvm: Remove redundant save of SIER AND MMCR2Joel Stanley
2014-07-11powerpc/powernv: Check for IRQHAPPENED before sleepingPreeti U Murthy
2014-07-11powerpc: Clean up MMU_FTRS_A2 and MMU_FTR_TYPE_3EMichael Ellerman
2014-07-11powerpc/cell: Fix compilation with CONFIG_COREDUMP=nMichael Ellerman
2014-07-08Merge tag 'signed-for-3.16' of git://github.com/agraf/linux-2.6 into kvm-masterPaolo Bonzini
2014-07-07KVM: PPC: RTAS: Do byte swaps explicitlyAlexander Graf
2014-07-07KVM: PPC: Book3S PR: Fix ABIv2 on LEAlexander Graf
2014-07-07KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC()Anton Blanchard
2014-07-02sched: Fix compiler warningsGuenter Roeck
2014-06-27powerpc: bpf: Fix the broken LD_VLAN_TAG_PRESENT testDenis Kirjanov
2014-06-27powerpc: bpf: Use correct mask while accessing the VLAN tagDenis Kirjanov
2014-06-26PPC: Add _GLOBAL_TOC for 32bitAlexander Graf
2014-06-25KVM: PPC: BOOK3S: HV: Use base page size when comparing against slb valueAneesh Kumar K.V