summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-21rcu: Set RCU CPU stall times via sysfsPaul E. McKenney
2012-02-21rcu: Remove #ifdef CONFIG_SMP from TREE_RCUPaul E. McKenney
2012-02-21rcu: Note that rcu_access_pointer() can be used for teardownPaul E. McKenney
2012-02-21rcu: Make rcu_sleep_check() also check rcu_lock_mapPaul E. McKenney
2012-02-21rcu: Check for idle-loop entry while in RCU read-side critical sectionPaul E. McKenney
2012-02-21rcu: Clean up straggling rcu_preempt_needs_cpu() namePaul E. McKenney
2012-02-21rcu: Simplify unboosting checksPaul E. McKenney
2012-02-21rcu: Inform RCU of irq_exit() activityPaul E. McKenney
2012-02-21rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney
2012-02-21rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney
2012-02-21rcu: Protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney
2012-02-21rcu: Remove single-rcu_node optimization in rcu_start_gp()Paul E. McKenney
2012-02-21rcu: Don't make callbacks go through second full grace periodPaul E. McKenney
2012-02-21rcu: Check for callback invocation from offline CPUsPaul E. McKenney
2012-02-21rcu: Limit lazy-callback durationPaul E. McKenney
2012-02-21rcu: Make rcutorture flag online/offline failuresPaul E. McKenney
2012-02-21rcu: Simplify offline processingPaul E. McKenney
2012-02-21mac80211: Convert call_rcu() to kfree_rcu(), drop mesh_gate_node_reclaim()Paul E. McKenney
2012-02-21ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcuPaul E. McKenney
2012-02-21ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu()Paul E. McKenney
2012-02-21tcm_fc: Convert call_rcu() to kfree_rcu(), drop ft_tport_rcu_free()Paul E. McKenney
2012-02-21s390: Convert call_rcu() to kfree_rcu(), drop ext_int_hash_update()Paul E. McKenney
2012-02-21rcu: Move RCU_TRACE to lib/Kconfig.debugPaul E. McKenney
2012-02-21rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney
2012-02-21rcu: Add diagnostic for misaligned rcu_head structuresPaul E. McKenney
2012-02-21rcu: Add lockdep-RCU checks for simple self-deadlockPaul E. McKenney
2012-02-21rcu: Improve synchronize_rcu() diagnosticsFrederic Weisbecker
2012-02-21rcu: Bring RTFP.txt up to date.Paul E. McKenney
2012-02-18Linux 3.3-rc4v3.3-rc4Linus Torvalds
2012-02-18Merge tag 'fixes-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2012-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-02-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2012-02-18Merge tag 'ecryptfs-3.3-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-02-18Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/l...Linus Torvalds
2012-02-18Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2012-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds
2012-02-18Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-02-18i387: re-introduce FPU state preloading at context switch timeLinus Torvalds
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds
2012-02-16i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds
2012-02-16i387: do not preload FPU state at task switch timeLinus Torvalds
2012-02-16ecryptfs: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-16eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks
2012-02-16eCryptfs: Improve statfs reportingTyler Hicks
2012-02-16i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds
2012-02-16i387: move TS_USEDFPU clearing out of __save_init_fpu and into callersLinus Torvalds
2012-02-16i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds
2012-02-16powerpc/perf: power_pmu_start restores incorrect values, breaking frequency e...Anton Blanchard
2012-02-16powerpc/adb: Use set_current_state()majianpeng