1. 24 11月, 2014 8 次提交
  2. 20 11月, 2014 11 次提交
  3. 07 11月, 2014 1 次提交
    • M
      MIPS: Fix build with binutils 2.24.51+ · 842dfc11
      Manuel Lauss 提交于
      Starting with version 2.24.51.20140728 MIPS binutils complain loudly
      about mixing soft-float and hard-float object files, leading to this
      build failure since GCC is invoked with "-msoft-float" on MIPS:
      
      {standard input}: Warning: .gnu_attribute 4,3 requires `softfloat'
        LD      arch/mips/alchemy/common/built-in.o
      mipsel-softfloat-linux-gnu-ld: Warning: arch/mips/alchemy/common/built-in.o
       uses -msoft-float (set by arch/mips/alchemy/common/prom.o),
       arch/mips/alchemy/common/sleeper.o uses -mhard-float
      
      To fix this, we detect if GAS is new enough to support "-msoft-float" command
      option, and if it does, we can let GCC pass it to GAS;  but then we also need
      to sprinkle the files which make use of floating point registers with the
      necessary ".set hardfloat" directives.
      Signed-off-by: NManuel Lauss <manuel.lauss@gmail.com>
      Cc: Linux-MIPS <linux-mips@linux-mips.org>
      Cc: Matthew Fortune <Matthew.Fortune@imgtec.com>
      Cc: Markos Chandras <Markos.Chandras@imgtec.com>
      Cc: Maciej W. Rozycki <macro@linux-mips.org>
      Patchwork: https://patchwork.linux-mips.org/patch/8355/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      842dfc11
  4. 06 11月, 2014 1 次提交
  5. 04 11月, 2014 1 次提交
  6. 29 10月, 2014 1 次提交
  7. 27 10月, 2014 3 次提交
    • R
      MIPS: Wire up bpf syscall. · 5df4c8db
      Ralf Baechle 提交于
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      5df4c8db
    • Y
      MIPS/Xlp: Remove the dead function destroy_irq() to fix build error · d5a238df
      Yijing Wang 提交于
      Commit 465665f7 ("mips: Kill pointless destroy_irq()") removed
      the destroy_irq(). So remove the leftover one in xlp_setup_msix()
      to fix build error.
      
      arch/mips/pci/msi-xlp.c: In function 'xlp_setup_msix':
      arch/mips/pci/msi-xlp.c:447:3: error: implicit declaration of function 'destroy_irq'..
      cc1: some warnings being treated as errors
      make[1]: *** [arch/mips/pci/msi-xlp.o] Error 1
      make: *** [arch/mips/pci/] Error 2
      Signed-off-by: NYijing Wang <wangyijing@huawei.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Bjorn Helgaas <bhelgaas@google.com>
      Cc: linux-pci@vger.kernel.org
      Cc: linux-kernel@vger.kernel.org
      Cc: Xinwei Hu <huxinwei@huawei.com>
      Cc: Wuyun <wuyun.wu@huawei.com>
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: linux-arch@vger.kernel.org
      Cc: arnab.basu@freescale.com
      Cc: Bharat.Bhushan@freescale.com
      Cc: x86@kernel.org
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
      Cc: xen-devel@lists.xenproject.org
      Cc: Joerg Roedel <joro@8bytes.org>
      Cc: iommu@lists.linux-foundation.org
      Cc: linux-mips@linux-mips.org
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: linuxppc-dev@lists.ozlabs.org
      Cc: linux-s390@vger.kernel.org
      Cc: Sebastian Ott <sebott@linux.vnet.ibm.com>
      Cc: Tony Luck <tony.luck@intel.com>
      Cc: linux-ia64@vger.kernel.org
      Cc: David S. Miller <davem@davemloft.net>
      Cc: sparclinux@vger.kernel.org
      Cc: Chris Metcalf <cmetcalf@tilera.com>
      Cc: Lucas Stach <l.stach@pengutronix.de>
      Cc: David Vrabel <david.vrabel@citrix.com>
      Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
      Cc: Michael Ellerman <mpe@ellerman.id.au>
      Cc: Thierry Reding <thierry.reding@gmail.com>
      Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Cc: Liviu Dudau <liviu@dudau.co.uk>
      Patchwork: https://patchwork.linux-mips.org/patch/8087/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      d5a238df
    • A
      MIPS: Octeon: Make Octeon GPIO IRQ chip CPU hotplug-aware · cf355704
      Alexander Sverdlin 提交于
      Make Octeon GPIO IRQ chip CPU hotplug-aware
      
      Seems that irq_cpu_offline callbacks were forgotten in v1 and v2 CIU
      GPIO chips. There is such a callback for octeon_irq_chip_ciu2_gpio,
      covering CIU2 chips. Without this callback GPIO IRQs are not being migrated
      during core offlining. Patch is tested on Octeon II.
      Signed-off-by: NAlexander Sverdlin <alexander.sverdlin@nsn.com>
      Cc: David Daney <ddaney.cavm@gmail.com>
      Cc: linux-mips@linux-mips.org
      Patchwork: https://patchwork.linux-mips.org/patch/8201/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      cf355704
  8. 24 10月, 2014 8 次提交
  9. 23 10月, 2014 6 次提交