1. 29 8月, 2008 1 次提交
  2. 23 8月, 2008 17 次提交
  3. 24 6月, 2008 2 次提交
  4. 06 2月, 2008 1 次提交
    • O
      pcmcia: convert some internal-only ioaddr_t to unsigned int · ecb8a847
      Olof Johansson 提交于
      Convert the io_req_t members to unsigned int, to allow use on machines with
      more than 16 bits worth of IO ports (i.e.  secondary busses on ppc64, etc).
      
      There was only a couple of places in drivers where a change was needed.  I
      left printk formats alone (there are lots of %04x-style formats in there),
      mostly to not change the format on the platforms that only have 16-bit io
      addresses, but also because the padding doesn't really add all that much value
      most of the time.
      
      I found only one sprintf of an address, and upsized the string accordingly (I
      doubt anyone will have anywhere near INT_MAX as irq value, but at least
      there's room for it now).
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      Cc: Christoph Hellwig <hch@lst.de>
      Cc: Matthew Wilcox <matthew@wil.cx>
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Cc: Dominik Brodowski <linux@dominikbrodowski.net>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      ecb8a847
  5. 31 3月, 2006 7 次提交
  6. 06 1月, 2006 2 次提交
  7. 08 7月, 2005 2 次提交
  8. 28 6月, 2005 2 次提交
  9. 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