1. 23 2月, 2011 20 次提交
  2. 19 2月, 2011 2 次提交
  3. 07 2月, 2011 11 次提交
  4. 06 2月, 2011 4 次提交
  5. 05 2月, 2011 3 次提交
    • T
      genirq: Add missing status flags to modification mask · 872434d6
      Thomas Gleixner 提交于
      The mask which filters out the valid bits which can be set via
      irq_modify_status() is missing IRQ_NO_BALANCING, which breaks UV.
      
      Add IRQ_PER_CPU as well to avoid another one line patch for 39.
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      872434d6
    • H
      x86-32: Make sure the stack is set up before we use it · 11d4c3f9
      H. Peter Anvin 提交于
      Since checkin ebba638a we call
      verify_cpu even in 32-bit mode.  Unfortunately, calling a function
      means using the stack, and the stack pointer was not initialized in
      the 32-bit setup code!  This code initializes the stack pointer, and
      simplifies the interface slightly since it is easier to rely on just a
      pointer value rather than a descriptor; we need to have different
      values for the segment register anyway.
      
      This retains start_stack as a virtual address, even though a physical
      address would be more convenient for 32 bits; the 64-bit code wants
      the other way around...
      Reported-by: NMatthieu Castet <castet.matthieu@free.fr>
      LKML-Reference: <4D41E86D.8060205@free.fr>
      Tested-by: NKees Cook <kees.cook@canonical.com>
      Signed-off-by: NH. Peter Anvin <hpa@linux.intel.com>
      11d4c3f9
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · 44f2c5c8
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (68 commits)
        net: can: janz-ican3: world-writable sysfs termination file
        net: can: at91_can: world-writable sysfs files
        MAINTAINERS: update email ids of the be2net driver maintainers.
        bridge: Don't put partly initialized fdb into hash
        r8169: prevent RxFIFO induced loops in the irq handler.
        r8169: RxFIFO overflow oddities with 8168 chipsets.
        r8169: use RxFIFO overflow workaround for 8168c chipset.
        include/net/genetlink.h: Allow genlmsg_cancel to accept a NULL argument
        net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.
        net: Support compat SIOCGETVIFCNT ioctl in ipv4.
        net: Fix bug in compat SIOCGETSGCNT handling.
        niu: Fix races between up/down and get_stats.
        tcp_ecn is an integer not a boolean
        atl1c: Add missing PCI device ID
        s390: Fix possibly wrong size in strncmp (smsgiucv)
        s390: Fix wrong size in memcmp (netiucv)
        qeth: allow OSA CHPARM change in suspend state
        qeth: allow HiperSockets framesize change in suspend
        qeth: add more strict MTU checking
        qeth: show new mac-address if its setting fails
        ...
      44f2c5c8