| Commit message (Expand) | Author | Age | Files | Lines |
* | printk: remove NMI tracking | John Ogness | 2021-07-26 | 1 | -2/+0 |
* | softirq: Add RT specific softirq accounting | Thomas Gleixner | 2021-03-17 | 1 | -0/+1 |
* | irqtime: Move irqtime entry accounting after irq offset incrementation | Frederic Weisbecker | 2020-12-02 | 1 | -2/+2 |
* | x86/entry: Fix NMI vs IRQ state tracking | Peter Zijlstra | 2020-07-10 | 1 | -9/+19 |
* | genirq: Provide __irq_enter/exit_raw() | Thomas Gleixner | 2020-06-11 | 1 | -0/+20 |
* | genirq: Provide irq_enter/exit_rcu() | Thomas Gleixner | 2020-06-11 | 1 | -2/+11 |
* | nmi, tracing: Make hardware latency tracing noinstr safe | Thomas Gleixner | 2020-06-11 | 1 | -2/+6 |
* | rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter() | Paul E. McKenney | 2020-05-26 | 1 | -12/+17 |
* | sched,rcu,tracing: Avoid tracing before in_nmi() is correct | Peter Zijlstra | 2020-05-19 | 1 | -2/+11 |
* | hardirq/nmi: Allow nested nmi_enter() | Peter Zijlstra | 2020-05-19 | 1 | -1/+4 |
* | lockdep: Rename trace_hardirq_{enter,exit}() | Thomas Gleixner | 2020-03-21 | 1 | -4/+4 |
* | arm64: Fix HCR.TGE status for NMI contexts | Julien Thierry | 2019-02-06 | 1 | -0/+7 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | printk/nmi: generic solution for safe printk in NMI | Petr Mladek | 2016-05-20 | 1 | -0/+2 |
* | sched/preempt: Merge preempt_mask.h into preempt.h | Frederic Weisbecker | 2015-05-19 | 1 | -1/+1 |
* | genirq: Provide disable_hardirq() | Peter Zijlstra | 2015-02-18 | 1 | -1/+1 |
* | genirq: Provide synchronize_hardirq() | Thomas Gleixner | 2014-02-19 | 1 | -0/+1 |
* | sched/preempt, locking: Rework local_bh_{dis,en}able() | Peter Zijlstra | 2014-01-13 | 1 | -0/+1 |
* | sched: Extract the basic add/sub preempt_count modifiers | Peter Zijlstra | 2013-09-25 | 1 | -4/+4 |
* | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 2013-09-13 | 1 | -4/+0 |
* | hardirq: Split preempt count mask definitions | Frederic Weisbecker | 2013-08-14 | 1 | -116/+1 |
* | rcu: Remove TINY_PREEMPT_RCU | Paul E. McKenney | 2013-06-10 | 1 | -1/+1 |
* | irq: Remove IRQ_EXIT_OFFSET workaround | Frederic Weisbecker | 2013-02-22 | 1 | -2/+0 |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-02-19 | 1 | -2/+2 |
|\ |
|
| * | cputime: Safely read cputime of full dynticks CPUs | Frederic Weisbecker | 2013-01-27 | 1 | -2/+2 |
* | | tracing/lockdep: Disable lockdep first in entering NMI | Steven Rostedt | 2013-01-21 | 1 | -2/+2 |
|/ |
|
* | cputime: Specialize irq vtime hooks | Frederic Weisbecker | 2012-10-29 | 1 | -2/+2 |
* | vtime: Gather vtime declarations to their own header file | Frederic Weisbecker | 2012-10-29 | 1 | -10/+1 |
* | cputime: Use a proper subsystem naming for vtime related APIs | Frederic Weisbecker | 2012-09-25 | 1 | -4/+4 |
* | sched: Fix comment about PREEMPT_ACTIVE bit location | Srivatsa S. Bhat | 2012-07-26 | 1 | -1/+1 |
* | rcu: Track idleness independent of idle tasks | Paul E. McKenney | 2011-12-11 | 1 | -21/+0 |
* | sched: Isolate preempt counting in its own config option | Frederic Weisbecker | 2011-06-10 | 1 | -2/+2 |
* | BKL: That's all, folks | Arnd Bergmann | 2011-03-05 | 1 | -8/+1 |
* | hardirq.h: needs sched.h if using BKL | Linus Torvalds | 2010-11-18 | 1 | -0/+1 |
* | hardirq.h: remove now-empty #ifdef/#endif pair | Linus Torvalds | 2010-11-17 | 1 | -2/+0 |
* | Fix build failure due to hwirq.h needing smp_lock.h | Linus Torvalds | 2010-11-17 | 1 | -1/+1 |
* | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 1 | -1/+0 |
* | preempt: fix kernel build with !CONFIG_BKL | Arnd Bergmann | 2010-11-02 | 1 | -2/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags | Linus Torvalds | 2010-10-21 | 1 | -1/+0 |
|\ |
|
| * | Drop a couple of unnecessary asm/system.h inclusions | David Howells | 2010-10-07 | 1 | -1/+0 |
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-10-21 | 1 | -1/+8 |
|\ \ |
|
| * | | sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq time | Venkatesh Pallipadi | 2010-10-18 | 1 | -1/+1 |
| * | | sched: Consolidate account_system_vtime extern declaration | Venkatesh Pallipadi | 2010-10-18 | 1 | -0/+2 |
| * | | sched: Fix softirq time accounting | Venkatesh Pallipadi | 2010-10-18 | 1 | -0/+5 |
| |/ |
|
* / | rcu: Add a TINY_PREEMPT_RCU | Paul E. McKenney | 2010-08-20 | 1 | -1/+1 |
|/ |
|
* | rcu: "Tiny RCU", The Bloatwatch Edition | Paul E. McKenney | 2009-10-26 | 1 | -0/+24 |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-09-11 | 1 | -0/+6 |
|\ |
|
| * | sched: Add default defines for PREEMPT_ACTIVE | Arnd Bergmann | 2009-08-09 | 1 | -0/+6 |
* | | rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMP | Paul E. McKenney | 2009-08-22 | 1 | -2/+2 |
|/ |
|
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -0/+2 |