summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-1925-102/+171
|\
| * genirq: Export enable/disable_percpu_irq()Chris Metcalf2013-02-181-0/+2
| * Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker2013-02-058-50/+147
| |\
| | * printk: Wake up klogd using irq_workFrederic Weisbecker2012-11-185-21/+22
| | * irq_work: Make self-IPIs optableFrederic Weisbecker2012-11-182-20/+41
| | * irq_work: Warn if there's still work on cpu_downSteven Rostedt2012-11-171-0/+3
| | * irq_work: Flush work on CPU_DYINGSteven Rostedt2012-11-171-6/+45
| | * irq_work: Don't stop the tick with pending worksFrederic Weisbecker2012-11-173-1/+19
| | * nohz: Add API to check tick stateFrederic Weisbecker2012-11-172-2/+17
| * | arch Kconfig: Remove references to IRQ_PER_CPUJames Hogan2013-02-047-9/+0
| * | irq_work: Remove return value from the irq_work_queue() functionanish kumar2013-02-042-22/+11
| * | Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-01-2416-24/+15
| |\ \ | | |/
| | * irq_work: Remove CONFIG_HAVE_IRQ_WORKFrederic Weisbecker2012-11-1715-18/+0
| | * irq_work: Fix racy check on work pending flagFrederic Weisbecker2012-11-141-5/+11
| | * irq_work: Fix racy IRQ_WORK_BUSY flag settingFrederic Weisbecker2012-11-141-1/+4
| * | Merge tag 'v3.8-rc4' into irq/coreIngo Molnar2013-01-2411491-327706/+553673
| |\ \
| * | | genirq: Avoid deadlock in spurious handlingThomas Gleixner2012-12-111-4/+3
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-1917-229/+556
|\ \ \ \
| * \ \ \ Merge branch 'rcu/srcu' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-02-132-44/+19
| |\ \ \ \
| | * | | | srcu: use ACCESS_ONCE() to access sp->completed in srcu_read_lock()Lai Jiangshan2013-02-071-2/+1
| | * | | | srcu: Update synchronize_srcu_expedited()'s commentsLai Jiangshan2013-02-071-6/+5
| | * | | | srcu: Update synchronize_srcu()'s commentsLai Jiangshan2013-02-071-4/+6
| | * | | | srcu: Remove checks preventing idle CPUs from calling srcu_read_lock()Lai Jiangshan2013-02-071-18/+3
| | * | | | srcu: Remove checks preventing offline CPUs from calling srcu_read_lock()Lai Jiangshan2013-02-071-5/+0
| | * | | | srcu: Simple cleanup for cleanup_srcu_struct()Lai Jiangshan2013-02-071-6/+2
| | * | | | srcu: Add might_sleep() annotation to synchronize_srcu()Lai Jiangshan2013-02-071-0/+1
| | * | | | srcu: Simplify __srcu_read_unlock() via this_cpu_dec()Lai Jiangshan2013-02-071-3/+1
| |/ / / /
| * | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-02-061-7/+16
| |\ \ \ \
| | * | | | rcu: Allow rcutorture to be built at low optimization levelsSteven Rostedt2013-02-041-7/+16
| * | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-02-0417-189/+539
| |\ \ \ \ \ | | |/ / / /
| | | | | |
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *---. \ \ \ Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....Paul E. McKenney2013-01-2812-163/+449
| | |\ \ \ \ \ \
| | | | | * | | | rcu: Allow TREE_PREEMPT_RCU on UP systemsPaul E. McKenney2013-01-281-1/+3
| | | | | * | | | rcu: Provide RCU CPU stall warnings for tiny RCUPaul E. McKenney2013-01-288-51/+130
| | | | * | | | | rcu: Trace callback accelerationPaul E. McKenney2013-01-082-2/+10
| | | | * | | | | rcu: Tag callback lists with corresponding grace-period numberPaul E. McKenney2013-01-082-28/+169
| | | | |/ / / /
| | | * | | | | context_tracking: Add comments on interface and internalsFrederic Weisbecker2013-01-261-10/+65
| | | * | | | | rcu: Remove obsolete Kconfig option from commentPaul E. McKenney2013-01-261-1/+1
| | | * | | | | rcu: Remove unused code originally used for context trackingLi Zhong2013-01-262-7/+0
| | | * | | | | rcu: Consolidate debugging Kconfig optionsDave Hansen2013-01-261-55/+59
| | | * | | | | rcu: Correct 'optimized' to 'optimize' in header commentCody P Schafer2013-01-261-1/+1
| | | * | | | | rcutorture: Don't compare ptr with 0Sasha Levin2013-01-081-1/+1
| | | * | | | | rcu: Silence compiler array out-of-bounds false positivePaul E. McKenney2013-01-081-0/+4
| | | * | | | | rcu: Use new nesting value for rcu_dyntick trace in rcu_eqs_enter_commonLi Zhong2013-01-081-1/+1
| | | * | | | | rcu: Make rcu_is_cpu_rrupt_from_idle helper functions staticJosh Triplett2013-01-082-2/+2
| | | * | | | | rcu: Fix blimit type for trace_rcu_batch_start()Paul E. McKenney2013-01-081-3/+3
| | | |/ / / /
| | * | | | | rcu: Make rcutorture's shuffler task shuffle recently added tasksPaul E. McKenney2013-01-281-4/+20
| | * | | | | Documentation: Memory barrier semantics of atomic_xchg()Richard Braun2013-01-082-0/+3
| | * | | | | rcu: Reduce rcutorture tracingPaul E. McKenney2013-01-085-18/+55
| | * | | | | tracing: Export trace_clock_local()Paul E. McKenney2013-01-081-0/+1
| | |/ / / /
* | | | | | Linux 3.8v3.8Linus Torvalds2013-02-181-1/+1
OpenPOWER on IntegriCloud