1. 23 3月, 2011 1 次提交
  2. 27 2月, 2010 2 次提交
  3. 07 12月, 2009 8 次提交
  4. 06 10月, 2009 1 次提交
  5. 23 9月, 2009 1 次提交
  6. 16 6月, 2009 1 次提交
  7. 01 4月, 2009 1 次提交
  8. 26 3月, 2009 1 次提交
  9. 25 12月, 2008 1 次提交
    • S
      [S390] cio: introduce cio_commit_config · 13952ec1
      Sebastian Ott 提交于
      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: NSebastian Ott <sebott@linux.vnet.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      13952ec1
  10. 11 10月, 2008 1 次提交
  11. 22 8月, 2008 1 次提交
  12. 14 7月, 2008 1 次提交
  13. 17 4月, 2008 1 次提交
  14. 26 1月, 2008 3 次提交
  15. 12 10月, 2007 1 次提交
    • C
      [S390] cio: Avoid machine check vs. not operational races. · 3f4cf6e7
      Cornelia Huck 提交于
      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: NCornelia Huck <cornelia.huck@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      3f4cf6e7
  16. 06 2月, 2007 1 次提交
  17. 08 12月, 2006 2 次提交
  18. 27 10月, 2006 1 次提交
  19. 11 10月, 2006 1 次提交
  20. 29 6月, 2006 2 次提交
  21. 07 1月, 2006 1 次提交
  22. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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