1. 11 7月, 2006 36 次提交
  2. 10 7月, 2006 4 次提交
    • S
      [PATCH] i386: use thread_info flags for debug regs and IO bitmaps · b3cf2576
      Stephane Eranian 提交于
      Use thread info flags to track use of debug registers and IO bitmaps.
      
       - add TIF_DEBUG to track when debug registers are active
       - add TIF_IO_BITMAP to track when I/O bitmap is used
       - modify __switch_to() to use the new TIF flags
      
      Performance tested on Pentium II, ten runs of LMbench context switch
      benchmark (smaller is better:)
      
      	before	after
      avg	3.65	3.39
      min	3.55	3.33
      Signed-off-by: NStephane Eranian <eranian@hpl.hp.com>
      Signed-off-by: NChuck Ebbert <76306.1226@compuserve.com>
      Acked-by: NAndi Kleen <ak@suse.de>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      b3cf2576
    • L
      Merge commit master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 of HEAD · 09075ef0
      Linus Torvalds 提交于
      * HEAD:
        [AX.25]: Use kzalloc
        [ATM] net/atm/clip.c: fix PROC_FS=n compile
        [PKT_SCHED]: act_api: Fix module leak while flushing actions
        [NET]: Fix IPv4/DECnet routing rule dumping
        [NET] gso: Fix up GSO packets with broken checksums
        [NET] gso: Add skb_is_gso
        [IRDA]: fix drivers/net/irda/ali-ircc.c:ali_ircc_init()
        [ATM]: fix possible recursive locking in skb_migrate()
        [ATM]: Typo in drivers/atm/Kconfig...
        [TG3]: add amd8131 to "write reorder" chipsets
        [NET]: Fix network device interface printk message priority
      09075ef0
    • L
      Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 · c87fed15
      Linus Torvalds 提交于
      * 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6: (23 commits)
        [PATCH] 8139too deadlock fix
        [netdrvr] 3c59x: snip changelog from source code
        e1000: increase version to 7.1.9-k2
        e1000: add ich8lan device ID's
        e1000: allow user to disable ich8 lock loss workaround
        e1000: integrate ich8 support into driver
        e1000: add ich8lan core functions
        e1000: disable ERT
        e1000: check return value of _get_speed_and_duplex
        e1000: M88 PHY workaround
        e1000: fix adapter led blinking inconsistency
        e1000: disable CRC stripping workaround
        e1000: force register write flushes to circumvent broken platforms
        e1000: rework module param code with uninitialized values
        e1000: recycle skb
        e1000: change printk into DPRINTK
        e1000: add smart power down code
        e1000: small performance tweak by removing double code
        e1000: fix CONFIG_PM blocks
        e1000: Make PHY powerup/down a function
        ...
      c87fed15
    • L
      Merge branch 'blktrace' of git://brick.kernel.dk/data/git/linux-2.6-block · 84e74f6b
      Linus Torvalds 提交于
      * 'blktrace' of git://brick.kernel.dk/data/git/linux-2.6-block:
        [PATCH] Only the first two bits in bio->bi_rw and rq->flags match
        [PATCH] blktrace: readahead support
        [PATCH] blktrace: fix barrier vs sync typo
      84e74f6b