1. 12 6月, 2013 1 次提交
  2. 23 4月, 2013 2 次提交
  3. 20 4月, 2013 2 次提交
  4. 10 3月, 2013 1 次提交
  5. 19 2月, 2013 1 次提交
  6. 05 2月, 2013 1 次提交
  7. 08 12月, 2012 1 次提交
  8. 04 12月, 2012 1 次提交
  9. 20 11月, 2012 1 次提交
  10. 11 5月, 2012 1 次提交
  11. 26 4月, 2012 2 次提交
  12. 24 4月, 2012 1 次提交
    • T
      ehea: only register irq after setting up ports · c2f1244b
      Thadeu Lima de Souza Cascardo 提交于
      If we receive an interrupt too early before we set up ports in the probe
      function, there won't be any port ready to handle it.
      
      Only registering the irq after the ports are setup fixes the problem,
      and works fine without losing any interrupts.
      
      This causes crashes in some situations:
      
      [c000000f7ff7fd60] d000000008e223f0 .ehea_neq_tasklet+0x78/0x148 [ehea]
      [c000000f7ff7fe00] c0000000000b6cac .tasklet_hi_action+0xdc/0x210
      [c000000f7ff7fea0] c0000000000b7cc8 .__do_softirq+0x178/0x300
      [c000000f7ff7ff90] c000000000022694 .call_do_softirq+0x14/0x24
      [c000000f68ee7900] c000000000010e04 .do_softirq+0xec/0x110
      [c000000f68ee79a0] c0000000000b789c .irq_exit+0xac/0xe0
      [c000000f68ee7a20] c0000000000110bc .do_IRQ+0x114/0x2a8
      [c000000f68ee7ae0] c00000000000553c hardware_interrupt_entry+0x18/0x1c
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      c2f1244b
  13. 08 3月, 2012 1 次提交
  14. 01 2月, 2012 1 次提交
  15. 31 1月, 2012 1 次提交
  16. 17 1月, 2012 1 次提交
  17. 09 12月, 2011 1 次提交
  18. 24 11月, 2011 1 次提交
  19. 25 10月, 2011 1 次提交
  20. 19 10月, 2011 1 次提交
  21. 18 10月, 2011 13 次提交
  22. 11 10月, 2011 1 次提交
  23. 27 9月, 2011 1 次提交
  24. 18 8月, 2011 1 次提交
  25. 11 8月, 2011 1 次提交
    • J
      ehea/ibm*: Move the IBM drivers · 9aa32835
      Jeff Kirsher 提交于
      Move the IBM drivers into drivers/net/ethernet/ibm/ and make the
      necessary Kconfig and Makefile changes.
      
      - Renamed ibm_new_emac to emac
      - Cleaned up Makefile and Kconfig options which referred to
        IBM_NEW_EMAC to IBM_EMAC
      - ibmlana driver is a National Semiconductor SONIC driver so
        it was not moved
      
      CC: Christoph Raisch <raisch@de.ibm.com>
      CC: Santiago Leon <santil@linux.vnet.ibm.com>
      CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      CC: David Gibson <dwg@au1.ibm.com>
      CC: Kyle Lucke <klucke@us.ibm.com>
      CC: Michael Ellerman <michael@ellerman.id.au>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      9aa32835