aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-10-21powerpc/eeh: More relaxed condition for enabled IO pathGavin Shan1-1/+1
2015-10-21powerpc/eeh: Force reset on fenced PHBGavin Shan1-0/+8
2015-10-21powerpc/eeh: More relaxed hotplug criterionGavin Shan1-1/+4
2015-10-21powerpc/eeh: Don't unfreeze PHB PE after resetGavin Shan1-4/+10
2015-10-21powerpc/prom: Avoid reference to potentially freed memoryChristophe Jaillet1-5/+8
2015-10-19vTPM: get the buffer allocated for event log instead of the actual logHon Ching \(Vicky\) Lo1-6/+15
2015-10-19vTPM: reformat event log to be byte-alignedHon Ching \(Vicky\) Lo1-1/+12
2015-10-19vTPM: fix searching for the right vTPM node in device treeHon Ching \(Vicky\) Lo1-4/+4
2015-10-15powerpc: discard .exit.data at runtimeStephen Rothwell1-0/+6
2015-10-15powerpc/eeh: atomic_dec_if_positive() to update passthru countGavin Shan1-2/+1
2015-10-15powerpc/pci: export pcibios_free_controller()Andrew Donnellan1-0/+1
2015-10-12powerpc/mm: Differentiate between hugetlb and THP during page walkAneesh Kumar K.V2-2/+3
2015-10-02powerpc/nvram: Fix function name in some errors messages.Christophe Jaillet1-7/+7
2015-10-02powerpc/nvram: Add missing kfree in error pathChristophe Jaillet1-0/+1
2015-10-01powerpc/vdso: Avoid link stack corruption in __get_datapage()Michael Neuling2-10/+14
2015-10-01powerpc/vdso: Emit GNU & SysV hashesMichael Ellerman2-2/+2
2015-09-25Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+7
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2015-09-18Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+6
2015-09-17powerpc32: memset: only use dcbz once cache is enabledLEROY Christophe1-0/+3
2015-09-17powerpc32: memcpy: only use dcbz once cache is enabledLEROY Christophe1-0/+3
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas1-1/+7
2015-09-15powerpc, irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-1/+1
2015-09-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+9
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2015-09-03Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds23-161/+396
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-20/+1
2015-09-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-12/+12
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+0
2015-08-31Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-12/+2
2015-08-28powerpc/eeh: Fix fenced PHB caused by eeh_slot_error_detail()Gavin Shan1-3/+18
2015-08-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman3-12/+17
2015-08-26powerpc/PCI: Disable MSI/MSI-X interrupts at PCI probe time in OF caseGuilherme G. Piccoli1-0/+3
2015-08-22KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8Paul Mackerras1-0/+7
2015-08-22KVM: PPC: Book3S HV: Make use of unused threads when running guestsPaul Mackerras1-0/+2
2015-08-20powerpc/kexec: Reset secondary cpu endianness before kexecSamuel Mendoza-Jonas1-2/+11
2015-08-19powerpc/nvram: print no error when pstore backend is not nvramHari Bathini1-3/+4
2015-08-18powerpc/nvram: use kmemdup rather than duplicating its implementationAndrzej Hajda1-2/+1
2015-08-18powerpc/eeh: Disable automatically blocked PCI configGavin Shan2-2/+24
2015-08-18powerpc/powernv: move dma_get_required_mask from pnv_phb to pci_controller_opsAndrew Donnellan1-0/+7
2015-08-17powerpc/e6500: remove the stale TCD_LOCK macroKevin Hao1-1/+0
2015-08-14Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'...Bjorn Helgaas1-5/+1
2015-08-14powerpc/eeh: Probe after unbalanced kref checkDaniel Axtens1-3/+3
2015-08-12Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar1-19/+0
2015-08-12powerpc/prom: Use DRCONF flags while processing detected LMBsAnshuman Khandual1-3/+4
2015-08-12powerpc/prom: Simplify the logic to fetch SLB sizeAnshuman Khandual1-11/+7
2015-08-10cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams1-1/+1
2015-08-10powerpc/time: Migrate to new 'set-state' interfaceViresh Kumar1-12/+12
2015-08-07powerpc/fsl: Force coherent memory on e500mc derivativesScott Wood2-11/+17
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+0