1. 14 Apr, 2004 33 commits
  2. 13 Apr, 2004 7 commits
    • Andi Kleen's avatar
      [PATCH] x86-64 update · 51af77db
      Andi Kleen authored
      Various fixes and cleanups for x86-64. 
      
       - Update defconfig
       - Fix some problems in ROM resource scanning (Rene Herman) 
       - Initialize APIC id of CPU 0 (Venkatesh Pallipadi)
       - Always enable swiotlb for GART_IOMMU
       - Fix compilation without IOMMU_GART
       - Remove nodes_present; use standard node_online_map instead.
         This also fixes a bug with no memory on node 0.
       - Switch node<->cpu mapping to arrays. This fixes some awkward
         special cases with no nodes and empty nodes. 
       - Move K8 fallback node setup to common code
       - Eliminate old fake_node.
       - Fix wrong fields in MCE handling (Marc Bevand)
       - Make pci_dma_consistent behave more similar to i386 to fix Alsa
      51af77db
    • Andrew Morton's avatar
      [PATCH] update fix for potential integer overflow in zoran driver · 5cd6bfe8
      Andrew Morton authored
      From: Dave Jones <davej@redhat.com>
      
      2.4 already had this fixed, but uses a somewhat larger value to clip at.
      For uniformity sake, perhaps they should be the same?  Patch below makes
      it match 2.4-bk
      5cd6bfe8
    • Andrew Morton's avatar
      [PATCH] Fix MSI IA64 Support Build Breakage · cd449d5e
      Andrew Morton authored
      From: "Nguyen, Tom L" <tom.l.nguyen@intel.com>
      
      The patch showed up in Linus' tree last night breaks the
      "generic_defconfig" build for ia64.
      
      Fix it by adding the NR_VECTORS device to ia64.
      cd449d5e
    • Andrew Morton's avatar
      [PATCH] Fix ext3 add_nondir d_instantiate() · d7fb2760
      Andrew Morton authored
      It should be unconditional.
      d7fb2760
    • Andrew Morton's avatar
      [PATCH] jbd copyout fix · e0ae6ae6
      Andrew Morton authored
      When I converted journal_write_metadata_buffer() to kmap_atomic() I screwed
      up the handling of the copyout buffers - we're currently writing four zeroes
      into the user's page rather than into the data which is to be written to the
      journal (oops).
      
      Net effect: any block which starts with 0xC03B3998 gets scribbled on in
      data=journal mode.
      e0ae6ae6
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] obsolete asm/hdreg.h · df9b57fa
      Bartlomiej Zolnierkiewicz authored
      df9b57fa
    • Bartlomiej Zolnierkiewicz's avatar