1. 15 Apr, 2004 1 commit
  2. 14 Apr, 2004 34 commits
  3. 13 Apr, 2004 5 commits
    • David S. Miller's avatar
      Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6 · 45f96af1
      David S. Miller authored
      into nuts.davemloft.net:/disk1/BK/sparc-2.6
      45f96af1
    • 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