summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-234-33/+1
|\
| * PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas2015-06-081-30/+0
| * PCI: Remove unnecessary #includes of <asm/pci.h>Bjorn Helgaas2015-06-082-2/+0
| * PCI: Include <linux/pci.h>, not <asm/pci.h>Bjorn Helgaas2015-06-081-1/+1
* | Merge tag 'mmc-v4.2' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2015-06-235-0/+5
|\ \
| * | powerpc/dts: add eSDHC compatible listYangbo Lu2015-06-015-0/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-224-4/+202
|\ \ \
| * \ \ Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu2015-06-19261-9858/+8914
| |\ \ \
| * | | | crypto: powerpc/md5 - use md5 IV MD5_HX instead of their raw valueLABBE Corentin2015-05-181-4/+4
| * | | | powerpc: Add ICSWX instructionDan Streetman2015-05-112-0/+197
| * | | | powerpc: export of_get_ibm_chip_id functionDan Streetman2015-05-111-0/+1
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-225-12/+16
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-025-13/+33
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski2015-05-272-2/+2
| * | | | | sched/preempt, powerpc: Disable preemption in enable_kernel_altivec() explicitlyDavid Hildenbrand2015-05-191-5/+6
| * | | | | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-4/+5
| * | | | | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2015-05-191-1/+3
| | |_|_|/ | |/| | |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-222-2/+1
|\ \ \ \ \
| * | | | | locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2015-05-191-1/+1
| * | | | | locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra2015-05-191-1/+1
| * | | | | arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner2015-05-131-1/+0
| |/ / / /
* | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-06-021-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | powerpc: Fix smp_mb__before_spinlock()Paul E. McKenney2015-05-271-0/+1
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-05-211-2/+3
|\ \ \ \
| * | | | KVM: PPC: Book3S HV: Fix list traversal in error casePaul Mackerras2015-05-101-2/+3
| |/ / /
* | | | powerpc: Align TOC to 256 bytesAnton Blanchard2015-05-141-0/+1
* | | | powerpc/mce: fix off by one errors in mce event handlingDaniel Axtens2015-05-121-2/+2
* | | | powerpc/mm: Return NULL for not present hugetlb pageAneesh Kumar K.V2015-05-121-9/+16
* | | | powerpc/thp: Serialize pmd clear against a linux page table walk.Aneesh Kumar K.V2015-05-121-0/+11
|/ / /
* | | powerpc/powernv: Restore non-volatile CRs after napSam Bobroff2015-05-011-0/+2
* | | powerpc/eeh: Delay probing EEH device during hotplugGavin Shan2015-05-011-0/+6
* | | powerpc/eeh: Fix race condition in pcibios_set_pcie_reset_state()Gavin Shan2015-05-011-1/+4
* | | powerpc/pseries: Correct cpu affinity for dlpar added cpusNathan Fontenot2015-05-011-6/+4
* | | Revert "powerpc/tm: Abort syscalls in active transactions"Michael Ellerman2015-04-302-20/+1
* | | powerpc/powernv: Fix early pci_controller_ops loading.Daniel Axtens2015-04-291-1/+1
* | | powerpc/kvm: Fix SMP=n build error in book3s_xics.cMichael Ellerman2015-04-291-1/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-11/+11
|\ \
| * | VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-11/+11
* | | Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-2611-117/+137
|\ \ \
| * | | powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabledAneesh Kumar K.V2015-04-231-0/+1
| * | | powerpc/kvm: Fix ppc64_defconfig + PPC_POWERNV=n build errorShreyas B. Prabhu2015-04-171-1/+1
| * | | powerpc/mm/thp: Return pte address if we find trans_splitting.Aneesh Kumar K.V2015-04-174-22/+10
| * | | powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V2015-04-179-36/+88
| * | | KVM: PPC: Remove page table walk helpersAneesh Kumar K.V2015-04-173-57/+28
| * | | KVM: PPC: Use READ_ONCE when dereferencing pte_t pointerAneesh Kumar K.V2015-04-172-9/+16
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman2015-04-171-0/+1
| |\ \ \
| | * | | powerpc/hugetlb: Call mm_dec_nr_pmds() in hugetlb_free_pmd_range()Scott Wood2015-04-151-0/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-2621-364/+1560
|\ \ \ \ \
| * | | | | KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8Paul Mackerras2015-04-214-22/+70
| * | | | | KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to CPaul Mackerras2015-04-214-68/+75