An error occurred fetching the project authors.
  1. 28 Jul, 2008 1 commit
  2. 25 Jul, 2008 1 commit
  3. 11 Feb, 2007 1 commit
  4. 07 Dec, 2006 1 commit
    • Derek Fults's avatar
      [PATCH] get_options to allow a hypenated range for isolcpus · 22f2e280
      Derek Fults authored
      This allows a hyphenated range of positive numbers in the string passed
      to command line helper function, get_options.
      
      Currently the command line option "isolcpus=" takes as its argument a
      list of cpus.
      
      Format: <cpu number>,...,<cpu number>
      Valid values of <cpu_number>  include all cpus, 0 to "number of CPUs in
      system - 1". This can get extremely long when isolating the majority of
      cpus on a large system.  The kernel isolcpus code would not need any
      changing to use this feature.  To use it, the change would be in the
      command line format for 'isolcpus='
      Format:
      <cpu number>,...,<cpu number>
      or
      <cpu number>-<cpu number>  (must be a positive range in ascending
      order.)
      or a mixture
      <cpu number>,...,<cpu number>-<cpu number>
      Signed-off-by: default avatarDerek Fults <dfults@sgi.com>
      Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      22f2e280
  5. 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