1. 31 Jul, 2003 27 commits
  2. 27 Jul, 2003 3 commits
  3. 26 Jul, 2003 10 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