| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-03-20 | 8 | -82/+66 |
|\ |
|
| * | genirq: Remove paranoid warnons and bogus fixups | Thomas Gleixner | 2012-03-16 | 1 | -10/+4 |
| * | genirq: Flush the irq thread on synchronization | Ido Yariv | 2012-03-14 | 2 | -28/+44 |
| * | Merge branch 'linus' into irq/core | Thomas Gleixner | 2012-03-13 | 581 | -2423/+4066 |
| |\ |
|
| * | | genirq: Get rid of unnecessary IRQTF_DIED flag | Alexander Gordeev | 2012-03-09 | 4 | -15/+4 |
| * | | genirq: No need to check IRQTF_DIED before stopping a thread handler | Alexander Gordeev | 2012-03-09 | 1 | -4/+2 |
| * | | genirq: Get rid of unnecessary irqaction field in task_struct | Alexander Gordeev | 2012-03-09 | 2 | -13/+16 |
| * | | genirq: Fix incorrect check for forced IRQ thread handler | Alexander Gordeev | 2012-03-09 | 1 | -1/+1 |
| * | | softirq: Reduce invoke_softirq() code duplication | Heiko Carstens | 2012-03-06 | 1 | -14/+4 |
| * | | genirq: Fix long-term regression in genirq irq_set_irq_type() handling | Russell King | 2012-03-06 | 1 | -2/+1 |
| * | | x86-32/irq: Don't switch to irq stack for a user-mode irq | Linus Torvalds | 2012-02-20 | 1 | -8/+3 |
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-03-20 | 29 | -583/+2906 |
|\ \ \ |
|
| * \ \ | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 2012-02-28 | 29 | -583/+2906 |
| |\ \ \ |
|
| | * | | | rcu: Stop spurious warnings from synchronize_sched_expedited | Hugh Dickins | 2012-02-21 | 1 | -1/+1 |
| | * | | | rcu: Hold off RCU_FAST_NO_HZ after timer posted | Paul E. McKenney | 2012-02-21 | 1 | -1/+1 |
| | * | | | rcu: Eliminate softirq-mediated RCU_FAST_NO_HZ idle-entry loop | Paul E. McKenney | 2012-02-21 | 1 | -1/+2 |
| | * | | | rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sections | Paul E. McKenney | 2012-02-21 | 3 | -0/+31 |
| | * | | | rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit() | Paul E. McKenney | 2012-02-21 | 3 | -12/+46 |
| | * | | | rcu: Remove redundant check for rcu_head misalignment | Paul E. McKenney | 2012-02-21 | 1 | -1/+0 |
| | * | | | PTR_ERR should be called before its argument is cleared. | Julia Lawall | 2012-02-21 | 1 | -1/+4 |
| | * | | | rcu: Convert WARN_ON_ONCE() in rcu_lock_acquire() to lockdep | Heiko Carstens | 2012-02-21 | 2 | -2/+16 |
| | * | | | rcu: Trace only after NULL-pointer check | Paul E. McKenney | 2012-02-21 | 1 | -2/+2 |
| | * | | | rcu: Call out dangers of expedited RCU primitives | Paul E. McKenney | 2012-02-21 | 5 | -22/+77 |
| | * | | | rcu: Rework detection of use of RCU by offline CPUs | Paul E. McKenney | 2012-02-21 | 5 | -71/+87 |
| | * | | | lockdep: Add CPU-idle/offline warning to lockdep-RCU splat | Paul E. McKenney | 2012-02-21 | 1 | -1/+7 |
| | * | | | rcu: No interrupt disabling for rcu_prepare_for_idle() | Paul E. McKenney | 2012-02-21 | 1 | -17/+1 |
| | * | | | rcu: Move synchronize_sched_expedited() to rcutree.c | Paul E. McKenney | 2012-02-21 | 2 | -116/+117 |
| | * | | | rcu: Check for illegal use of RCU from offlined CPUs | Paul E. McKenney | 2012-02-21 | 5 | -4/+61 |
| | * | | | rcu: Update stall-warning documentation | Paul E. McKenney | 2012-02-21 | 1 | -7/+80 |
| | * | | | rcu: Add CPU-stall capability to rcutorture | Paul E. McKenney | 2012-02-21 | 2 | -0/+84 |
| | * | | | rcu: Make documentation give more realistic rcutorture duration | Paul E. McKenney | 2012-02-21 | 1 | -1/+1 |
| | * | | | rcutorture: Permit holding off CPU-hotplug operations during boot | Paul E. McKenney | 2012-02-21 | 2 | -4/+21 |
| | * | | | rcu: Print scheduling-clock information on RCU CPU stall-warning messages | Paul E. McKenney | 2012-02-21 | 4 | -14/+194 |
| | * | | | rcu: Set RCU CPU stall times via sysfs | Paul E. McKenney | 2012-02-21 | 2 | -11/+26 |
| | * | | | rcu: Remove #ifdef CONFIG_SMP from TREE_RCU | Paul E. McKenney | 2012-02-21 | 2 | -31/+0 |
| | * | | | rcu: Note that rcu_access_pointer() can be used for teardown | Paul E. McKenney | 2012-02-21 | 1 | -0/+7 |
| | * | | | rcu: Make rcu_sleep_check() also check rcu_lock_map | Paul E. McKenney | 2012-02-21 | 1 | -0/+14 |
| | * | | | rcu: Check for idle-loop entry while in RCU read-side critical section | Paul E. McKenney | 2012-02-21 | 1 | -0/+11 |
| | * | | | rcu: Clean up straggling rcu_preempt_needs_cpu() name | Paul E. McKenney | 2012-02-21 | 3 | -6/+6 |
| | * | | | rcu: Simplify unboosting checks | Paul E. McKenney | 2012-02-21 | 2 | -6/+7 |
| | * | | | rcu: Inform RCU of irq_exit() activity | Paul E. McKenney | 2012-02-21 | 1 | -1/+1 |
| | * | | | rcu: Prevent RCU callbacks from executing before scheduler initialized | Paul E. McKenney | 2012-02-21 | 2 | -7/+12 |
| | * | | | rcu: Streamline code produced by __rcu_read_unlock() | Paul E. McKenney | 2012-02-21 | 1 | -1/+1 |
| | * | | | rcu: Protect __rcu_read_unlock() against scheduler-using irq handlers | Paul E. McKenney | 2012-02-21 | 1 | -8/+35 |
| | * | | | rcu: Remove single-rcu_node optimization in rcu_start_gp() | Paul E. McKenney | 2012-02-21 | 1 | -18/+0 |
| | * | | | rcu: Don't make callbacks go through second full grace period | Paul E. McKenney | 2012-02-21 | 1 | -6/+46 |
| | * | | | rcu: Check for callback invocation from offline CPUs | Paul E. McKenney | 2012-02-21 | 1 | -0/+1 |
| | * | | | rcu: Limit lazy-callback duration | Paul E. McKenney | 2012-02-21 | 1 | -1/+11 |
| | * | | | rcu: Make rcutorture flag online/offline failures | Paul E. McKenney | 2012-02-21 | 1 | -0/+4 |
| | * | | | rcu: Simplify offline processing | Paul E. McKenney | 2012-02-21 | 3 | -99/+90 |