01 Apr, 2011

1 commit

  • To fix bugs when running offloaded FCoE/iSCSI traffic in multiple
    Class of Service environments. In some scenarios, traffic could stop
    on certain rings and eventually all traffic would stop.

    Signed-off-by: Dmitry Kravkov
    Signed-off-by: Michael Chan
    Signed-off-by: David S. Miller

    Dmitry Kravkov
     

31 Mar, 2011

33 commits


30 Mar, 2011

6 commits

  • * 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc:
    powerpc/qe_ic: Fix another breakage from the irq_data conversion
    powerpc/8xx: Fix another breakage from the irq_data conversion
    powerpc/cell: Use handle_edge_eoi_irq for real
    powerpc/pseries: Enable Chelsio network and iWARP drivers
    powerpc/mm: Move the STAB0 location to 0x8000 to make room in low memory
    powerpc: Fix accounting of softirq time when idle
    powerpc/pseries/smp: query-cpu-stopped-state support won't change
    powerpc/xics: Use hwirq for xics domain irq number
    powerpc/xics: Fix numberspace mismatch from irq_desc conversion
    powerpc: Wire up new syscalls
    powerpc/booke: Correct the SPRN_MAS5 definition.
    powerpc: ARCH_PFN_OFFSET should be unsigned long
    powerpc: Implement dma_mmap_coherent()
    powerpc/nvram: Don't overwrite oops/panic report on normal shutdown
    powerpc: Restore some misc devices to our configs

    Linus Torvalds
     
  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin:
    Blackfin: bitops: fix include order after little endian inclusion
    Blackfin: defconfigs: update after misc devices defaulted to N
    Blackfin: use more standard pr_fmt in the module loader

    Linus Torvalds
     
  • * 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm: (65 commits)
    ARM: 6826/1: Merge v6 and v7 DEBUG_LL DCC support
    ARM: 6838/1: etm: fix section mismatch warning
    ARM: 6837/1: remove unused pci_fixup_prpmc1100
    ARM: 6836/1: kprobes/fix emulation of LDR/STR instruction when Rn == PC
    Fix the broken build for Marvell Dove platform.
    ARM: 6835/1: perf: ensure overflows aren't missed due to IRQ latency
    ARM: 6834/1: perf: reset counters on all CPUs during initialisation
    ARM: 6833/1: perf: add required isbs() to ARMv7 backend
    ARM: 6825/1: kernel/sleep.S: fix Thumb2 compilation issues
    ARM: 6807/1: realview: Fix secondary GIC initialisation for EB with MPCore tile
    arm: mach-mx3: pcm043: add write-protect and card-detect for SD1
    eukrea_mbimxsd51: add SD Card detect
    eukrea_mbimxsd25-baseboard: add SD card detect
    mx3/eukrea_mbimxsd-baseboard: add SD card detect support
    mx3/eukrea_mbimxsd-baseboard: fix gpio request
    ARM: mxs/mx28evk: add mmc device
    ARM: mxs/mx23evk: add mmc device
    ARM: mxs: dynamically allocate mmc device
    ARM: mx51_efika: update platform data for new mfd changes
    mx2/iomux: Set direction for CSPI2 pins
    ...

    Linus Torvalds
     
  • Signed-off-by: Thomas Gleixner

    Thomas Gleixner
     
  • These two functions disappeared in commit

    0c6f8a8b917ad361319c8ace3e9f28e69bfdb4c1
    "genirq: Remove compat code"

    but they still exist in qe_ic.h.
    This patch renames the function to their new names.

    Signed-off-by: Richard Cochran
    Cc: linuxppc-dev@lists.ozlabs.org
    Cc: Lennert Buytenhek
    Cc: Benjamin Herrenschmidt
    LKML-Reference:
    Signed-off-by: Thomas Gleixner

    Richard Cochran
     
  • Signed-off-by: Thomas Gleixner

    Thomas Gleixner