1. 12 Apr, 2004 1 commit
    • Bjorn Helgaas's avatar
      [PATCH] ia64: Allow IO port space without EFI RT attribute · 57f668bf
      Bjorn Helgaas authored
      Some firmware does not require run-time mapping of the legacy IO port
      space.  (It may not need to perform any IO port operations, or it may
      do them with translation disabled.)
      
      (efi_get_iobase): Don't require that IO port space be marked RT, since
      there's no reason the firmware should require mappings for it.
      Thanks to Greg Albrecht for noticing this.
      
      Also, allow attributes in addition to EFI_MEMORY_UC.  I can't
      think of another current attribute that makes sense, but the
      kernel only depends on being able to use UC.
      57f668bf
  2. 08 Apr, 2004 5 commits
    • David Mosberger's avatar
      ia64: Make acpi.c compile again: there was an implicit declaration · a9f7dc3f
      David Mosberger authored
      	mismatch because the external declaration isn't in the arch-
      	independent ACPI bits yet.
      a9f7dc3f
    • Stéphane Eranian's avatar
      [PATCH] ia64: perfmon update · 02602b3a
      Stéphane Eranian authored
      Here is a new perfmon patch. It is important because it
      fixes the problem of the close() when the file descriptor
      is shared between two related processes. The good thing
      is that it simplifies a lot the cleanup of the sampling
      buffer.
      
      Here is the ChangeLog:
      
      - fix bug in pfm_close() when the descriptor is
        shared between related processed. Introduce
        a pfm_flush() called for each invocation of
        close(). pfm_close() only called for the last
        user.
      
      - fix pfm_restore_monitoring() to also reload
        the debug registers. They could be modified
        while monitoring is masked.
      
      - fix pfm_close() to clear ctx_fl_is_sampling.
      
      - fix a bug in pfm_handle_work() which could cause
        the wrong PMD to be reset. 
      
      - converted PROTECT_CTX/UNPROTECT_CTX into
        local_irq_save/restore to keep context protection
        but allow IPI to proceed.
      
      - updated pfm_syswide_force_stop() to use
        local_irq_save/restore now that the context
        is protected from the caller side.
      
      - updated pfm_mck_pmc_check() to check if context is 
        loaded before checking for special IBR/DBR combinations.
        Clearing the debug registers is not needed when the context
        is not yet loaded.
      
      - updated perfmon.h to have to correct prototype definitions
        for the pfm_mod_*() functions.
      
      - got rid of the PFM_CTX_TERMINATED state.
      
      - cleanup the DPRINT() statements to remove
        explicit output of current->pid. This is done
         systematically by the macros.
      
      - added a systctl entry (expert_mode) to bypass
        read/write checks on PMC/PMD. As its name indicates
        this is for experts ONLY. Must be root to toggle
        /proc/sys entry.
      
      - corrected pfm_mod_*() to check against the current task.
      
      - removed pfm_mod_fast_read_pmds(). It is never needed.
      
      - added pfm_mod_write_ibrs() and pfm_mod_write_dbrs().
      02602b3a
    • Bjorn Helgaas's avatar
      [PATCH] ia64: allow simscsi to be a module · d7ee788d
      Bjorn Helgaas authored
      Requiring CONFIG_HP_SIMSCSI to be either  "y" or "n" breaks
      allmodconfig, because simscsi ends up built-in, while scsi itself
      is a module.  So allow simscsi to be a module also.
      d7ee788d
    • Bjorn Helgaas's avatar
      [PATCH] ia64: ACPI IRQ cleanup (arch part) · 352b39c8
      Bjorn Helgaas authored
      Here's the ia64 part of the ACPI IRQ cleanup I proposed here:
      
      http://www.gelato.unsw.edu.au/linux-ia64/0403/8979.html
      
      After the arch bits are in, I'll post the corresponding ACPI changes.
      I removed the "Found IRQ" printk now because when the ACPI
      change goes in, dev->irq won't be initialized until *after*
      acpi_pci_irq_enable().
      352b39c8
    • Petri T. Koistinen's avatar
      [PATCH] ia64: put URLs in documentation files inside angle-brackets · e00ff58f
      Petri T. Koistinen authored
      Patch by Petri T. Koistinen.
      e00ff58f
  3. 05 Apr, 2004 4 commits
  4. 03 Apr, 2004 9 commits
  5. 02 Apr, 2004 11 commits
  6. 01 Apr, 2004 10 commits