1. 15 Mar, 2010 15 commits
  2. 14 Mar, 2010 20 commits
  3. 13 Mar, 2010 5 commits
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · d89b218b
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (108 commits)
        bridge: ensure to unlock in error path in br_multicast_query().
        drivers/net/tulip/eeprom.c: fix bogus "(null)" in tulip init messages
        sky2: Avoid rtnl_unlock without rtnl_lock
        ipv6: Send netlink notification when DAD fails
        drivers/net/tg3.c: change the field used with the TG3_FLAG_10_100_ONLY constant
        ipconfig: Handle devices which take some time to come up.
        mac80211: Fix memory leak in ieee80211_if_write()
        mac80211: Fix (dynamic) power save entry
        ipw2200: use kmalloc for large local variables
        ath5k: read eeprom IQ calibration values correctly for G mode
        ath5k: fix I/Q calibration (for real)
        ath5k: fix TSF reset
        ath5k: use fixed antenna for tx descriptors
        libipw: split ieee->networks into small pieces
        mac80211: Fix sta_mtx unlocking on insert STA failure path
        rt2x00: remove KSEG1ADDR define from rt2x00soc.h
        net: add ColdFire support to the smc91x driver
        asix: fix setting mac address for AX88772
        ipv6 ip6_tunnel: eliminate unused recursion field from ip6_tnl{}.
        net: Fix dev_mc_add()
        ...
      d89b218b
    • Linus Torvalds's avatar
      Merge branch 'sched-fixes-for-linus' of... · 80a18607
      Linus Torvalds authored
      Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        sched: Fix pick_next_highest_task_rt() for cgroups
        sched: Cleanup: remove unused variable in try_to_wake_up()
        x86: Fix sched_clock_cpu for systems with unsynchronized TSC
      80a18607
    • Linus Torvalds's avatar
      Merge branch 'x86-fixes-for-linus' of... · 15c989d4
      Linus Torvalds authored
      Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD systems
        x86, UV: Fix target_cpus() in x2apic_uv_x.c
        x86: Reduce per cpu warning boot up messages
        x86: Reduce per cpu MCA boot up messages
        x86_64, cpa: Don't work hard in preserving kernel 2M mappings when using 4K already
      15c989d4
    • Linus Torvalds's avatar
      Merge branch 'core-fixes-for-linus' of... · 4e3eaddd
      Linus Torvalds authored
      Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        locking: Make sparse work with inline spinlocks and rwlocks
        x86/mce: Fix RCU lockdep splats
        rcu: Increase RCU CPU stall timeouts if PROVE_RCU
        ftrace: Replace read_barrier_depends() with rcu_dereference_raw()
        rcu: Suppress RCU lockdep warnings during early boot
        rcu, ftrace: Fix RCU lockdep splat in ftrace_perf_buf_prepare()
        rcu: Suppress __mpol_dup() false positive from RCU lockdep
        rcu: Make rcu_read_lock_sched_held() handle !PREEMPT
        rcu: Add control variables to lockdep_rcu_dereference() diagnostics
        rcu, cgroup: Relax the check in task_subsys_state() as early boot is now handled by lockdep-RCU
        rcu: Use wrapper function instead of exporting tasklist_lock
        sched, rcu: Fix rcu_dereference() for RCU-lockdep
        rcu: Make task_subsys_state() RCU-lockdep checks handle boot-time use
        rcu: Fix holdoff for accelerated GPs for last non-dynticked CPU
        x86/gart: Unexport gart_iommu_aperture
      
      Fix trivial conflicts in kernel/trace/ftrace.c
      4e3eaddd
    • Linus Torvalds's avatar
      Merge branch 'tracing-fixes-for-linus' of... · 8655e7e3
      Linus Torvalds authored
      Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        tracing: Do not record user stack trace from NMI context
        tracing: Disable buffer switching when starting or stopping trace
        tracing: Use same local variable when resetting the ring buffer
        function-graph: Init curr_ret_stack with ret_stack
        ring-buffer: Move disabled check into preempt disable section
        function-graph: Add tracing_thresh support to function_graph tracer
        tracing: Update the comm field in the right variable in update_max_tr
        function-graph: Use comment notation for func names of dangling '}'
        function-graph: Fix unused reference to ftrace_set_func()
        tracing: Fix warning in s_next of trace file ops
        tracing: Include irqflags headers from trace clock
      8655e7e3