1. 05 Apr, 2004 1 commit
  2. 01 Apr, 2004 4 commits
    • Jesse Barnes's avatar
      [PATCH] ia64: bring ia64 nodes online properly · 0c5d6e19
      Jesse Barnes authored
      Andi's libnuma exposed the fact that we don't bring nodes online
      properly as we discover them in ia64.  Here's a quick patch to fix
      that.  Tested with Andi's numademo program; seems to work fine.
      0c5d6e19
    • Pat Gefre's avatar
      [PATCH] ia64: small SN2 interface.c patch · ba4e8143
      Pat Gefre authored
      Change the calls to link_path_walk() to path_walk().  link_path_walk()
      doesn't initialze current->total_link_count and path_walk() does.
      Without the initialization, path_walks start to fail when 40 sym links
      have been followed.
      ba4e8143
    • Jesse Barnes's avatar
      [PATCH] ia64: fix sn_serial warning · 14973a3b
      Jesse Barnes authored
      In my fixes to quiet the sn_serial driver, I made sn_debug_printf only
      get used when the DEBUG define was turned on in the driver but forgot
      to #ifdef out the function definition, causing an 'defined but not
      used' warning.  This patch fixes that.
      14973a3b
    • Jesse Barnes's avatar
      [PATCH] ia64: clean up pcibr_slot.c warnings · 59ae4b68
      Jesse Barnes authored
      A few warnings crept into pcibr_slot.c that this patch takes care of.
        - forward declare pcibr_slot_pwr so it can be used w/o warning
        - fix argument passed to pcibr_slot_attach in pcibr_slot_enable
      59ae4b68
  3. 26 Mar, 2004 2 commits
    • Jesse Barnes's avatar
      [PATCH] ia64: only scan SN2 PCI busses that exist · 0086de6f
      Jesse Barnes authored
      sn_pci_init was unconditionally scanning 255 PCI busses, even though
      only a few are actually present on most systems.  This patch adds a
      check to make sure a given bus exists before doing the scan, which
      saves a little memory and also makes /sys/devices reflect reality a
      bit more closely.
      0086de6f
    • Jesse Barnes's avatar
      [PATCH] ia64: implement SN2 version of dma_mapping_error() · 66c88342
      Jesse Barnes authored
      On sn2, dma_mapping_error is trivial.  pci_map_single was already returning 0 
      in case of failure (0 is an invalid DMA address on sn2), so make 
      dma_mapping_error check for that.
      66c88342
  4. 25 Mar, 2004 7 commits
  5. 24 Mar, 2004 2 commits
  6. 23 Mar, 2004 15 commits
  7. 22 Mar, 2004 9 commits
    • Andrew Morton's avatar
      [PATCH] i386 Kconfig typo fix · df2f5cb9
      Andrew Morton authored
      From: Armin Schindler <armin@melware.de>
      
      just a small patch to fix a typo.
      df2f5cb9
    • Andrew Morton's avatar
      [PATCH] fbcon font cloning fix · 38e4e1df
      Andrew Morton authored
      From: Petr Baudis <pasky@ucw.cz>
      
      This patch fixes a bug which I hit when migrating from 2.4.  Basically,
      when I do setfont during the system boot, the then-spawned ttys do not
      retain the new font but fall back to the default one.
      
      I've tracked that down to a clearly bogus test in fbcon_set_display(),
      because vc->vc_font.width is not set at that time yet (no font has been
      loaded for the new vc).  But even if it would (or this was meant to test
      against tmp->vc_font.width), it would mean only *HUGE* fonts would be
      retained.  And even if there were *two* bugs there and it was supposed to
      be less-than there, I couldn't make a sense of the test.
      38e4e1df
    • Andrew Morton's avatar
      [PATCH] Work around compiler error in proc_misc.c · 2d56ea2d
      Andrew Morton authored
      From: Alan Stern <stern@rowland.harvard.edu>
      
      A change which was recently applied to fs/proc/proc_misc.c included a comment
      about splitting a seq_printf into two pieces to work around a bug in
      gcc-2.95.3.  Unfortunately gcc-2.96 still chokes on the statements.  The
      patch below makes it work better and tidies the code up a bit.
      2d56ea2d
    • Andrew Morton's avatar
      [PATCH] sh: various fixes · e78a0b7a
      Andrew Morton authored
      From: Paul Mundt <lethal@linux-sh.org>
      
      This is the rest of the sh update, which includes everything else
      sh-specific, general cleanups, bugfixes, etc.  Nothing really eventful.
      e78a0b7a
    • Andrew Morton's avatar
      [PATCH] sh: sh-specific framebuffer updates · 7cb3c483
      Andrew Morton authored
      From: Paul Mundt <lethal@linux-sh.org>
      
      This includes sh-specific framebuffer updates, including updates to hitfb and
      pvr2fb, as well as adding sh to the pgprot_writecombine() users in fb_mmap().
      7cb3c483
    • Andrew Morton's avatar
      [PATCH] sh: hugetlb support · ddb9a23b
      Andrew Morton authored
      From: Paul Mundt <lethal@linux-sh.org>
      
      This implements hugetlb support for SH-4.  SH-4 supports 1k/4k/64k/1MB pages,
      since we're only interested in the 64k/1MB sizes, this is what we support.
      
      The sh hugetlbpage code borrows heavily off of the sparc64 port, which works
      fine for these cases at this point in time.
      ddb9a23b
    • Andrew Morton's avatar
      [PATCH] sh: DMA Mapping API · 843b2fd9
      Andrew Morton authored
      From: Paul Mundt <lethal@linux-sh.org>
      
      This implements the DMA mapping API for sh, as well as cleaning up some
      sh-specific DMA drivers.
      843b2fd9
    • Andrew Morton's avatar
      [PATCH] sh: DAC ODD driver · f1cf1dc6
      Andrew Morton authored
      From: Paul Mundt <lethal@linux-sh.org>
      
      SuperH DAC OSS driver.
      f1cf1dc6
    • Andrew Morton's avatar
      [PATCH] sh: port sh-sci driver to the new API · 0d4984f6
      Andrew Morton authored
      From: Paul Mundt <lethal@linux-sh.org>
      
      This ports the sh-sci driver to the new API.  sh and h8 both use this.  The
      intention is to leave the drivers/char sh-sci in place for a short period of
      time until all the h8 people are on the new driver (sh no longer uses the
      drivers/char version).
      0d4984f6