aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hardirq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek1-0/+2
2015-05-19sched/preempt: Merge preempt_mask.h into preempt.hFrederic Weisbecker1-1/+1
2015-02-18genirq: Provide disable_hardirq()Peter Zijlstra1-1/+1
2014-02-19genirq: Provide synchronize_hardirq()Thomas Gleixner1-0/+1
2014-01-13sched/preempt, locking: Rework local_bh_{dis,en}able()Peter Zijlstra1-0/+1
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra1-4/+4
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-4/+0
2013-08-14hardirq: Split preempt count mask definitionsFrederic Weisbecker1-116/+1
2013-06-10rcu: Remove TINY_PREEMPT_RCUPaul E. McKenney1-1/+1
2013-02-22irq: Remove IRQ_EXIT_OFFSET workaroundFrederic Weisbecker1-2/+0
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker1-2/+2
2013-01-21tracing/lockdep: Disable lockdep first in entering NMISteven Rostedt1-2/+2
2012-10-29cputime: Specialize irq vtime hooksFrederic Weisbecker1-2/+2
2012-10-29vtime: Gather vtime declarations to their own header fileFrederic Weisbecker1-10/+1
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker1-4/+4
2012-07-26sched: Fix comment about PREEMPT_ACTIVE bit locationSrivatsa S. Bhat1-1/+1
2011-12-11rcu: Track idleness independent of idle tasksPaul E. McKenney1-21/+0
2011-06-10sched: Isolate preempt counting in its own config optionFrederic Weisbecker1-2/+2
2011-03-05BKL: That's all, folksArnd Bergmann1-8/+1
2010-11-18hardirq.h: needs sched.h if using BKLLinus Torvalds1-0/+1
2010-11-17hardirq.h: remove now-empty #ifdef/#endif pairLinus Torvalds1-2/+0
2010-11-17Fix build failure due to hwirq.h needing smp_lock.hLinus Torvalds1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-02preempt: fix kernel build with !CONFIG_BKLArnd Bergmann1-2/+6
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds1-1/+0
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+8
2010-10-18sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi1-1/+1
2010-10-18sched: Consolidate account_system_vtime extern declarationVenkatesh Pallipadi1-0/+2
2010-10-18sched: Fix softirq time accountingVenkatesh Pallipadi1-0/+5
2010-10-07Drop a couple of unnecessary asm/system.h inclusionsDavid Howells1-1/+0
2010-08-20rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney1-1/+1
2009-10-26rcu: "Tiny RCU", The Bloatwatch EditionPaul E. McKenney1-0/+24
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+6
2009-08-22rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMPPaul E. McKenney1-2/+2
2009-08-09sched: Add default defines for PREEMPT_ACTIVEArnd Bergmann1-0/+6
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+2
2009-04-06Merge branch 'linus' into irq/threadedIngo Molnar1-29/+44
2009-03-24genirq: add threaded interrupt handler supportThomas Gleixner1-1/+1
2009-02-12sched: do not account for NMIsSteven Rostedt1-16/+16
2009-02-12preempt-count: force hardirq-count to max of 10Steven Rostedt1-24/+24
2009-02-07nmi: add generic nmi tracking stateSteven Rostedt1-0/+15
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+9
2008-12-18"Tree RCU": scalable classic RCU implementationPaul E. McKenney1-6/+8
2008-11-06ftrace: split out hardirq ftrace code into own headerSteven Rostedt1-1/+1
2008-11-03ftrace: fix hardirq header for non ftrace archsSteven Rostedt1-1/+1
2008-10-30ftrace: nmi safe code modificationSteven Rostedt1-2/+13
2008-05-10BKL: revert back to the old spinlock implementationLinus Torvalds1-8/+10
2008-03-28in_atomic(): document why it is unsuitable for general useJonathan Corbet1-0/+7