1. 24 10月, 2013 1 次提交
  2. 14 11月, 2009 1 次提交
    • U
      s390: remove cu3088 layer for lcs and ctcm · 0ca8cc6f
      Ursula Braun 提交于
      The cu3088-driver used as common base for lcs- and ctcm-devices
      makes it difficult to assign the appropriate driver to an lcs-device
      or a ctcm-device. This patch eliminates the cu3088-driver and thus
      the root device "cu3088". Path /sys/devices/cu3088 is replaced with
      the pathes /sys/devices/lcs and /sys/devices/ctcm.
      
      Patch is based on a proposal from Cornelia Huck.
      
      Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
      Signed-off-by: NUrsula Braun <ursula.braun@de.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0ca8cc6f
  3. 16 6月, 2009 1 次提交
    • G
      s390: remove driver_data direct access of struct device · dff59b64
      Greg Kroah-Hartman 提交于
      In the near future, the driver core is going to not allow direct access
      to the driver_data pointer in struct device.  Instead, the functions
      dev_get_drvdata() and dev_set_drvdata() should be used.  These functions
      have been around since the beginning, so are backwards compatible with
      all older kernel versions.
      
      Thanks to Sebastian Ott <sebott@linux.vnet.ibm.com> for fixing a few
      typos in my original version of this patch.
      
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
      Cc: Sebastian Ott <sebott@linux.vnet.ibm.com>
      Cc: linux-s390@vger.kernel.org
      Cc: linux390@de.ibm.com
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      dff59b64
  4. 12 2月, 2008 1 次提交
  5. 11 10月, 2007 1 次提交
  6. 04 12月, 2006 1 次提交
  7. 03 12月, 2006 1 次提交
  8. 27 5月, 2006 1 次提交
  9. 18 2月, 2006 1 次提交
    • F
      [PATCH] s390: lcs performance enhancements · 0d613a27
      Frank Pavlic 提交于
      [patch 1/2] s390: lcs performance enhancements
      
      From: Klaus Wacker <kdwacker@de.ibm.com>
      	- When flood pinging (with large packet size) an LCS device,
      	  about 90 % of all packets are dropped by driver.
      	- increased number of lcs IO buffers to 32.
      	- use netif_stop_queue/netif_wake_queue in lcs_start_xmit routine
      	- don't lock the whole xmit routine but just the piece of code where
      	  tx_buffer is touched.
      Signed-off-by: NFrank Pavlic <fpavlic@de.ibm.com>
      
      diffstat:
       lcs.c |   31 +++++++++++++++++--------------
       lcs.h |    2 +-
       2 files changed, 18 insertions(+), 15 deletions(-)
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      0d613a27
  10. 02 2月, 2006 1 次提交
  11. 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