1. 08 6月, 2007 2 次提交
    • E
      mlx4_core: Fix CQ context layout · 09360d54
      Eli Cohen 提交于
      The reserved6 field should be 64 bits, not just 16 bits.  Without
      this, the structure does not match the hardware layout on 32-bit
      architectures: the db_rec_addr field ends up at offset 52 instead of
      offset 56.  The bug slipped by because the alignment of __be64 members
      ends up putting it in the right place on x86-64.
      Signed-off-by: NEli Cohen <eli@mellanox.co.il>
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      09360d54
    • L
      Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 · 7244d545
      Linus Torvalds 提交于
      * 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6:
        [VIDEO] sunxvr500fb: Fix pseudo_palette array size
        [VIDEO] sunxvr2500fb: Fix pseudo_palette array size
        [VIDEO] ffb: The pseudo_palette is only 16 elements long
        [VIDEO]: Fix section mismatch warning in promcon.
        [ATA]: Back out bogus (SPARC64 && !PCI) Kconfig depends.
        [SPARC64]: Fill in gaps in non-PCI dma_*() NOP implementation.
        [SPARC64]: Fix {mc,smt}_capable().
        [SPARC64]: Make core and sibling groups equal on UltraSPARC-IV.
        [SPARC64]: Proper multi-core scheduling support.
        [SPARC64]: Provide mmu statistics via sysfs.
        [SPARC64]: Fix service channel hypervisor function names.
        [SPARC64]: Export basic cpu properties via sysfs.
        [SPARC64]: Move topology init code into new file, sysfs.c
      7244d545
  2. 07 6月, 2007 18 次提交
  3. 06 6月, 2007 3 次提交
  4. 05 6月, 2007 17 次提交