An error occurred fetching the project authors.
  1. 10 Nov, 2005 2 commits
    • Linas Vepstas's avatar
      [PATCH] ppc64: PCI error event dispatcher · 172ca926
      Linas Vepstas authored
      12-eeh-event-dispatcher.patch
      
      ppc64: EEH Recovery dispatcher thread
      
      This patch adds a mechanism to create recovery threads when an
      EEH event is received.  Since an EEH freeze state may be detected
      within an interrupt context, we need to get out of the interrupt
      context before starting recovery. This dispatcher does this in
      two steps: first, it uses a workqueue to get out, and then
      lanuches a kernel thread, so that the recovery routine can
      sleep for exteded periods without upseting the keventd.
      
      A kernel thread is created with each EEH event, rather than
      having one long-running daemon started at boot time.  This is
      because it is anticipated that EEH events will be very rare
      (very very rare, ideally) and so its pointless to cluter the
      process tables with a daemon that will almost never run.
      Signed-off-by: default avatarLinas Vepstas <linas@austin.ibm.com>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      172ca926
    • Linas Vepstas's avatar
      [PATCH] ppc64: move eeh.c to powerpc directory from ppc64 · 7f79da7a
      Linas Vepstas authored
      11-eeh-move-to-powerpc.patch
      
      Move arch/ppc64/kernel/eeh.c to arch//powerpc/platforms/pseries/eeh.c
      No other changes (except for Makefile to build it)
      Signed-off-by: default avatarLinas Vepstas <linas@austin.ibm.com>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      7f79da7a
  2. 03 Nov, 2005 1 commit
  3. 01 Nov, 2005 1 commit
  4. 28 Oct, 2005 1 commit
  5. 26 Oct, 2005 2 commits
  6. 10 Oct, 2005 1 commit