1. 15 Jan, 2004 1 commit
  2. 14 Jan, 2004 5 commits
    • Jes Sorensen's avatar
      [PATCH] ia64: quiet down SMP boot messages · c1e95d8b
      Jes Sorensen authored
      This patch gets rid of some superfluous printk's which get tedious on
      machines with insane number of CPUs.  The virtual/physical address bit
      info is already available via /proc/pal, so there is no need to print
      it at boot- time.
      c1e95d8b
    • Bjorn Helgaas's avatar
      [PATCH] ia64: move HCDP under serial console #ifdef · 7ba0358c
      Bjorn Helgaas authored
      Currently you can select HCDP independent of serial console.  This
      doesn't seem very useful, and makes the setup_serial_hcdp() reference
      unresolved if the serial driver is built as a module.
      
      CONFIG_SERIAL_8250_CONSOLE is only selectable if the serial core is
      built in (SERIAL_8250=y), so this patch makes sure we don't try to
      call setup_serial_hcdp() unless it is actually built in to the kernel.
      
      (I think we should also make HCDP selection dependent on
      SERIAL_8250_CONSOLE=y in Kconfig; I'll send a separate patch
      for that since it's not ia64-specific.)
      7ba0358c
    • David Mosberger's avatar
      ia64: Patch by Bjorn Helgaas: acpi_register_irq() must be exported to enable · cf6921d5
      David Mosberger authored
            modular ACPI device drivers.
      cf6921d5
    • Bjorn Helgaas's avatar
      [PATCH] ia64: system type Kconfig cleanup · eeee3e54
      Bjorn Helgaas authored
      Fix system type selection to workaround menuconfig bug (select "HP",
      get "HP-simulator").
      eeee3e54
    • Jes Sorensen's avatar
      [PATCH] ia64: header cleanup · d5f18b8e
      Jes Sorensen authored
      I fixed the code to compile with CONFIG_ACPI_NUMA and
      !CONFIG_DISCONTIG since it's actually possible to compile that
      configuration as well as cleaned up the #include usage a litte.
      d5f18b8e
  3. 12 Jan, 2004 9 commits
  4. 08 Jan, 2004 4 commits
  5. 07 Jan, 2004 1 commit
  6. 08 Jan, 2004 1 commit
  7. 07 Jan, 2004 15 commits
  8. 06 Jan, 2004 4 commits
    • Andrew Morton's avatar
      [PATCH] ia32 sched_clock() deadlock fix · c1e4ed23
      Andrew Morton authored
      From: Ingo Molnar <mingo@elte.hu>,
      
      Voyager is getting odd deadlocks due to the taking of xtime_lock() in
      sched_clock()->get_jiffies_64().
      
      I had this patch queued up to fix a different deadlock, which occurs when we
      relax the requirement that TSC's be synchronised across CPUs.  But it will
      fix James' deadlock too.
      c1e4ed23
    • Andrew Morton's avatar
      [PATCH] dvb: firmware fixes · c358e219
      Andrew Morton authored
      From: Michael Hunold <hunold@convergence.de>
      
      - move around sp887x firmware file entry to be close to sp887x selection
      
      - fix a bunch of filenames to point to /usr/lib/hotplug/firmware/ rather
        then /etc/dvb
      
      - fix the av7110 firmware config entry for "make allyesconfig"
      c358e219
    • Andrew Morton's avatar
      [PATCH] JFS fix for NFS on little-endian systems · 65916a24
      Andrew Morton authored
      From: Dave Kleikamp <shaggy@austin.ibm.com>
      
      After Jose debugged the problem down to the routine jfs_get_parent, we
      were able to find the problem.  I believe it only affects users of
      NFS-exported JFS file systems on big-endian hardware.
      
      The problem was a missing le32_to_cpu macro.  The patch also fixes a
      return code to be more consistent other implementations of get_parent.
      65916a24
    • Andrew Morton's avatar
      [PATCH] fix sysfs oops · b7e72582
      Andrew Morton authored
      From: Greg KH <greg@kroah.com>
      
      This fixes an oops when a kobject is unregistered before it's child is.
      The usb-serial devices show this bug very easily (yank out a device
      while its port is opened...)
      
      Patch was originally written by Mike Gorse <mgorse@mgorse.dhs.org>
      b7e72582