1. 08 Sep, 2003 3 commits
  2. 05 Sep, 2003 5 commits
  3. 02 Sep, 2003 1 commit
  4. 28 Aug, 2003 6 commits
    • Stéphane Eranian's avatar
      [PATCH] ia64: perfmon2 update · ba5b5f36
      Stéphane Eranian authored
      This patch:- added support for the fake HP simulator PMU. Most of the
        code provided by Ian Wienand. Allows a kernel compiled for
        the simulator and with CONFIG_PERFMON enabled to boot.
      
      - cleaned up all CTX_*() macros for the context state changes.
      
      - relaxed constraint for system-wide session by allowing all
        task with access to the context's file descriptor to
        manipulate the context as long as they run on the CPU the
        context is attached to.
      ba5b5f36
    • Tony Luck's avatar
      [PATCH] ia64: trim.bottom trims the wrong entry · 8d1404b9
      Tony Luck authored
      efi_memmap_walk() repeatedly trims the same
      entry, instead of trimming each of the entries in the granule.
      8d1404b9
    • Matthew Chapman's avatar
      [PATCH] ia64: Fix "nosmp" breakage from cpumask patch. · 8370d6a0
      Matthew Chapman authored
      Patch should be self-explanatory.
      8370d6a0
    • Tony Luck's avatar
      [PATCH] ia64: fix PM config option · 1e21259b
      Tony Luck authored
      CONFIG_PM is set without a menu entry to turn it on/off.
      1e21259b
    • Bjorn Helgaas's avatar
      [PATCH] ia64: clean up acpi_boot_init() · bf841403
      Bjorn Helgaas authored
      I was confused about this bit
      of code in acpi_boot_init():
      
              smp_boot_data.cpu_count = available_cpus;
              if (available_cpus == 0) {
                      printk(KERN_INFO "ACPI: Found 0 CPUS; assuming 1\n");
                      available_cpus = 1; /* We've got at least one of these, no? */
              }
      
              smp_build_cpu_map();
      
      because it first saves available cpus in smp_boot_data, then potentially
      modifies available_cpus.  This looked at first like a bug, but I think
      actually works out correctly, because smp_boot_data.cpu_count is only
      used in smp_build_cpu_map(), and if cpu_count is zero, it prevents us
      from looking at smp_boot_data.cpu_phys_id[0], which hasn't been
      initialized.
      
      This should only happen with really buggy firmware, so I'm not even
      sure it's worth doing more than panicking, but if we're going to deal
      with it, I propose the following patch to avoid even the appearance
      of a bug.  This just does what acpi_parse_lsapic() would have done
      if the firmware tables were correct.
      bf841403
    • Will Cohen's avatar
      [PATCH] ia64: oprofile support · 758d297b
      Will Cohen authored
      I have revised the oprofile patch for ia64 to provide just the basic
      timer interrupt mechanism to avoid interferring with the perfmon 2.0
      support. I have verified the oprofile ia64 patch applies cleanly and
      build a working kernel with the 2.6.0-test4 kernel and the
      linux-2.6.0-test4-ia64-030826.diff.bz2 patch.
      
      More work is required to get oprofile to work with the perfmon 2.0.
      However, the patch as it is currently implements should not cause
      problems for the perfom 2.0 support.
      758d297b
  5. 26 Aug, 2003 2 commits
  6. 25 Aug, 2003 9 commits
  7. 22 Aug, 2003 2 commits
  8. 24 Aug, 2003 2 commits
  9. 23 Aug, 2003 5 commits
  10. 22 Aug, 2003 5 commits
    • Paul Mackerras's avatar
      Merge bk://stop.crashing.org/linux-2.6-misc · 1f068b65
      Paul Mackerras authored
      into samba.org:/stuff/paulus/kernel/for-linus-ppc
      1f068b65
    • Paul Mackerras's avatar
      Merge bk://stop.crashing.org/linux-2.6-8260 · 024b1e31
      Paul Mackerras authored
      into samba.org:/stuff/paulus/kernel/for-linus-ppc
      024b1e31
    • Paul Mackerras's avatar
      Merge samba.org:/stuff/paulus/kernel/linux-2.5 · c3e57580
      Paul Mackerras authored
      into samba.org:/stuff/paulus/kernel/for-linus-ppc
      c3e57580
    • Erik Andersen's avatar
      [PATCH] Fix cdrom error handling in 2.6 · 6c944c97
      Erik Andersen authored
      In both 2.4 and in 2.6, error handling for bad cdrom media is
      wrong.  And it is my fault I'm afraid, since I botched an earlier
      fix for the problem by putting the fix in the wrong spot.
      
      My kids have a "Jumpstart Toddlers" cd they have long since
      completely killed, which makes a great test disc.  Without this
      fix, the best time projection I can get for completing a dd type
      sector copy is about 2 years...  Most of that is spent thrashing
      about in kernel space trying to re-read sectors we already know
      are not correctable....  After the fix, I was able to rip a copy
      the CD (or rather muddle through it getting lots of EIO errors)
      in about 15 minutes.
      
      Attached is the fix for 2.6.x,
      6c944c97
    • Linus Torvalds's avatar
      Linux 2.6.0-test4 · d2855c5d
      Linus Torvalds authored
      d2855c5d