1. 03 Jul, 2008 3 commits
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · 821b03ff
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (55 commits)
        net: fib_rules: fix error code for unsupported families
        netdevice: Fix wrong string handle in kernel command line parsing
        net: Tyop of sk_filter() comment
        netlink: Unneeded local variable
        net-sched: fix filter destruction in atm/hfsc qdisc destruction
        net-sched: change tcf_destroy_chain() to clear start of filter list
        ipv4: fix sysctl documentation of time related values
        mac80211: don't accept WEP keys other than WEP40 and WEP104
        hostap: fix sparse warnings
        hostap: don't report useless WDS frames by default
        textsearch: fix Boyer-Moore text search bug
        netfilter: nf_conntrack_tcp: fixing to check the lower bound of valid ACK
        ipv6 route: Convert rt6_device_match() to use RT6_LOOKUP_F_xxx flags.
        netlabel: Fix a problem when dumping the default IPv6 static labels
        net/inet_lro: remove setting skb->ip_summed when not LRO-able
        inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuild
        CONNECTOR: add a proc entry to list connectors
        netlink: Fix some doc comments in net/netlink/attr.c
        tcp: /proc/net/tcp rto,ato values not scaled properly (v2)
        include/linux/netdevice.h: don't export MAX_HEADER to userspace
        ...
      821b03ff
    • Jesse Barnes's avatar
      DRM/i915: only use tiled blits on 965+ · 3d25802e
      Jesse Barnes authored
      When scheduled swaps occur, we need to blit between front & back
      buffers.  If the buffers are tiled, we need to set the appropriate
      XY_SRC_COPY tile bit, but only on 965 chips, since it will cause
      corruption on pre-965 (e.g. 945).
      
      Bug reported by and fix tested by Tomas Janousek <tomi@nomi.cz>.
      Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
      Acked-by: default avatarDave Airlie <airlied@linux.ie>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      3d25802e
    • Geert Uytterhoeven's avatar
      drivers/input/ff-core.c needs <linux/sched.h> · 83680cdb
      Geert Uytterhoeven authored
      Commit 656acd2b ("Input: fix locking in
      force-feedback core") causes the following regression on m68k:
      
      | linux/drivers/input/ff-core.c: In function 'input_ff_upload':
      | linux/drivers/input/ff-core.c:172: error: dereferencing pointer to incomplete type
      | linux/drivers/input/ff-core.c: In function 'erase_effect':
      | linux/drivers/input/ff-core.c:197: error: dereferencing pointer to incomplete type
      | linux/drivers/input/ff-core.c:204: error: dereferencing pointer to incomplete type
      | make[4]: *** [drivers/input/ff-core.o] Error 1
      
      As the incomplete type is `struct task_struct', including <linux/sched.h> fixes
      it.
      Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
      Acked-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      83680cdb
  2. 02 Jul, 2008 7 commits
  3. 30 Jun, 2008 14 commits
  4. 29 Jun, 2008 10 commits
  5. 28 Jun, 2008 6 commits