1. 02 Jul, 2014 1 commit
    • Federico Vaga's avatar
      kernel: bugfix IRQ release · 60dc7cd5
      Federico Vaga authored
      Interrupt resources are not properly released. Mainly two problems:
      
        1. on IRQ free the driver was using the IRQ number instead of the the
           component base address. So, the component IRQ handlers were never
           released
      
        2. on IRQ free, supposing that the first problem was not there, when
           all component's IRQ handlers were released the PCI IRQ handler (VIC
           dispatcher) should have released, but it was not. In consequence of this
           even if the driver was removed an interrupt can be handled by a
           ghost handler.
      Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
      60dc7cd5
  2. 12 Jun, 2014 1 commit
  3. 11 Jun, 2014 4 commits
  4. 28 Feb, 2014 2 commits
  5. 14 Feb, 2014 5 commits
  6. 12 Feb, 2014 2 commits
  7. 11 Feb, 2014 3 commits
  8. 18 Nov, 2013 1 commit
  9. 04 Nov, 2013 2 commits
  10. 02 Jul, 2013 1 commit
  11. 07 Jun, 2013 2 commits
  12. 31 May, 2013 3 commits
  13. 20 May, 2013 4 commits
  14. 16 May, 2013 8 commits
  15. 29 Apr, 2013 1 commit