1. 13 Feb, 2004 23 commits
    • Andrew Morton's avatar
      [PATCH] Fix fadvise() parameter checking · e0fc5036
      Andrew Morton authored
      From: Ulrich Drepper <drepper@redhat.com>
      
      The len parameter for fadvise has a signed type and negative values passed
      must be rejected.  The attached patch does the job.
      e0fc5036
    • Andrew Morton's avatar
      [PATCH] Make serial console work for any port · 4ddb0339
      Andrew Morton authored
      From: Bjorn Helgaas <bjorn.helgaas@hp.com>
      
      The current serial console code only works for ports that are either
      defined in SERIAL_PORT_DFNS (and set up by serial8250_isa_init_ports()) or
      registered by early_serial_setup().
      
      On ia64, SERIAL_PORT_DFNS is empty because we discover everything via ACPI
      and PCI.  And we only use early_serial_setup() for one port described by
      the HCDP firmware table.
      
      This patch against 2.6.3-rc2 makes it work for any valid port.  If we don't
      know about the port early, we just return -ENODEV from the setup()
      function, which leaves the serial console disabled.  After the driver has
      found all the ports, we try to register the serial console again if it
      hasn't been enabled already.
      
      I think the "port->type == PORT_UNKNOWN" test is cleaner than the
      "port->ops" test -- it more clearly gets to the point of "do we know about
      this port".
      4ddb0339
    • Andrew Morton's avatar
      [PATCH] swap extent merging fix · fe252bd7
      Andrew Morton authored
      From: Hugh Dickins <hugh@veritas.com>
      
      Fix a screwup in the merging of swap extents: not only do they have to be
      contiguous on-disk, they have to be logically contiguous in file offset too.
      fe252bd7
    • Andrew Morton's avatar
      [PATCH] Alpha: fix "extern inline" logic for core IO functions · 9ae91ee6
      Andrew Morton authored
      From: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
      
      Again...  This time due to pci.h->dmapool.h->io.h included in core logic
      files before __EXTERN_INLINE definition.
      
      To prevent such troubles in the future, make io.h/core_xx.h included before
      anything else.  Also, this allows to get rid of some duplicated #include's.
      9ae91ee6
    • Andrew Morton's avatar
      [PATCH] sh: pvr2fb updates · d8d3ff3d
      Andrew Morton authored
      From: Paul Mundt <lethal@linux-sh.org>
      
      Sanity fixes in pvr2fb_check_var() so we don't constantly report an invalid
      pixclock..  also fixup FB_SYNC_BROADCAST setting so this doesn't get
      improperly assigned in the VO_VGA case.
      d8d3ff3d
    • Andrew Morton's avatar
      [PATCH] sh: hitfb updates (and accel) · b197d6e3
      Andrew Morton authored
      From: Paul Mundt <lethal@linux-sh.org>
      
      This updates hitfb, and also adds basic accel support.  Also as we don't need
      the generic cfb_copyarea anymore, we no longer link cfbcopyarea.o in at build
      time.
      b197d6e3
    • Andrew Morton's avatar
      [PATCH] sh: Misc build fixes · 74cc3c1a
      Andrew Morton authored
      From: Paul Mundt <lethal@linux-sh.org>
      
      Misc build fixes.. also not horribly exciting.
      74cc3c1a
    • Andrew Morton's avatar
      [PATCH] sh: Add H8/300 support to sh-sci · b7e711ba
      Andrew Morton authored
      From: Paul Mundt <lethal@linux-sh.org>
      
      This adds support for the H8/300 series to the sh-sci driver.  Patch from
      Yoshinori Sato.
      b7e711ba
    • Andrew Morton's avatar
      [PATCH] sh: hd64461 updates · f4dd156e
      Andrew Morton authored
      From: Paul Mundt <lethal@linux-sh.org>
      
      This updates a number of the hd64461 cchip definitions (needed by hitfb), and
      also adds some additional I/O routines.
      f4dd156e
    • Andrew Morton's avatar
      [PATCH] sh: Fix hp680 board support · 55dcf046
      Andrew Morton authored
      From: Paul Mundt <lethal@linux-sh.org>
      
      This adds the missing setup code for the hp680 board.  Patch from Andriy
      Skulysh.
      55dcf046
    • Andrew Morton's avatar
      [PATCH] sh: preempt fixes · c35bd557
      Andrew Morton authored
      From: Paul Mundt <lethal@linux-sh.org>
      
      This fixes up a number of other outstanding preemption issues in the sh
      backend (in addition to the ones already fixed in previous patches).
      
      Patch from Kaz Kojima.
      c35bd557
    • Andrew Morton's avatar
      [PATCH] sh: preempt safe lazy fpu handling · 41dd42aa
      Andrew Morton authored
      From: Paul Mundt <lethal@linux-sh.org>
      
      This updates the lazy fpu handling to be preempt safe.  Patches from SUGIOKA
      Toshinobu and Kaz Kojima.
      41dd42aa
    • Andrew Morton's avatar
      [PATCH] sh: RTC fixes · dd9cd732
      Andrew Morton authored
      From: Paul Mundt <lethal@linux-sh.org>
      
      Re-read RTC registers if MSB of R64CNT was changed while reading them on SH-4
      which has unreliable CF bit.
      
      Patch from SUGIOKA Toshinobu and Masaki Saitoh.
      dd9cd732
    • Andrew Morton's avatar
      [PATCH] sh: Wrap fb_read/writeX() to __raw_read/writeX() · 70fa9749
      Andrew Morton authored
      From: Paul Mundt <lethal@linux-sh.org>
      
      This adds sh to the list of platforms that wrap fb_readX/fb_writeX() to
      __raw_readX/__raw_writeX().  This is needed so that the generic fb read/write
      routines will wrap properly through the sh machvec and use the appropriate
      board-specific I/O routines.
      70fa9749
    • Andrew Morton's avatar
      [PATCH] sh: Update defconfig · de9fa996
      Andrew Morton authored
      From: Paul Mundt <lethal@linux-sh.org>
      
      This updates the sh defconfig.. nothing horribly exciting.
      de9fa996
    • Andrew Morton's avatar
      [PATCH] selinux: Fix bugs in policy loading code · 17f4a982
      Andrew Morton authored
      From: Stephen Smalley <sds@epoch.ncsc.mil>
      
      This patch fixes a couple of bugs in the SELinux policy loading code.  The
      first bug was reported by Magosanyi Arpad; kernel panic upon feeding the
      kernel a policy with an empty avtab due to cleanup code trying to free the
      avtab twice.  The other bugs were reported by Frank Mayer; failure to
      properly validate certain values read from the policy.
      17f4a982
    • Andrew Morton's avatar
      [PATCH] Fix buslogic for older gccs · de410af7
      Andrew Morton authored
      From: carbonated beverage <ramune@net-ronin.org>
      
      Remove an anonymous struct
      de410af7
    • Andrew Morton's avatar
      [PATCH] acpi numa build fix · 751c7fbc
      Andrew Morton authored
      From: jbarnes@sgi.com (Jesse Barnes)
      
      Fix a missing conversion from the memblks removal.
      751c7fbc
    • Linus Torvalds's avatar
      Merge bk://bk.arm.linux.org.uk/linux-2.6-rmk · 892dddb6
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      892dddb6
    • Russell King's avatar
    • Russell King's avatar
    • Jeff Garzik's avatar
      Bump libata, ata_piix to version 1.0. · 3e5b8391
      Jeff Garzik authored
      Also update copyrights for 2004.
      3e5b8391
    • Jeff Garzik's avatar
      [libata] catch, and ack, spurious DMA interrupts · c98fc827
      Jeff Garzik authored
      Hardware issue on Intel ICH5 requires an additional ack sequence
      over and above the normal IDE DMA interrupt ack requirements.  Issue
      described in post to freebsd list:
      http://www.mail-archive.com/freebsd-stable@freebsd.org/msg58421.html
      
      Since the bug workaround only requires a single additional PIO or
      MMIO read in the interrupt handler, it is applied to all chipsets
      using the standard libata interrupt handler.
      
      Credit for research the issue, creating the patch, and testing the
      patch all go to Jon Burgess.
      c98fc827
  2. 12 Feb, 2004 4 commits
  3. 11 Feb, 2004 10 commits
  4. 13 Feb, 2004 3 commits