summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-02-28Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2012-02-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-02-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov
2012-02-22sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra
2012-02-21rcu: Stop spurious warnings from synchronize_sched_expeditedHugh Dickins
2012-02-21rcu: Hold off RCU_FAST_NO_HZ after timer postedPaul E. McKenney
2012-02-21rcu: Eliminate softirq-mediated RCU_FAST_NO_HZ idle-entry loopPaul E. McKenney
2012-02-21rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sectionsPaul E. McKenney
2012-02-21rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit()Paul E. McKenney
2012-02-21rcu: Remove redundant check for rcu_head misalignmentPaul E. McKenney
2012-02-21PTR_ERR should be called before its argument is cleared.Julia Lawall
2012-02-21rcu: Trace only after NULL-pointer checkPaul E. McKenney
2012-02-21rcu: Call out dangers of expedited RCU primitivesPaul E. McKenney
2012-02-21rcu: Rework detection of use of RCU by offline CPUsPaul E. McKenney
2012-02-21lockdep: Add CPU-idle/offline warning to lockdep-RCU splatPaul E. McKenney
2012-02-21rcu: No interrupt disabling for rcu_prepare_for_idle()Paul E. McKenney
2012-02-21rcu: Move synchronize_sched_expedited() to rcutree.cPaul E. McKenney
2012-02-21rcu: Check for illegal use of RCU from offlined CPUsPaul E. McKenney
2012-02-21rcu: Add CPU-stall capability to rcutorturePaul E. McKenney
2012-02-21rcutorture: Permit holding off CPU-hotplug operations during bootPaul E. McKenney
2012-02-21rcu: Print scheduling-clock information on RCU CPU stall-warning messagesPaul E. McKenney
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: 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-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-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-02-15genirq: Handle pending irqs in irq_startup()Thomas Gleixner
2012-02-15genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner
2012-02-14vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich
2012-02-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds
2012-02-14module: make module param bint handle nul valueDave Young
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-02-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-02-10relay: prevent integer overflow in relay_open()Dan Carpenter
2012-02-07perf: Fix double start/stop in x86_pmu_start()Stephane Eranian