An error occurred fetching the project authors.
  1. 07 Nov, 2007 1 commit
  2. 19 Jul, 2007 1 commit
  3. 13 Jan, 2006 1 commit
  4. 07 Nov, 2005 1 commit
    • Paul Mundt's avatar
      [PATCH] superhyway: multiple block support and VCR rework · 055a2512
      Paul Mundt authored
      This extends the API somewhat to allow for platform-specific VCR reading and
      writing.  Some platforms (like SH4-202) implement the VCR in a split VCRL and
      VCRH, but end up being in reverse order or have other quirks that need to be
      dealt with, so we add a set of superhyway_ops per-bus to accomodate this.
      
      We also have to extend the per-device resources somewhat, as some devices now
      conveniently split control and data blocks.  So we allow a platform to
      register its set of SuperHyway devices via superhyway_add_devices() with the
      control block always ordered as the first resource (as this is the one that
      userspace cares about).
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      055a2512
  5. 31 Oct, 2005 1 commit
    • Tim Schmielau's avatar
      [PATCH] fix missing includes · 4e57b681
      Tim Schmielau authored
      I recently picked up my older work to remove unnecessary #includes of
      sched.h, starting from a patch by Dave Jones to not include sched.h
      from module.h. This reduces the number of indirect includes of sched.h
      by ~300. Another ~400 pointless direct includes can be removed after
      this disentangling (patch to follow later).
      However, quite a few indirect includes need to be fixed up for this.
      
      In order to feed the patches through -mm with as little disturbance as
      possible, I've split out the fixes I accumulated up to now (complete for
      i386 and x86_64, more archs to follow later) and post them before the real
      patch.  This way this large part of the patch is kept simple with only
      adding #includes, and all hunks are independent of each other.  So if any
      hunk rejects or gets in the way of other patches, just drop it.  My scripts
      will pick it up again in the next round.
      Signed-off-by: default avatarTim Schmielau <tim@physik3.uni-rostock.de>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      4e57b681
  6. 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