1. 13 Aug, 2003 5 commits
  2. 07 Aug, 2003 8 commits
  3. 06 Aug, 2003 1 commit
  4. 05 Aug, 2003 3 commits
    • Peter Chubb's avatar
      [PATCH] ia64: Kill a warning if \!CONFIG_SMP · aadbcc96
      Peter Chubb authored
      This kills a compilation warning if CONFIG_SMP is *not* defined.
      aadbcc96
    • Alex Williamson's avatar
      [PATCH] ia64: Update to CMC/CPE polling · 70e31133
      Alex Williamson authored
       Based on the feedback from Tony, here's the patch that flips
      around the clearing of cmc_polling_enabled.
      70e31133
    • Kochi Takayoshi's avatar
      [PATCH] ia64: Interrupt polarity fix · 9072b37e
      Kochi Takayoshi authored
      It seems that acpi_register_intr (in arch/ia64/kernel/acpi.c)
      takes an interrupt polarity/trigger in opposite way.
      Attached patch fixes this.  Please apply.
      
      drivers/acpi/resource/rsirq.c decodes ACPI extended irq
      resource and stores in edge_level and active_high_low members
      of a structure (BTW, I think the names of these members
      are source of confusion ;).
      
      And this logic in acpi.c inverts both polarity and trigger.
      
      vector = iosapic_register_intr(gsi,
              polarity ? IOSAPIC_POL_HIGH : IOSAPIC_POL_LOW,
              mode ? IOSAPIC_EDGE : IOSAPIC_LEVEL);
      
             ACPI -> rsirq.c -> serial.c -> acpi.c            -> iosapic.c
      High      0         0           0      IOSAPIC_POL_LOW
      Low       1         1           1      IOSAPIC_POL_HIGH
      Edge      1         0           0      IOSAPIC_LEVEL
      Level     0         1           1      IOSAPIC_EDGE
      
      As ACPI_ACTIVE_{HIGH,LOW} and ACPI_{LEVEL,EDGE}_SENSITIVE are
      defined in acpi subsystem, it should be safer to use these symbols.
      9072b37e
  5. 04 Aug, 2003 4 commits
    • David Mosberger's avatar
      xtalk.h, sn_ksyms.c, sn2_smp.c, cache.c, shuberror.c, shub.c, iomv.c, hcl.c: · 7e3c70c0
      David Mosberger authored
        ia64: sn2 module (& other misc.) fixes
      7e3c70c0
    • David Mosberger's avatar
      ia64: Define fsid_t for kernel purposes. · d3b41f55
      David Mosberger authored
      d3b41f55
    • David Mosberger's avatar
      Many files: · 3801c3a6
      David Mosberger authored
        ia64: sn2 update
      .del-sv.h~583ade34a48fc2a0:
        Delete: include/asm-ia64/sn/sv.h
      .del-sv.c~37c4d6a1e76bdd1d:
        Delete: arch/ia64/sn/kernel/sv.c
      3801c3a6
    • Alex Williamson's avatar
      [PATCH] ia64: New CMC/CPE polling · 765a8447
      Alex Williamson authored
      Here's a redesign of the CMC and CPE polling for both 2.6.0-test2
      and 2.4.21.  This is roughly the same design I requested comment on
      a while back (BTW, nobody commented...).  Basically, rather than
      flooding all the cpus in parallel, I used some low priority interrupts
      to cascade through the cpus.  This should be much more scalable.  I
      also added a new feature of enabling interrupts for the CMC and CPE
      handlers.  The SAL spec claims these functions are SMP safe and
      re-entrant and even recommends that the corrected error handlers
      should run with interrupts enabled.  It works on HP boxes, others
      might want to double check that their firmware adheres to the spec.
      The combination of these things should keep polling from impacting
      system response time.
      765a8447
  6. 29 Jul, 2003 1 commit
  7. 28 Jul, 2003 2 commits
  8. 27 Jul, 2003 3 commits
  9. 26 Jul, 2003 13 commits
    • Bernardo Innocenti's avatar
      [PATCH] Make I/O schedulers optional · f374048e
      Bernardo Innocenti authored
      Add kconfig options to allow excluding either or both the I/O
      schedulers.  This can be useful for embedded systems (saves about ~13KB).
      
      All schedulers are enabled by default for non-embedded.
      f374048e
    • Geert Uytterhoeven's avatar
      [PATCH] Update valkyriefb driver · 48cb98d6
      Geert Uytterhoeven authored
      This updates the valkyriefb driver to the new API.
      
      From Paul Mackerras <paulus@samba.org>:
      
       "It compiles OK, but I haven't been able to test it.  I have simplified
        the driver quite a bit using the knowledge that there can only ever be
        one valkyrie graphics adaptor in a system - it is the built-in
        graphics adaptor on various ancient mac and powermac machines, and we
        access it at a hard-coded address, so we can only handle one."
      48cb98d6
    • Ville Herva's avatar
      [PATCH] NMI watchdog documentation · 4fc51e1f
      Ville Herva authored
      Documentation/nmi-watchdoc.txt doesn't actually tell what options need to be
      enabled in kernel config in order to use NMI watchdog. I for one found it
      confusing.
      4fc51e1f
    • Geert Uytterhoeven's avatar
      [PATCH] Rename ariadne2 to zorro8390 · 49dfdcd2
      Geert Uytterhoeven authored
      Rename ariadne2 to zorro8390, since this driver supports several NS8390-based
      Zorro Ethernet cards. Kill all never used occurrencies of CONFIG_NE2K_ZORRO.
      49dfdcd2
    • Geert Uytterhoeven's avatar
      [PATCH] m68k cache · 22753ad8
      Geert Uytterhoeven authored
      m68k cache updates (from Roman Zippel):
        - Uninline flush_icache_range()
        - Add virt_to_phys_slow() which handles vmalloc()ed space
      22753ad8
    • Geert Uytterhoeven's avatar
      [PATCH] M68k RTC updates · e22596b7
      Geert Uytterhoeven authored
      M68k: Use genrtc on all m68k platforms
      e22596b7
    • Geert Uytterhoeven's avatar
      [PATCH] m68k irqs_disabled() · bc12135d
      Geert Uytterhoeven authored
      M68k: Allow ALLOWINT to be used with other types than short (fixes a problem
      with irqs_disabled(), from Roman Zippel)
      bc12135d
    • Geert Uytterhoeven's avatar
      [PATCH] dmasound SOUND_PCM_READ_RATE · 4c0d5f05
      Geert Uytterhoeven authored
      dmasound: Implement missing SOUND_PCM_READ_RATE ioctl (from Richard Zidlicky)
      4c0d5f05
    • Geert Uytterhoeven's avatar
      [PATCH] MIPS DEC/SGI Linux logo · 1cd04b8e
      Geert Uytterhoeven authored
      MIPS: Show the correct logo on DEC and SGI machines.
      1cd04b8e
    • Geert Uytterhoeven's avatar
      [PATCH] m68k FPU emulator · 62068f4c
      Geert Uytterhoeven authored
      M68k FPU emulator: Add fgetman, fgetexp and fsqrt (from Michael Müller and
      Roman Zippel)
      62068f4c
    • Geert Uytterhoeven's avatar
      [PATCH] M68k IRQ API updates · b0dd1d9b
      Geert Uytterhoeven authored
      M68k: A few missing updates to the new irq API:
        - Q40/Q60 keyboard
        - Q40/Q60 floppy
        - Sun-3x floppy
      b0dd1d9b
    • Geert Uytterhoeven's avatar
      [PATCH] m68k page · 5dd97166
      Geert Uytterhoeven authored
      m68k page updates (from Roman Zippel):
        - Set _PAGE_RONLY bit and clear _PAGE_PRESENT to mark PAGE_NONE pte entries
          (this also makes PAGE_NONE fixup unnecessary)
        - Move _PAGE_FILE to a lower, so pte_to_pgoff/pgoff_to_pte becomes simpler
      5dd97166
    • Geert Uytterhoeven's avatar
      [PATCH] NCR53C9x unused SCp.have_data_in · 8121975b
      Geert Uytterhoeven authored
      NCR53C9x: Remove unused initialization of SCp.have_data_in (from Maciej W.
      Rozycki). This affects the following drivers:
        - DECstation SCSI
        - Amiga Oktagon SCSI
      8121975b