An error occurred fetching the project authors.
  1. 25 Dec, 2008 1 commit
    • Sebastian Ott's avatar
      [S390] cio: introduce cio_commit_config · 13952ec1
      Sebastian Ott authored
      To change the configuration of a subchannel we alter the modifiable
      bits of the subchannel's schib field and issue a modify subchannel.
      There can be the case that not all changes were applied -or worse-
      quietly overwritten by the hardware. With the next store subchannel
      we obtain the current state of the hardware but lose our target
      configuration.
      
      With this patch we introduce a subchannel_config structure which
      contains the target subchannel configuration. Additionally the msch
      wrapper cio_modify is replaced with cio_commit_config which
      copies the desired changes to a temporary schib. msch is then
      called with the temporary schib. This schib is only written back
      to the subchannel if all changes were applied.
      Signed-off-by: default avatarSebastian Ott <sebott@linux.vnet.ibm.com>
      Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
      13952ec1
  2. 10 Oct, 2008 1 commit
  3. 21 Aug, 2008 1 commit
  4. 14 Jul, 2008 1 commit
  5. 17 Apr, 2008 1 commit
  6. 26 Jan, 2008 3 commits
  7. 12 Oct, 2007 1 commit
    • Cornelia Huck's avatar
      [S390] cio: Avoid machine check vs. not operational races. · 3f4cf6e7
      Cornelia Huck authored
      There was the possibilty that an action like ccw_device_set_offline()
      triggered by a device gone machine check might trigger a not oper
      event. Unfortunately, this could lead to the situation that we tried
      to unregister a subchannel twice: Once from the slow path evaluation,
      and once via the not oper event.
      
      Fix this by always using the same mechanism (css_schedule_eval()) for
      triggering the unregister. This makes sure that unregistration will
      only be done once. As an added bonus, it also simplyfies the code.
      Signed-off-by: default avatarCornelia Huck <cornelia.huck@de.ibm.com>
      Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
      3f4cf6e7
  8. 05 Feb, 2007 1 commit
  9. 08 Dec, 2006 2 commits
  10. 27 Oct, 2006 1 commit
  11. 11 Oct, 2006 1 commit
  12. 29 Jun, 2006 2 commits
  13. 06 Jan, 2006 1 commit
  14. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4