1. 27 Mar, 2008 4 commits
    • Benjamin Herrenschmidt's avatar
      Give futex init a proper name · f6d107fb
      Benjamin Herrenschmidt authored
      The futex init function is called init(). This is a pain in the neck
      when debugging when you code dies in ... init :-)
      
      This renames it to futex_init().
      Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      f6d107fb
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · ee20a0dd
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (43 commits)
        [IPSEC]: Fix BEET output
        [ICMP]: Dst entry leak in icmp_send host re-lookup code (v2).
        [AX25]: Remove obsolete references to BKL from TODO file.
        [NET]: Fix multicast device ioctl checks
        [IRDA]: Store irnet_socket termios properly.
        [UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_list
        [VLAN]: Don't copy ALLMULTI/PROMISC flags from underlying device
        netxen, phy/marvell, skge: minor checkpatch fixes
        S2io: Handle TX completions on the same CPU as the sender for MIS-X interrupts
        b44: Truncate PHY address
        skge napi->poll() locking bug
        rndis_host: fix oops when query for OID_GEN_PHYSICAL_MEDIUM fails
        cxgb3: Fix lockdep problems with sge.reg_lock
        ehea: Fix IPv6 support
        dm9000: Support promisc and all-multi modes
        dm9601: configure MAC to drop invalid (crc/length) packets
        dm9601: add Hirose USB-100 device ID
        Marvell PHY m88e1111 driver fix
        netxen: fix rx dropped stats
        netxen: remove low level tx lock
        ...
      ee20a0dd
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 · d55a4528
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
        [SPARC64]: Define TASK_SIZE_OF()
        [SPARC64]: flush_ptrace_access() needs preemption disable.
        [SPARC64]: Update defconfig.
        [SPARC64]: Fix allnoconfig build, ptrace.c missing CONFIG_COMPAT checks.
        [SPARC64]: Fix __get_cpu_var in preemption-enabled area.
        [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/signal.c
        [SPARC64]: Fix most sparse warnings in arch/sparc64/kernel/sys_sparc.c
        [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/time.c
        [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/ptrace.c
        [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/irq.c
        [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/iommu.c
        [SPARC64]: Fix sparse errors in arch/sparc64/kernel/traps.c
        [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/{cpu,setup}.c
        [SPARC64]: Adjust {TLBTEMP,TSBMAP}_BASE.
        [SPARC64]: Make save_stack_trace() more efficient.
      d55a4528
    • David S. Miller's avatar
      [SPARC64]: Define TASK_SIZE_OF() · c101b088
      David S. Miller authored
      This make "cat /proc/${PID}/pagemap" more efficient for
      32-bit tasks.
      
      Based upon a report by Mariusz Kozlowski.
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      c101b088
  2. 26 Mar, 2008 36 commits